@bbl-digital/snorre 3.1.0 → 3.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/.husky/_/husky.sh +30 -30
- package/.prettierrc +6 -6
- package/.vscode/settings.json +3 -3
- package/README.md +3 -3
- package/dist/bundle.js +515 -497
- package/esm/app-shell/index.js +1 -1
- package/esm/core/Alert/styles.js +6 -6
- package/esm/core/AppLoader/styles.js +1 -1
- package/esm/core/Autocomplete/styles.js +18 -18
- package/esm/core/Banner/styles.js +4 -4
- package/esm/core/BarAndLineComposedChart/styles.js +1 -1
- package/esm/core/BarChartWithCustomizedEvent/styles.js +1 -1
- package/esm/core/Box/styles.js +7 -7
- package/esm/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/esm/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/esm/core/BoxedTable/RowCell/index.js +1 -1
- package/esm/core/BoxedTable/TableHeader/styles.js +1 -1
- package/esm/core/BoxedTable/TableRow/styles.js +8 -8
- package/esm/core/BoxedTable/styles.js +11 -11
- package/esm/core/Button/styles.js +18 -18
- package/esm/core/Calendar/CalendarEvent/styles.js +5 -5
- package/esm/core/Calendar/CalendarSmallEvent/styles.js +5 -5
- package/esm/core/Calendar/styles.js +5 -5
- package/esm/core/Card/styles.js +11 -11
- package/esm/core/Checkbox/styles.js +5 -5
- package/esm/core/CollapseList/styles.js +2 -2
- package/esm/core/CommentsTimeline/CommentLine/styles.js +4 -4
- package/esm/core/CommentsTimeline/styles.js +1 -1
- package/esm/core/CustomText/styles.js +2 -2
- package/esm/core/Datepicker/styles.js +9 -9
- package/esm/core/DatepickerRange/styles.js +9 -9
- package/esm/core/Divider/styles.js +5 -5
- package/esm/core/Dropdown/styles.js +3 -3
- package/esm/core/DropdownMenu/styles.js +3 -3
- package/esm/core/Editor/styles.js +4 -4
- package/esm/core/EditorOld/index.js +4 -4
- package/esm/core/EditorOld/styles.js +6 -6
- package/esm/core/FileInput/styles.js +12 -12
- package/esm/core/GoogleButton/styles.js +1 -1
- package/esm/core/Header/styles.js +7 -7
- package/esm/core/HighlightText/styles.js +1 -1
- package/esm/core/Html/styles.js +6 -6
- package/esm/core/Image/styles.js +3 -3
- package/esm/core/InfoButton/styles.js +9 -9
- package/esm/core/Input/styles.js +14 -14
- package/esm/core/Link/styles.js +10 -10
- package/esm/core/List/Item.js +1 -1
- package/esm/core/List/styles.js +11 -11
- package/esm/core/ListPager/styles.js +3 -3
- package/esm/core/Modal/styles.js +8 -8
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
- package/esm/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
- package/esm/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
- package/esm/core/NoticeCard/styles.js +4 -4
- package/esm/core/NotificationCounter/styles.js +1 -1
- package/esm/core/NotificationsMenu/NotificationBell/styles.js +2 -2
- package/esm/core/NotificationsMenu/NotificationRow/styles.js +1 -1
- package/esm/core/NotificationsMenu/styles.js +2 -2
- package/esm/core/PreemptionCard/index.js +1 -1
- package/esm/core/PreemptionCardLoading/styles.js +3 -3
- package/esm/core/Radio/styles.js +4 -4
- package/esm/core/SearchFilter/index.js +1 -1
- package/esm/core/SearchFilter/styles.js +8 -8
- package/esm/core/SearchSelect/styles.js +5 -5
- package/esm/core/Select/index.js +1 -1
- package/esm/core/Select/styles.js +16 -16
- package/esm/core/SimpleLineChart/styles.js +1 -1
- package/esm/core/Skeleton/styles.js +4 -4
- package/esm/core/Spinner/styles.js +5 -5
- package/esm/core/TabBar/TabItem/styles.js +1 -1
- package/esm/core/TabBar/styles.js +1 -1
- package/esm/core/TabNav/TabNavItem/styles.js +5 -5
- package/esm/core/TabNav/styles.js +8 -8
- package/esm/core/Table/styles.js +16 -16
- package/esm/core/Tag/styles.js +12 -12
- package/esm/core/Text/styles.js +14 -14
- package/esm/core/Textarea/styles.js +6 -6
- package/esm/core/Timeline/TimelineStep/styles.js +6 -6
- package/esm/core/Timeline/styles.js +1 -1
- package/esm/core/Timepicker/index.js +20 -13
- package/esm/core/Timepicker/styles.js +15 -6
- package/esm/core/UnitIllustration/index.js +9 -9
- package/esm/core/UserMenu/styles.js +7 -7
- package/esm/core/YearWheel/styles.js +3 -3
- package/esm/enums/Keyboard.js +2 -2
- package/esm/enums/ModifierKey.js +13 -0
- package/esm/globals/styles/styles.js +1 -1
- package/esm/illustrations/styles.js +2 -2
- package/esm/layout/Footer/FooterButton/styles.js +1 -1
- package/esm/layout/Footer/FooterCol/styles.js +1 -1
- package/esm/layout/Footer/FooterGroup/styles.js +1 -1
- package/esm/layout/Footer/FooterLabel/styles.js +1 -1
- package/esm/layout/Footer/FooterLink/styles.js +1 -1
- package/esm/layout/Footer/styles.js +2 -2
- package/esm/layout/Layout/styles.js +1 -1
- package/esm/layout/LayoutShell/styles.js +11 -11
- package/esm/layout/Menu/AppPicker/styles.js +3 -3
- package/esm/layout/Menu/MenuItem/styles.js +2 -2
- package/esm/layout/Menu/SecondaryMenu/styles.js +4 -4
- package/esm/layout/Menu/styles.js +1 -1
- package/esm/layout/Submenu/SubmenuItem/styles.js +3 -3
- package/esm/layout/Submenu/styles.js +10 -10
- package/esm/layout/Topbar/styles.js +1 -1
- package/esm/shared/recharts/CustomLegend/styles.js +2 -2
- package/esm/shared/recharts/CustomTooltip/styles.js +3 -3
- package/esm/utils/format.js +6 -6
- package/esm/utils/time.js +22 -20
- package/infrastructure/azure-pipelines.yml +29 -29
- package/jest.config.js +29 -29
- package/lib/app-shell/index.d.ts +11 -11
- package/lib/app-shell/index.js +1 -1
- package/lib/app-shell/theme.d.ts +122 -122
- package/lib/core/Alert/index.d.ts +23 -23
- package/lib/core/Alert/styles.d.ts +11 -11
- package/lib/core/Alert/styles.js +6 -6
- package/lib/core/AppLoader/index.d.ts +8 -8
- package/lib/core/AppLoader/styles.d.ts +6 -6
- package/lib/core/AppLoader/styles.js +1 -1
- package/lib/core/Autocomplete/hooks/useAutocomplete.d.ts +20 -20
- package/lib/core/Autocomplete/hooks/useHandleDimentions.d.ts +7 -7
- package/lib/core/Autocomplete/index.d.ts +6 -6
- package/lib/core/Autocomplete/index.interfaces.d.ts +82 -82
- package/lib/core/Autocomplete/styles.d.ts +39 -39
- package/lib/core/Autocomplete/styles.js +18 -18
- package/lib/core/Autocomplete/utils/useHandleOptionsHeight.d.ts +6 -6
- package/lib/core/Banner/index.d.ts +18 -18
- package/lib/core/Banner/styles.d.ts +17 -17
- package/lib/core/Banner/styles.js +4 -4
- package/lib/core/BarAndLineComposedChart/index.d.ts +58 -58
- package/lib/core/BarAndLineComposedChart/styles.d.ts +8 -8
- package/lib/core/BarAndLineComposedChart/styles.js +1 -1
- package/lib/core/BarChartWithCustomizedEvent/index.d.ts +56 -56
- package/lib/core/BarChartWithCustomizedEvent/styles.d.ts +9 -9
- package/lib/core/BarChartWithCustomizedEvent/styles.js +1 -1
- package/lib/core/Box/index.d.ts +30 -30
- package/lib/core/Box/styles.d.ts +37 -37
- package/lib/core/Box/styles.js +7 -7
- package/lib/core/BoxedTable/DraggableRow/index.d.ts +14 -14
- package/lib/core/BoxedTable/DraggableRow/styles.d.ts +21 -21
- package/lib/core/BoxedTable/DraggableRow/styles.js +5 -5
- package/lib/core/BoxedTable/HeaderCell/index.d.ts +24 -24
- package/lib/core/BoxedTable/HeaderCell/styles.d.ts +3 -3
- package/lib/core/BoxedTable/HeaderCell/styles.js +2 -2
- package/lib/core/BoxedTable/RowCell/index.d.ts +26 -26
- package/lib/core/BoxedTable/RowCell/index.js +1 -1
- package/lib/core/BoxedTable/RowCell/styles.d.ts +12 -12
- package/lib/core/BoxedTable/TableHeader/index.d.ts +7 -7
- package/lib/core/BoxedTable/TableHeader/styles.d.ts +5 -5
- package/lib/core/BoxedTable/TableHeader/styles.js +1 -1
- package/lib/core/BoxedTable/TableRow/index.d.ts +19 -19
- package/lib/core/BoxedTable/TableRow/styles.d.ts +25 -25
- package/lib/core/BoxedTable/TableRow/styles.js +8 -8
- package/lib/core/BoxedTable/index.d.ts +18 -18
- package/lib/core/BoxedTable/models.d.ts +5 -5
- package/lib/core/BoxedTable/styles.d.ts +15 -15
- package/lib/core/BoxedTable/styles.js +11 -11
- package/lib/core/Button/index.d.ts +34 -34
- package/lib/core/Button/styles.d.ts +24 -24
- package/lib/core/Button/styles.js +18 -18
- package/lib/core/Calendar/CalendarEvent/index.d.ts +9 -9
- package/lib/core/Calendar/CalendarEvent/styles.d.ts +18 -18
- package/lib/core/Calendar/CalendarEvent/styles.js +5 -5
- package/lib/core/Calendar/CalendarSmallEvent/index.d.ts +9 -9
- package/lib/core/Calendar/CalendarSmallEvent/styles.d.ts +18 -18
- package/lib/core/Calendar/CalendarSmallEvent/styles.js +5 -5
- package/lib/core/Calendar/index.d.ts +14 -14
- package/lib/core/Calendar/styles.d.ts +20 -20
- package/lib/core/Calendar/styles.js +5 -5
- package/lib/core/Calendar/util.d.ts +2 -2
- package/lib/core/Card/index.d.ts +31 -31
- package/lib/core/Card/styles.d.ts +16 -16
- package/lib/core/Card/styles.js +11 -11
- package/lib/core/Checkbox/index.d.ts +32 -32
- package/lib/core/Checkbox/styles.d.ts +10 -10
- package/lib/core/Checkbox/styles.js +5 -5
- package/lib/core/CollapseList/Item.d.ts +11 -11
- package/lib/core/CollapseList/index.d.ts +8 -8
- package/lib/core/CollapseList/styles.d.ts +21 -21
- package/lib/core/CollapseList/styles.js +2 -2
- package/lib/core/CommentsTimeline/CommentLine/index.d.ts +23 -23
- package/lib/core/CommentsTimeline/CommentLine/styles.d.ts +14 -14
- package/lib/core/CommentsTimeline/CommentLine/styles.js +4 -4
- package/lib/core/CommentsTimeline/index.d.ts +7 -7
- package/lib/core/CommentsTimeline/styles.d.ts +5 -5
- package/lib/core/CommentsTimeline/styles.js +1 -1
- package/lib/core/CustomText/index.d.ts +24 -24
- package/lib/core/CustomText/styles.d.ts +6 -6
- package/lib/core/CustomText/styles.js +2 -2
- package/lib/core/Datepicker/index.d.ts +30 -30
- package/lib/core/Datepicker/styles.d.ts +28 -38
- package/lib/core/Datepicker/styles.d.ts.map +1 -1
- package/lib/core/Datepicker/styles.js +9 -9
- package/lib/core/Datepicker/yearMonthForm.d.ts +9 -9
- package/lib/core/Datepicker/yearMonthForm.d.ts.map +1 -1
- package/lib/core/DatepickerRange/index.d.ts +49 -49
- package/lib/core/DatepickerRange/styles.d.ts +28 -28
- package/lib/core/DatepickerRange/styles.js +9 -9
- package/lib/core/Divider/index.d.ts +21 -21
- package/lib/core/Divider/styles.d.ts +10 -10
- package/lib/core/Divider/styles.js +5 -5
- package/lib/core/Dropdown/index.d.ts +25 -25
- package/lib/core/Dropdown/styles.d.ts +8 -8
- package/lib/core/Dropdown/styles.js +3 -3
- package/lib/core/DropdownMenu/DropdownMenuOption.d.ts +12 -12
- package/lib/core/DropdownMenu/index.d.ts +11 -11
- package/lib/core/DropdownMenu/styles.d.ts +11 -11
- package/lib/core/DropdownMenu/styles.js +3 -3
- package/lib/core/Editor/config.d.ts +5 -5
- package/lib/core/Editor/index.d.ts +40 -40
- package/lib/core/Editor/styles.d.ts +14 -14
- package/lib/core/Editor/styles.js +4 -4
- package/lib/core/EditorOld/config.d.ts +55 -55
- package/lib/core/EditorOld/index.d.ts +38 -38
- package/lib/core/EditorOld/index.js +4 -4
- package/lib/core/EditorOld/styles.d.ts +22 -22
- package/lib/core/EditorOld/styles.js +6 -6
- package/lib/core/FileInput/index.d.ts +27 -27
- package/lib/core/FileInput/styles.d.ts +64 -64
- package/lib/core/FileInput/styles.js +12 -12
- package/lib/core/GoogleButton/index.d.ts +8 -8
- package/lib/core/GoogleButton/styles.d.ts +5 -5
- package/lib/core/GoogleButton/styles.js +1 -1
- package/lib/core/Header/index.d.ts +20 -20
- package/lib/core/Header/styles.d.ts +12 -12
- package/lib/core/Header/styles.js +7 -7
- package/lib/core/HighlightText/index.d.ts +11 -11
- package/lib/core/HighlightText/styles.d.ts +5 -5
- package/lib/core/HighlightText/styles.js +1 -1
- package/lib/core/Html/index.d.ts +20 -20
- package/lib/core/Html/styles.d.ts +11 -11
- package/lib/core/Html/styles.js +6 -6
- package/lib/core/Image/index.d.ts +20 -20
- package/lib/core/Image/styles.d.ts +7 -7
- package/lib/core/Image/styles.js +3 -3
- package/lib/core/InfoButton/index.d.ts +20 -20
- package/lib/core/InfoButton/styles.d.ts +34 -34
- package/lib/core/InfoButton/styles.js +9 -9
- package/lib/core/Input/index.d.ts +53 -53
- package/lib/core/Input/styles.d.ts +19 -19
- package/lib/core/Input/styles.js +14 -14
- package/lib/core/Link/index.d.ts +25 -25
- package/lib/core/Link/styles.d.ts +15 -15
- package/lib/core/Link/styles.js +10 -10
- package/lib/core/List/Item.d.ts +6 -6
- package/lib/core/List/Item.js +1 -1
- package/lib/core/List/index.d.ts +34 -34
- package/lib/core/List/styles.d.ts +34 -34
- package/lib/core/List/styles.js +11 -11
- package/lib/core/ListPager/index.d.ts +15 -15
- package/lib/core/ListPager/styles.d.ts +10 -10
- package/lib/core/ListPager/styles.js +3 -3
- package/lib/core/Modal/index.d.ts +43 -43
- package/lib/core/Modal/styles.d.ts +42 -42
- package/lib/core/Modal/styles.js +8 -8
- package/lib/core/NoticeCard/index.d.ts +22 -22
- package/lib/core/NoticeCard/models.d.ts +30 -30
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/index.d.ts +9 -9
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.d.ts +18 -18
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentBlock/styles.js +4 -4
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/index.d.ts +8 -8
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.d.ts +5 -5
- package/lib/core/NoticeCard/privateComponents/NoticeAttachmentList/styles.js +1 -1
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/index.d.ts +11 -11
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.d.ts +13 -13
- package/lib/core/NoticeCard/privateComponents/NoticeMetaInfo/styles.js +3 -3
- package/lib/core/NoticeCard/styles.d.ts +19 -19
- package/lib/core/NoticeCard/styles.js +4 -4
- package/lib/core/NoticeCard/utils.d.ts +2 -2
- package/lib/core/NotificationCounter/index.d.ts +12 -12
- package/lib/core/NotificationCounter/styles.d.ts +4 -4
- package/lib/core/NotificationCounter/styles.js +1 -1
- package/lib/core/NotificationsMenu/NotificationBell/index.d.ts +7 -7
- package/lib/core/NotificationsMenu/NotificationBell/styles.d.ts +6 -6
- package/lib/core/NotificationsMenu/NotificationBell/styles.js +2 -2
- package/lib/core/NotificationsMenu/NotificationRow/index.d.ts +15 -15
- package/lib/core/NotificationsMenu/NotificationRow/styles.d.ts +2 -2
- package/lib/core/NotificationsMenu/NotificationRow/styles.js +1 -1
- package/lib/core/NotificationsMenu/index.d.ts +13 -13
- package/lib/core/NotificationsMenu/styles.d.ts +9 -9
- package/lib/core/NotificationsMenu/styles.js +2 -2
- package/lib/core/PieChart/ActiveShape/index.d.ts +3 -3
- package/lib/core/PieChart/index.d.ts +30 -30
- package/lib/core/PieChart/renderTextContent/index.d.ts +3 -3
- package/lib/core/PieChart/styles.d.ts +14 -14
- package/lib/core/PreemptionCard/index.d.ts +9 -9
- package/lib/core/PreemptionCard/index.js +1 -1
- package/lib/core/PreemptionCard/models.d.ts +115 -115
- package/lib/core/PreemptionCard/styles.d.ts +10 -10
- package/lib/core/PreemptionCardLoading/index.d.ts +5 -5
- package/lib/core/PreemptionCardLoading/styles.d.ts +13 -13
- package/lib/core/PreemptionCardLoading/styles.js +3 -3
- package/lib/core/Radio/index.d.ts +24 -24
- package/lib/core/Radio/styles.d.ts +9 -9
- package/lib/core/Radio/styles.js +4 -4
- package/lib/core/SearchFilter/index.d.ts +22 -22
- package/lib/core/SearchFilter/index.js +1 -1
- package/lib/core/SearchFilter/styles.d.ts +30 -30
- package/lib/core/SearchFilter/styles.js +8 -8
- package/lib/core/SearchSelect/hooks/useSelectSearch.d.ts +10 -10
- package/lib/core/SearchSelect/index.d.ts +5 -5
- package/lib/core/SearchSelect/interface/IProps.d.ts +38 -38
- package/lib/core/SearchSelect/styles.d.ts +20 -20
- package/lib/core/SearchSelect/styles.js +5 -5
- package/lib/core/Select/Option.d.ts +22 -22
- package/lib/core/Select/index.d.ts +49 -49
- package/lib/core/Select/index.js +1 -1
- package/lib/core/Select/styles.d.ts +29 -29
- package/lib/core/Select/styles.js +16 -16
- package/lib/core/SimpleBarChart/index.d.ts +56 -56
- package/lib/core/SimpleBarChart/styles.d.ts +8 -8
- package/lib/core/SimpleLineChart/index.d.ts +65 -65
- package/lib/core/SimpleLineChart/styles.d.ts +8 -8
- package/lib/core/SimpleLineChart/styles.js +1 -1
- package/lib/core/Skeleton/index.d.ts +15 -15
- package/lib/core/Skeleton/styles.d.ts +20 -20
- package/lib/core/Skeleton/styles.js +4 -4
- package/lib/core/Spinner/index.d.ts +11 -11
- package/lib/core/Spinner/styles.d.ts +10 -10
- package/lib/core/Spinner/styles.js +5 -5
- package/lib/core/TabBar/TabItem/index.d.ts +13 -13
- package/lib/core/TabBar/TabItem/styles.d.ts +5 -5
- package/lib/core/TabBar/TabItem/styles.js +1 -1
- package/lib/core/TabBar/index.d.ts +7 -7
- package/lib/core/TabBar/styles.d.ts +5 -5
- package/lib/core/TabBar/styles.js +1 -1
- package/lib/core/TabNav/TabContext.d.ts +18 -18
- package/lib/core/TabNav/TabNavItem/index.d.ts +34 -34
- package/lib/core/TabNav/TabNavItem/styles.d.ts +26 -26
- package/lib/core/TabNav/TabNavItem/styles.js +5 -5
- package/lib/core/TabNav/index.d.ts +30 -30
- package/lib/core/TabNav/styles.d.ts +24 -24
- package/lib/core/TabNav/styles.js +8 -8
- package/lib/core/TabNav/utils/useContainerDimensions.d.ts +7 -7
- package/lib/core/Table/Cell.d.ts +22 -22
- package/lib/core/Table/Row.d.ts +21 -21
- package/lib/core/Table/index.d.ts +10 -10
- package/lib/core/Table/styles.d.ts +26 -26
- package/lib/core/Table/styles.js +16 -16
- package/lib/core/Tag/index.d.ts +44 -44
- package/lib/core/Tag/styles.d.ts +17 -17
- package/lib/core/Tag/styles.js +12 -12
- package/lib/core/Text/index.d.ts +44 -44
- package/lib/core/Text/styles.d.ts +19 -19
- package/lib/core/Text/styles.js +14 -14
- package/lib/core/Textarea/index.d.ts +28 -28
- package/lib/core/Textarea/styles.d.ts +16 -16
- package/lib/core/Textarea/styles.js +6 -6
- package/lib/core/Timeline/TimelineStep/index.d.ts +14 -14
- package/lib/core/Timeline/TimelineStep/styles.d.ts +16 -16
- package/lib/core/Timeline/TimelineStep/styles.js +6 -6
- package/lib/core/Timeline/index.d.ts +7 -7
- package/lib/core/Timeline/styles.d.ts +5 -5
- package/lib/core/Timeline/styles.js +1 -1
- package/lib/core/Timepicker/index.d.ts +38 -36
- package/lib/core/Timepicker/index.d.ts.map +1 -1
- package/lib/core/Timepicker/index.js +20 -13
- package/lib/core/Timepicker/styles.d.ts +19 -18
- package/lib/core/Timepicker/styles.d.ts.map +1 -1
- package/lib/core/Timepicker/styles.js +15 -6
- package/lib/core/UnitIllustration/index.d.ts +6 -6
- package/lib/core/UnitIllustration/index.js +9 -9
- package/lib/core/UserMenu/UserMenuOption.d.ts +10 -10
- package/lib/core/UserMenu/index.d.ts +19 -19
- package/lib/core/UserMenu/styles.d.ts +27 -27
- package/lib/core/UserMenu/styles.js +7 -7
- package/lib/core/YearWheel/index.d.ts +10 -10
- package/lib/core/YearWheel/styles.d.ts +8 -8
- package/lib/core/YearWheel/styles.js +3 -3
- package/lib/core/private/ButtonOrLink.d.ts +48 -48
- package/lib/core/private/preemption.d.ts +5 -5
- package/lib/core/utils/debounce.d.ts +2 -2
- package/lib/enums/Keyboard.d.ts +14 -14
- package/lib/enums/Keyboard.js +2 -2
- package/lib/enums/ModifierKey.d.ts +12 -0
- package/lib/enums/ModifierKey.d.ts.map +1 -0
- package/lib/enums/ModifierKey.js +13 -0
- package/lib/globals/styles/breakpoints.d.ts +9 -9
- package/lib/globals/styles/paddings.d.ts +8 -8
- package/lib/globals/styles/styles.d.ts +1 -1
- package/lib/globals/styles/styles.js +1 -1
- package/lib/globals/validation/regularExpressions.d.ts +10 -10
- package/lib/hooks/useIsMobile.d.ts +1 -1
- package/lib/hooks/useScreenOrientation.d.ts +2 -2
- package/lib/icons/General/IconApartment.d.ts +3 -3
- package/lib/icons/General/IconArchives.d.ts +3 -3
- package/lib/icons/General/IconArea.d.ts +3 -3
- package/lib/icons/General/IconArrowDown.d.ts +3 -3
- package/lib/icons/General/IconArrowLeft.d.ts +3 -3
- package/lib/icons/General/IconArrowRight.d.ts +3 -3
- package/lib/icons/General/IconArrowUp.d.ts +3 -3
- package/lib/icons/General/IconAttachment.d.ts +3 -3
- package/lib/icons/General/IconAuditorFilled.d.ts +3 -3
- package/lib/icons/General/IconAuditorOutline.d.ts +3 -3
- package/lib/icons/General/IconBack.d.ts +3 -3
- package/lib/icons/General/IconBath.d.ts +3 -3
- package/lib/icons/General/IconBblFlame.d.ts +3 -3
- package/lib/icons/General/IconBblShield.d.ts +3 -3
- package/lib/icons/General/IconBblWater.d.ts +3 -3
- package/lib/icons/General/IconBellOutline.d.ts +3 -3
- package/lib/icons/General/IconBlock.d.ts +3 -3
- package/lib/icons/General/IconBoard.d.ts +3 -3
- package/lib/icons/General/IconBookmarkFilled.d.ts +3 -3
- package/lib/icons/General/IconBookmarkOutline.d.ts +3 -3
- package/lib/icons/General/IconBus.d.ts +3 -3
- package/lib/icons/General/IconCalendar.d.ts +3 -3
- package/lib/icons/General/IconCar.d.ts +3 -3
- package/lib/icons/General/IconCaretDown.d.ts +3 -3
- package/lib/icons/General/IconCaretLeft.d.ts +3 -3
- package/lib/icons/General/IconCaretRight.d.ts +3 -3
- package/lib/icons/General/IconCaretUp.d.ts +3 -3
- package/lib/icons/General/IconCases.d.ts +3 -3
- package/lib/icons/General/IconCheck.d.ts +3 -3
- package/lib/icons/General/IconCheckedFilled.d.ts +3 -3
- package/lib/icons/General/IconCheckedOutline.d.ts +3 -3
- package/lib/icons/General/IconChevronDown.d.ts +3 -3
- package/lib/icons/General/IconChevronLeft.d.ts +3 -3
- package/lib/icons/General/IconChevronRight.d.ts +3 -3
- package/lib/icons/General/IconChoice.d.ts +3 -3
- package/lib/icons/General/IconClose.d.ts +3 -3
- package/lib/icons/General/IconCloseAlt.d.ts +3 -3
- package/lib/icons/General/IconComment.d.ts +3 -3
- package/lib/icons/General/IconCommunication.d.ts +3 -3
- package/lib/icons/General/IconCommunicationFilled.d.ts +3 -3
- package/lib/icons/General/IconCompanyBuilding.d.ts +3 -3
- package/lib/icons/General/IconCompanyBuildingFilled.d.ts +3 -3
- package/lib/icons/General/IconCompanyBuildingOutline.d.ts +3 -3
- package/lib/icons/General/IconDashboard.d.ts +3 -3
- package/lib/icons/General/IconDashboardFilled.d.ts +3 -3
- package/lib/icons/General/IconDelete.d.ts +3 -3
- package/lib/icons/General/IconDocument.d.ts +3 -3
- package/lib/icons/General/IconDocumentFilled.d.ts +3 -3
- package/lib/icons/General/IconDoor.d.ts +3 -3
- package/lib/icons/General/IconDotFilled.d.ts +3 -3
- package/lib/icons/General/IconDotOutline.d.ts +3 -3
- package/lib/icons/General/IconDownload.d.ts +3 -3
- package/lib/icons/General/IconDraft.d.ts +3 -3
- package/lib/icons/General/IconEarth.d.ts +3 -3
- package/lib/icons/General/IconEconomy.d.ts +3 -3
- package/lib/icons/General/IconEconomyFilled.d.ts +3 -3
- package/lib/icons/General/IconEdit.d.ts +3 -3
- package/lib/icons/General/IconElevator.d.ts +3 -3
- package/lib/icons/General/IconErrorFilled.d.ts +3 -3
- package/lib/icons/General/IconErrorOutline.d.ts +3 -3
- package/lib/icons/General/IconExternalLink.d.ts +3 -3
- package/lib/icons/General/IconEye.d.ts +3 -3
- package/lib/icons/General/IconEyeDeny.d.ts +3 -3
- package/lib/icons/General/IconFamily.d.ts +3 -3
- package/lib/icons/General/IconFerry.d.ts +3 -3
- package/lib/icons/General/IconFile.d.ts +3 -3
- package/lib/icons/General/IconFileAdd.d.ts +3 -3
- package/lib/icons/General/IconFileCopy.d.ts +3 -3
- package/lib/icons/General/IconFileEdit.d.ts +3 -3
- package/lib/icons/General/IconFileExcel.d.ts +3 -3
- package/lib/icons/General/IconFilePDF.d.ts +3 -3
- package/lib/icons/General/IconFileWord.d.ts +3 -3
- package/lib/icons/General/IconFillOut.d.ts +3 -3
- package/lib/icons/General/IconFilterList.d.ts +3 -3
- package/lib/icons/General/IconFloor.d.ts +3 -3
- package/lib/icons/General/IconForward.d.ts +3 -3
- package/lib/icons/General/IconFullscreenClose.d.ts +3 -3
- package/lib/icons/General/IconFullscreenOpen.d.ts +3 -3
- package/lib/icons/General/IconGarage.d.ts +3 -3
- package/lib/icons/General/IconGrid.d.ts +3 -3
- package/lib/icons/General/IconGym.d.ts +3 -3
- package/lib/icons/General/IconHearth.d.ts +3 -3
- package/lib/icons/General/IconHearthOutline.d.ts +3 -3
- package/lib/icons/General/IconHelp.d.ts +3 -3
- package/lib/icons/General/IconHistory.d.ts +3 -3
- package/lib/icons/General/IconHomeFilled.d.ts +3 -3
- package/lib/icons/General/IconHomeOutline.d.ts +3 -3
- package/lib/icons/General/IconHouse.d.ts +3 -3
- package/lib/icons/General/IconHouseBlockFilled.d.ts +3 -3
- package/lib/icons/General/IconHouseBlockOutline.d.ts +3 -3
- package/lib/icons/General/IconHouseOutline.d.ts +3 -3
- package/lib/icons/General/IconHumans.d.ts +3 -3
- package/lib/icons/General/IconImportantComment.d.ts +3 -3
- package/lib/icons/General/IconInbox.d.ts +3 -3
- package/lib/icons/General/IconInfoFilled.d.ts +3 -3
- package/lib/icons/General/IconInfoOutline.d.ts +3 -3
- package/lib/icons/General/IconJanitorFilled.d.ts +3 -3
- package/lib/icons/General/IconJanitorOutline.d.ts +3 -3
- package/lib/icons/General/IconJointcost.d.ts +3 -3
- package/lib/icons/General/IconJointcost2.d.ts +3 -3
- package/lib/icons/General/IconKey.d.ts +3 -3
- package/lib/icons/General/IconKitchen.d.ts +3 -3
- package/lib/icons/General/IconLabel.d.ts +3 -3
- package/lib/icons/General/IconLeafFilled.d.ts +3 -3
- package/lib/icons/General/IconLeafOutline.d.ts +3 -3
- package/lib/icons/General/IconLeisureTime.d.ts +3 -3
- package/lib/icons/General/IconLock.d.ts +3 -3
- package/lib/icons/General/IconLockLocked.d.ts +3 -3
- package/lib/icons/General/IconLockOpen.d.ts +3 -3
- package/lib/icons/General/IconLookup.d.ts +3 -3
- package/lib/icons/General/IconLookupFilled.d.ts +3 -3
- package/lib/icons/General/IconMail.d.ts +3 -3
- package/lib/icons/General/IconMap.d.ts +3 -3
- package/lib/icons/General/IconMembership.d.ts +3 -3
- package/lib/icons/General/IconMembershipFilled.d.ts +3 -3
- package/lib/icons/General/IconMenu.d.ts +3 -3
- package/lib/icons/General/IconMinus.d.ts +3 -3
- package/lib/icons/General/IconMinusAlt.d.ts +3 -3
- package/lib/icons/General/IconMinusAltFilled.d.ts +3 -3
- package/lib/icons/General/IconMoney.d.ts +3 -3
- package/lib/icons/General/IconParking.d.ts +3 -3
- package/lib/icons/General/IconPaymentCard.d.ts +3 -3
- package/lib/icons/General/IconPhone.d.ts +3 -3
- package/lib/icons/General/IconPinned.d.ts +3 -3
- package/lib/icons/General/IconPlus.d.ts +3 -3
- package/lib/icons/General/IconPlusAlt.d.ts +3 -3
- package/lib/icons/General/IconPortalUser.d.ts +3 -3
- package/lib/icons/General/IconPrint.d.ts +3 -3
- package/lib/icons/General/IconProfile.d.ts +3 -3
- package/lib/icons/General/IconProfileFilled.d.ts +3 -3
- package/lib/icons/General/IconRearrange.d.ts +3 -3
- package/lib/icons/General/IconReciept.d.ts +3 -3
- package/lib/icons/General/IconRedo.d.ts +3 -3
- package/lib/icons/General/IconRefresh.d.ts +3 -3
- package/lib/icons/General/IconReply.d.ts +3 -3
- package/lib/icons/General/IconReplyAll.d.ts +3 -3
- package/lib/icons/General/IconRoom.d.ts +3 -3
- package/lib/icons/General/IconSave.d.ts +3 -3
- package/lib/icons/General/IconSearch.d.ts +3 -3
- package/lib/icons/General/IconSend.d.ts +3 -3
- package/lib/icons/General/IconSettings.d.ts +3 -3
- package/lib/icons/General/IconShopping.d.ts +3 -3
- package/lib/icons/General/IconSign.d.ts +3 -3
- package/lib/icons/General/IconSliders.d.ts +3 -3
- package/lib/icons/General/IconSort.d.ts +3 -3
- package/lib/icons/General/IconStarFilled.d.ts +3 -3
- package/lib/icons/General/IconStarHalf.d.ts +3 -3
- package/lib/icons/General/IconStarOutline.d.ts +3 -3
- package/lib/icons/General/IconStore.d.ts +3 -3
- package/lib/icons/General/IconSubway.d.ts +3 -3
- package/lib/icons/General/IconSwitch.d.ts +3 -3
- package/lib/icons/General/IconTrain.d.ts +3 -3
- package/lib/icons/General/IconTram.d.ts +3 -3
- package/lib/icons/General/IconTransport.d.ts +3 -3
- package/lib/icons/General/IconTypeOfBuilding.d.ts +3 -3
- package/lib/icons/General/IconTypeOfBuildingOutline.d.ts +3 -3
- package/lib/icons/General/IconUndo.d.ts +3 -3
- package/lib/icons/General/IconUpload.d.ts +3 -3
- package/lib/icons/General/IconUser.d.ts +3 -3
- package/lib/icons/General/IconUserThin.d.ts +3 -3
- package/lib/icons/General/IconVote.d.ts +3 -3
- package/lib/icons/General/IconWalk.d.ts +3 -3
- package/lib/icons/General/IconWarning.d.ts +3 -3
- package/lib/icons/General/IconWarningBell.d.ts +3 -3
- package/lib/icons/General/IconWork.d.ts +3 -3
- package/lib/icons/General/IconWorkFilled.d.ts +3 -3
- package/lib/icons/General/IconZip.d.ts +3 -3
- package/lib/icons/Logos/IconAmericanExpress.d.ts +3 -3
- package/lib/icons/Logos/IconBankAxept.d.ts +3 -3
- package/lib/icons/Logos/IconGmail.d.ts +3 -3
- package/lib/icons/Logos/IconMasterCard.d.ts +3 -3
- package/lib/icons/Logos/IconOffice365.d.ts +3 -3
- package/lib/icons/Logos/IconVisa.d.ts +3 -3
- package/lib/icons/withIcon.d.ts +27 -27
- package/lib/illustrations/Backgrounds/IllustrationHousesBackground.d.ts +3 -3
- package/lib/illustrations/Backgrounds/IllustrationHousesBackgroundWithComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationError.d.ts +3 -3
- package/lib/illustrations/General/IllustrationErrorGeneric.d.ts +3 -3
- package/lib/illustrations/General/IllustrationHighHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationHighHouseComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationHouseComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationHouseMissing.d.ts +3 -3
- package/lib/illustrations/General/IllustrationLowHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationLowHouseComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationPaperCompleted.d.ts +3 -3
- package/lib/illustrations/General/IllustrationPaperMissing.d.ts +3 -3
- package/lib/illustrations/General/IllustrationSemiDetachedHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationSemiDetachedHouseComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationSmallHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationSmallHouseComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationTerraceBlock.d.ts +3 -3
- package/lib/illustrations/General/IllustrationTerraceBlockComposition.d.ts +3 -3
- package/lib/illustrations/General/IllustrationTownHouse.d.ts +3 -3
- package/lib/illustrations/General/IllustrationTownHouseComposition.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySiteBuilding.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySiteCoffeeBook.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySiteComputer.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySiteGift.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySitePapers.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySitePiggyBank.d.ts +3 -3
- package/lib/illustrations/MySite/IllustrationMySiteTransfer.d.ts +3 -3
- package/lib/illustrations/styles.d.ts +3 -3
- package/lib/illustrations/styles.js +2 -2
- package/lib/illustrations/withIllustration.d.ts +24 -24
- package/lib/index.d.ts +305 -305
- package/lib/layout/Footer/FooterButton/index.d.ts +15 -15
- package/lib/layout/Footer/FooterButton/styles.d.ts +13 -13
- package/lib/layout/Footer/FooterButton/styles.js +1 -1
- package/lib/layout/Footer/FooterCol/index.d.ts +7 -7
- package/lib/layout/Footer/FooterCol/styles.d.ts +5 -5
- package/lib/layout/Footer/FooterCol/styles.js +1 -1
- package/lib/layout/Footer/FooterGroup/index.d.ts +7 -7
- package/lib/layout/Footer/FooterGroup/styles.d.ts +5 -5
- package/lib/layout/Footer/FooterGroup/styles.js +1 -1
- package/lib/layout/Footer/FooterLabel/index.d.ts +7 -7
- package/lib/layout/Footer/FooterLabel/styles.d.ts +5 -5
- package/lib/layout/Footer/FooterLabel/styles.js +1 -1
- package/lib/layout/Footer/FooterLink/index.d.ts +19 -19
- package/lib/layout/Footer/FooterLink/styles.d.ts +13 -13
- package/lib/layout/Footer/FooterLink/styles.js +1 -1
- package/lib/layout/Footer/index.d.ts +8 -8
- package/lib/layout/Footer/styles.d.ts +7 -7
- package/lib/layout/Footer/styles.js +2 -2
- package/lib/layout/Layout/index.d.ts +7 -7
- package/lib/layout/Layout/styles.d.ts +5 -5
- package/lib/layout/Layout/styles.js +1 -1
- package/lib/layout/LayoutShell/index.d.ts +22 -22
- package/lib/layout/LayoutShell/styles.d.ts +23 -23
- package/lib/layout/LayoutShell/styles.js +11 -11
- package/lib/layout/Menu/AppPicker/index.d.ts +19 -19
- package/lib/layout/Menu/AppPicker/styles.d.ts +7 -7
- package/lib/layout/Menu/AppPicker/styles.js +3 -3
- package/lib/layout/Menu/MainMenu/index.d.ts +9 -9
- package/lib/layout/Menu/MainMenu/styles.d.ts +2 -2
- package/lib/layout/Menu/MenuItem/index.d.ts +17 -17
- package/lib/layout/Menu/MenuItem/styles.d.ts +3 -3
- package/lib/layout/Menu/MenuItem/styles.js +2 -2
- package/lib/layout/Menu/MenuSpacer/index.d.ts +7 -7
- package/lib/layout/Menu/MenuSpacer/styles.d.ts +5 -5
- package/lib/layout/Menu/MenuTop/index.d.ts +13 -13
- package/lib/layout/Menu/MenuTop/styles.d.ts +19 -19
- package/lib/layout/Menu/SecondaryMenu/index.d.ts +15 -15
- package/lib/layout/Menu/SecondaryMenu/styles.d.ts +11 -11
- package/lib/layout/Menu/SecondaryMenu/styles.js +4 -4
- package/lib/layout/Menu/SecondaryMenuItem/index.d.ts +15 -15
- package/lib/layout/Menu/SecondaryMenuItem/styles.d.ts +1 -1
- package/lib/layout/Menu/index.d.ts +11 -11
- package/lib/layout/Menu/styles.d.ts +2 -2
- package/lib/layout/Menu/styles.js +1 -1
- package/lib/layout/Submenu/SubmenuItem/index.d.ts +20 -20
- package/lib/layout/Submenu/SubmenuItem/styles.d.ts +4 -4
- package/lib/layout/Submenu/SubmenuItem/styles.js +3 -3
- package/lib/layout/Submenu/SubmenuLightThemeBg/index.d.ts +7 -7
- package/lib/layout/Submenu/index.d.ts +16 -16
- package/lib/layout/Submenu/styles.d.ts +29 -29
- package/lib/layout/Submenu/styles.js +10 -10
- package/lib/layout/Topbar/index.d.ts +11 -11
- package/lib/layout/Topbar/styles.d.ts +2 -2
- package/lib/layout/Topbar/styles.js +1 -1
- package/lib/shared/recharts/CustomLegend/index.d.ts +3 -3
- package/lib/shared/recharts/CustomLegend/styles.d.ts +13 -13
- package/lib/shared/recharts/CustomLegend/styles.js +2 -2
- package/lib/shared/recharts/CustomTooltip/index.d.ts +10 -10
- package/lib/shared/recharts/CustomTooltip/styles.d.ts +15 -15
- package/lib/shared/recharts/CustomTooltip/styles.js +3 -3
- package/lib/utils/accountNumber.d.ts +3 -3
- package/lib/utils/alpha.d.ts +2 -2
- package/lib/utils/array.d.ts +2 -2
- package/lib/utils/dates.d.ts +14 -14
- package/lib/utils/file.d.ts +2 -2
- package/lib/utils/format.d.ts +20 -20
- package/lib/utils/format.js +6 -6
- package/lib/utils/formatGraphPrice.d.ts +2 -2
- package/lib/utils/image.d.ts +2 -2
- package/lib/utils/pagination.d.ts +6 -6
- package/lib/utils/phone.d.ts +2 -2
- package/lib/utils/removeFocusOnMouseUp.d.ts +2 -2
- package/lib/utils/time.d.ts +27 -25
- package/lib/utils/time.d.ts.map +1 -1
- package/lib/utils/time.js +22 -20
- package/lib/utils/url.d.ts +3 -3
- package/package.json +1 -1
- package/rollup.config.js +13 -13
- package/theme-generator.js +612 -612
- package/dist/bundle.min.js +0 -29
- package/esm/core/MailMenu/DropdownMenuOption.js +0 -17
- package/esm/core/MailMenu/index.js +0 -42
- package/esm/core/MailMenu/styles.js +0 -34
- package/esm/layout/Menu/MenuBottom/index.js +0 -37
- package/esm/layout/Menu/MenuBottom/styles.js +0 -15
- package/esm/layout/Submenu/SubmenuLightThemeBg/styles.js +0 -10
- package/lib/core/MailMenu/DropdownMenuOption.d.ts +0 -8
- package/lib/core/MailMenu/DropdownMenuOption.d.ts.map +0 -1
- package/lib/core/MailMenu/DropdownMenuOption.js +0 -17
- package/lib/core/MailMenu/index.d.ts +0 -8
- package/lib/core/MailMenu/index.d.ts.map +0 -1
- package/lib/core/MailMenu/index.js +0 -42
- package/lib/core/MailMenu/styles.d.ts +0 -12
- package/lib/core/MailMenu/styles.d.ts.map +0 -1
- package/lib/core/MailMenu/styles.js +0 -34
- package/lib/layout/Menu/MenuBottom/index.d.ts +0 -14
- package/lib/layout/Menu/MenuBottom/index.d.ts.map +0 -1
- package/lib/layout/Menu/MenuBottom/index.js +0 -37
- package/lib/layout/Menu/MenuBottom/styles.d.ts +0 -4
- package/lib/layout/Menu/MenuBottom/styles.d.ts.map +0 -1
- package/lib/layout/Menu/MenuBottom/styles.js +0 -15
- package/lib/layout/Submenu/SubmenuLightThemeBg/styles.d.ts +0 -3
- package/lib/layout/Submenu/SubmenuLightThemeBg/styles.d.ts.map +0 -1
- package/lib/layout/Submenu/SubmenuLightThemeBg/styles.js +0 -10
package/dist/bundle.min.js
DELETED
@@ -1,29 +0,0 @@
|
|
1
|
-
!function(l,i){"object"==typeof exports&&"undefined"!=typeof module?i(exports,require("@emotion/styled/base"),require("react"),require("@emotion/react"),require("react/jsx-runtime"),require("@emotion/react/jsx-runtime"),require("react-transition-group"),require("body-scroll-lock"),require("react-day-picker/DayPickerInput"),require("react-day-picker")):"function"==typeof define&&define.amd?define(["exports","@emotion/styled/base","react","@emotion/react","react/jsx-runtime","@emotion/react/jsx-runtime","react-transition-group","body-scroll-lock","react-day-picker/DayPickerInput","react-day-picker"],i):i((l="undefined"!=typeof globalThis?globalThis:l||self).Snorre={},l._styled,l.React,l.react,l.jsxRuntime,l.jsxRuntime$1,l.reactTransitionGroup,l.bodyScrollLock,l.DayPickerInput,l.DayPicker)}(this,(function(l,i,e,s,t,r,a,h,c,x){"use strict";function n(l){return l&&"object"==typeof l&&"default"in l?l:{default:l}}var f=n(i),d=n(e),o=n(c),m=n(x);const p=f.default("div",{target:"ep4gpb60"})("min-height:100vh;width:auto;background-color:",(({theme:l})=>l.bg),";"),y=(l,i)=>s.css("display:inline-block;position:relative;min-width:58px;height:10px;div{position:absolute;width:10px;height:10px;border-radius:50%;background:",i||"#ccc",";animation-timing-function:cubic-bezier(0, 1, 1, 0);}div:nth-of-type(1){left:6px;animation:lds-ellipsis1 0.6s infinite;}div:nth-of-type(2){left:6px;animation:lds-ellipsis2 0.6s infinite;}div:nth-of-type(3){left:24px;animation:lds-ellipsis2 0.6s infinite;}div:nth-of-type(4){left:42px;animation:lds-ellipsis3 0.6s infinite;}@keyframes lds-ellipsis1{0%{transform:scale(0);}100%{transform:scale(1);}}@keyframes lds-ellipsis3{0%{transform:scale(1);}100%{transform:scale(0);}}@keyframes lds-ellipsis2{0%{transform:translate(0, 0);}100%{transform:translate(18px, 0);}}",""),g=({color:l})=>r.jsxs("div",{css:i=>[y(i,l)],children:[r.jsx("div",{}),r.jsx("div",{}),r.jsx("div",{}),r.jsx("div",{})]}),C={default:l=>s.css("position:relative;display:flex;align-items:center;justify-content:space-between;font-size:14px;background-color:",l.bgLight,";border:1px solid ",l.bgMedium,";color:",l.bgDark,";padding:1em;&>button svg polygon{fill:",l.bgDark,";opacity:0.25;}",""),success:l=>s.css("background-color:",l.successLight,";color:",l.defaultText,";border-color:",l.successBorder,";&>button svg polygon{fill:",l.bgDark,";}",""),danger:l=>s.css("background-color:",l.alertLight,";color:",l.defaultText,";border-color:",l.alertBorder,";&>button svg polygon{fill:",l.defaultText,";}",""),info:l=>s.css("background-color:",l.infoLight,";color:",l.defaultText,";border-color:",l.infoBorder,";&>button svg polygon{fill:",l.defaultText,";}",""),primary:l=>s.css("background-color:",l.illustrationPrimary10,";border-color:",l.illustrationPrimary50,";",""),rounded:{name:"118z35s",styles:"border-radius:16px;padding:1.5em"}},j=({primary:l,success:i,info:e,danger:s,rounded:t,css:a,children:h,onClose:c})=>r.jsxs("div",{css:r=>[C.default(r),i&&C.success(r),e&&C.info(r),s&&C.danger(r),t&&C.rounded,l&&C.primary(r),a&&a],children:[h,c&&r.jsx(D,{onClick:c,nostyle:!0,children:r.jsx(el,{size:14})})]});const L=({afterIcon:l,beforeIcon:i,children:e,disabled:s=!1,flexAlign:r,href:a="",loading:h=!1,openInNewWindow:c=!1,rel:x,trackingName:n,trackingEvent:f,type:d="button",download:o,target:m,onClick:p,onMouseUp:y,...g})=>{const C=a?"a":"button",j={};return a?(j.href=a,j.rel=x,j.download=o,m&&(j.target=m),c&&(j.target="_blank",void 0===j.rel&&(j.rel="noopener noreferrer"))):(j.disabled=s||h||!1,j.type=d||"button"),t.jsxs(C,{...g,...j,"data-tracking-name":n,"data-tracking-event":f,onClick:l=>{s||h?l.preventDefault():p&&p(l)},onMouseUp:l=>{!function(l){const{currentTarget:i,target:e}=l;window.setTimeout((()=>(i||e).blur()),0)}(l),y&&y(l)},download:o,children:[!h&&i?i:null,t.jsx("span",{children:e}),!h&&l?l:null]})};f.default("button",{target:"ebr9ex40"})("");const F={default:l=>s.css("display:flex;align-items:center;justify-content:center;height:38px;padding:0 1.5em;border-radius:19px;background-color:",l.btnDefault,";border:1px solid ",l.btnDefault,";color:",l.btnDefaultFontColor,";text-align:center;line-height:20px;font-size:14px;font-weight:600;cursor:pointer;text-decoration:none;&:focus{text-decoration:underline;background-color:",l.btnDefaultLighter,";border-color:",l.btnDefaultLighter,";color:",l.btnHoverTextColor,";outline:none;}&:hover{background-color:",l.btnDefaultDarker,";border-color:",l.btnDefaultDarker,";color:",l.btnHoverTextColor,";}",""),highlighted:{name:"1qllkub",styles:"height:46px;font-size:16px;line-height:22px;border-radius:23px"},icon:l=>s.css("display:inline-flex;justify-content:space-between;&>svg>polygon{fill:",l.btnDefaultFontColor,";}",""),beforeIcon:{name:"182kuw3",styles:"padding-left:0.75em;&>svg{margin-right:5px;}"},afterIcon:{name:"1sby9l6",styles:"padding-right:0.75em;&>svg{margin-left:5px;}"},outline:l=>s.css("border:2px solid ",l.btnDefault,";color:black;background-color:white;&>svg>polygon{fill:black!important;}&:hover,&:focus{&>svg>polygon{fill:",l.btnHoverTextColor,"!important;}}&:focus{color:",l.btnHoverTextColor,";}",""),success:l=>s.css("background-color:",l.btnSuccess,";border-color:",l.btnSuccess,";color:white;&:focus{text-decoration:underline;background-color:",l.btnSuccessLighter,";border-color:",l.btnSuccessLighter,";}&:hover{background-color:",l.btnSuccessDarker,";border-color:",l.btnSuccessDarker,";}",""),danger:l=>s.css("background-color:",l.btnDanger,";border-color:",l.btnDanger,";color:white;&:focus{text-decoration:underline;background-color:",l.btnDangerLighter,";border-color:",l.btnDangerLighter,";}&:hover{background-color:",l.btnDangerDarker,";border-color:",l.btnDangerDarker,";}",""),disabled:l=>s.css("background-color:",l.btnDisabled,";border-color:",l.btnDisabled,";color:black;&:hover{background-color:",l.btnDisabled,";border-color:",l.btnDisabled,";color:black;cursor:default;}",""),border:l=>s.css("border-color:",l,";",""),loading:l=>s.css("opacity:0.8;cursor:default;&:hover{&>span>div>div{background:",l.btnDefaultFontColor,";}}",""),nostyle:{name:"423zxq",styles:"padding:0;outline:none;border:none;background-color:transparent;height:auto;color:black;&:hover,&:focus,&:active{background-color:transparent;border:none;color:black;}&>svg>polygon{fill:black;}"},back:l=>s.css("background-color:transparent;color:black;border:2px solid ",l.btnBackBorder,";height:32px;padding:0 1.5em;&>span{padding:0 0.5em;}&:focus{border-color:",l.secondary,";background-color:transparent;color:black;text-decoration:none;}&:hover,&:active{background-color:",l.secondary,";border:2px solid ",l.btnBackBorder,";color:",l.btnHoverTextColor,";&>svg{fill:",l.btnHoverTextColor,"!important;}}",""),small:{name:"db171r",styles:"height:30px;padding:0 1.5em"},dangerOutline:l=>s.css("background-color:transparent;color:",l.btnDanger,";",""),transparentBg:{name:"1peqg37",styles:"background-color:transparent"}};function w(l){return l=>function(i){const e=s.useTheme(),r={accessibilityLabel:i.accessibilityLabel?i.accessibilityLabel:void 0,decorative:i.decorative?i.decorative:void 0,color:i.color?i.color:"#000",flip:!!i.flip&&i.flip,flipVertical:!!i.flipVertical&&i.flipVertical,inline:!!i.inline&&i.inline,size:i.size?i.size:"24px",primary:!!i.primary&&i.primary,secondary:!!i.secondary&&i.secondary},{accessibilityLabel:a,color:h,decorative:c,flip:x,flipVertical:n,inline:f,size:d,primary:o,secondary:m}=r,p={focusable:"false",role:c?"presentation":"img",style:{height:d,width:d,display:f?"inline":"block",fill:o?e.primary:m?e.secondary:h,transform:x||n?`scale(${x?-1:1}, ${n?-1:1})`:"scale(1)",transition:"transform 300ms ease-out"}};return c&&(p["aria-hidden"]=!0),a&&(p["aria-label"]=a),t.jsx(l,{...p})}}var N=w()((l=>t.jsx("svg",{viewBox:"0 0 24 19",...l,children:t.jsx("polygon",{points:"12.51 1.87 10.73 0.1 0.84 10 10.74 19.9 12.51 18.13 4.38 10"})})));const D=l=>{const{danger:i,success:e,highlight:t,disabled:a,outline:h,afterIcon:c,beforeIcon:x,border:n,nostyle:f,css:d,loading:o,back:m,small:p,transparentBg:y,...C}=l,j=s.useTheme();return r.jsx(L,{disabled:a,css:l=>[F.default(l),h&&F.outline(l),i&&F.danger(l),e&&F.success(l),t&&F.highlighted,a&&F.disabled(l),(x||c)&&F.icon(l),x&&F.beforeIcon,c&&F.afterIcon,n&&F.border(n),f&&F.nostyle,o&&F.loading(l),m&&F.back(l),d&&d,p&&F.small,i&&h&&F.dangerOutline(l),y&&F.transparentBg],afterIcon:c,beforeIcon:m?r.jsx(N,{size:"12px"}):x,...C,children:o?r.jsx(g,{color:!h&&!y||e?j.btnDefaultFontColor:i?j.btnDanger:j.secondary}):l.children})},u={default:{name:"1lrn672",styles:"position:relative;padding:30px 20px;border-radius:30px;background-color:#ffffff;overflow:hidden"},withHeader:{name:"89cvcd",styles:"padding:0;padding-bottom:30px"},withHover:l=>s.css("cursor:pointer;transition:all 0.3s ease-in-out;&:hover{background-color:#ffffff;box-shadow:",l.shadowBig,";}",""),shadow:l=>s.css("box-shadow:",l.shadowSmall,";",""),primary:l=>s.css("background-color:",l.primary,";",""),gray:{name:"e82xj7",styles:"background-color:rgba(0, 0, 0, 0.03)"},noPadding:{name:"1hcx8jb",styles:"padding:0"},largePadding:{name:"186egwm",styles:"padding:2em"},nobackground:{name:"1qsuvl4",styles:"background:transparent"},height:l=>s.css("height:",l,"px;",""),overflowvisible:{name:"1h8nup8",styles:"overflow:visible"}},B=l=>r.jsx("div",{css:i=>[u.default,l.shadow&&u.shadow(i),l.withhover&&u.withHover(i),l.primary&&u.primary(i),l.gray&&u.gray,l.noPadding&&u.noPadding,l.height&&u.height(l.height),l.nobackground&&u.nobackground,l.largePadding&&u.largePadding,l.overflowvisible&&u.overflowvisible,l.css&&l.css],tabIndex:l.onClick?0:void 0,onClick:l.onClick,onKeyPress:i=>{"Enter"!==i.key&&" "!==i.key||l.onClick&&l.onClick()},children:l.children}),b=({className:l,color:i="#f7f7f7"})=>r.jsx("hr",{className:l,css:s.css("height:1px;background-color:",i,";border:none;margin:1em 0;","")});var v=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"7 10 12 15 17 10"})})));const M=l=>s.css("position:absolute;z-index:1000;border-radius:10px;border:1px solid ",l.border,";background-color:#ffffff;box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.1);margin-top:8px;",""),k=l=>s.css("button:hover,button:focus{&>svg>polygon,&>svg>path{fill:",l.btnHoverTextColor,";}}",""),A=l=>s.css("button{background-color:",l,";}",""),Z="576px",E="768px",H={default:(l,i)=>s.css("font-weight:bold;color:",i||l.defaultText,";margin:0;",""),h1:s.css("font-size:32px;font-weight:bold;margin:0;@media screen and (max-width: ",Z,"){font-size:22px;}",""),h2:s.css("font-size:32px;@media screen and (max-width: ",Z,"){font-size:22px;}",""),h3:s.css("font-size:24px;@media screen and (max-width: ",Z,"){font-size:20px;}",""),h4:s.css("font-size:22px;@media screen and (max-width: ",Z,"){font-size:18px;}",""),h5:s.css("font-size:18px;@media screen and (max-width: ",Z,"){font-size:16px;}",""),setColor:l=>s.css({color:l},"","")},R=({level:l,color:i,primary:e,secondary:s,dark:t,children:a})=>{const h=`h${l}`;return r.jsx(h,{css:r=>[H.default(r,i),1===l&&H.h1,2===l&&H.h2,3===l&&H.h3,4===l&&H.h4,5===l&&H.h5,e&&H.setColor(r.primary),s&&H.setColor(r.secondary),t&&H.setColor(r.secondaryDarkText)],children:a})},z={default:l=>s.css("display:grid;grid-template-rows:min-content;&:focus-within span{color:",l.primary,";}span{line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px;}input{height:36px;width:calc(100% - 20px - 2px);font-size:16px;line-height:20px;outline:none;border-width:1px;border-radius:5px;border-style:solid;padding:0 10px;&:focus{border-color:",l.primary,";}&:disabled{background-color:",l.disabled,";}&::-webkit-outer-spin-button,&::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;}&[type='number']{-moz-appearance:textfield;}}",""),highligted:l=>s.css("font-size:18px;& input{height:",l||"50px",";font-size:16px;}& input[type='search']{-webkit-appearance:textfield;height:",l||"60px",";font-size:16px;border-radius:5px;box-shadow:0 2px 4px 0 rgba(9, 28, 68, 0.1);border-bottom:0;padding:0 16px;border-style:none;border-width:0;}",""),number:l=>s.css("border:2px solid ",l.border,";padding-left:10px;",""),text:l=>s.css("border:2px solid ",l.border,";padding-left:10px;",""),password:l=>s.css({border:"2px solid "+l.border,borderRadius:"3px",paddingLeft:"10px"},"",""),search:l=>s.css("border:0;border-bottom:2px solid ",l.border,";padding-left:0;&::-webkit-search-decoration,&::-webkit-search-cancel-button,&::-webkit-search-results-button,&::-webkit-search-results-decoration{-webkit-appearance:none;}",""),searchLabel:l=>s.css("display:block;position:relative;&>input{width:100%;}&>svg{position:absolute;right:16px;top:calc(50% - 10px);fill:",l.primary,"!important;}",""),file:s.css("",""),disabled:l=>s.css({cursor:"not-allowed",backgroundColor:l.disabled,borderColor:l.disabled},"",""),cardInput:{name:"nbbv3d",styles:"border-radius:30px;padding:0 20px;border:none;&:focus{box-shadow:0 10px 20px 0 rgba(16, 16, 90, 0.1);}"},validation:{name:"ebe443",styles:"position:relative;input{width:calc(100% - 35px - 2px);padding-right:25px;}svg{position:absolute;top:calc(26px + (38px / 2) - 8px);right:10px;}span:nth-of-type(2){font-size:14px;margin-bottom:0;line-height:20px;}"},invalid:l=>s.css("input{border-color:",l.alert,";border-style:solid;&:active,&:focus,&:hover{border-color:",l.alert,";}}svg{top:unset;right:unset;bottom:7px;left:3px;path{fill:",l.alert,";}}span:nth-of-type(2){line-height:30px;padding-left:25px;}&:focus-within span:nth-of-type(2){color:",l.alert,";}",""),height:l=>s.css("&>input{height:",l,";}","")},S=l=>s.css("font-size:14px;padding-left:10px;margin-bottom:0;color:",l.alert,";","");var I=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18.8937023,19.7812124 L19.7780996,18.8968456 C20.0718306,18.6030841 20.0718306,18.1280791 19.7812124,17.8343481 L16.6655887,14.7187244 L15.7924805,13.8283234 L15.6249723,14.499975 C16.487458,13.3968587 16.999969,12.0093498 16.999969,10.4999845 C16.999969,6.90935586 14.0906131,4 10.4999845,4 C6.90935586,4 4,6.90935586 4,10.4999845 C4,14.0906131 6.90935586,16.999969 10.4999845,16.999969 C12.0093498,16.999969 13.3968587,16.487458 14.499975,15.6249723 L13.8426208,15.8038635 L14.7187244,16.6655887 L17.8343481,19.7812124 C18.1280791,20.0749739 18.6030841,20.0749739 18.8937023,19.7812124 Z M10.499994,14.499975 C8.29060867,14.499975 6.49999404,12.7124731 6.49999404,10.499994 C6.49999404,8.29060867 8.28749588,6.49999404 10.499994,6.49999404 C12.7093603,6.49999404 14.499975,8.28749588 14.499975,10.499994 C14.499975,12.7093603 12.7124731,14.499975 10.499994,14.499975 Z"})})));const T=(l,i,e)=>{if(isNaN(l))return l;if(null==l)return"";e&&(l=Math.floor(l));const s=new Intl.NumberFormat(["no-NO","nb-NO"],{style:"decimal",currency:"NOK",maximumFractionDigits:i||0,minimumFractionDigits:i||0}).format(l);return i?s:s.replace(/,/g,".")},P=(l,i)=>{if(null==l)return"Ikke angitt";return T(l,i)+" kr"},W=(l,i)=>{const e=i||{hour:"numeric",minute:"numeric",second:"numeric",day:"2-digit",month:"2-digit",year:"2-digit"};return new Intl.DateTimeFormat(["no-NO","nb-NO","nn-NO","de-DE"],e).format(new Date(l))},q=l=>l.fixedPrice?"Fastpris":"Prisantydning",O=l=>l.fixedPrice?l.fixedPrice:l.askingPrice;var G=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M11,15 L13,15 L13,17 L11,17 L11,15 Z M11,7 L13,7 L13,13 L11,13 L11,7 Z M11.99,2 C6.47,2 2,6.48 2,12 C2,17.52 6.47,22 11.99,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 11.99,2 Z M12,20 C7.58,20 4,16.42 4,12 C4,7.58 7.58,4 12,4 C16.42,4 20,7.58 20,12 C20,16.42 16.42,20 12,20 Z"})})));const V=d.default.forwardRef((({onDebounceChange:l,debounceDelay:i,maxlength:s,height:t,...a},h)=>{const[c,x]=e.useState(a.value?a.value:""),[n,f]=e.useState(!1),o=((l,i)=>{const[s,t]=e.useState(l);return e.useEffect((()=>{const e=setTimeout((()=>{t(l)}),i);return()=>{clearTimeout(e)}}),[l,i]),s})(c,i||0),m=a.type?a.type:"text";return e.useEffect((()=>{a.reset&&x("")}),[a.reset]),e.useEffect((()=>{(i=>{l&&n&&l(i)})(o)}),[o]),r.jsxs("label",{css:l=>[z.default(l),a.highlight&&z.highligted(t),"search"===a.type&&z.searchLabel(l),a.validation&&z.validation,a.invalidMessage&&z.invalid(l),t&&z.height(t)],children:[a.label&&r.jsx("span",{children:a.label}),r.jsx("input",{type:m,placeholder:a.placeholder,value:c,disabled:a.disabled,autoFocus:a.focus,onBlur:a.onBlur,onFocus:a.onFocus,onChange:l=>{f(!0),a.format?x((l=>{if("price"===a.format&&l){const i=l.replace(/\u00a0/g,"").replace(/ /g,"");return T(i)}return l})(l.target.value)):x(l.target.value),a.onChange&&a.onChange(l)},maxLength:s,ref:h,name:a.name,css:l=>["text"===a.type&&z.text(l),"search"===a.type&&z.search(l),"password"===a.type&&z.password(l),"number"===a.type&&z.number(l),"file"===a.type&&z.file,a.disabled&&z.disabled(l),a.cardInput&&z.cardInput],children:d.default.Children.map(a.children,(l=>l||null))}),"search"===m&&r.jsx(I,{}),a.invalidMessage&&r.jsx(G,{size:"16px"}),a.invalidMessage&&r.jsx("span",{css:l=>[S(l)],children:a.invalidMessage})]})}));var _=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19,19 L5,19 L5,5 L12,5 L12,3 L3,3 L3,21 L21,21 L21,12 L19,12 L19,19 Z M14,3 L14,5 L17.59,5 L7.76,14.83 L9.17,16.24 L19,6.41 L19,10 L21,10 L21,3 L14,3 Z"})})));const $=f.default("span",{target:"e1besegt0"})({name:"s5xdrg",styles:"display:flex;align-items:center"}),U={name:"1wl9p5d",styles:"color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none;line-height:inherit;background-color:transparent;border:none"},J={name:"1dtl54w",styles:"background:none;border:none;outline:none;color:#1657e2;font-size:14px;font-weight:600;letter-spacing:0;line-height:20px;text-decoration:none;cursor:pointer;&:hover,&:focus,&:active{text-decoration:underline;}"},Y=l=>s.css("color:",l.btnDanger,";",""),X=l=>{const{disabled:i,children:e,nostyle:s,external:t,danger:a,target:h,...c}=l;return r.jsx(L,{...c,disabled:i,css:l=>[s?U:J,a&&Y(l)],...h&&{target:h},children:t?r.jsxs($,{children:[r.jsx("span",{children:e}),r.jsx(_,{size:"15px",color:"blue"})]}):e})},K=f.default("li",{target:"e8hjcxt0"})({name:"1hcx8jb",styles:"padding:0"}),Q={default:l=>s.css({padding:0,margin:0,listStyle:"none","& > li":{display:"flex",alignItems:"center",height:"36px",fontSize:"16px",borderTop:"1px solid "+l.border,"&:nth-of-type(1)":{borderTop:"none"}}},"",""),points:l=>s.css({"& > li":{display:"flex",alignItems:"center",height:"30px",borderTop:"none",paddingLeft:"30px"},"& > li::before":{content:'""',height:"8px",width:"8px",borderRadius:"50%",backgroundColor:l.primary,marginLeft:"-20px",marginRight:"10px;"}},"",""),links:l=>s.css("&>li{height:unset;border-top:none;&>a,&>button{position:relative;display:flex;justify-content:flex-start;width:100%;padding:0;&:hover{text-decoration:none;& svg{right:-5px;}}&>span{padding:0.5em 0;font-size:15px;line-height:19px;color:",l.secondary,";border-bottom:1px solid ",l.secondary,";& svg{position:absolute;right:0;top:6px;}}}}",""),ordered:{},numbers:{listStyle:"none",counterReset:"conts","& > li":{height:"30px",borderTop:"none",paddingLeft:"30px",counterIncrement:"conts"},"& > li::before":{content:'counter(conts)"."',fontSize:"16px",fontWeight:"normal",marginLeft:"-20px",marginRight:"10px;"}},numbersHighlighted:l=>s.css({listStyle:"none",counterReset:"conts","& > li":{height:"40px",borderTop:"none",paddingLeft:"30px",counterIncrement:"conts",fontWeight:600},"& > li::before":{content:"counter(conts)",display:"flex",alignItems:"center",justifyContent:"center",backgroundColor:l.primary,borderRadius:"50%",height:"24px",width:"24px",color:"white",fontSize:"16px",fontWeight:600,marginLeft:"-20px",marginRight:"10px"}},"",""),connected:{},selectList:l=>s.css({cursor:"pointer",borderTop:"1px solid "+l.border,listStyle:"none","& > li":{paddingLeft:"5px",display:"flex",alignItems:"center",height:"36px",fontSize:"16px",background:"white","&:nth-of-type(1)":{borderTop:"none"},"&:hover":{backgroundColor:l.bgLight,borderColor:l.bgLight,color:l.btnHoverTextColor+"!important"}}},"",""),nostyle:{name:"47nd67",styles:"&>li{height:30px;border-top:none;border-bottom:0;}"},rowHeight:l=>s.css("&>li{height:",l,";}",""),minRowHeight:l=>s.css("&>li{min-height:",l,";height:unset;}",""),darkTheme:l=>s.css("border-top:none;li,li:hover,li:active{background-color:",l.primary5darker,";border-color:",l.btnBackBorder,";&>button{color:#ffffff;&:focus{color:#ffffff;}}}","")},ll=({darkTheme:l,...i})=>{const e=i.ordered||i.numbers||i.numbersHighlighted?"ol":"ul";return r.jsx(e,{css:e=>[Q.default(e),i.ordered&&Q.ordered,i.links&&Q.links(e),i.points&&Q.points(e),i.numbers&&Q.numbers,i.numbersHighlighted&&Q.numbersHighlighted(e),i.connected&&Q.connected,i.selectList&&Q.selectList(e),i.nostyle&&Q.nostyle,i.rowHeight&&Q.rowHeight(i.rowHeight),i.minRowHeight&&Q.minRowHeight(i.minRowHeight),l&&Q.darkTheme(e)],children:d.default.Children.map(i.children,(l=>l||null))})},il={default:l=>s.css({display:"inline-block",minHeight:"24px",lineHeight:"24px",padding:"0px 12px",outline:"none",border:"none",borderRadius:"12px",fontSize:"14px",color:"white",backgroundColor:l.primary,"& > span":{paddingLeft:"5px"},"&:focus":{textDecoration:"underline"}},"",""),neutral:l=>s.css({color:l.defaultText,backgroundColor:l.gray20},"",""),success:l=>s.css({color:l.defaultText,backgroundColor:l.successMedium},"",""),info:l=>s.css({color:l.bgDark,backgroundColor:l.infoMedium},"",""),danger:l=>s.css({color:"white",backgroundColor:l.alert},"",""),dark:l=>s.css({color:"white",backgroundColor:l.bgDark},"",""),light:l=>s.css({color:l.bgDark,backgroundColor:l.bgLight},"",""),withclose:{name:"aymhac",styles:"display:flex;align-items:center;min-height:24px;line-height:unset;&>svg{margin-left:0.5em;}"}};var el=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12"})})));const sl=l=>{const i=l.withclose?"button":"div";return r.jsxs(i,{title:l.title,className:l.className,onClick:l.onClick,css:i=>[il.default(i),l.neutral&&il.neutral(i),l.success&&il.success(i),l.info&&il.info(i),l.danger&&il.danger(i),l.dark&&il.dark(i),l.light&&il.light(i),l.withclose&&il.withclose],children:[l.children,l.withclose?r.jsx(el,{color:"white",size:"14px"}):null]})},tl={default:(l,i)=>s.css({fontSize:"16px",color:i||l.defaultText},"",""),paragraph:{name:"ti75j2",styles:"margin:0"},intro:{name:"1kvnwqk",styles:"font-size:22px"},small:{name:"mmdt3g",styles:"font-size:14px"},extrasmall:{name:"rnnx2x",styles:"font-size:12px"},bold:{name:"1efi8gv",styles:"font-weight:bold"},semiBold:{name:"16ceglb",styles:"font-weight:600"},size:l=>s.css("font-size:",l,";",""),subtle:l=>s.css({color:l.subtleText},"",""),setColor:l=>s.css({color:l},"",""),italic:{name:"1jwcxx3",styles:"font-style:italic"},align:l=>s.css("text-align:",l,";",""),setWordBreak:l=>s.css("word-break:",l,";","")},rl=({paragraph:l,intro:i,small:e,extrasmall:s,bold:t,semibold:a,subtle:h,color:c,size:x,title:n,onClick:f,children:d,primary:o,secondary:m,dark:p,italic:y,align:g,wordBreak:C})=>{const j=l?"p":"span";return r.jsx(j,{css:r=>[tl.default(r,c),i&&tl.intro,e&&tl.small,s&&tl.extrasmall,t&&tl.bold,a&&tl.semiBold,h&&tl.subtle(r),l&&tl.paragraph,x&&tl.size(x),o&&tl.setColor(r.primary),m&&tl.setColor(r.secondary),y&&tl.italic,g&&tl.align(g),p&&tl.setColor(r.secondaryDarkText),C&&tl.setWordBreak(C)],onClick:f,title:n,children:d})},al=l=>s.css("background-color:",l.bgFooter,";width:100%;padding:40px 0;",""),hl=f.default("div",{target:"e1329zf70"})("display:flex;justify-content:space-between;max-width:1170px;margin:0 auto;@media screen and (max-width: ",Z,"){display:grid;grid-template-columns:1fr;grid-row-gap:2em;padding:0 1em;&>div{height:unset;}}"),cl=f.default("div",{target:"e10isqnr0"})({name:"zu0d1s",styles:"display:flex;flex-direction:column;justify-content:space-between;min-height:130px"}),xl=f.default("div",{target:"eng6et90"})({name:"pqtyon",styles:"display:flex;flex-direction:column;&>span{line-height:24px;}"}),nl=f.default("span",{target:"edm5klv0"})({name:"qi2aoe",styles:"color:white;font-size:14px;font-weight:bold;text-transform:uppercase;margin-bottom:0.5em"}),fl=f.default(X,{target:"e17wos1x0"})({name:"2b9drn",styles:"color:white;font-size:16px;font-weight:normal;text-decoration:underline;margin-bottom:6px;cursor:pointer;&:focus{outline:1px dotted white;outline:5px auto -webkit-focus-ring-color;}& span>svg>path{fill:white;}"}),dl=f.default(X,{target:"ejgzy2n0"})({name:"188t3fj",styles:"color:white;font-size:16px;font-weight:normal;text-decoration:underline;margin-bottom:6px;cursor:pointer;&:focus{outline:1px dotted white;outline:5px auto -webkit-focus-ring-color;}"});var ol={name:"131jtor",styles:"span{border-radius:2px;}"};const ml={default:l=>s.css("display:inline-block;position:relative;padding-left:25px;font-size:14px;line-height:20px;user-select:none;cursor:pointer;input{pointer-events:none;opacity:0;position:absolute;left:0;&:checked~span{background-color:",l.primary,";border-color:",l.primary,";}&:checked~span:after{display:block;}&:focus~span{border-color:",l.primary5darker,";}}span{position:absolute;top:0;left:0;height:16px;width:16px;border:2px solid ",l.border,";cursor:pointer;&:after{content:'';position:absolute;display:none;left:5px;top:2px;width:4px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg);}}",""),nomargin:{name:"1wcfv52",styles:"margin-right:0"},child:{name:"11n8o9i",styles:"padding-left:41px;span{left:16px;}"},vertical:{name:"fk50fq",styles:"display:block;margin-right:0;margin-bottom:15px"},disabled:l=>s.css("color:",l.subtleText,";cursor:not-allowed;span{opacity:0.5;cursor:not-allowed;}",""),subtle:l=>ol},pl={default:l=>s.css("display:inline-block;position:relative;padding-left:25px;margin-right:60px;cursor:pointer;font-size:14px;user-select:none;input{position:absolute;opacity:0;cursor:pointer;&:checked~span:after{display:block;}&:focus-within~span{border-color:",l.primary,";}}span{position:absolute;top:0;left:0;height:14px;width:14px;border:1px solid ",l.border,";border-radius:50%;&:after{content:'';position:absolute;display:none;top:3px;left:3px;width:8px;height:8px;border-radius:50%;background:",l.primary,";}}",""),vertical:{name:"fk50fq",styles:"display:block;margin-right:0;margin-bottom:15px"},disabled:l=>s.css("color:",l.subtleText,";cursor:not-allowed;span{opacity:0.7;cursor:not-allowed;}input{cursor:not-allowed;}","")},yl=f.default("span",{target:"enirjj93"})("display:inline-block;position:relative;overflow:hidden;vertical-align:middle;background-color:","#ccc",";opacity:0.3;&::after{display:block;content:'';position:absolute;width:100%;height:100%;transform:translateX(-100%);background:linear-gradient(\n 90deg,\n transparent,\n rgb(229, 227, 223),\n transparent\n );background:-webkit-linear-gradient(\n 90deg,\n transparent,\n rgb(229, 227, 223),\n transparent\n );animation:loading 1.5s infinite;animation:",s.keyframes`
|
2
|
-
100% {
|
3
|
-
transform: translateX(100%);
|
4
|
-
}
|
5
|
-
`," 1.5s infinite;}"),gl=f.default(yl,{target:"enirjj92"})("height:",(l=>l.height?l.height:"1em"),";width:",(l=>l.width?l.width:"65%"),";"),Cl=f.default(yl,{target:"enirjj91"})("height:",(l=>l.height?l.height:"34px"),";width:",(l=>l.width?l.width:"34px"),";border-radius:50%;"),jl=f.default(yl,{target:"enirjj90"})("height:",(l=>l.height?l.height:"34px"),";width:",(l=>l.width?l.width:"34px"),";border-radius:",(l=>l.borderRadius?l.borderRadius:"0"),";"),Ll=({circle:l=!1,height:i,width:e,rectangle:s=!1,borderRadius:r})=>l?t.jsx(Cl,{height:i,width:e}):s?t.jsx(jl,{borderRadius:r,height:i,width:e}):t.jsx(gl,{height:i,width:e});var Fl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M17,11 L17,3 L7,3 L7,7 L3,7 L3,21 L11,21 L11,17 L13,17 L13,21 L21,21 L21,11 L17,11 Z M7,19 L5,19 L5,17 L7,17 L7,19 Z M7,15 L5,15 L5,13 L7,13 L7,15 Z M7,11 L5,11 L5,9 L7,9 L7,11 Z M11,15 L9,15 L9,13 L11,13 L11,15 Z M11,11 L9,11 L9,9 L11,9 L11,11 Z M11,7 L9,7 L9,5 L11,5 L11,7 Z M15,15 L13,15 L13,13 L15,13 L15,15 Z M15,11 L13,11 L13,9 L15,9 L15,11 Z M15,7 L13,7 L13,5 L15,5 L15,7 Z M19,19 L17,19 L17,17 L19,17 L19,19 Z M19,15 L17,15 L17,13 L19,13 L19,15 Z"})})));var wl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18.71,3 L5.29,3 L3,5.79 L3,21 L21,21 L21,5.79 L18.71,3 Z M12,17.5 L6.5,12 L10,12 L10,10 L14,10 L14,12 L17.5,12 L12,17.5 Z M5.12,5 L5.93,4 L17.93,4 L18.87,5 L5.12,5 Z"})})));var Nl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M7,5 L9,5 L9,3 L7,3 L7,5 Z M7,21 L9,21 L9,19 L7,19 L7,21 Z M11,21 L13,21 L13,19 L11,19 L11,21 Z M3,21 L5,21 L5,19 L3,19 L3,21 Z M3,17 L5,17 L5,15 L3,15 L3,17 Z M3,13 L5,13 L5,11 L3,11 L3,13 Z M3,9 L5,9 L5,7 L3,7 L3,9 Z M3,5 L5,5 L5,3 L3,3 L3,5 Z M19,17 L21,17 L21,15 L19,15 L19,17 Z M19,13 L21,13 L21,11 L19,11 L19,13 Z M19,21 L21,21 L21,19 L19,19 L19,21 Z M19,9 L21,9 L21,7 L19,7 L19,9 Z M19,3 L19,5 L21,5 L21,3 L19,3 Z M11,5 L13,5 L13,3 L11,3 L11,5 Z M15,21 L17,21 L17,19 L15,19 L15,21 Z M15,5 L17,5 L17,3 L15,3 L15,5 Z"})})));var Dl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"20 12 18.59 10.59 13 16.17 13 4 11 4 11 16.17 5.42 10.58 4 12 12 20"})})));var ul=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"20 11 7.83 11 13.42 5.41 12 4 4 12 12 20 13.41 18.59 7.83 13 20 13"})})));var Bl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"12 4 10.59 5.41 16.17 11 4 11 4 13 16.17 13 10.59 18.59 12 20 20 12"})})));var bl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"4 12 5.41 13.41 11 7.83 11 20 13 20 13 7.83 18.58 13.42 20 12 12 4"})})));var vl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18.5,16 L7,16 C4.79,16 3,14.21 3,12 C3,9.79 4.79,8 7,8 L19.5,8 C20.88,8 22,9.12 22,10.5 C22,11.88 20.88,13 19.5,13 L9,13 C8.45,13 8,12.55 8,12 C8,11.45 8.45,11 9,11 L18.5,11 L18.5,9.5 L9,9.5 C7.62,9.5 6.5,10.62 6.5,12 C6.5,13.38 7.62,14.5 9,14.5 L19.5,14.5 C21.71,14.5 23.5,12.71 23.5,10.5 C23.5,8.29 21.71,6.5 19.5,6.5 L7,6.5 C3.96,6.5 1.5,8.96 1.5,12 C1.5,15.04 3.96,17.5 7,17.5 L18.5,17.5 L18.5,16 Z"})})));var Ml=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12.5,8 C9.85,8 7.45,8.99 5.6,10.6 L2,7 L2,16 L11,16 L7.38,12.38 C8.77,11.22 10.54,10.5 12.5,10.5 C16.04,10.5 19.05,12.81 20.1,16 L22.47,15.22 C21.08,11.03 17.15,8 12.5,8 Z"})})));var kl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19.2,13.6 L19.2,14.4 C19.2,15.928 18.344,17.256 17.08,17.928 L17.6,20 L16,20 L15.6,18.4 C15.464,18.4 15.336,18.4 15.2,18.4 L8.8,18.4 C8.664,18.4 8.536,18.4 8.4,18.4 L8,20 L6.4,20 L6.92,17.928 C5.656,17.256 4.8,15.928 4.8,14.4 L4.8,13.6 L4,13.6 L4,12 L18.4,12 L18.4,6.4 C18.4,5.9581722 18.0418278,5.6 17.6,5.6 C17.2,5.6 16.896,5.872 16.8,6.232 C17.304,6.664 17.6,7.304 17.6,8 L12.8,8 C12.8,6.6745166 13.8745166,5.6 15.2,5.6 C15.248,5.6 15.288,5.6 15.336,5.6 C15.664,4.672 16.552,4 17.6,4 C18.9254834,4 20,5.0745166 20,6.4 L20,13.6 L19.2,13.6 L19.2,13.6"})})));var Al=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C17.52,2 22,6.48 22,12 C22,17.52 17.52,22 12,22 C6.48,22 2,17.52 2,12 C2,6.48 6.48,2 12,2 Z M9.5,15.1197183 C8.3307405,15.1197183 6.28211669,15.5810537 5.41677059,16.5374649 C7.74850661,19.842612 11.0811832,19.992846 11.9004408,19.9996748 L12,20 C12.7075019,20 13.3741686,19.9168671 14,19.7506014 L14,19.7506014 L14,17.5056338 C13.9775,15.9640845 10.9925,15.1197183 9.5,15.1197183 Z M16.6802523,5.5 L10.3636364,5.5 L10.3636364,8 L10.5855662,8.09364451 C12.1029472,8.76830404 12.8616377,9.84507042 12.8616377,11.3239437 C12.8616377,12.8732394 12.1558534,13.870189 10.7442846,14.3147924 C11.5372782,14.3723665 12.2894498,14.5563978 13.0007993,14.8668863 L13.0007993,14.8668863 L13,14 L14.7,14 L14.7,15.7 L14.4271783,15.6992617 C14.6217256,15.8438905 14.8126662,15.9996922 15,16.1666667 L15,16.1666667 L15,19.4121069 L15.094629,19.3791745 C16.4142231,18.8926026 20,16.5090213 20,12.4560535 C20.1431779,8.51903573 17.8026276,6.31335582 16.6802523,5.5 L16.6802523,5.5 Z M17.7,14 L17.7,15.7 L16,15.7 L16,14 L17.7,14 Z M9.5,9 C8.255,9 7.25,10.0380282 7.25,11.3239437 C7.25,12.6098592 8.255,13.6478873 9.5,13.6478873 C10.745,13.6478873 11.75,12.6098592 11.75,11.3239437 C11.75,10.0380282 10.745,9 9.5,9 Z M17.7,11 L17.7,12.7 L16,12.7 L16,11 L17.7,11 Z M14.7,11 L14.7,12.7 L13,12.7 L13,11 L14.7,11 Z M17.7,8 L17.7,9.7 L16,9.7 L16,8 L17.7,8 Z M14.7,8 L14.7,9.7 L13,9.7 L13,8 L14.7,8 Z"})})));var Zl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19,3 L5,3 L5,21 L12,18 L19,21 L19,3 Z M17,18 L12,15.82 L7,18 L7,5 L17,5 L17,18 Z"})})));var El=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"19 3 5 3 5 21 12 18 19 21"})})));var Hl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M4,16 C4,16.88 4.39,17.67 5,18.22 L5,21 L8,21 L8,19 L16,19 L16,21 L19,21 L19,18.22 C19.61,17.67 20,16.88 20,16 L20,6 C20,2.5 16.42,2 12,2 C7.58,2 4,2.5 4,6 L4,16 Z M7.5,17 C6.67,17 6,16.33 6,15.5 C6,14.67 6.67,14 7.5,14 C8.33,14 9,14.67 9,15.5 C9,16.33 8.33,17 7.5,17 Z M16.5,17 C15.67,17 15,16.33 15,15.5 C15,14.67 15.67,14 16.5,14 C17.33,14 18,14.67 18,15.5 C18,16.33 17.33,17 16.5,17 Z M18,11 L6,11 L6,6 L18,6 L18,11 Z"})})));var Rl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12.2727273,0 L4.09090909,0 L0,4.90909091 L0,7.36363636 L1.63636364,7.36363636 C1.63636364,8.71924439 2.73530107,9.81818182 4.09090909,9.81818182 C5.44651711,9.81818182 6.54545455,8.71924439 6.54545455,7.36363636 L11.4545455,7.36363636 C11.4545455,8.71924439 12.5534829,9.81818182 13.9090909,9.81818182 C15.2646989,9.81818182 16.3636364,8.71924439 16.3636364,7.36363636 L18,7.36363636 L18,4.90909091 C18,4.00090909 17.2718182,3.27272727 16.3636364,3.27272727 L14.7272727,3.27272727 L12.2727273,0 M4.5,1.22727273 L7.77272727,1.22727273 L7.77272727,3.27272727 L2.86363636,3.27272727 L4.5,1.22727273 M9,1.22727273 L11.8636364,1.22727273 L13.4672727,3.27272727 L9,3.27272727 L9,1.22727273 M4.09090909,6.13636364 C4.7687131,6.13636364 5.31818182,6.68583235 5.31818182,7.36363636 C5.31818182,8.04144037 4.7687131,8.59090909 4.09090909,8.59090909 C3.41310508,8.59090909 2.86363636,8.04144037 2.86363636,7.36363636 C2.86363636,6.68583235 3.41310508,6.13636364 4.09090909,6.13636364 M13.9090909,6.13636364 C14.5868949,6.13636364 15.1363636,6.68583235 15.1363636,7.36363636 C15.1363636,8.04144037 14.5868949,8.59090909 13.9090909,8.59090909 C13.2312869,8.59090909 12.6818182,8.04144037 12.6818182,7.36363636 C12.6818182,6.68583235 13.2312869,6.13636364 13.9090909,6.13636364 Z"})})));var zl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"14 7 9 12 14 17"})})));var Sl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"7 14 12 9 17 14"})})));var Il=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"10 17 15 12 10 7"})})));var Tl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"9 16.2 4.8 12 3.4 13.4 9 19 21 7 19.6 5.6"})})));var Pl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 Z M12,20 C7.59,20 4,16.41 4,12 C4,7.59 7.59,4 12,4 C16.41,4 20,7.59 20,12 C20,16.41 16.41,20 12,20 Z M16.59,7.58 L10,14.17 L7.41,11.59 L6,13 L10,17 L18,9 L16.59,7.58 Z"})})));var Wl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 Z M10,17 L5,12 L6.41,10.59 L10,14.17 L17.59,6.58 L19,8 L10,17 Z"})})));var ql=w()((l=>t.jsx("svg",{viewBox:"0 0 24 19",...l,children:t.jsx("polygon",{points:"0.49 18.13 2.26 19.9 12.16 10 2.26 0.1 0.49 1.87 8.62 10 0.49 18.13"})})));var Ol=w()((l=>t.jsx("svg",{viewBox:"0 0 18 12",...l,children:t.jsx("polygon",{points:"14.5 -1.39090909 12.8221937 -3 3.5 6 12.8316195 15 14.5 13.3909091 6.83676093 6",transform:"translate(9.000000, 6.000000) rotate(-90.000000) translate(-9.000000, -6.000000)"})})));var Gl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.47,2 2,6.47 2,12 C2,17.53 6.47,22 12,22 C17.53,22 22,17.53 22,12 C22,6.47 17.53,2 12,2 Z M17,15.59 L15.59,17 L12,13.41 L8.41,17 L7,15.59 L10.59,12 L7,8.41 L8.41,7 L12,10.59 L15.59,7 L17,8.41 L13.41,12 L17,15.59 Z"})})));var Vl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M21.99,2 L2,2 L2,18 L18,18 L22,22 L21.99,2 Z M18,14 L6,14 L6,12 L18,12 L18,14 Z M18,11 L6,11 L6,9 L18,9 L18,11 Z M18,8 L6,8 L6,6 L18,6 L18,8 Z"})})));var _l=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M10,4 L10,0 L0,0 L0,18 L20,18 L20,4 L10,4 Z M4,16 L2,16 L2,14 L4,14 L4,16 Z M4,12 L2,12 L2,10 L4,10 L4,12 Z M4,8 L2,8 L2,6 L4,6 L4,8 Z M4,4 L2,4 L2,2 L4,2 L4,4 Z M8,16 L6,16 L6,14 L8,14 L8,16 Z M8,12 L6,12 L6,10 L8,10 L8,12 Z M8,8 L6,8 L6,6 L8,6 L8,8 Z M8,4 L6,4 L6,2 L8,2 L8,4 Z M18,16 L10,16 L10,14 L12,14 L12,12 L10,12 L10,10 L12,10 L12,8 L10,8 L10,6 L18,6 L18,16 Z M16,8 L14,8 L14,10 L16,10 L16,8 Z M16,12 L14,12 L14,14 L16,14 L16,12 Z"})})));var $l=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("circle",{cx:"12",cy:"12",r:"4"})})));var Ul=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,8 C14.209139,8 16,9.790861 16,12 C16,14.209139 14.209139,16 12,16 C9.790861,16 8,14.209139 8,12 C8,9.790861 9.790861,8 12,8 Z M12,9 C10.3431458,9 9,10.3431458 9,12 C9,13.6568542 10.3431458,15 12,15 C13.6568542,15 15,13.6568542 15,12 C15,10.3431458 13.6568542,9 12,9 Z"})})));var Jl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M5,20.5 L19,20.5 L19,18.5 L5,18.5 M19,9.5 L15,9.5 L15,3.5 L9,3.5 L9,9.5 L5,9.5 L12,16.5 L19,9.5 Z"})})));var Yl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M21.99,6.86 L12,1 L2,6.86 L2,20 L22,20 L21.99,6.86 Z M12,13 L3.74,7.84 L12,3 L20.26,7.84 L12,13 Z"})})));var Xl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M7,2 L11,6 L8,6 L8,10 L6,10 L6,6 L3,6 L7,2 M17,10 L13,6 L16,6 L16,2 L18,2 L18,6 L21,6 L17,10 M7,12 L17,12 C18.1045695,12 19,12.8954305 19,14 L19,20 C19,21.1045695 18.1045695,22 17,22 L7,22 C5.8954305,22 5,21.1045695 5,20 L5,14 C5,12.8954305 5.8954305,12 7,12 M7,14 L7,20 L17,20 L17,14 L7,14 Z"})})));var Kl=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 Z M13,17 L11,17 L11,15 L13,15 L13,17 Z M13,13 L11,13 L11,7 L13,7 L13,13 Z"})})));var Ql=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,4.5 C7,4.5 2.73,7.61 1,12 C2.73,16.39 7,19.5 12,19.5 C17,19.5 21.27,16.39 23,12 C21.27,7.61 17,4.5 12,4.5 Z M12,17 C9.24,17 7,14.76 7,12 C7,9.24 9.24,7 12,7 C14.76,7 17,9.24 17,12 C17,14.76 14.76,17 12,17 Z M12,9 C10.34,9 9,10.34 9,12 C9,13.66 10.34,15 12,15 C13.66,15 15,13.66 15,12 C15,10.34 13.66,9 12,9 Z"})})));var li=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,7 C14.76,7 17,9.24 17,12 C17,12.65 16.87,13.26 16.64,13.83 L19.56,16.75 C21.07,15.49 22.26,13.86 22.99,12 C21.26,7.61 16.99,4.5 11.99,4.5 C10.59,4.5 9.25,4.75 8.01,5.2 L10.17,7.36 C10.74,7.13 11.35,7 12,7 Z M2,4.27 L4.28,6.55 L4.74,7.01 C3.08,8.3 1.78,10.02 1,12 C2.73,16.39 7,19.5 12,19.5 C13.55,19.5 15.03,19.2 16.38,18.66 L16.8,19.08 L19.73,22 L21,20.73 L3.27,3 L2,4.27 Z M7.53,9.8 L9.08,11.35 C9.03,11.56 9,11.78 9,12 C9,13.66 10.34,15 12,15 C12.22,15 12.44,14.97 12.65,14.92 L14.2,16.47 C13.53,16.8 12.79,17 12,17 C9.24,17 7,14.76 7,12 C7,11.21 7.2,10.47 7.53,9.8 L7.53,9.8 Z M11.84,9.02 L14.99,12.17 L15.01,12.01 C15.01,10.35 13.67,9.01 12.01,9.01 L11.84,9.02 Z"})})));var ii=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M0,8.1 L9,0 L18,8.1 L15.3,8.1 L15.3,15.3 L2.7,15.3 L2.7,8.1 L0,8.1 M9,13.5 L9.648,12.906 C11.97,10.8 13.5,9.414 13.5,7.713 C13.5,6.327 12.411,5.238 11.025,5.238 C10.242,5.238 9.495,5.607 9,6.183 C8.505,5.607 7.758,5.238 6.975,5.238 C5.589,5.238 4.5,6.327 4.5,7.713 C4.5,9.414 6.03,10.8 8.352,12.906 L9,13.5 Z"})})));var ei=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19,20 C17.61,20 16.22,19.53 15,18.68 C12.56,20.39 9.44,20.39 7,18.68 C5.78,19.53 4.39,20 3,20 L1,20 L1,22 L3,22 C4.38,22 5.74,21.65 7,21.01 C9.52,22.3 12.48,22.3 15,21.01 C16.26,21.66 17.62,22 19,22 L21,22 L21,20 L19,20 Z M2.95,18 L3,18 C4.6,18 6.02,17.12 7,16 C7.98,17.12 9.4,18 11,18 C12.6,18 14.02,17.12 15,16 C15.98,17.12 17.4,18 19,18 L19.05,18 L21.23,10.35 L19,9.62 L19,3 L14,3 L14,0 L8,0 L8,3 L3,3 L3,9.62 L0.77,10.35 L2.95,18 Z M5,5 L17,5 L17,8.97 L11,7 L5,8.97 L5,5 Z"})})));var si=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,9 L13,3.5 L18.5,9 M6,2 C4.89,2 4,2.89 4,4 L4,20 C4,21.1045695 4.8954305,22 6,22 L18,22 C19.1045695,22 20,21.1045695 20,20 L20,8 L14,2 L6,2 Z"})})));var ti=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M5.00557103,1.5 C3.90250696,1.5 3,2.4 3,3.5 L3,19.5 C3,20.6 3.90250696,21.5 5.00557103,21.5 L9.01671309,21.5 L9.01671309,19.6 L19.0445682,9.6 L19.0445682,7.5 L13.0278552,1.5 L5.00557103,1.5 M12.0250696,3 L17.54039,8.5 L12.0250696,8.5 L12.0250696,3 M19.1448468,12.5 C19.0445682,12.5 18.8440111,12.6 18.7437326,12.7 L17.7409471,13.7 L19.8467967,15.8 L20.8495822,14.8 C21.0501393,14.6 21.0501393,14.2 20.8495822,14 L19.545961,12.7 C19.4456825,12.6 19.3454039,12.5 19.1448468,12.5 M17.1392758,14.3 L11.0222841,20.4 L11.0222841,22.5 L13.1281337,22.5 L19.2451253,16.4 L17.1392758,14.3 Z"})})));var ri=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M6,2 C4.8954305,2 4,2.8954305 4,4 L4,20 C4,21.1045695 4.8954305,22 6,22 L18,22 C19.1045695,22 20,21.1045695 20,20 L20,8 L14,2 L6,2 Z M15.8,20 L14,20 L12,16.6 L10,20 L8.2,20 L11.1,15.5 L8.2,11 L10,11 L12,14.4 L14,11 L15.8,11 L12.9,15.5 L15.8,20 M13,9 L13,3.5 L18.5,9 L13,9 Z"})})));var ai=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,9 L18.5,9 L13,3.5 L13,9 M6,2 L14,2 L20,8 L20,20 C20,21.1045695 19.1045695,22 18,22 L6,22 C4.8954305,22 4,21.1045695 4,20 L4,4 C4,2.8954305 4.8954305,2 6,2 M10.1,11.4 C10.08,11.44 9.81,13.16 8,16.09 C8,16.09 4.5,17.91 5.33,19.27 C6,20.35 7.65,19.23 9.07,16.59 C9.07,16.59 10.89,15.95 13.31,15.77 C13.31,15.77 17.17,17.5 17.7,15.66 C18.22,13.8 14.64,14.22 14,14.41 C14,14.41 12,13.06 11.5,11.2 C11.5,11.2 12.64,7.25 10.89,7.3 C9.14,7.35 9.8,10.43 10.1,11.4 M10.91,12.44 C10.94,12.45 11.38,13.65 12.8,14.9 C12.8,14.9 10.47,15.36 9.41,15.8 C9.41,15.8 10.41,14.07 10.91,12.44 M14.84,15.16 C15.42,15 17.17,15.31 17.1,15.64 C17.04,15.97 14.84,15.16 14.84,15.16 M7.77,17 C7.24,18.24 6.33,19 6.1,19 C5.87,19 6.8,17.4 7.77,17 M10.91,10.07 C10.91,10 10.55,7.87 10.91,7.92 C11.45,8 10.91,10 10.91,10.07 Z"})})));var hi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M14,2 L6,2 C4.8954305,2 4,2.8954305 4,4 L4,20 C4,21.1045695 4.8954305,22 6,22 L18,22 C19.1045695,22 20,21.1045695 20,20 L20,8 L14,2 M15.2,20 L13.8,20 L12,13.2 L10.2,20 L8.8,20 L6.6,11 L8.1,11 L9.5,17.8 L11.3,11 L12.6,11 L14.4,17.8 L15.8,11 L17.3,11 L15.2,20 M13,9 L13,3.5 L18.5,9 L13,9 Z"})})));var ci=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsxs("g",{children:[t.jsx("path",{d:"M14,2 L20,8 L20,22 L4,22 L4.01,2 L14,2 Z M13,3.5 L5.62181233,3.5 L5.62181233,20.4402973 L18.5,20.4402973 L18.5,9 L13,3.5 Z"}),t.jsx("path",{d:"M7,16.9630636 L7,19 L9.03693645,19 L15.044541,12.9923954 L13.0076046,10.955459 L7,16.9630636 Z M17,11.0369364 L14.9630636,9 L13.5888104,10.379685 L15.6257469,12.4166214 L17,11.0369364 L17,11.0369364 Z"})]})})));var xi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M11.9911111,17.8772942 L5.44,13.0697431 L4,14.1269009 L12,20 L20,14.1269009 L18.5511111,13.0613529 L11.9911111,17.8772942 Z M12,15.7461982 L18.5422222,10.9386471 L20,9.87309911 L12,4 L4,9.87309911 L5.44888889,10.9386471 L12,15.7461982 Z"})})));var ni=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M21,21 L18.4285714,21 L18.4285714,10.2 L5.57142857,10.2 L5.57142857,21 L3,21 L3,7.8 L12,3 L21,7.8 L21,21 M6.85714286,11.4 L17.1428571,11.4 L17.1428571,13.8 L6.85714286,13.8 L6.85714286,11.4 M6.85714286,15 L17.1428571,15 L17.1428571,17.4 L6.85714286,17.4 L6.85714286,15 M17.1428571,18.6 L17.1428571,21 L6.85714286,21 L6.85714286,18.6 L17.1428571,18.6 Z"})})));var fi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M4,11.1111111 L11.1111111,11.1111111 L11.1111111,4 L4,4 M4,20 L11.1111111,20 L11.1111111,12.8888889 L4,12.8888889 M12.8888889,20 L20,20 L20,12.8888889 L12.8888889,12.8888889 M12.8888889,4 L12.8888889,11.1111111 L20,11.1111111 L20,4"})})));var di=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"20.57 14.86 22 13.43 20.57 12 17 15.57 8.43 7 12 3.43 10.57 2 9.14 3.43 7.71 2 5.57 4.14 4.14 2.71 2.71 4.14 4.14 5.57 2 7.71 3.43 9.14 2 10.57 3.43 12 7 8.43 15.57 17 12 20.57 13.43 22 14.86 20.57 16.29 22 18.43 19.86 19.86 21.29 21.29 19.86 19.86 18.43 22 16.29"})})));var oi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,21.35 L10.55,20.03 C5.4,15.36 2,12.28 2,8.5 C2,5.42 4.42,3 7.5,3 C9.24,3 10.91,3.81 12,5.09 C13.09,3.81 14.76,3 16.5,3 C19.58,3 22,5.42 22,8.5 C22,12.28 18.6,15.36 13.45,20.04 L12,21.35 Z"})})));var mi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M16.5,3 C14.76,3 13.09,3.81 12,5.09 C10.91,3.81 9.24,3 7.5,3 C4.42,3 2,5.42 2,8.5 C2,12.28 5.4,15.36 10.55,20.04 L12,21.35 L13.45,20.03 C18.6,15.36 22,12.28 22,8.5 C22,5.42 19.58,3 16.5,3 Z M12.1,18.55 L12,18.65 L11.9,18.55 C7.14,14.24 4,11.39 4,8.5 C4,6.5 5.5,5 7.5,5 C9.04,5 10.54,5.99 11.07,7.36 L12.94,7.36 C13.46,5.99 14.96,5 16.5,5 C18.5,5 20,6.5 20,8.5 C20,11.39 16.86,14.24 12.1,18.55 Z"})})));var pi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C17.52,2 22,6.48 22,12 C22,17.52 17.52,22 12,22 C6.48,22 2,17.52 2,12 C2,6.48 6.48,2 12,2 Z M12.75,15.9285714 L11.25,15.9285714 L11.25,17.5 L12.75,17.5 L12.75,15.9285714 Z M12,6.5 C10.3425,6.5 9,7.90642857 9,9.64285714 L9,9.64285714 L10.5,9.64285714 C10.5,8.77857143 11.175,8.07142857 12,8.07142857 C12.825,8.07142857 13.5,8.77857143 13.5,9.64285714 C13.5,10.075 13.335,10.4678571 13.0575,10.7507143 L13.0575,10.7507143 L12.1275,11.7407143 C11.5875,12.3142857 11.25,13.1 11.25,13.9642857 L11.25,13.9642857 L11.25,14.3571429 L12.75,14.3571429 C12.75,13.1785714 13.0875,12.7071429 13.6275,12.1335714 L13.6275,12.1335714 L14.3025,11.4107143 C14.73,10.9628571 15,10.3342857 15,9.64285714 C15,7.90642857 13.6575,6.5 12,6.5 Z"})})));var yi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,3 C8.03,3 4,7.03 4,12 L1,12 L4.89,15.89 L4.96,16.03 L9,12 L6,12 C6,8.13 9.13,5 13,5 C16.87,5 20,8.13 20,12 C20,15.87 16.87,19 13,19 C11.07,19 9.32,18.21 8.06,16.94 L6.64,18.36 C8.27,19.99 10.51,21 13,21 C17.97,21 22,16.97 22,12 C22,7.03 17.97,3 13,3 Z M12,8 L12,13 L16.25,15.52 L17.02,14.23 L13.5,12.14 L13.5,8 L12,8 Z"})})));var gi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"19 9.8 19 4.5 16 4.5 16 7.1 12 3.5 2 12.5 5 12.5 5 20.5 10 20.5 10 14.5 14 14.5 14 20.5 19 20.5 19 12.5 22 12.5"})})));var Ci=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M9,0 C10.4497475,0 11.625,1.17525253 11.625,2.625 C11.625,4.07474747 10.4497475,5.25 9,5.25 C7.55025253,5.25 6.375,4.07474747 6.375,2.625 C6.375,1.17525253 7.55025253,0 9,0 M3.75,1.875 C4.17,1.875 4.56,1.9875 4.8975,2.19 C4.785,3.2625 5.1,4.3275 5.745,5.16 C5.37,5.88 4.62,6.375 3.75,6.375 C2.50735931,6.375 1.5,5.36764069 1.5,4.125 C1.5,2.88235931 2.50735931,1.875 3.75,1.875 M14.25,1.875 C15.4926407,1.875 16.5,2.88235931 16.5,4.125 C16.5,5.36764069 15.4926407,6.375 14.25,6.375 C13.38,6.375 12.63,5.88 12.255,5.16 C12.9,4.3275 13.215,3.2625 13.1025,2.19 C13.44,1.9875 13.83,1.875 14.25,1.875 M4.125,9.5625 C4.125,8.01 6.3075,6.75 9,6.75 C11.6925,6.75 13.875,8.01 13.875,9.5625 L13.875,10.875 L4.125,10.875 L4.125,9.5625 M0,10.875 L0,9.75 C0,8.7075 1.4175,7.83 3.3375,7.575 C2.895,8.085 2.625,8.79 2.625,9.5625 L2.625,10.875 L0,10.875 M18,10.875 L15.375,10.875 L15.375,9.5625 C15.375,8.79 15.105,8.085 14.6625,7.575 C16.5825,7.83 18,8.7075 18,9.75 L18,10.875 Z"})})));var ji=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M22,2 L2,2 L2,22 L6,18 L22,18 L22,2 Z M13,14 L11,14 L11,12 L13,12 L13,14 Z M13,10 L11,10 L11,6 L13,6 L13,10 Z"})})));var Li=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M21,3 L3.01,3 L3.01,21 L21,21 L21,3 Z M19,15 L15,15 C15,16.66 13.65,18 12,18 C10.35,18 9,16.66 9,15 L5,15 L5,5 L19,5 L19,15 Z"})})));var Fi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M14.8965517,5.79310345 C19.9242474,5.79310345 24,9.86885607 24,14.8965517 C24,19.9242474 19.9242474,24 14.8965517,24 C9.86885607,24 5.79310345,19.9242474 5.79310345,14.8965517 C5.79310345,9.86885607 9.86885607,5.79310345 14.8965517,5.79310345 Z M14.8965517,8.39408867 C11.3053405,8.39408867 8.39408867,11.3053405 8.39408867,14.8965517 C8.39408867,18.4877629 11.3053405,21.3990148 14.8965517,21.3990148 C18.4877629,21.3990148 21.3990148,18.4877629 21.3990148,14.8965517 C21.3990148,11.3053405 18.4877629,8.39408867 14.8965517,8.39408867 Z M11.6219113,12.035468 L11.6219113,14.1188571 L11.6531232,14.1188571 L13.1668966,12.035468 L14.4309754,12.035468 L12.8937931,14.0642365 L14.7118818,17.1229951 L13.4556059,17.1229951 L12.214936,14.9771823 L11.6219113,15.7574778 L11.6219113,17.1229951 L10.4748768,17.1229951 L10.4748768,12.035468 L11.6219113,12.035468 Z M17.0995862,12.035468 L17.3644532,12.0441379 C17.5372742,12.0556979 17.7025813,12.0788177 17.8603744,12.1134975 C18.097064,12.1655172 18.3038424,12.2526502 18.4807094,12.3748966 C18.6575764,12.4971429 18.7980296,12.6597044 18.902069,12.8625813 C19.0061084,13.0654581 19.0581281,13.3177537 19.0581281,13.619468 C19.0581281,13.9940099 18.976197,14.3022266 18.812335,14.5441182 C18.6812453,14.7376315 18.5143661,14.892026 18.3116973,15.0073017 L18.1529852,15.0864236 L19.3078227,17.1229951 L18.020335,17.1229951 L17.0449655,15.2893005 L16.4129261,15.2893005 L16.4129261,17.1229951 L15.2658916,17.1229951 L15.2658916,12.035468 L17.0995862,12.035468 Z M9.10344828,0 C11.9632258,0 14.5150127,1.31866464 16.1839328,3.38111766 C15.7611163,3.33432645 15.3316346,3.31034483 14.8965517,3.31034483 C14.0757096,3.31034483 13.2748044,3.39570469 12.5022285,3.55803203 C11.5132114,2.95132619 10.3492431,2.60098522 9.10344828,2.60098522 C5.51223709,2.60098522 2.60098522,5.51223709 2.60098522,9.10344828 C2.60098522,10.3492431 2.95132619,11.5132114 3.5588602,12.5022052 C3.39570469,13.2748044 3.31034483,14.0757096 3.31034483,14.8965517 C3.31034483,15.3316346 3.33432645,15.7611163 3.38103994,16.1837471 C1.31866464,14.5150127 -4.79616347e-14,11.9632258 -4.79616347e-14,9.10344828 C-4.79616347e-14,4.07575262 4.07575262,0 9.10344828,0 Z M17.0059507,12.9484138 L16.4129261,12.9484138 L16.4129261,14.3763547 L17.0059507,14.3763547 C17.307665,14.3763547 17.5378522,14.3126305 17.6965123,14.1851823 C17.8551724,14.057734 17.9345025,13.8691626 17.9345025,13.619468 C17.9345025,13.3697734 17.8551724,13.1955074 17.6965123,13.09667 C17.5378522,12.9978325 17.307665,12.9484138 17.0059507,12.9484138 Z"})})));var wi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M20,4 L20,20 L4,20 L4,4 L20,4 Z M18,6 L6,6 L6,18 L18,18 L18,6 Z M17,0 L17,2 L2,2 L2,17 L0,17 L0,0 L17,0 Z M8.74703448,9.5 L8.74703448,11.5833892 L8.77824631,11.5833892 L10.2920197,9.5 L11.5560985,9.5 L10.0189163,11.5287685 L11.8370049,14.5875271 L10.5807291,14.5875271 L9.34005911,12.4417143 L8.74703448,13.2220099 L8.74703448,14.5875271 L7.6,14.5875271 L7.6,9.5 L8.74703448,9.5 Z M14.2247094,9.5 L14.4895764,9.50866995 C14.6623974,9.52022989 14.8277044,9.54334975 14.9854975,9.57802956 C15.2221872,9.63004926 15.4289655,9.71718227 15.6058325,9.83942857 C15.7826995,9.96167488 15.9231527,10.1242365 16.0271921,10.3271133 C16.1312315,10.5299901 16.1832512,10.7822857 16.1832512,11.084 C16.1832512,11.4585419 16.1013202,11.7667586 15.9374581,12.0086502 C15.7735961,12.2505419 15.5538128,12.4313103 15.2781084,12.5509557 L15.2781084,12.5509557 L16.4329458,14.5875271 L15.1454581,14.5875271 L14.1700887,12.7538325 L13.5380493,12.7538325 L13.5380493,14.5875271 L12.3910148,14.5875271 L12.3910148,9.5 L14.2247094,9.5 Z M14.1310739,10.4129458 L13.5380493,10.4129458 L13.5380493,11.8408867 L14.1310739,11.8408867 C14.4327882,11.8408867 14.6629754,11.7771626 14.8216355,11.6497143 C14.9802956,11.522266 15.0596256,11.3336946 15.0596256,11.084 C15.0596256,10.8343054 14.9802956,10.6600394 14.8216355,10.561202 C14.6629754,10.4623645 14.4327882,10.4129458 14.1310739,10.4129458 L14.1310739,10.4129458 Z"})})));var Ni=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M20,16.8 L20,20 L16.8,20 L16.8,17.6 L14.4,17.6 L14.4,15.2 L12,15.2 L10.192,13.392 C9.752,13.528 9.288,13.6 8.8,13.6 C6.1490332,13.6 4,11.4509668 4,8.8 C4,6.1490332 6.1490332,4 8.8,4 C11.4509668,4 13.6,6.1490332 13.6,8.8 C13.6,9.288 13.528,9.752 13.392,10.192 L20,16.8 M8,6.4 C7.1163444,6.4 6.4,7.1163444 6.4,8 C6.4,8.8836556 7.1163444,9.6 8,9.6 C8.8836556,9.6 9.6,8.8836556 9.6,8 C9.6,7.1163444 8.8836556,6.4 8,6.4 Z"})})));var Di=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M20,2.01 L4,2 L4,22 L20,22 L20,2.01 Z M18,20 L6,20 L6,10.98 L18,10.98 L18,20 Z M18,9 L6,9 L6,4 L18,4 L18,9 Z M8,5 L10,5 L10,8 L8,8 L8,5 Z M8,12 L10,12 L10,17 L8,17 L8,12 Z"})})));var ui=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M0.306,11.3658266 C0.846,11.1679248 1.404,11.0689739 1.998,11.0689739 C3.204,11.0689739 4.257,11.4467865 5.157,12.2024117 L2.331,15.0270108 C1.377,13.9475462 0.702,12.7151574 0.306,11.3658266 M12.204,7.02098153 C13.977,8.34332569 15.894,8.66716508 17.946,7.99249969 C17.973,8.181406 18,8.52323646 18,9 C18,9.92654046 17.775,10.9610274 17.352,12.1034608 C16.929,13.2368986 16.407,14.1544436 15.795,14.8471 L10.098,9.17091523 L12.204,7.02098153 M6.093,13.1739299 C7.047,14.5502473 7.245,16.0525022 6.678,17.6896902 C5.4,17.3208731 4.257,16.7451586 3.303,15.9535513 L6.093,13.1739299 M9.171,10.0974557 L14.85,15.7916316 C12.897,17.5007839 10.602,18.220427 7.992,17.9415653 C8.181,17.3478597 8.28,16.700181 8.28,15.9985289 C8.28,15.4408056 8.154,14.7841313 7.902,14.0375016 C7.65,13.2908719 7.353,12.6791752 7.02,12.2024117 L9.171,10.0974557 M6.129,11.2488846 C5.292,10.5022549 4.32,10.0344869 3.222,9.818594 C2.124,9.61169662 1.071,9.67466539 0.054,10.0164958 C0.027,9.818594 0,9.47676354 0,9 C0,8.07345954 0.225,7.03897261 0.648,5.89653922 C1.071,4.76310137 1.593,3.84555644 2.205,3.15289998 L8.199,9.17091523 L6.129,11.2488846 M12.204,5.15890506 C10.998,3.67464121 10.719,2.05544428 11.367,0.310309814 C11.925,0.45423843 12.564,0.724104585 13.284,1.13789936 C13.995,1.54269859 14.58,1.94749782 15.03,2.33430598 L12.204,5.15890506 M17.694,6.64316891 C17.154,6.83207522 16.596,6.93102615 16.002,6.93102615 C15.021,6.93102615 14.076,6.64316891 13.176,6.04946337 L15.957,3.30582413 C16.749,4.29533337 17.325,5.4017846 17.694,6.64316891 M9.171,8.19939707 L3.15,2.20836844 C5.103,0.499216123 7.398,-0.220426957 10.017,0.0584347363 C9.819,0.652140277 9.72,1.29981905 9.72,2.00147105 C9.72,2.64914982 9.864,3.37778844 10.161,4.19638244 C10.458,5.00598091 10.8,5.65365968 11.25,6.13042322 L9.171,8.19939707 Z"})})));var Bi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C17.5228475,2 22,6.4771525 22,12 C22,17.5228475 17.5228475,22 12,22 C6.4771525,22 2,17.5228475 2,12 C2,6.4771525 6.4771525,2 12,2 Z M9.1875,8.09654164 L9.1875,9.33447394 L7.5,9.33447394 L7.5,18 L16.5,18 L16.5,9.33447394 L14.8125,9.33447394 L14.8125,8.22652453 C14.8125,6.61102289 13.738125,5.16883177 12.275625,5.01409023 C10.599375,4.84077971 9.1875,6.28916049 9.1875,8.09654164 Z M15.375,10.5724062 L15.375,16.7620677 L8.625,16.7620677 L8.625,10.5724062 L15.375,10.5724062 Z M12,12.4293047 C11.38125,12.4293047 10.875,12.9863742 10.875,13.667237 C10.875,14.3480997 11.38125,14.9051693 12,14.9051693 C12.61875,14.9051693 13.125,14.3480997 13.125,13.667237 C13.125,12.9863742 12.61875,12.4293047 12,12.4293047 Z M13.6875,8.09654164 L13.6875,9.33447394 L10.3125,9.33447394 L10.3125,8.09654164 C10.3125,7.3971099 10.65,6.71005747 11.235,6.42533305 C12.478125,5.81255656 13.6875,6.79671273 13.6875,8.09654164 Z"})})));var bi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M20,8 L17,8 L17,6.21 C17,3.6 15.09,1.27 12.49,1.02 C9.51,0.74 7,3.08 7,6 L7,8 L4,8 L4,22 L20,22 L20,8 Z M12,17 C10.9,17 10,16.1 10,15 C10,13.9 10.9,13 12,13 C13.1,13 14,13.9 14,15 C14,16.1 13.1,17 12,17 Z M9,8 L9,6 C9,4.34 10.34,3 12,3 C13.66,3 15,4.34 15,6 L15,8 L9,8 Z"})})));var vi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M20,8 L17,8 L17,6.21 C17,3.6 15.09,1.27 12.49,1.02 C9.51,0.74 7,3.08 7,6 L9,6 C9,4.87 9.6,3.76 10.64,3.3 C12.85,2.31 15,3.9 15,6 L15,8 L4,8 L4,22 L20,22 L20,8 Z M18,20 L6,20 L6,10 L18,10 L18,20 Z M12,17 C13.1,17 14,16.1 14,15 C14,13.9 13.1,13 12,13 C10.9,13 10,13.9 10,15 C10,16.1 10.9,17 12,17 Z"})})));var Mi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,4 C8.68285714,4 6,6.504 6,9.6 C6,13.8 12,20 12,20 C12,20 18,13.8 18,9.6 C18,6.504 15.3171429,4 12,4 Z M12,11.6 C10.8171429,11.6 9.85714286,10.704 9.85714286,9.6 C9.85714286,8.496 10.8171429,7.6 12,7.6 C13.1828571,7.6 14.1428571,8.496 14.1428571,9.6 C14.1428571,10.704 13.1828571,11.6 12,11.6 Z"})})));var ki=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M22,4 L2,4 L2,20 L22,20 L22,4 Z M20,8 L12,13 L4,8 L4,6 L12,11 L20,6 L20,8 Z"})})));var Ai=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M3,18 L21,18 L21,16 L3,16 L3,18 Z M3,13 L21,13 L21,11 L3,11 L3,13 Z M3,6 L3,8 L21,8 L21,6 L3,6 Z"})})));var Zi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"19 13 5 13 5 11 19 11"})})));var Ei=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M4,7 L20,7 L20,17 L4,17 L4,7 M12,9.5 C13.4727593,9.5 14.6666667,10.6192881 14.6666667,12 C14.6666667,13.3807119 13.4727593,14.5 12,14.5 C10.5272407,14.5 9.33333333,13.3807119 9.33333333,12 C9.33333333,10.6192881 10.5272407,9.5 12,9.5 M7.55555556,8.66666667 C7.55555556,9.58714125 6.75961733,10.3333333 5.77777778,10.3333333 L5.77777778,13.6666667 C6.75961733,13.6666667 7.55555556,14.4128588 7.55555556,15.3333333 L16.4444444,15.3333333 C16.4444444,14.4128588 17.2403827,13.6666667 18.2222222,13.6666667 L18.2222222,10.3333333 C17.2403827,10.3333333 16.4444444,9.58714125 16.4444444,8.66666667 L7.55555556,8.66666667 Z"})})));var Hi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13.2,11 L10,11 L10,7 L13.2,7 C14.3045695,7 15.2,7.8954305 15.2,9 C15.2,10.1045695 14.3045695,11 13.2,11 M13,3 L6,3 L6,21 L10,21 L10,15 L13,15 C16.3137085,15 19,12.3137085 19,9 C19,5.68 16.31,3 13,3 Z"})})));var Ri=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M22,4 L2.01,4 L2,20 L22,20 L22,4 Z M20,18 L4,18 L4,12 L20,12 L20,18 Z M20,8 L4,8 L4,6 L20,6 L20,8 Z"})})));var zi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"19 13 13 13 13 19 11 19 11 13 5 13 5 11 11 11 11 5 13 5 13 11 19 11"})})));var Si=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18,17 L6,17 L6,15 L18,15 L18,17 Z M18,13 L6,13 L6,11 L18,11 L18,13 Z M18,9 L6,9 L6,7 L18,7 L18,9 Z M3,22 L4.5,20.5 L6,22 L7.5,20.5 L9,22 L10.5,20.5 L12,22 L13.5,20.5 L15,22 L16.5,20.5 L18,22 L19.5,20.5 L21,22 L21,2 L19.5,3.5 L18,2 L16.5,3.5 L15,2 L13.5,3.5 L12,2 L10.5,3.5 L9,2 L7.5,3.5 L6,2 L4.5,3.5 L3,2 L3,22 Z"})})));var Ii=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18.4,10.6 C16.55,8.99 14.15,8 11.5,8 C6.85,8 2.92,11.03 1.54,15.22 L3.9,16 C4.95,12.81 7.95,10.5 11.5,10.5 C13.45,10.5 15.23,11.22 16.62,12.38 L13,16 L22,16 L22,7 L18.4,10.6 Z"})})));var Ti=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19,8 L15,12 L18,12 C18,15.31 15.31,18 12,18 C10.99,18 10.03,17.75 9.2,17.3 L7.74,18.76 C8.97,19.54 10.43,20 12,20 C16.42,20 20,16.42 20,12 L23,12 L19,8 Z M6,12 C6,8.69 8.69,6 12,6 C13.01,6 13.97,6.25 14.8,6.7 L16.26,5.24 C15.03,4.46 13.57,4 12,4 C7.58,4 4,7.58 4,12 L1,12 L5,16 L9,12 L6,12 Z"})})));var Pi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,7 L11,7 L11,9 L13,9 L13,7 Z M13,11 L11,11 L11,13 L13,13 L13,11 Z M17,11 L15,11 L15,13 L17,13 L17,11 Z M3,3 L3,21 L21,21 L21,3 L3,3 Z M19,19 L5,19 L5,5 L19,5 L19,19 Z M13,15 L11,15 L11,17 L13,17 L13,15 Z M9,11 L7,11 L7,13 L9,13 L9,11 Z"})})));var Wi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M17,3 L3,3 L3,21 L21,21 L21,7 L17,3 Z M12,19 C10.34,19 9,17.66 9,16 C9,14.34 10.34,13 12,13 C13.66,13 15,14.34 15,16 C15,17.66 13.66,19 12,19 Z M15,9 L5,9 L5,5 L15,5 L15,9 Z"})})));var qi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"2.01 21 23 12 2.01 3 2 10 17 12 2 14"})})));var Oi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M19.5214972,12.99 L19.5113809,13.01 C19.5518462,12.68 19.5923116,12.34 19.5923116,12 C19.5923116,11.66 19.5619626,11.34 19.5214972,11.01 L19.5316136,11.03 L22,9.11 L19.5417299,4.89 L16.6383409,6.05 L16.6484573,6.06 C16.1224077,5.66 15.5457764,5.32 14.9185635,5.06 L14.9286798,5.06 L14.4633283,2 L9.53667172,2 L9.09155286,5.07 L9.1016692,5.07 C8.47445625,5.33 7.89782499,5.67 7.37177542,6.07 L7.38189176,6.06 L4.46838644,4.89 L2,9.11 L4.46838644,11.03 L4.47850278,11.01 C4.43803743,11.34 4.40768842,11.66 4.40768842,12 C4.40768842,12.34 4.43803743,12.68 4.48861912,13.01 L4.47850278,12.99 L2.35407183,14.64 L2.02023268,14.9 L4.47850278,19.1 L7.39200809,17.95 L7.37177542,17.91 C7.90794133,18.32 8.48457258,18.66 9.12190187,18.92 L9.09155286,18.92 L9.54678806,22 L14.4532119,22 C14.4532119,22 14.483561,21.82 14.51391,21.58 L14.8983308,18.93 L14.8882145,18.93 C15.5154274,18.67 16.102175,18.33 16.6383409,17.92 L16.6181082,17.96 L19.5316136,19.11 L21.9898837,14.91 C21.9898837,14.91 21.8482549,14.79 21.6560445,14.65 L19.5214972,12.99 Z M11.9949418,15.5 C10.0424886,15.5 8.45422357,13.93 8.45422357,12 C8.45422357,10.07 10.0424886,8.5 11.9949418,8.5 C13.947395,8.5 15.5356601,10.07 15.5356601,12 C15.5356601,13.93 13.947395,15.5 11.9949418,15.5 Z"})})));var Gi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M8,10.2857143 C5.69881354,10.2857143 3.83333333,8.36693464 3.83333333,6 L5.5,6 C5.5,7.42016079 6.61928813,8.57142857 8,8.57142857 C9.38071187,8.57142857 10.5,7.42016079 10.5,6 L12.1666667,6 C12.1666667,8.36693464 10.3011865,10.2857143 8,10.2857143 M8,1.71428571 C9.38071187,1.71428571 10.5,2.8655535 10.5,4.28571429 L5.5,4.28571429 C5.5,2.8655535 6.61928813,1.71428571 8,1.71428571 M13.8333333,4.28571429 L12.1666667,4.28571429 C12.1666667,3.14907219 11.7276798,2.05898399 10.9462783,1.25525665 C10.1648767,0.451529316 9.10506871,0 8,0 C5.69881354,0 3.83333333,1.91877964 3.83333333,4.28571429 L2.16666667,4.28571429 C1.24166667,4.28571429 0.5,5.04857143 0.5,6 L0.5,16.2857143 C0.5,17.2324881 1.24619208,18 2.16666667,18 L13.8333333,18 C14.7538079,18 15.5,17.2324881 15.5,16.2857143 L15.5,6 C15.5,5.04857143 14.75,4.28571429 13.8333333,4.28571429 Z"})})));var Vi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M10.75,20.85 C12.53,20.15 12.14,18.22 11.24,17 C10.35,15.75 9.12,14.89 7.88,14.06 C7,13.5 6.19,12.8 5.54,12 C5.26,11.67 4.69,11.06 5.27,10.94 C5.86,10.82 6.88,11.4 7.4,11.62 C8.31,12 9.21,12.44 10.05,12.96 L11.06,11.26 C9.5,10.23 7.5,9.32 5.64,9.05 C4.58,8.89 3.46,9.11 3.1,10.26 C2.78,11.25 3.29,12.25 3.87,13.03 C5.24,14.86 7.37,15.74 8.96,17.32 C9.3,17.65 9.71,18.04 9.91,18.5 C10.12,18.94 10.07,18.97 9.6,18.97 C8.36,18.97 6.81,18 5.8,17.36 L4.79,19.06 C6.32,20 8.88,21.47 10.75,20.85 M21.84,5.25 C22.06,5.03 22.06,4.67 21.84,4.46 L20.54,3.16 C20.33,2.95 19.97,2.95 19.76,3.16 L18.74,4.18 L20.82,6.26 M12,10.92 L12,13 L14.08,13 L20.23,6.85 L18.15,4.77 L12,10.92 Z"})})));var _i=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("polygon",{points:"12 17.27 18.18 21 16.54 13.97 22 9.24 14.81 8.63 12 2 9.19 8.63 2 9.24 7.46 13.97 5.82 21"})})));var $i=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M22,9.24 L14.81,8.62 L12,2 L9.19,8.63 L2,9.24 L7.46,13.97 L5.82,21 L12,17.27 L18.18,21 L16.55,13.97 L22,9.24 Z M12,15.4 L12,6.1 L13.71,10.14 L18.09,10.52 L14.77,13.4 L15.77,17.68 L12,15.4 Z"})})));var Ui=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M22,9.24 L14.81,8.62 L12,2 L9.19,8.63 L2,9.24 L7.46,13.97 L5.82,21 L12,17.27 L18.18,21 L16.55,13.97 L22,9.24 Z M12,15.4 L8.24,17.67 L9.24,13.39 L5.92,10.51 L10.3,10.13 L12,6.1 L13.71,10.14 L18.09,10.52 L14.77,13.4 L15.77,17.68 L12,15.4 Z"})})));var Ji=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M21.9,8.89 L20.49,3 L16.74,3 L14.73,3 L13,3 L11,3 L9.28,3 L7.26,3 L3.51,3 L2.1,8.89 C1.86,9.91 2.08,10.95 2.72,11.77 C2.8,11.88 2.91,11.96 3,12.06 L3,21 L21,21 L21,12.06 C21.09,11.97 21.2,11.88 21.28,11.78 C21.92,10.96 22.15,9.91 21.9,8.89 Z M7.02,5 L6.44,9.86 C6.36,10.51 5.84,11 5.23,11 C4.74,11 4.43,10.71 4.3,10.53 C4.04,10.2 3.95,9.77 4.05,9.36 L5.09,5 L7.02,5 Z M18.91,5 L19.96,9.36 C20.06,9.78 19.97,10.2 19.71,10.53 C19.57,10.71 19.27,11 18.77,11 C18.16,11 17.63,10.51 17.56,9.86 L16.98,5 L18.91,5 Z M15.51,9.52 C15.56,9.91 15.44,10.3 15.18,10.59 C14.95,10.85 14.63,11 14.22,11 C13.55,11 13,10.41 13,9.69 L13,5 L14.96,5 L15.51,9.52 Z M11,9.69 C11,10.41 10.45,11 9.71,11 C9.37,11 9.06,10.85 8.82,10.59 C8.57,10.3 8.45,9.91 8.49,9.52 L9.04,5 L11,5 L11,9.69 Z M5,19 L5,12.97 C5.08,12.98 5.15,13 5.23,13 C6.1,13 6.89,12.64 7.47,12.05 C8.07,12.65 8.87,13 9.78,13 C10.65,13 11.43,12.64 12.01,12.07 C12.6,12.64 13.4,13 14.3,13 C15.14,13 15.94,12.65 16.54,12.05 C17.12,12.64 17.91,13 18.78,13 C18.86,13 18.93,12.98 19.01,12.97 L19.01,19 L5,19 Z"})})));var Yi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C13.86,2 16,2.09 17.8,2.8 C20.47,3.84 22,6.05 22,8.86 L22,8.86 L22,22 L2,22 L2,8.86 C2,6.05 3.53,3.84 6.2,2.8 C8,2.09 10.14,2 12,2 Z M12.2194687,6.00068774 L11.7805313,6.00068774 C8.85544319,6.01939322 6,6.43414634 6,9 L6,9 L6,15.5 C6,17.04 7.16,18.29 8.65,18.46 L8.65,18.46 L7.5,19.62 L7.5,20 L9.17,20 L10.67,18.5 L13.33,18.5 L14.83,20 L16.5,20 L16.5,19.62 L15.35,18.46 C16.84,18.29 18,17.04 18,15.5 L18,15.5 L18,9 C18,6.37 15,6 12,6 Z M8.5,15 C9.05228475,15 9.5,15.4477153 9.5,16 C9.5,16.5522847 9.05228475,17 8.5,17 C7.94771525,17 7.5,16.5522847 7.5,16 C7.5,15.4477153 7.94771525,15 8.5,15 Z M15.5,15 C16.0522847,15 16.5,15.4477153 16.5,16 C16.5,16.5522847 16.0522847,17 15.5,17 C14.9477153,17 14.5,16.5522847 14.5,16 C14.5,15.4477153 14.9477153,15 15.5,15 Z M17.01,9 L17.01,14 L7.01,14 L7.01,9 L17.01,9 Z"})})));var Xi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M7,7 L17,7 L17,10 L21,6 L17,2 L17,5 L5,5 L5,11 L7,11 L7,7 Z M17,17 L7,17 L7,14 L3,18 L7,22 L7,19 L19,19 L19,13 L17,13 L17,17 Z"})})));var Ki=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C8,2 4,2.5 4,6 L4,15.5 C4,17.43 5.57,19 7.5,19 L6,20.5 L6,21 L8,21 L10,19 L14,19 L16,21 L18,21 L18,20.5 L16.5,19 C18.43,19 20,17.43 20,15.5 L20,6 C20,2.5 16,2 12,2 Z M7.5,17 C6.67,17 6,16.33 6,15.5 C6,14.67 6.67,14 7.5,14 C8.33,14 9,14.67 9,15.5 C9,16.33 8.33,17 7.5,17 Z M11,10 L6,10 L6,6 L11,6 L11,10 Z M16.5,17 C15.67,17 15,16.33 15,15.5 C15,14.67 15.67,14 16.5,14 C17.33,14 18,14.67 18,15.5 C18,16.33 17.33,17 16.5,17 Z M18,10 L13,10 L13,6 L18,6 L18,10 Z"})})));var Qi=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,5 L13.75,3.5 L17,3.5 L17,2 L7,2 L7,3.5 L11.75,3.5 L11,5 C7.87,5.09 5,5.73 5,8.5 L5,17 C5,18.5 6.11,19.73 7.55,19.95 L6,21.5 L6,22 L8,22 L10,20 L14,20 L16,22 L18,22 L18,21.5 L16.45,19.95 C17.89,19.73 19,18.5 19,17 L19,8.5 C19,5.73 16.13,5.09 13,5 Z M12,18.5 C11.17,18.5 10.5,17.83 10.5,17 C10.5,16.17 11.17,15.5 12,15.5 C12.83,15.5 13.5,16.17 13.5,17 C13.5,17.83 12.83,18.5 12,18.5 Z M17,14 L7,14 L7,9 L17,9 L17,14 Z"})})));var le=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,4 L5,4 C3.34,4 2,5.34 2,7 L2,15 C2,16.66 3.34,18 5,18 L4,19 L4,20 L5,20 L7,18 L9,18 L9,13 L4,13 L4,6 L13,6 L13,8 L15,8 L15,7 C15,5.34 13.66,4 12,4 Z M5,14 C5.55,14 6,14.45 6,15 C6,15.55 5.55,16 5,16 C4.45,16 4,15.55 4,15 C4,14.45 4.45,14 5,14 Z M20.57,9.66 C20.43,9.26 20.05,9 19.6,9 L12.41,9 C11.95,9 11.58,9.26 11.43,9.66 L10.01,13.77 L10.01,19.28 C10.01,19.66 10.32,20 10.7,20 L11.32,20 C11.7,20 12,19.62 12,19.24 L12,18 L20,18 L20,19.24 C20,19.62 20.31,20 20.69,20 L21.3,20 C21.68,20 21.99,19.66 21.99,19.28 L22,17.91 L22,13.77 L20.57,9.66 L20.57,9.66 Z M12.41,10 L19.6,10 L20.63,13 L11.38,13 L12.41,10 Z M12,16 C11.45,16 11,15.55 11,15 C11,14.45 11.45,14 12,14 C12.55,14 13,14.45 13,15 C13,15.55 12.55,16 12,16 Z M20,16 C19.45,16 19,15.55 19,15 C19,14.45 19.45,14 20,14 C20.55,14 21,14.45 21,15 C21,15.55 20.55,16 20,16 Z"})})));var ie=w()((l=>t.jsx("svg",{viewBox:"0 0 24 22",...l,children:t.jsx("path",{d:"M0,19.5 L0,8.5 L7.5,3.5 L15,8.5 L15,19.5 L10,19.5 L10,12.5 L5,12.5 L5,19.5 L0,19.5 M24,0.5 L24,19.5 L17,19.5 L17,7.43 L16,6.77 L16,4.5 L14,4.5 L14,5.43 L10,2.77 L10,0.5 L24,0.5 M21,12.5 L19,12.5 L19,14.5 L21,14.5 L21,12.5 M21,8.5 L19,8.5 L19,10.5 L21,10.5 L21,8.5 M21,4.5 L19,4.5 L19,6.5 L21,6.5 L21,4.5 Z"})})));var ee=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M9,16.5 L9,10.5 L5,10.5 L12,3.5 L19,10.5 L15,10.5 L15,16.5 L9,16.5 M5,20.5 L5,18.5 L19,18.5 L19,20.5 L5,20.5 Z"})})));var se=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.48,2 2,6.48 2,12 C2,17.52 6.48,22 12,22 C17.52,22 22,17.52 22,12 C22,6.48 17.52,2 12,2 Z M12,5 C13.66,5 15,6.34 15,8 C15,9.66 13.66,11 12,11 C10.34,11 9,9.66 9,8 C9,6.34 10.34,5 12,5 Z M12,19.2 C9.5,19.2 7.29,17.92 6,15.98 C6.03,13.99 10,12.9 12,12.9 C13.99,12.9 17.97,13.99 18,15.98 C16.71,17.92 14.5,19.2 12,19.2 Z"})})));var te=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M18,13 L17.32,13 L15.32,15 L17.23,15 L19,17 L5,17 L6.78,15 L8.83,15 L6.83,13 L6,13 L3,16 L3,22 L21,22 L21,16 L18,13 Z M19.81,7.96 L13.45,1.6 L5.68,9.36 L12.04,15.72 L19.81,7.96 Z M13.46,4.41 L17,7.95 L12.05,12.9 L8.51,9.36 L13.46,4.41 L13.46,4.41 Z"})})));var re=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13.5,5.5 C14.6,5.5 15.5,4.6 15.5,3.5 C15.5,2.4 14.6,1.5 13.5,1.5 C12.4,1.5 11.5,2.4 11.5,3.5 C11.5,4.6 12.4,5.5 13.5,5.5 Z M9.8,8.9 L7,23 L9.1,23 L10.9,15 L13,17 L13,23 L15,23 L15,15.5 L12.9,13.5 L13.5,10.5 C14.8,12 16.8,13 19,13 L19,11 C17.1,11 15.5,10 14.7,8.6 L13.7,7 C13.14,6.11 12.02,5.75 11.05,6.16 L6,8.3 L6,13 L8,13 L8,9.6 L9.8,8.9"})})));var ae=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M1,22 L23,22 L12,3 L1,22 Z M13,19 L11,19 L11,17 L13,17 L13,19 Z M13,15 L11,15 L11,11 L13,11 L13,15 Z"})})));var he=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,23 C13.1,23 13.99,22.11 13.99,21.01 L10.01,21.01 C10.01,22.11 10.9,23 12,23 Z M19,17 L19,11 C19,7.65 16.64,4.85 13.5,4.17 L13.5,1.5 L10.5,1.5 L10.5,4.17 C7.36,4.85 5,7.65 5,11 L5,17 L3,19 L3,20 L21,20 L21,19 L19,17 Z M13,16 L11,16 L11,14 L13,14 L13,16 Z M13,12 L11,12 L11,8 L13,8 L13,12 Z"})})));var ce=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M14,17 L12,17 L12,15 L10,15 L10,13 L12,13 L12,15 L14,15 M14,9 L12,9 L12,11 L14,11 L14,13 L12,13 L12,11 L10,11 L10,9 L12,9 L12,7 L10,7 L10,5 L12,5 L12,7 L14,7 M19,3 L5,3 C3.89,3 3,3.89 3,5 L3,19 C3,20.1045695 3.8954305,21 5,21 L19,21 C20.1045695,21 21,20.1045695 21,19 L21,5 C21,3.89 20.1,3 19,3 Z"})})));var xe=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("path",{d:"M18,0 L0,0 L0,18 L3.6,14.4 L18,14.4 L18,0 Z M16.2,12.6 L3.6,12.6 L1.8,14.4 L1.8,1.8 L16.2,1.8 L16.2,12.6 Z"})})));var ne=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("polygon",{id:"path-1-icon-com-fill",points:"18 0 0 0 0 18 3.6 14.4 18 14.4"})})));var fe=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("path",{d:"M16,2 L16,4 L12,4 L12,2 L16,2 M6,2 L6,8 L2,8 L2,2 L6,2 M16,10 L16,16 L12,16 L12,10 L16,10 M6,14 L6,16 L2,16 L2,14 L6,14 M18,0 L10,0 L10,6 L18,6 L18,0 Z M8,0 L0,0 L0,10 L8,10 L8,0 Z M18,8 L10,8 L10,18 L18,18 L18,8 Z M8,12 L0,12 L0,18 L8,18 L8,12 Z"})})));var de=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("path",{d:"M0,10 L8,10 L8,0 L0,0 L0,10 Z M0,18 L8,18 L8,12 L0,12 L0,18 Z M10,18 L18,18 L18,8 L10,8 L10,18 Z M10,0 L10,6 L18,6 L18,0 L10,0 Z"})})));var oe=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("path",{d:"M18,0 L0,0 L0,18 L18,18 L18,0 Z M16,16 L2,16 L2,2 L16,2 L16,16 Z M4,7 L6,7 L6,14 L4,14 L4,7 Z M8,4 L10,4 L10,14 L8,14 L8,4 Z M12,10 L14,10 L14,14 L12,14 L12,10 Z"})})));var me=w()((l=>t.jsx("svg",{viewBox:"0 0 18 18",...l,children:t.jsx("path",{d:"M18,0 L0,0 L0,18 L18,18 L18,0 Z M6,14 L4,14 L4,7 L6,7 L6,14 Z M10,14 L8,14 L8,4 L10,4 L10,14 Z M14,14 L12,14 L12,10 L14,10 L14,14 Z"})})));var pe=w()((l=>t.jsx("svg",{viewBox:"0 0 20 19",...l,children:t.jsx("path",{d:"M11.995998,4 L11.995998,2 L7.993997,2 L7.993997,4 L11.995998,4 Z M1.9909955,6 L1.9909955,17 L17.9989995,17 L17.9989995,6 L1.9909955,6 Z M20,4 L20,19 L0,19 L0,4 L5.9929965,4 L5.9929965,2 C5.9929965,0.9 6.89344672,0 7.993997,0 L11.995998,0 C13.0965483,0 13.9969985,0.9 13.9969985,2 L13.9969985,4 L20,4 Z"})})));var ye=w()((l=>t.jsx("svg",{viewBox:"0 0 20 19",...l,children:t.jsx("path",{d:"M20,4 L14,4 L14,2 C14,0.9 13.1,0 12,0 L8,0 C6.9,0 6,0.9 6,2 L6,4 L0,4 L0,19 L20,19 L20,4 Z M12,4 L8,4 L8,2 L12,2 L12,4 Z"})})));var ge=w()((l=>t.jsx("svg",{viewBox:"0 0 20 20",...l,children:t.jsx("path",{d:"M10,0 C4.48,0 0,4.48 0,10 C0,15.52 4.48,20 10,20 C15.52,20 20,15.52 20,10 C20,4.48 15.52,0 10,0 Z M5.07,16.28 C5.5,15.38 8.12,14.5 10,14.5 C11.88,14.5 14.51,15.38 14.93,16.28 C13.57,17.36 11.86,18 10,18 C8.14,18 6.43,17.36 5.07,16.28 Z M16.36,14.83 C14.93,13.09 11.46,12.5 10,12.5 C8.54,12.5 5.07,13.09 3.64,14.83 C2.62,13.49 2,11.82 2,10 C2,5.59 5.59,2 10,2 C14.41,2 18,5.59 18,10 C18,11.82 17.38,13.49 16.36,14.83 L16.36,14.83 Z M10,4 C8.06,4 6.5,5.56 6.5,7.5 C6.5,9.44 8.06,11 10,11 C11.94,11 13.5,9.44 13.5,7.5 C13.5,5.56 11.94,4 10,4 Z M10,9 C9.17,9 8.5,8.33 8.5,7.5 C8.5,6.67 9.17,6 10,6 C10.83,6 11.5,6.67 11.5,7.5 C11.5,8.33 10.83,9 10,9 Z"})})));var Ce=w()((l=>t.jsx("svg",{viewBox:"0 0 20 20",...l,children:t.jsx("path",{d:"M10,0 C4.48,0 0,4.48 0,10 C0,15.52 4.48,20 10,20 C15.52,20 20,15.52 20,10 C20,4.48 15.52,0 10,0 Z M10,3 C11.66,3 13,4.34 13,6 C13,7.66 11.66,9 10,9 C8.34,9 7,7.66 7,6 C7,4.34 8.34,3 10,3 Z M10,17.2 C7.5,17.2 5.29,15.92 4,13.98 C4.03,11.99 8,10.9 10,10.9 C11.99,10.9 15.97,11.99 16,13.98 C14.71,15.92 12.5,17.2 10,17.2 Z"})})));var je=w()((l=>t.jsx("svg",{viewBox:"0 0 20 20",...l,children:t.jsx("path",{d:"M2,4 L0,4 L0,20 L16,20 L16,18 L2,18 L2,4 Z M20,0 L4,0 L4,16 L20,16 L20,0 Z M18,14 L6,14 L6,2 L18,2 L18,14 Z M8,7 L16,7 L16,9 L8,9 L8,7 Z M8,10 L12,10 L12,12 L8,12 L8,10 Z M8,4 L16,4 L16,6 L8,6 L8,4 Z"})})));var Le=w()((l=>t.jsx("svg",{viewBox:"0 0 20 20",...l,children:t.jsx("path",{d:"M2,4 L0,4 L0,20 L16,20 L16,18 L2,18 L2,4 Z M20,0 L4,0 L4,16 L20,16 L20,0 Z M17,9 L7,9 L7,7 L17,7 L17,9 Z M13,13 L7,13 L7,11 L13,11 L13,13 Z M17,5 L7,5 L7,3 L17,3 L17,5 Z"})})));var Fe=w()((l=>t.jsxs("svg",{viewBox:"0 0 16 20",...l,children:[t.jsx("defs",{children:t.jsx("path",{d:"M10,0 L0.01,0 L0.01,20 L16,20 L16,6 L10,0 Z M2,18 L2,2 L9,2 L9,7 L14,7 L14,18 L2,18 Z",id:"path-1-icon-document"})}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-384.000000, -1431.000000)",children:t.jsxs("g",{transform:"translate(384.000000, 1431.000000)",children:[t.jsx("mask",{id:"mask-2-icon-document",fill:"white",children:t.jsx("use",{xlinkHref:"#path-1-icon-document"})}),t.jsx("use",{id:"Shape",fill:"#000000",fillRule:"nonzero",xlinkHref:"#path-1-icon-document"}),t.jsx("g",{mask:"url(#mask-2-icon-document)",fill:"#000000",children:t.jsx("g",{transform:"translate(-4.000000, -2.000000)",children:t.jsx("rect",{x:"0",y:"0",width:"24",height:"24"})})})]})})})]})));var we=w()((l=>t.jsxs("svg",{viewBox:"0 0 16 20",...l,children:[t.jsx("defs",{children:t.jsx("path",{d:"M0.01,0 L0,20 L16,20 L16,6 L10,0 L0.01,0 Z M9,7 L9,1.5 L14.5,7 L9,7 Z",id:"path-1-icon-document-filled"})}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-344.000000, -1431.000000)",children:t.jsxs("g",{transform:"translate(344.000000, 1431.000000)",children:[t.jsx("mask",{id:"mask-2-icon-document-filled",fill:"white",children:t.jsx("use",{xlinkHref:"#path-1-icon-document-filled"})}),t.jsx("use",{fill:"#000000",fillRule:"nonzero",xlinkHref:"#path-1-icon-document-filled"}),t.jsx("g",{mask:"url(#mask-2-icon-document-filled)",fill:"#000000",children:t.jsx("g",{transform:"translate(-4.000000, -2.000000)",id:"Rectangle",children:t.jsx("rect",{x:"0",y:"0",width:"24",height:"24"})})})]})})})]})));var Ne=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M14.36,12 C14.44,11.34 14.5,10.68 14.5,10 C14.5,9.32 14.44,8.66 14.36,8 L17.74,8 C17.9,8.64 18,9.31 18,10 C18,10.69 17.9,11.36 17.74,12 M12.59,17.56 C13.19,16.45 13.65,15.25 13.97,14 L16.92,14 C15.96,15.65 14.43,16.93 12.59,17.56 M12.34,12 L7.66,12 C7.56,11.34 7.5,10.68 7.5,10 C7.5,9.32 7.56,8.65 7.66,8 L12.34,8 C12.43,8.65 12.5,9.32 12.5,10 C12.5,10.68 12.43,11.34 12.34,12 M10,17.96 C9.17,16.76 8.5,15.43 8.09,14 L11.91,14 C11.5,15.43 10.83,16.76 10,17.96 M6,6 L3.08,6 C4.03,4.34 5.57,3.06 7.4,2.44 C6.8,3.55 6.35,4.75 6,6 M3.08,14 L6,14 C6.35,15.25 6.8,16.45 7.4,17.56 C5.57,16.93 4.03,15.65 3.08,14 M2.26,12 C2.1,11.36 2,10.69 2,10 C2,9.31 2.1,8.64 2.26,8 L5.64,8 C5.56,8.66 5.5,9.32 5.5,10 C5.5,10.68 5.56,11.34 5.64,12 M10,2.03 C10.83,3.23 11.5,4.57 11.91,6 L8.09,6 C8.5,4.57 9.17,3.23 10,2.03 M16.92,6 L13.97,6 C13.65,4.75 13.19,3.55 12.59,2.44 C14.43,3.07 15.96,4.34 16.92,6 M10,0 C4.47,0 0,4.5 0,10 C0,12.6521649 1.0535684,15.195704 2.92893219,17.0710678 C4.80429597,18.9464316 7.3478351,20 10,20 C15.5228475,20 20,15.5228475 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,0 10,0 Z"})})));var De=w()((l=>t.jsx("svg",{viewBox:"0 0 20 17",...l,children:t.jsx("path",{d:"M10,0 L14,3.6 L14,1 L17,1 L17,6.3 L20,9 L17,9 L17,17 L11,17 L11,11 L9,11 L9,17 L3,17 L3,9 L0,9 L10,0 Z M10,2.287 L4.7,7.3 L4.7,15.3 L7.3,15.3 L7.3,9.3 L12.7,9.3 L12.7,15.3 L15.3,15.3 L15.3,7.3 L10,2.287 Z"})})));var ue=w()((l=>t.jsx("svg",{viewBox:"0 0 22 16",...l,children:t.jsx("path",{d:"M22,0 L22,16 L0,16 L0,0 L22,0 Z M12.8333333,2.66666667 L12.8333333,3.55555556 L20.1666667,3.55555556 L20.1666667,2.66666667 L12.8333333,2.66666667 M12.8333333,4.44444444 L12.8333333,5.33333333 L19.7083333,5.33333333 L20.1666667,5.33333333 L20.1666667,4.44444444 L12.8333333,4.44444444 M12.8333333,6.22222222 L12.8333333,7.11111111 L19.25,7.11111111 L19.25,6.22222222 L12.8333333,6.22222222 M7.33333333,9.69777778 C5.5,9.69777778 1.83333333,10.6666667 1.83333333,12.4444444 L1.83333333,13.3333333 L12.8333333,13.3333333 L12.8333333,12.4444444 C12.8333333,10.6666667 9.16666667,9.69777778 7.33333333,9.69777778 M7.33333333,2.66666667 C5.81455027,2.66666667 4.58333333,3.860574 4.58333333,5.33333333 C4.58333333,6.80609267 5.81455027,8 7.33333333,8 C8.8521164,8 10.0833333,6.80609267 10.0833333,5.33333333 C10.0833333,3.860574 8.8521164,2.66666667 7.33333333,2.66666667 Z"})})));var Be=w()((l=>t.jsx("svg",{viewBox:"0 0 22 16",...l,children:t.jsx("path",{d:"M0,0 L0,16 L22,16 L22,0 M20.1666667,14.2222222 L1.83333333,14.2222222 L1.83333333,1.77777778 L20.1666667,1.77777778 L20.1666667,14.2222222 M12.8333333,12.4444444 L12.8333333,11.3333333 C12.8333333,9.85777778 9.77166667,9.11111111 8.25,9.11111111 C6.72833333,9.11111111 3.66666667,9.85777778 3.66666667,11.3333333 L3.66666667,12.4444444 L12.8333333,12.4444444 M8.25,3.55555556 C6.98434745,3.55555556 5.95833333,4.55047833 5.95833333,5.77777778 C5.95833333,7.00507722 6.98434745,8 8.25,8 C8.85778779,8 9.44068217,7.76587369 9.87045304,7.34912618 C10.3002239,6.93237867 10.5416667,6.36714776 10.5416667,5.77777778 C10.5416667,5.1884078 10.3002239,4.62317688 9.87045304,4.20642938 C9.44068217,3.78968187 8.85778779,3.55555556 8.25,3.55555556 M12.8333333,3.55555556 L12.8333333,4.44444444 L18.3333333,4.44444444 L18.3333333,3.55555556 L12.8333333,3.55555556 M12.8333333,5.33333333 L12.8333333,6.22222222 L18.3333333,6.22222222 L18.3333333,5.33333333 L12.8333333,5.33333333 M12.8333333,7.11111111 L12.8333333,8 L16.5,8 L16.5,7.11111111 L12.8333333,7.11111111"})})));var be=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M17,13 L12,13 L12,18 L17,18 L17,13 Z M16,2 L16,4 L8,4 L8,2 L6,2 L6,4 L3.01,4 L3,22 L21,22 L21,4 L18,4 L18,2 L16,2 Z M19,20 L5,20 L5,9 L19,9 L19,20 Z"})})));const ve=l=>s.css("position:relative;width:100%;&>svg{position:relative;height:100%;}&>svg+svg{position:absolute;display:flex;width:100%;height:70%;bottom:5px;}&>svg .svg-theme-bg{fill:",l.bg,";}&>svg .svg-theme-bg-overlay{fill:",l.primary,";opacity:0.2;}&>svg .fill-secondary{fill:",l.secondary,";}&>svg .fill-primary{fill:",l.primary,";}&>svg .fill-primary-opa50{fill:",l.illustrationPrimary50,";}&>svg .fill-dark-primary{fill:",l.primary5darker,";}&>svg .fill-gray{fill:",l.illustrationGray,";}&>svg .fill-white{fill:#ffffff;}&>svg .fill-primary40{fill:",l.illustrationPrimary40,";}&>svg .fill-primary20{fill:",l.illustrationPrimary20,";}&>svg .fill-primary10{fill:",l.illustrationPrimary10,";}&>svg .fill-primary5{fill:",l.illustrationPrimary5,";}",""),Me={name:"1u8p2fy",styles:"&>svg .svg-theme-bg{fill:transparent;}&>svg .svg-theme-bg-overlay{fill:transparent;}"};function ke(l){return l=>function(i){const e={accessibilityLabel:i.accessibilityLabel?i.accessibilityLabel:void 0,decorative:i.decorative?i.decorative:void 0,flip:!!i.flip&&i.flip,flipVertical:!!i.flipVertical&&i.flipVertical,withBackground:!!i.withBackground&&i.withBackground,height:i.height?i.height:"100%",width:i.width?i.width:"100%"},{accessibilityLabel:s,decorative:t,flip:a,flipVertical:h,height:c,width:x}=e,n={focusable:"false",role:t?"presentation":"img",style:{transform:a||h?`scale(${a?-1:1}, ${h?-1:1})`:"scale(1)",transition:"transform 300ms ease-out",height:c,width:x}};return t&&(n["aria-hidden"]=!0),s&&(n["aria-label"]=s),r.jsx("div",{css:l=>[ve(l),e.withBackground&&Me],children:r.jsx(l,{...n})})}}var Ae=ke()((l=>t.jsx("svg",{viewBox:"0 0 80 44",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"5",y:"0",width:"8",height:"15"}),t.jsx("rect",{fill:"#C3D0D8",x:"9",y:"0",width:"6",height:"9"}),t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"20",width:"56",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"12 4 68 4 56 20 0 20"}),t.jsx("polygon",{fill:"#C3D0D8",points:"56 20 68 4 80 20 80 44 56 44"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"28",width:"8",height:"16"}),t.jsx("polygon",{fill:"#FFFFFF",points:"28 8 40 20 16 20"}),t.jsx("polygon",{fill:"#C3D0D8",transform:"translate(40.000000, 14.000000) rotate(-180.000000) translate(-40.000000, -14.000000) ",points:"40 8 52 20 28 20"})]})})})})));var Ze=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 168",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"164",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,34.5561244 C131.339846,34.0419533 117.478419,29.2483579 104.243769,24.0046128 C91.0091187,18.7608676 77.8970118,12.9489334 63.6940708,10.1700086 C54.5575821,8.38341396 44.1092799,8.13133007 36.748661,13.1269927 C29.6632617,17.9285907 27.3751217,26.2393565 26.1456733,33.9339173 C25.2195693,39.7358482 24.6751567,45.8278757 27.2103917,51.2536814 C28.9721992,55.0209352 32.1000605,58.1859885 34.2636485,61.793189 C41.7869886,74.3473671 36.4734413,89.8285194 28.3132792,102.086599 C24.4963644,107.836513 20.050663,113.322338 17.0995852,119.442375 C14.1485073,125.562412 12.7824536,132.576746 15.3638934,138.820824 C17.9252441,145.010884 24.0242723,149.658431 30.6315527,152.927519 C44.0530306,159.56973 59.8691204,161.470362 75.2914652,162.54672 C109.430755,164.929513 143.752855,163.89717 177.982546,162.864826 C190.650685,162.480698 203.373065,162.09457 215.836296,160.095905 C222.754957,158.985535 229.898614,157.224949 234.92087,152.971534 C241.299136,147.569736 242.880142,138.432695 238.605198,131.664443 C231.44346,120.314665 211.621619,117.497728 206.611416,105.309672 C203.853193,98.6034397 206.685745,91.1329535 210.693506,84.9028801 C219.291609,71.5604396 233.703475,59.8545438 234.462841,44.6014675 C234.985155,34.1259812 228.05645,23.6344896 217.344982,18.6788403 C206.115217,13.4771092 190.546222,14.1373289 182.261508,22.7361906 C173.731708,31.6051423 158.741277,35.0122762 145.892336,34.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{opacity:"0.499488467",transform:"translate(47.000000, 106.000000)",className:"fill-primary",fill:"#0842C0",children:t.jsx("path",{d:"M15.2419339,0 C28.1214369,25.7777778 32.8906677,45.1111111 29.5496262,58 C21.573538,58 13.6014812,58 0.934241627,58 C-2.20428343,45.1111111 2.56494733,25.7777778 15.2419339,0 Z"})}),t.jsx("g",{transform:"translate(31.000000, 106.000000)",className:"fill-primary",fill:"#0842C0",children:t.jsx("path",{d:"M15.2419339,0 C28.1214369,25.7777778 32.8906677,45.1111111 29.5496262,58 C21.573538,58 13.6014812,58 0.934241627,58 C-2.20428343,45.1111111 2.56494733,25.7777778 15.2419339,0 Z"})}),t.jsx("g",{transform:"translate(25.000000, 0.000000)",className:"fill-secondary",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(70.000000, 15.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"4.80645161",width:"67.0833333",height:"144.193548"}),t.jsx("rect",{fill:"#C3D0D8",x:"67.0833333",y:"4.80645161",width:"47.9166667",height:"144.193548"}),t.jsx("rect",{fill:"#091E43",x:"0",y:"0",width:"67.0833333",height:"4.80645161"}),t.jsx("rect",{fill:"#031432",x:"67.0833333",y:"0",width:"47.9166667",height:"4.80645161"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"129.774194",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"72.0967742",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"110.548387",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"52.8709677",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"110.548387",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"52.8709677",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"91.3225806",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"33.6451613",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"91.3225806",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"72.0967742",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"14.4193548",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"14.4193548",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.58333333",y:"14.4193548",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.75",y:"33.6451613",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"28.75",y:"129.774194",width:"9.58333333",height:"19.2258065"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"129.774194",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"72.0967742",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"76.6666667",y:"52.8709677",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"95.8333333",y:"52.8709677",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"110.548387",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"52.8709677",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"76.6666667",y:"33.6451613",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"95.8333333",y:"33.6451613",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"91.3225806",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#C3D0D8",x:"47.9166667",y:"33.6451613",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"76.6666667",y:"14.4193548",width:"9.58333333",height:"9.61290323"}),t.jsx("rect",{fill:"#091E43",x:"95.8333333",y:"14.4193548",width:"9.58333333",height:"9.61290323"})]})}),t.jsx("g",{transform:"translate(137.000000, 154.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(174.000000, 150.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(11.000000, 10.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(201.000000, 42.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(22.500000, 73.000000) scale(-1, 1) translate(-22.500000, -73.000000) translate(1.000000, 66.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Ee=ke()((l=>t.jsx("svg",{viewBox:"0 0 96 124",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"4",width:"56",height:"120"}),t.jsx("rect",{fill:"#C3D0D8",x:"56",y:"4",width:"40",height:"120"}),t.jsx("rect",{fill:"#091E43",x:"0",y:"0",width:"56",height:"4"}),t.jsx("rect",{fill:"#031432",x:"56",y:"0",width:"40",height:"4"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"108",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"92",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"92",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"76",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"76",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"24",y:"108",width:"8",height:"16"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"108",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"80",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"92",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"80",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"76",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"80",y:"12",width:"8",height:"8"})]})})})})));var He=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{transform:"translate(156.000000, 66.000000)",className:"fill-primary",fill:"#0842C0",children:t.jsx("path",{d:"M23.6004138,0 C43.54287,40 50.9274854,70 45.75426,90 C33.4041879,90 21.060358,90 1.44656768,90 C-3.41308403,70 3.97153136,40 23.6004138,0 Z"})}),t.jsx("g",{className:"fill-secondary",transform:"translate(184.000000, 23.000000)",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(71.000000, 92.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"7.25",y:"0",width:"11.6",height:"21.4772727"}),t.jsx("rect",{fill:"#C3D0D8",x:"13.05",y:"0",width:"8.7",height:"12.8863636"}),t.jsx("polygon",{fill:"#091E43",points:"17.4 5.72727273 98.6 5.72727273 81.2 28.6363636 0 28.6363636"}),t.jsx("polygon",{fill:"#C3D0D8",points:"81.2 28.6363636 98.6 5.72727273 116 28.6363636 116 63 81.2 63"}),t.jsx("path",{d:"M40.6,11.4545455 L58,28.6363636 L81.2,28.6363636 L81.2,63 L0,63 L0,28.6363636 L23.2,28.6363636 L40.6,11.4545455 Z",fill:"#FFFFFF"}),t.jsx("rect",{fill:"#C3D0D8",x:"58",y:"40.0909091",width:"11.6",height:"11.4545455"}),t.jsx("rect",{fill:"#C3D0D8",x:"11.6",y:"40.0909091",width:"11.6",height:"11.4545455"}),t.jsx("rect",{fill:"#091E43",x:"92.8",y:"40.0909091",width:"11.6",height:"11.4545455"}),t.jsx("rect",{fill:"#C3D0D8",x:"34.8",y:"40.0909091",width:"11.6",height:"22.9090909"}),t.jsx("polygon",{fill:"#C3D0D8",transform:"translate(58.000000, 20.045455) rotate(-180.000000) translate(-58.000000, -20.045455) ",points:"58 11.4545455 75.4 28.6363636 40.6 28.6363636"})]})}),t.jsx("g",{transform:"translate(41.000000, 141.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(142.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(229.500000, 40.000000) scale(-1, 1) translate(-229.500000, -40.000000) translate(208.000000, 33.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(27.500000, 55.000000) scale(-1, 1) translate(-27.500000, -55.000000) translate(6.000000, 48.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Re=ke()((l=>t.jsx("svg",{viewBox:"0 0 80 60",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"4",width:"56",height:"56"}),t.jsx("rect",{fill:"#C3D0D8",x:"56",y:"4",width:"24",height:"56"}),t.jsx("rect",{fill:"#091E43",x:"0",y:"0",width:"56",height:"4"}),t.jsx("rect",{fill:"#031432",x:"56",y:"0",width:"24",height:"4"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"24",y:"44",width:"8",height:"16"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"44",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"28",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"64",y:"12",width:"8",height:"8"})]})})})})));var ze=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{className:"fill-primary",opacity:"0.499488467",transform:"translate(185.000000, 97.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M15.2419339,0 C28.1214369,25.7777778 32.8906677,45.1111111 29.5496262,58 C21.573538,58 13.6014812,58 0.934241627,58 C-2.20428343,45.1111111 2.56494733,25.7777778 15.2419339,0 Z"})}),t.jsx("g",{className:"fill-primary",transform:"translate(169.000000, 97.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M15.2419339,0 C28.1214369,25.7777778 32.8906677,45.1111111 29.5496262,58 C21.573538,58 13.6014812,58 0.934241627,58 C-2.20428343,45.1111111 2.56494733,25.7777778 15.2419339,0 Z"})}),t.jsx("g",{transform:"translate(80.000000, 83.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"4.8",width:"67.2",height:"67.2"}),t.jsx("rect",{fill:"#C3D0D8",x:"67.2",y:"4.8",width:"28.8",height:"67.2"}),t.jsx("rect",{fill:"#091E43",x:"0",y:"0",width:"67.2",height:"4.8"}),t.jsx("rect",{fill:"#031432",x:"67.2",y:"0",width:"28.8",height:"4.8"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.6",y:"52.8",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.6",y:"33.6",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.8",y:"33.6",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"9.6",y:"14.4",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"28.8",y:"14.4",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#091E43",x:"28.8",y:"52.8",width:"9.6",height:"19.2"}),t.jsx("rect",{fill:"#C3D0D8",x:"48",y:"52.8",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#091E43",x:"76.8",y:"52.8",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"48",y:"33.6",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#091E43",x:"76.8",y:"33.6",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#C3D0D8",x:"48",y:"14.4",width:"9.6",height:"9.6"}),t.jsx("rect",{fill:"#091E43",x:"76.8",y:"14.4",width:"9.6",height:"9.6"})]})}),t.jsx("g",{transform:"translate(137.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(46.000000, 141.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(63.000000, 18.000000)",className:"fill-secondary",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(42.000000, 25.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(192.000000, 49.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(105.000000, 57.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Se=ke()((l=>t.jsx("svg",{viewBox:"0 0 112 42",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"18",width:"88",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"12 2 100 2 88 18 0 18"}),t.jsx("polygon",{fill:"#C3D0D8",points:"88 18 100 2 112 18 112 42 88 42"}),t.jsx("rect",{fill:"#C3D0D8",x:"48",y:"26",width:"8",height:"16"}),t.jsx("rect",{fill:"#C3D0D8",x:"64",y:"26",width:"16",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"26",width:"16",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"96",y:"26",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"32",y:"26",width:"8",height:"16"}),t.jsx("polygon",{fill:"#FFFFFF",points:"16 0 22 0 22 10 16 10"}),t.jsx("polygon",{fill:"#FFFFFF",points:"72 0 78 0 78 10 72 10"}),t.jsx("polygon",{fill:"#C3D0D8",points:"22 -4.57966998e-15 25 -4.57966998e-15 25 5.99132231 22 10"}),t.jsx("polygon",{fill:"#C3D0D8",points:"78 -4.57966998e-15 81 -4.57966998e-15 81 5.99132231 78 10"})]})})})})));var Ie=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("g",{className:"fill-primary",transform:"translate(185.000000, 65.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M23.6004138,0 C43.54287,40 50.9274854,70 45.75426,90 C33.4041879,90 21.060358,90 1.44656768,90 C-3.41308403,70 3.97153136,40 23.6004138,0 Z"})}),t.jsx("g",{className:"fill-primary",opacity:"0.513834635",transform:"translate(162.000000, 65.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M23.6004138,0 C43.54287,40 50.9274854,70 45.75426,90 C33.4041879,90 21.060358,90 1.44656768,90 C-3.41308403,70 3.97153136,40 23.6004138,0 Z"})}),t.jsx("g",{className:"fill-secondary",transform:"translate(122.000000, 23.000000)",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(48.000000, 95.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"25.7142857",width:"126.5",height:"34.2857143"}),t.jsx("polygon",{fill:"#091E43",points:"17.25 2.85714286 143.75 2.85714286 126.5 25.7142857 0 25.7142857"}),t.jsx("polygon",{fill:"#C3D0D8",points:"126.5 25.7142857 143.75 2.85714286 161 25.7142857 161 60 126.5 60"}),t.jsx("rect",{fill:"#C3D0D8",x:"69",y:"37.1428571",width:"11.5",height:"22.8571429"}),t.jsx("rect",{fill:"#C3D0D8",x:"92",y:"37.1428571",width:"23",height:"11.4285714"}),t.jsx("rect",{fill:"#C3D0D8",x:"11.5",y:"37.1428571",width:"23",height:"11.4285714"}),t.jsx("rect",{fill:"#091E43",x:"138",y:"37.1428571",width:"11.5",height:"11.4285714"}),t.jsx("rect",{fill:"#C3D0D8",x:"46",y:"37.1428571",width:"11.5",height:"22.8571429"}),t.jsx("polygon",{fill:"#FFFFFF",points:"23 0 31.625 0 31.625 14.2857143 23 14.2857143"}),t.jsx("polygon",{fill:"#FFFFFF",points:"103.5 0 112.125 0 112.125 14.2857143 103.5 14.2857143"}),t.jsx("polygon",{fill:"#C3D0D8",points:"31.625 -6.54238568e-15 35.9375 -6.54238568e-15 35.9375 8.55903187 31.625 14.2857143"}),t.jsx("polygon",{fill:"#C3D0D8",points:"112.125 -6.54238568e-15 116.4375 -6.54238568e-15 116.4375 8.55903187 112.125 14.2857143"})]})}),t.jsx("g",{transform:"translate(24.000000, 141.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(199.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(167.500000, 40.000000) scale(-1, 1) translate(-167.500000, -40.000000) translate(146.000000, 33.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(27.500000, 47.000000) scale(-1, 1) translate(-27.500000, -47.000000) translate(6.000000, 40.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Te=ke()((l=>t.jsx("svg",{viewBox:"0 0 64 40",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"16",width:"40",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"12 0 52 0 40 16 0 16"}),t.jsx("polygon",{fill:"#C3D0D8",points:"40 16 52 0 64 16 64 40 40 40"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"48",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"24",width:"8",height:"16"})]})})})})));var Pe=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{opacity:"0.50344122",transform:"translate(155.000000, 66.000000)",className:"fill-primary",fill:"#0842C0",children:t.jsx("path",{d:"M23.6004138,0 C43.54287,40 50.9274854,70 45.75426,90 C33.4041879,90 21.060358,90 1.44656768,90 C-3.41308403,70 3.97153136,40 23.6004138,0 Z"})}),t.jsx("g",{transform:"translate(0.000000, 58.000000)",className:"fill-secondary",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(74.000000, 93.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"24.8",width:"62.5",height:"37.2"}),t.jsx("polygon",{fill:"#091E43",points:"18.75 0 81.25 0 62.5 24.8 0 24.8"}),t.jsx("polygon",{fill:"#C3D0D8",points:"62.5 24.8 81.25 0 100 24.8 100 62 62.5 62"}),t.jsx("rect",{fill:"#C3D0D8",x:"37.5",y:"37.2",width:"12.5",height:"12.4"}),t.jsx("rect",{fill:"#091E43",x:"75",y:"37.2",width:"12.5",height:"12.4"}),t.jsx("rect",{fill:"#C3D0D8",x:"12.5",y:"37.2",width:"12.5",height:"24.8"})]})}),t.jsx("g",{transform:"translate(142.000000, 141.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(64.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(45.500000, 84.000000) scale(-1, 1) translate(-45.500000, -84.000000) translate(24.000000, 77.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(123.500000, 42.000000) scale(-1, 1) translate(-123.500000, -42.000000) translate(102.000000, 35.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(195.000000, 52.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var We=ke()((l=>t.jsx("svg",{viewBox:"0 0 128 76",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"52",width:"72",height:"24"}),t.jsx("rect",{fill:"#091E43",x:"32",y:"60",width:"8",height:"16"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"60",width:"16",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"48",y:"60",width:"16",height:"8"}),t.jsx("rect",{fill:"#FFFFFF",x:"16",y:"28",width:"72",height:"24"}),t.jsx("rect",{fill:"#FFFFFF",x:"32",y:"4",width:"72",height:"24"}),t.jsx("rect",{fill:"#C3D0D8",x:"104",y:"4",width:"24",height:"24"}),t.jsx("rect",{fill:"#C3D0D8",x:"88",y:"28",width:"40",height:"24"}),t.jsx("rect",{fill:"#C3D0D8",x:"72",y:"52",width:"56",height:"24"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"56",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"72",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"40",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"56",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"72",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"88",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"112",y:"12",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"112",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"112",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"96",y:"36",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"96",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"80",y:"60",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"32",y:"0",width:"72",height:"4"}),t.jsx("rect",{fill:"#031432",x:"104",y:"0",width:"24",height:"4"})]})})})})));var qe=ke()((l=>t.jsx("svg",{viewBox:"0 0 257 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{transform:"translate(206.000000, 66.000000)",className:"fill-primary",fill:"#0842C0",children:t.jsx("path",{d:"M23.6004138,0 C43.54287,40 50.9274854,70 45.75426,90 C33.4041879,90 21.060358,90 1.44656768,90 C-3.41308403,70 3.97153136,40 23.6004138,0 Z"})}),t.jsx("g",{transform:"translate(9.000000, 19.000000)",className:"fill-secondary",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(35.000000, 46.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"74.5789474",width:"104.0625",height:"34.4210526"}),t.jsx("rect",{fill:"#091E43",x:"46.25",y:"86.0526316",width:"11.5625",height:"22.9473684"}),t.jsx("rect",{fill:"#C3D0D8",x:"11.5625",y:"86.0526316",width:"23.125",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"69.375",y:"86.0526316",width:"23.125",height:"11.4736842"}),t.jsx("rect",{fill:"#FFFFFF",x:"23.125",y:"40.1578947",width:"104.0625",height:"34.4210526"}),t.jsx("rect",{fill:"#FFFFFF",x:"46.25",y:"5.73684211",width:"104.0625",height:"34.4210526"}),t.jsx("path",{d:"M127.1875,74.5789474 L127.1875,40.1578947 L150.3125,40.1578947 L150.3125,5.73684211 L185,5.73684211 L185,109 L104.0625,109 L104.0625,74.5789474 L127.1875,74.5789474 Z",fill:"#C3D0D8"}),t.jsx("rect",{fill:"#C3D0D8",x:"34.6875",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"57.8125",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"80.9375",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"104.0625",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"57.8125",y:"17.2105263",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"80.9375",y:"17.2105263",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"104.0625",y:"17.2105263",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#C3D0D8",x:"127.1875",y:"17.2105263",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"161.875",y:"17.2105263",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"161.875",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"161.875",y:"86.0526316",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"138.75",y:"51.6315789",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"138.75",y:"86.0526316",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"115.625",y:"86.0526316",width:"11.5625",height:"11.4736842"}),t.jsx("rect",{fill:"#091E43",x:"46.25",y:"0",width:"104.0625",height:"5.73684211"}),t.jsx("rect",{fill:"#031432",x:"150.3125",y:"0",width:"34.6875",height:"5.73684211"})]})}),t.jsx("g",{transform:"translate(11.000000, 141.000000)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(211.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(139.500000, 150.000000) scale(-1, 1) translate(-139.500000, -150.000000) translate(130.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{transform:"translate(54.500000, 36.000000) scale(-1, 1) translate(-54.500000, -36.000000) translate(33.000000, 29.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(235.500000, 15.000000) scale(-1, 1) translate(-235.500000, -15.000000) translate(214.000000, 8.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Oe=ke()((l=>t.jsx("svg",{viewBox:"0 0 152 40",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"16",width:"40",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"12 0 52 0 40 16 0 16"}),t.jsx("polygon",{fill:"#C3D0D8",points:"40 16 52 0 64 16 64 40 40 40"}),t.jsx("rect",{fill:"#C3D0D8",x:"24",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"8",y:"24",width:"8",height:"16"}),t.jsx("rect",{fill:"#FFFFFF",x:"44",y:"16",width:"40",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"56 0 96 0 84 16 44 16"}),t.jsx("polygon",{fill:"#C3D0D8",points:"84 16 96 0 108 16 108 40 84 40"}),t.jsx("rect",{fill:"#C3D0D8",x:"68",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"52",y:"24",width:"8",height:"16"}),t.jsx("rect",{fill:"#FFFFFF",x:"88",y:"16",width:"40",height:"24"}),t.jsx("polygon",{fill:"#091E43",points:"100 0 140 0 128 16 88 16"}),t.jsx("polygon",{fill:"#C3D0D8",points:"128 16 140 0 152 16 152 40 128 40"}),t.jsx("rect",{fill:"#C3D0D8",x:"112",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#091E43",x:"136",y:"24",width:"8",height:"8"}),t.jsx("rect",{fill:"#C3D0D8",x:"96",y:"24",width:"8",height:"16"})]})})})})));var Ge=ke()((l=>t.jsx("svg",{viewBox:"0 0 256 159",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#10105A",x:"0",y:"155",width:"256",height:"4",rx:"2"}),t.jsx("path",{d:"M145.892336,25.5561244 C131.339846,25.0419533 117.478419,20.2483579 104.243769,15.0046128 C91.0091187,9.76086764 77.8970118,3.94893339 63.6940708,1.17000855 C54.5575821,-0.616586035 44.1092799,-0.86866993 36.748661,4.12699265 C29.6632617,8.92859065 27.3751217,17.2393565 26.1456733,24.9339173 C25.2195693,30.7358482 24.6751567,36.8278757 27.2103917,42.2536814 C28.9721992,46.0209352 32.1000605,49.1859885 34.2636485,52.793189 C41.7869886,65.3473671 36.4734413,80.8285194 28.3132792,93.0865989 C24.4963644,98.8365125 20.050663,104.322338 17.0995852,110.442375 C14.1485073,116.562412 12.7824536,123.576746 15.3638934,129.820824 C17.9252441,136.010884 24.0242723,140.658431 30.6315527,143.927519 C44.0530306,150.56973 59.8691204,152.470362 75.2914652,153.54672 C109.430755,155.929513 143.752855,154.89717 177.982546,153.864826 C190.650685,153.480698 203.373065,153.09457 215.836296,151.095905 C222.754957,149.985535 229.898614,148.224949 234.92087,143.971534 C241.299136,138.569736 242.880142,129.432695 238.605198,122.664443 C231.44346,111.314665 211.621619,108.497728 206.611416,96.3096716 C203.853193,89.6034397 206.685745,82.1329535 210.693506,75.9028801 C219.291609,62.5604396 233.703475,50.8545438 234.462841,35.6014675 C234.985155,25.1259812 228.05645,14.6344896 217.344982,9.67884034 C206.115217,4.47710917 190.546222,5.1373289 182.261508,13.7361906 C173.731708,22.6051423 158.741277,26.0122762 145.892336,25.5561244 Z",className:"fill-primary",fill:"#1657E2",fillRule:"nonzero",opacity:"0.1"}),t.jsx("g",{className:"fill-primary",transform:"translate(73.000000, 55.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M19.6670115,0 C36.285725,33.3333333 42.4395712,58.3333333 38.12855,75 C27.8368233,75 17.5502984,75 1.20547307,75 C-2.84423669,58.3333333 3.30960946,33.3333333 19.6670115,0 Z"})}),t.jsx("g",{opacity:"0.495837984",className:"fill-primary",transform:"translate(93.000000, 55.000000)",fill:"#0842C0",children:t.jsx("path",{d:"M19.6670115,0 C36.285725,33.3333333 42.4395712,58.3333333 38.12855,75 C27.8368233,75 17.5502984,75 1.20547307,75 C-2.84423669,58.3333333 3.30960946,33.3333333 19.6670115,0 Z"})}),t.jsx("g",{transform:"translate(10.000000, 31.000000)",className:"fill-secondary",fill:"#10105A",children:t.jsx("circle",{cx:"20",cy:"20",r:"20"})}),t.jsx("g",{transform:"translate(18.000000, 98.000000)",children:t.jsxs("g",{children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"22.8",width:"57.6315789",height:"34.2"}),t.jsx("polygon",{fill:"#091E43",points:"17.2894737 0 74.9210526 0 57.6315789 22.8 0 22.8"}),t.jsx("polygon",{fill:"#C3D0D8",points:"57.6315789 22.8 74.9210526 0 92.2105263 22.8 92.2105263 57 57.6315789 57"}),t.jsx("rect",{fill:"#C3D0D8",x:"34.5789474",y:"34.2",width:"11.5263158",height:"11.4"}),t.jsx("rect",{fill:"#C3D0D8",x:"11.5263158",y:"34.2",width:"11.5263158",height:"22.8"}),t.jsx("rect",{fill:"#FFFFFF",x:"63.3947368",y:"22.8",width:"57.6315789",height:"34.2"}),t.jsx("polygon",{fill:"#091E43",points:"80.6842105 0 138.315789 0 121.026316 22.8 63.3947368 22.8"}),t.jsx("polygon",{fill:"#C3D0D8",points:"121.026316 22.8 138.315789 0 155.605263 22.8 155.605263 57 121.026316 57"}),t.jsx("rect",{fill:"#C3D0D8",x:"97.9736842",y:"34.2",width:"11.5263158",height:"11.4"}),t.jsx("rect",{fill:"#C3D0D8",x:"74.9210526",y:"34.2",width:"11.5263158",height:"22.8"}),t.jsx("rect",{fill:"#FFFFFF",x:"126.789474",y:"22.8",width:"57.6315789",height:"34.2"}),t.jsx("polygon",{fill:"#091E43",points:"144.078947 0 201.710526 0 184.421053 22.8 126.789474 22.8"}),t.jsx("polygon",{fill:"#C3D0D8",points:"184.421053 22.8 201.710526 0 219 22.8 219 57 184.421053 57"}),t.jsx("rect",{fill:"#C3D0D8",x:"161.368421",y:"34.2",width:"11.5263158",height:"11.4"}),t.jsx("rect",{fill:"#091E43",x:"195.947368",y:"34.2",width:"11.5263158",height:"11.4"}),t.jsx("rect",{fill:"#C3D0D8",x:"138.315789",y:"34.2",width:"11.5263158",height:"22.8"})]})}),t.jsx("g",{transform:"translate(8.000000, 145.000000)",children:t.jsxs("g",{children:[t.jsx("path",{d:"M0,0 L0.295900454,0.0047585308 C5.30742742,0.166156746 9.34215109,4.4132343 9.4954794,9.68852584 L9.5,10 L9.20409955,9.99524147 C4.19257258,9.83384325 0.157848909,5.5867657 0.00452060426,0.311474163 L0,0 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M19,0 L18.9954794,0.311474163 C18.8452177,5.48125987 14.9672638,9.66354887 10.0953967,9.98067922 L9.79590045,9.99524147 L9.5,10 L9.5045206,9.68852584 C9.65478234,4.51874013 13.5327362,0.336451134 18.4046033,0.0193207792 L18.7040995,0.0047585308 L19,0 Z",className:"fill-primary-opa50",fill:"#779DED"})]})}),t.jsx("g",{className:"fill-primary",transform:"translate(185.000000, 141.000000)",fill:"#1657E2",children:t.jsx("path",{d:"M0,14 C0,8.84534234 4.27816795,4.66666667 9.55555556,4.66666667 C12.0996841,4.66666667 14.4115919,5.63779985 16.1239165,7.22124707 C18.5666974,2.91514045 23.2681427,0 28.6666667,0 C36.4609622,0 42.8021913,6.0766351 42.9954613,13.6441961 L43,14 L0,14 Z"})}),t.jsx("g",{transform:"translate(34.000000, 41.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(196.000000, 65.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})}),t.jsx("g",{transform:"translate(163.500000, 40.000000) scale(-1, 1) translate(-163.500000, -40.000000) translate(142.000000, 33.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M43,14 C43,8.84534234 38.7218321,4.66666667 33.4444444,4.66666667 C30.9003159,4.66666667 28.5884081,5.63779985 26.8760835,7.22124707 C24.4333026,2.91514045 19.7318573,0 14.3333333,0 C6.53903779,0 0.197808658,6.0766351 0.00453871899,13.6441961 L0,14 L43,14 Z"})})]})})})})));var Ve=ke()((l=>t.jsxs("svg",{viewBox:"0 0 1462 159",children:[t.jsxs("defs",{children:[t.jsx("rect",{id:"path-1",x:"24",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-2",x:"24",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-3",x:"32",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-4",x:"32",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-5",x:"44",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-6",x:"44",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-7",x:"44",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-8",x:"44",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-9",x:"44",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-10",x:"44",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-11",x:"52",y:"4",width:"4",height:"4"}),t.jsx("rect",{id:"path-12",x:"52",y:"12",width:"4",height:"4"}),t.jsx("rect",{id:"path-13",x:"52",y:"20",width:"4",height:"4"}),t.jsx("rect",{id:"path-14",x:"52",y:"28",width:"4",height:"4"}),t.jsx("rect",{id:"path-15",x:"52",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-16",x:"52",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-17",x:"52",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-18",x:"52",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-19",x:"52",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-20",x:"52",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-21",x:"24",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-22",x:"24",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-23",x:"32",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-24",x:"32",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-25",x:"44",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-26",x:"44",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-27",x:"44",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-28",x:"44",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-29",x:"44",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-30",x:"44",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-31",x:"52",y:"4",width:"4",height:"4"}),t.jsx("rect",{id:"path-32",x:"52",y:"12",width:"4",height:"4"}),t.jsx("rect",{id:"path-33",x:"52",y:"20",width:"4",height:"4"}),t.jsx("rect",{id:"path-34",x:"52",y:"28",width:"4",height:"4"}),t.jsx("rect",{id:"path-35",x:"52",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-36",x:"52",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-37",x:"52",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-38",x:"52",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-39",x:"52",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-40",x:"52",y:"76",width:"4",height:"4"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(11.000000, -61.000000)",children:t.jsxs("g",{transform:"translate(-11.000000, 61.000000)",children:[t.jsx("path",{d:"M11,67 C34.7750236,67 38.8626593,83 54.712675,83 C70.5626908,83 54.217362,83 77.9923856,83 C101.767409,83 84.9267675,67 110.18773,67 C135.448693,67 118.608051,51 141.887762,51 C165.167472,51 160.173826,51 173.09248,51 C186.011134,51 181.017488,67 204.792512,67 C228.567535,67 228.567535,67 252.342559,67 C276.117583,67 268.192575,83 291.967598,83 C315.742622,83 299.892606,83 323.66763,83 C347.442653,83 331.592638,99 359.330165,99 C387.067693,99 371.217677,99 398.955205,99 C426.692732,99 410.842716,83 434.61774,83 C458.392764,83 442.542748,67 474.242779,67 C505.942811,67 482.167787,67 505.942811,67 C529.717835,67 521.792827,83 545.56785,83 C569.342874,83 545.56785,83 561.417866,83 C577.267882,83 569.342874,99 593.117898,99 C616.892921,99 593.117898,99 608.967913,99 C624.817929,99 616.892921,83 640.667945,83 C664.442968,83 632.742937,83 656.517961,83 C680.292984,83 664.442968,99 688.217992,99 C711.993016,99 696.143,115 719.918024,115 C743.693047,115 717.936772,115 735.768039,115 C753.599307,115 743.197734,115 767.468071,115 C791.738407,115 783.318087,99 807.588423,99 C831.85876,99 815.513431,99 839.288455,99 C863.063478,99 854.147844,83 886.343189,83 C918.538533,83 907.146335,83 942.313557,83 C977.480779,83 965.593268,99 989.368291,99 C1013.14331,99 1060.69336,99 1084.46839,99 C1108.24341,99 1092.39339,83 1124.09343,83 C1145.22678,83 1166.36013,83 1187.49349,83 C1196.73933,83 1209.28726,83 1225.13728,83 C1248.9123,83 1255.86036,99 1274.66857,99 C1293.47679,99 1289.58034,99 1322.21862,99 C1354.8569,99 1338.06864,115 1361.84366,115 C1385.61869,115 1377.69368,115 1401.4687,115 C1425.24372,115 1420.27121,99 1433.16873,99 C1441.76708,99 1447.71083,99 1451,99 L1451,157 L11,157 C11,97 11,67 11,67 Z",fill:"#E1EBF9",className:"fill-primary5"}),t.jsxs("g",{children:[t.jsxs("g",{children:[t.jsxs("g",{transform:"translate(92.500000, 95.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"60"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"20",height:"60"}),t.jsx("path",{d:"M0,2 L0,0 L48,0 L48,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"54",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(127.500000, 85.000000)",children:[t.jsx("path",{d:"M36,12 L36,0 L64,0 L64,12 L52,12 L52,24 L40,24 L40,36 L28,36 L28,72 L0,72 L0,36 L12,36 L12,24 L24,24 L24,12 L36,12 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M64,12 L64,0 L76,0 L76,72 L28,72 L28,36 L40,36 L40,24 L52,24 L52,12 L64,12 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"52",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"16",width:"8",height:"4"}),t.jsx("path",{d:"M70,4 C71.1045695,4 72,4.8954305 72,6 L72,12 L72,12 L68,12 L68,6 C68,4.8954305 68.8954305,4 70,4 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"68",y:"16",width:"4",height:"16"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"64",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"8",height:"4"})]}),t.jsxs("g",{transform:"translate(192.500000, 69.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"32",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 20 40 20 20 32 0 32"}),t.jsx("path",{d:"M20,88 L20,32 L40,20 L40,0 L60,0 L60,88 L20,88 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-1"}),t.jsx("use",{xlinkHref:"#path-1"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-2"}),t.jsx("use",{xlinkHref:"#path-2"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-3"}),t.jsx("use",{xlinkHref:"#path-3"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-4"}),t.jsx("use",{xlinkHref:"#path-4"})]}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"20",y:"0",width:"20",height:"20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"16"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-5"}),t.jsx("use",{xlinkHref:"#path-5"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-6"}),t.jsx("use",{xlinkHref:"#path-6"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-7"}),t.jsx("use",{xlinkHref:"#path-7"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-8"}),t.jsx("use",{xlinkHref:"#path-8"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-9"}),t.jsx("use",{xlinkHref:"#path-9"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-10"}),t.jsx("use",{xlinkHref:"#path-10"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"4",width:"4",height:"16"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-11"}),t.jsx("use",{xlinkHref:"#path-11"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-12"}),t.jsx("use",{xlinkHref:"#path-12"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-13"}),t.jsx("use",{xlinkHref:"#path-13"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-14"}),t.jsx("use",{xlinkHref:"#path-14"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-15"}),t.jsx("use",{xlinkHref:"#path-15"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-16"}),t.jsx("use",{xlinkHref:"#path-16"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-17"}),t.jsx("use",{xlinkHref:"#path-17"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-18"}),t.jsx("use",{xlinkHref:"#path-18"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-19"}),t.jsx("use",{xlinkHref:"#path-19"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-20"}),t.jsx("use",{xlinkHref:"#path-20"})]})]}),t.jsxs("g",{transform:"translate(322.000000, 0.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"4",width:"40",height:"124"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",transform:"translate(20.000000, 2.000000) scale(1, -1) translate(-20.000000, -2.000000) ",x:"8",y:"0",width:"24",height:"4"}),t.jsx("path",{d:"M32,4 L32,0 L48,0 L48,4 L56,4 L56,128 L40,128 L40,4 L32,4 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"28",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"8",height:"108"})]}),t.jsxs("g",{transform:"translate(244.000000, 23.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"48",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"0",width:"20",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"38",height:"100"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 44 4 32 42 56 42 68"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 53 4 48 42 72 42 77"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"52",y:"16",width:"12",height:"100"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"6",width:"16",height:"6"})]}),t.jsxs("g",{transform:"translate(342.500000, 69.000000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(382.500000, 83.500000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(269.000000, 77.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(444.000000, 101.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(224.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(513.000000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(280.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(348.500000, 129.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"20",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"4",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(398.500000, 65.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(485.500000, 81.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(56.000000, 121.000000) scale(-1, 1) translate(-56.000000, -121.000000) translate(14.000000, 97.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(612.500000, 91.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"32",y:"12",width:"12",height:"40"}),t.jsx("path",{d:"M20,52 L20,32 L44,32 L44,12 L56,12 L56,52 L20,52 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"44 0 44 12 32 12"}),t.jsx("circle",{fill:"#C3D5F5",className:"fill-primary20",cx:"38",cy:"18",r:"2"}),t.jsx("circle",{fill:"#A0BCF0",className:"fill-primary40",cx:"50",cy:"18",r:"2"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"44 0 56 12 44 12"}),t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 32 10 24 20 32 20 52 0 52"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"10 24 38 24 48 32 20 32"}),t.jsx("path",{d:"M10,40 C11.1045695,40 12,40.8954305 12,42 L12,52 L12,52 L8,52 L8,42 C8,40.8954305 8.8954305,40 10,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M26,36 C27.1045695,36 28,36.8954305 28,38 L28,48 L28,48 L24,48 L24,38 C24,36.8954305 24.8954305,36 26,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M34,36 C35.1045695,36 36,36.8954305 36,38 L36,48 L36,48 L32,48 L32,38 C32,36.8954305 32.8954305,36 34,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,36 C43.1045695,36 44,36.8954305 44,38 L44,48 L44,48 L40,48 L40,38 C40,36.8954305 40.8954305,36 42,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"8",y:"32",width:"4",height:"4",rx:"2"})]}),t.jsxs("g",{transform:"translate(388.000000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(172.000000, 121.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(29.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(576.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(422.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(150.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(186.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(461.500000, 119.000000)",children:[t.jsx("path",{d:"M16,14 L16,2 L52,2 L52,14 L44,14 L44,26 L36,26 L36,38 L0,38 L0,26 L8,26 L8,14 L16,14 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"30",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"30",width:"8",height:"4"}),t.jsx("path",{d:"M44,26 L44,14 L52,14 L52,2 L64,2 L64,38 L36,38 L36,26 L44,26 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"44",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"30",width:"4",height:"4"}),t.jsx("path",{d:"M16,2 L16,0 L64,0 L64,2 L16,2 Z",fill:"#A0BCF0",className:"fill-primary40"})]}),t.jsxs("g",{transform:"translate(675.000000, 133.000000) scale(-1, 1) translate(-675.000000, -133.000000) translate(633.000000, 109.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(604.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(0.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(699.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(533.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(61.500000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]})]}),t.jsxs("g",{transform:"translate(731.000000, 0.000000)",children:[t.jsxs("g",{transform:"translate(92.500000, 95.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"60"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"20",height:"60"}),t.jsx("path",{d:"M0,2 L0,0 L48,0 L48,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"54",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(127.500000, 85.000000)",children:[t.jsx("path",{d:"M36,12 L36,0 L64,0 L64,12 L52,12 L52,24 L40,24 L40,36 L28,36 L28,72 L0,72 L0,36 L12,36 L12,24 L24,24 L24,12 L36,12 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M64,12 L64,0 L76,0 L76,72 L28,72 L28,36 L40,36 L40,24 L52,24 L52,12 L64,12 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"52",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"16",width:"8",height:"4"}),t.jsx("path",{d:"M70,4 C71.1045695,4 72,4.8954305 72,6 L72,12 L72,12 L68,12 L68,6 C68,4.8954305 68.8954305,4 70,4 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"68",y:"16",width:"4",height:"16"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"64",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"8",height:"4"})]}),t.jsxs("g",{transform:"translate(192.500000, 69.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"32",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 20 40 20 20 32 0 32"}),t.jsx("path",{d:"M20,88 L20,32 L40,20 L40,0 L60,0 L60,88 L20,88 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-21"}),t.jsx("use",{xlinkHref:"#path-21"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-22"}),t.jsx("use",{xlinkHref:"#path-22"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-23"}),t.jsx("use",{xlinkHref:"#path-23"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-24"}),t.jsx("use",{xlinkHref:"#path-24"})]}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"20",y:"0",width:"20",height:"20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"16"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-25"}),t.jsx("use",{xlinkHref:"#path-25"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-26"}),t.jsx("use",{xlinkHref:"#path-26"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-27"}),t.jsx("use",{xlinkHref:"#path-27"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-28"}),t.jsx("use",{xlinkHref:"#path-28"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-29"}),t.jsx("use",{xlinkHref:"#path-29"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-30"}),t.jsx("use",{xlinkHref:"#path-30"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"4",width:"4",height:"16"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-31"}),t.jsx("use",{xlinkHref:"#path-31"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-32"}),t.jsx("use",{xlinkHref:"#path-32"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-33"}),t.jsx("use",{xlinkHref:"#path-33"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-34"}),t.jsx("use",{xlinkHref:"#path-34"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-35"}),t.jsx("use",{xlinkHref:"#path-35"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-36"}),t.jsx("use",{xlinkHref:"#path-36"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-37"}),t.jsx("use",{xlinkHref:"#path-37"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-38"}),t.jsx("use",{xlinkHref:"#path-38"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-39"}),t.jsx("use",{xlinkHref:"#path-39"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-40"}),t.jsx("use",{xlinkHref:"#path-40"})]})]}),t.jsxs("g",{transform:"translate(322.000000, 0.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"4",width:"40",height:"124"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",transform:"translate(20.000000, 2.000000) scale(1, -1) translate(-20.000000, -2.000000) ",x:"8",y:"0",width:"24",height:"4"}),t.jsx("path",{d:"M32,4 L32,0 L48,0 L48,4 L56,4 L56,128 L40,128 L40,4 L32,4 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"28",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"8",height:"108"})]}),t.jsxs("g",{transform:"translate(244.000000, 23.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"48",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"0",width:"20",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"38",height:"100"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 44 4 32 42 56 42 68"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 53 4 48 42 72 42 77"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"52",y:"16",width:"12",height:"100"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"6",width:"16",height:"6"})]}),t.jsxs("g",{transform:"translate(342.500000, 69.000000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(382.500000, 83.500000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(269.000000, 77.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(444.000000, 101.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(224.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(513.000000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(280.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(348.500000, 129.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"20",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"4",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(398.500000, 65.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(485.500000, 81.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(56.000000, 121.000000) scale(-1, 1) translate(-56.000000, -121.000000) translate(14.000000, 97.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(612.500000, 91.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"32",y:"12",width:"12",height:"40"}),t.jsx("path",{d:"M20,52 L20,32 L44,32 L44,12 L56,12 L56,52 L20,52 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"44 0 44 12 32 12"}),t.jsx("circle",{fill:"#C3D5F5",className:"fill-primary20",cx:"38",cy:"18",r:"2"}),t.jsx("circle",{fill:"#A0BCF0",className:"fill-primary40",cx:"50",cy:"18",r:"2"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"44 0 56 12 44 12"}),t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 32 10 24 20 32 20 52 0 52"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"10 24 38 24 48 32 20 32"}),t.jsx("path",{d:"M10,40 C11.1045695,40 12,40.8954305 12,42 L12,52 L12,52 L8,52 L8,42 C8,40.8954305 8.8954305,40 10,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M26,36 C27.1045695,36 28,36.8954305 28,38 L28,48 L28,48 L24,48 L24,38 C24,36.8954305 24.8954305,36 26,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M34,36 C35.1045695,36 36,36.8954305 36,38 L36,48 L36,48 L32,48 L32,38 C32,36.8954305 32.8954305,36 34,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,36 C43.1045695,36 44,36.8954305 44,38 L44,48 L44,48 L40,48 L40,38 C40,36.8954305 40.8954305,36 42,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"8",y:"32",width:"4",height:"4",rx:"2"})]}),t.jsxs("g",{transform:"translate(388.000000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(172.000000, 121.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(29.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(576.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(422.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(150.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(186.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(461.500000, 119.000000)",children:[t.jsx("path",{d:"M16,14 L16,2 L52,2 L52,14 L44,14 L44,26 L36,26 L36,38 L0,38 L0,26 L8,26 L8,14 L16,14 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"30",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"30",width:"8",height:"4"}),t.jsx("path",{d:"M44,26 L44,14 L52,14 L52,2 L64,2 L64,38 L36,38 L36,26 L44,26 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"44",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"30",width:"4",height:"4"}),t.jsx("path",{d:"M16,2 L16,0 L64,0 L64,2 L16,2 Z",fill:"#A0BCF0",className:"fill-primary40"})]}),t.jsxs("g",{transform:"translate(675.000000, 133.000000) scale(-1, 1) translate(-675.000000, -133.000000) translate(633.000000, 109.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(604.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(0.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(699.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(533.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(61.500000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]})]})]})]})})})]})));var _e=ke()((l=>t.jsxs(e.Fragment,{children:[t.jsxs("svg",{viewBox:"0 0 1462 159",children:[t.jsxs("defs",{children:[t.jsx("rect",{id:"path-1",x:"24",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-2",x:"24",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-3",x:"32",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-4",x:"32",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-5",x:"44",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-6",x:"44",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-7",x:"44",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-8",x:"44",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-9",x:"44",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-10",x:"44",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-11",x:"52",y:"4",width:"4",height:"4"}),t.jsx("rect",{id:"path-12",x:"52",y:"12",width:"4",height:"4"}),t.jsx("rect",{id:"path-13",x:"52",y:"20",width:"4",height:"4"}),t.jsx("rect",{id:"path-14",x:"52",y:"28",width:"4",height:"4"}),t.jsx("rect",{id:"path-15",x:"52",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-16",x:"52",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-17",x:"52",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-18",x:"52",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-19",x:"52",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-20",x:"52",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-21",x:"24",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-22",x:"24",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-23",x:"32",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-24",x:"32",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-25",x:"44",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-26",x:"44",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-27",x:"44",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-28",x:"44",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-29",x:"44",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-30",x:"44",y:"76",width:"4",height:"4"}),t.jsx("rect",{id:"path-31",x:"52",y:"4",width:"4",height:"4"}),t.jsx("rect",{id:"path-32",x:"52",y:"12",width:"4",height:"4"}),t.jsx("rect",{id:"path-33",x:"52",y:"20",width:"4",height:"4"}),t.jsx("rect",{id:"path-34",x:"52",y:"28",width:"4",height:"4"}),t.jsx("rect",{id:"path-35",x:"52",y:"36",width:"4",height:"4"}),t.jsx("rect",{id:"path-36",x:"52",y:"44",width:"4",height:"4"}),t.jsx("rect",{id:"path-37",x:"52",y:"52",width:"4",height:"4"}),t.jsx("rect",{id:"path-38",x:"52",y:"60",width:"4",height:"4"}),t.jsx("rect",{id:"path-39",x:"52",y:"68",width:"4",height:"4"}),t.jsx("rect",{id:"path-40",x:"52",y:"76",width:"4",height:"4"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(11.000000, -61.000000)",children:t.jsxs("g",{transform:"translate(-11.000000, 61.000000)",children:[t.jsx("path",{d:"M11,67 C34.7750236,67 38.8626593,83 54.712675,83 C70.5626908,83 54.217362,83 77.9923856,83 C101.767409,83 84.9267675,67 110.18773,67 C135.448693,67 118.608051,51 141.887762,51 C165.167472,51 160.173826,51 173.09248,51 C186.011134,51 181.017488,67 204.792512,67 C228.567535,67 228.567535,67 252.342559,67 C276.117583,67 268.192575,83 291.967598,83 C315.742622,83 299.892606,83 323.66763,83 C347.442653,83 331.592638,99 359.330165,99 C387.067693,99 371.217677,99 398.955205,99 C426.692732,99 410.842716,83 434.61774,83 C458.392764,83 442.542748,67 474.242779,67 C505.942811,67 482.167787,67 505.942811,67 C529.717835,67 521.792827,83 545.56785,83 C569.342874,83 545.56785,83 561.417866,83 C577.267882,83 569.342874,99 593.117898,99 C616.892921,99 593.117898,99 608.967913,99 C624.817929,99 616.892921,83 640.667945,83 C664.442968,83 632.742937,83 656.517961,83 C680.292984,83 664.442968,99 688.217992,99 C711.993016,99 696.143,115 719.918024,115 C743.693047,115 717.936772,115 735.768039,115 C753.599307,115 743.197734,115 767.468071,115 C791.738407,115 783.318087,99 807.588423,99 C831.85876,99 815.513431,99 839.288455,99 C863.063478,99 854.147844,83 886.343189,83 C918.538533,83 907.146335,83 942.313557,83 C977.480779,83 965.593268,99 989.368291,99 C1013.14331,99 1060.69336,99 1084.46839,99 C1108.24341,99 1092.39339,83 1124.09343,83 C1145.22678,83 1166.36013,83 1187.49349,83 C1196.73933,83 1209.28726,83 1225.13728,83 C1248.9123,83 1255.86036,99 1274.66857,99 C1293.47679,99 1289.58034,99 1322.21862,99 C1354.8569,99 1338.06864,115 1361.84366,115 C1385.61869,115 1377.69368,115 1401.4687,115 C1425.24372,115 1420.27121,99 1433.16873,99 C1441.76708,99 1447.71083,99 1451,99 L1451,157 L11,157 C11,97 11,67 11,67 Z",fill:"#E1EBF9",className:"fill-primary5"}),t.jsxs("g",{children:[t.jsxs("g",{children:[t.jsxs("g",{transform:"translate(92.500000, 95.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"60"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"20",height:"60"}),t.jsx("path",{d:"M0,2 L0,0 L48,0 L48,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"54",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(127.500000, 85.000000)",children:[t.jsx("path",{d:"M36,12 L36,0 L64,0 L64,12 L52,12 L52,24 L40,24 L40,36 L28,36 L28,72 L0,72 L0,36 L12,36 L12,24 L24,24 L24,12 L36,12 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M64,12 L64,0 L76,0 L76,72 L28,72 L28,36 L40,36 L40,24 L52,24 L52,12 L64,12 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"52",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"16",width:"8",height:"4"}),t.jsx("path",{d:"M70,4 C71.1045695,4 72,4.8954305 72,6 L72,12 L72,12 L68,12 L68,6 C68,4.8954305 68.8954305,4 70,4 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"68",y:"16",width:"4",height:"16"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"64",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"8",height:"4"})]}),t.jsxs("g",{transform:"translate(192.500000, 69.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"32",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 20 40 20 20 32 0 32"}),t.jsx("path",{d:"M20,88 L20,32 L40,20 L40,0 L60,0 L60,88 L20,88 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-1"}),t.jsx("use",{xlinkHref:"#path-1"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-2"}),t.jsx("use",{xlinkHref:"#path-2"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-3"}),t.jsx("use",{xlinkHref:"#path-3"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-4"}),t.jsx("use",{xlinkHref:"#path-4"})]}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"20",y:"0",width:"20",height:"20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"16"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-5"}),t.jsx("use",{xlinkHref:"#path-5"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-6"}),t.jsx("use",{xlinkHref:"#path-6"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-7"}),t.jsx("use",{xlinkHref:"#path-7"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-8"}),t.jsx("use",{xlinkHref:"#path-8"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-9"}),t.jsx("use",{xlinkHref:"#path-9"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-10"}),t.jsx("use",{xlinkHref:"#path-10"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"4",width:"4",height:"16"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-11"}),t.jsx("use",{xlinkHref:"#path-11"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-12"}),t.jsx("use",{xlinkHref:"#path-12"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-13"}),t.jsx("use",{xlinkHref:"#path-13"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-14"}),t.jsx("use",{xlinkHref:"#path-14"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-15"}),t.jsx("use",{xlinkHref:"#path-15"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-16"}),t.jsx("use",{xlinkHref:"#path-16"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-17"}),t.jsx("use",{xlinkHref:"#path-17"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-18"}),t.jsx("use",{xlinkHref:"#path-18"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-19"}),t.jsx("use",{xlinkHref:"#path-19"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-20"}),t.jsx("use",{xlinkHref:"#path-20"})]})]}),t.jsxs("g",{transform:"translate(322.000000, 0.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"4",width:"40",height:"124"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",transform:"translate(20.000000, 2.000000) scale(1, -1) translate(-20.000000, -2.000000) ",x:"8",y:"0",width:"24",height:"4"}),t.jsx("path",{d:"M32,4 L32,0 L48,0 L48,4 L56,4 L56,128 L40,128 L40,4 L32,4 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"28",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"8",height:"108"})]}),t.jsxs("g",{transform:"translate(244.000000, 23.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"48",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"0",width:"20",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"38",height:"100"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 44 4 32 42 56 42 68"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 53 4 48 42 72 42 77"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"52",y:"16",width:"12",height:"100"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"6",width:"16",height:"6"})]}),t.jsxs("g",{transform:"translate(342.500000, 69.000000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(382.500000, 83.500000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(269.000000, 77.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(444.000000, 101.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(224.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(513.000000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(280.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(348.500000, 129.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"20",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"4",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(398.500000, 65.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(485.500000, 81.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(56.000000, 121.000000) scale(-1, 1) translate(-56.000000, -121.000000) translate(14.000000, 97.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(612.500000, 91.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"32",y:"12",width:"12",height:"40"}),t.jsx("path",{d:"M20,52 L20,32 L44,32 L44,12 L56,12 L56,52 L20,52 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"44 0 44 12 32 12"}),t.jsx("circle",{fill:"#C3D5F5",className:"fill-primary20",cx:"38",cy:"18",r:"2"}),t.jsx("circle",{fill:"#A0BCF0",className:"fill-primary40",cx:"50",cy:"18",r:"2"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"44 0 56 12 44 12"}),t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 32 10 24 20 32 20 52 0 52"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"10 24 38 24 48 32 20 32"}),t.jsx("path",{d:"M10,40 C11.1045695,40 12,40.8954305 12,42 L12,52 L12,52 L8,52 L8,42 C8,40.8954305 8.8954305,40 10,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M26,36 C27.1045695,36 28,36.8954305 28,38 L28,48 L28,48 L24,48 L24,38 C24,36.8954305 24.8954305,36 26,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M34,36 C35.1045695,36 36,36.8954305 36,38 L36,48 L36,48 L32,48 L32,38 C32,36.8954305 32.8954305,36 34,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,36 C43.1045695,36 44,36.8954305 44,38 L44,48 L44,48 L40,48 L40,38 C40,36.8954305 40.8954305,36 42,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"8",y:"32",width:"4",height:"4",rx:"2"})]}),t.jsxs("g",{transform:"translate(388.000000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(172.000000, 121.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(29.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(576.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(422.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(150.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(186.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(461.500000, 119.000000)",children:[t.jsx("path",{d:"M16,14 L16,2 L52,2 L52,14 L44,14 L44,26 L36,26 L36,38 L0,38 L0,26 L8,26 L8,14 L16,14 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"30",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"30",width:"8",height:"4"}),t.jsx("path",{d:"M44,26 L44,14 L52,14 L52,2 L64,2 L64,38 L36,38 L36,26 L44,26 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"44",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"30",width:"4",height:"4"}),t.jsx("path",{d:"M16,2 L16,0 L64,0 L64,2 L16,2 Z",fill:"#A0BCF0",className:"fill-primary40"})]}),t.jsxs("g",{transform:"translate(675.000000, 133.000000) scale(-1, 1) translate(-675.000000, -133.000000) translate(633.000000, 109.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(604.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(0.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(699.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(533.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(61.500000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]})]}),t.jsxs("g",{transform:"translate(731.000000, 0.000000)",children:[t.jsxs("g",{transform:"translate(92.500000, 95.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"60"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"20",height:"60"}),t.jsx("path",{d:"M0,2 L0,0 L48,0 L48,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"54",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"54",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"46",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"38",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(127.500000, 85.000000)",children:[t.jsx("path",{d:"M36,12 L36,0 L64,0 L64,12 L52,12 L52,24 L40,24 L40,36 L28,36 L28,72 L0,72 L0,36 L12,36 L12,24 L24,24 L24,12 L36,12 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M64,12 L64,0 L76,0 L76,72 L28,72 L28,36 L40,36 L40,24 L52,24 L52,12 L64,12 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"16",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"52",y:"4",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"16",width:"8",height:"4"}),t.jsx("path",{d:"M70,4 C71.1045695,4 72,4.8954305 72,6 L72,12 L72,12 L68,12 L68,6 C68,4.8954305 68.8954305,4 70,4 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"68",y:"16",width:"4",height:"16"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"64",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"8",height:"4"})]}),t.jsxs("g",{transform:"translate(192.500000, 69.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"32",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 20 40 20 20 32 0 32"}),t.jsx("path",{d:"M20,88 L20,32 L40,20 L40,0 L60,0 L60,88 L20,88 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-21"}),t.jsx("use",{xlinkHref:"#path-21"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-22"}),t.jsx("use",{xlinkHref:"#path-22"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"36",width:"4",height:"48"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"36",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"44",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"52",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"60",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-23"}),t.jsx("use",{xlinkHref:"#path-23"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-24"}),t.jsx("use",{xlinkHref:"#path-24"})]}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"20",y:"0",width:"20",height:"20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"16"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"28",width:"4",height:"4"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-25"}),t.jsx("use",{xlinkHref:"#path-25"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-26"}),t.jsx("use",{xlinkHref:"#path-26"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-27"}),t.jsx("use",{xlinkHref:"#path-27"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-28"}),t.jsx("use",{xlinkHref:"#path-28"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-29"}),t.jsx("use",{xlinkHref:"#path-29"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-30"}),t.jsx("use",{xlinkHref:"#path-30"})]}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"4",width:"4",height:"16"}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-31"}),t.jsx("use",{xlinkHref:"#path-31"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-32"}),t.jsx("use",{xlinkHref:"#path-32"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-33"}),t.jsx("use",{xlinkHref:"#path-33"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-34"}),t.jsx("use",{xlinkHref:"#path-34"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-35"}),t.jsx("use",{xlinkHref:"#path-35"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-36"}),t.jsx("use",{xlinkHref:"#path-36"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-37"}),t.jsx("use",{xlinkHref:"#path-37"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-38"}),t.jsx("use",{xlinkHref:"#path-38"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-39"}),t.jsx("use",{xlinkHref:"#path-39"})]}),t.jsxs("g",{fill:"#A0BCF0",className:"fill-primary40",children:[t.jsx("use",{xlinkHref:"#path-40"}),t.jsx("use",{xlinkHref:"#path-40"})]})]}),t.jsxs("g",{transform:"translate(322.000000, 0.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"4",width:"40",height:"124"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",transform:"translate(20.000000, 2.000000) scale(1, -1) translate(-20.000000, -2.000000) ",x:"8",y:"0",width:"24",height:"4"}),t.jsx("path",{d:"M32,4 L32,0 L48,0 L48,4 L56,4 L56,128 L40,128 L40,4 L32,4 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"12",width:"8",height:"108"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"28",y:"12",width:"8",height:"28"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"44",y:"12",width:"8",height:"108"})]}),t.jsxs("g",{transform:"translate(244.000000, 23.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"48",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"0",width:"20",height:"124"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"38",height:"100"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 44 4 32 42 56 42 68"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"4 53 4 48 42 72 42 77"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"52",y:"16",width:"12",height:"100"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"6",width:"16",height:"6"})]}),t.jsxs("g",{transform:"translate(342.500000, 69.000000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(382.500000, 83.500000)",children:[t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 1.08052456e-13 28 1.08052456e-13 28 68 0 68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"68"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"16",width:"4",height:"40"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"8",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"16",width:"4",height:"32"})]}),t.jsxs("g",{transform:"translate(269.000000, 77.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(444.000000, 101.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"20",height:"56"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"8",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"16",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"24",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"32",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"40",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"0",y:"48",width:"20",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"0",width:"16",height:"56"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"8",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"16",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"24",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"32",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"40",width:"16",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"20",y:"48",width:"16",height:"4"})]}),t.jsxs("g",{transform:"translate(224.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(513.000000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(280.500000, 101.000000)",children:[t.jsx("path",{d:"M32,36 L32,56 L12,56 L12,36 L32,36 Z M44,0 L44,36 L32,36 L32,0 L44,0 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M56,36 L56,8 L68,8 L68,56 L48,56 L48,36 L56,36 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"12",y:"0",width:"20",height:"36"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"28",y:"36",width:"20",height:"20"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"8",width:"20",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"16",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"40",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"48",y:"28",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"28",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(348.500000, 129.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"0",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"0",width:"12",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"20",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"20",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"4",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"4",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(398.500000, 65.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(485.500000, 81.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"20",width:"20",height:"56"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"20 0 40 0 20 20 0 20"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 20 40 0 40 20 40 76 20 76"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"24",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"32",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"40",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"48",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"56",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"64",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"64",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(56.000000, 121.000000) scale(-1, 1) translate(-56.000000, -121.000000) translate(14.000000, 97.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(612.500000, 91.500000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"32",y:"12",width:"12",height:"40"}),t.jsx("path",{d:"M20,52 L20,32 L44,32 L44,12 L56,12 L56,52 L20,52 Z",fill:"#D0DDF9",className:"fill-primary20"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"44 0 44 12 32 12"}),t.jsx("circle",{fill:"#C3D5F5",className:"fill-primary20",cx:"38",cy:"18",r:"2"}),t.jsx("circle",{fill:"#A0BCF0",className:"fill-primary40",cx:"50",cy:"18",r:"2"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"44 0 56 12 44 12"}),t.jsx("polygon",{fill:"#D8E5F8",className:"fill-primary10",points:"0 32 10 24 20 32 20 52 0 52"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"10 24 38 24 48 32 20 32"}),t.jsx("path",{d:"M10,40 C11.1045695,40 12,40.8954305 12,42 L12,52 L12,52 L8,52 L8,42 C8,40.8954305 8.8954305,40 10,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M26,36 C27.1045695,36 28,36.8954305 28,38 L28,48 L28,48 L24,48 L24,38 C24,36.8954305 24.8954305,36 26,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M34,36 C35.1045695,36 36,36.8954305 36,38 L36,48 L36,48 L32,48 L32,38 C32,36.8954305 32.8954305,36 34,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,36 C43.1045695,36 44,36.8954305 44,38 L44,48 L44,48 L40,48 L40,38 C40,36.8954305 40.8954305,36 42,36 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"8",y:"32",width:"4",height:"4",rx:"2"})]}),t.jsxs("g",{transform:"translate(388.000000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(172.000000, 121.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(29.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(576.500000, 127.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"2",width:"28",height:"28"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"2",width:"12",height:"28"}),t.jsx("path",{d:"M0,2 L0,0 L40,0 L40,2 L0,2 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"22",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"22",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"14",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"6",width:"4",height:"4"})]}),t.jsxs("g",{transform:"translate(422.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(150.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(186.500000, 137.000000)",children:[t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 34 0 28 8 0 8"}),t.jsx("path",{d:"M14,2 L20,8 L28,8 L28,20 L0,20 L0,8 L8,8 L14,2 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"28 8 34 0 40 8 40 20 28 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"32",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"12",y:"12",width:"4",height:"8"}),t.jsx("polygon",{fill:"#A1BBF3",className:"fill-primary40",transform:"translate(20.000000, 5.000000) rotate(-180.000000) translate(-20.000000, -5.000000) ",points:"20 2 26 8 14 8"})]}),t.jsxs("g",{transform:"translate(461.500000, 119.000000)",children:[t.jsx("path",{d:"M16,14 L16,2 L52,2 L52,14 L44,14 L44,26 L36,26 L36,38 L0,38 L0,26 L8,26 L8,14 L16,14 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"30",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"30",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"24",y:"30",width:"8",height:"4"}),t.jsx("path",{d:"M44,26 L44,14 L52,14 L52,2 L64,2 L64,38 L36,38 L36,26 L44,26 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"20",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"28",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"36",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"44",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"6",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"56",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"18",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"30",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"40",y:"30",width:"4",height:"4"}),t.jsx("path",{d:"M16,2 L16,0 L64,0 L64,2 L16,2 Z",fill:"#A0BCF0",className:"fill-primary40"})]}),t.jsxs("g",{transform:"translate(675.000000, 133.000000) scale(-1, 1) translate(-675.000000, -133.000000) translate(633.000000, 109.000000)",children:[t.jsx("rect",{fill:"#D0DDF9",className:"fill-primary20",x:"0",y:"24",width:"36",height:"24"}),t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"36",y:"24",width:"12",height:"24"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"60",y:"24",width:"12",height:"12"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"72",y:"24",width:"12",height:"12"}),t.jsx("path",{d:"M6,32 C7.1045695,32 8,32.8954305 8,34 L8,36 L8,36 L4,36 L4,34 C4,32.8954305 4.8954305,32 6,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M48,48 L48,36 L60,24 L60,36 L72,24 L72,36 L84,24 L84,48 L48,48 Z",fill:"#D8E5F8",className:"fill-primary10"}),t.jsx("path",{d:"M6,40 C7.1045695,40 8,40.8954305 8,42 L8,44 L8,44 L4,44 L4,42 C4,40.8954305 4.8954305,40 6,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,32 C15.1045695,32 16,32.8954305 16,34 L16,36 L16,36 L12,36 L12,34 C12,32.8954305 12.8954305,32 14,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M14,40 C15.1045695,40 16,40.8954305 16,42 L16,44 L16,44 L12,44 L12,42 C12,40.8954305 12.8954305,40 14,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,32 C23.1045695,32 24,32.8954305 24,34 L24,36 L24,36 L20,36 L20,34 C20,32.8954305 20.8954305,32 22,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M22,40 C23.1045695,40 24,40.8954305 24,42 L24,44 L24,44 L20,44 L20,42 C20,40.8954305 20.8954305,40 22,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,32 C31.1045695,32 32,32.8954305 32,34 L32,36 L32,36 L28,36 L28,34 C28,32.8954305 28.8954305,32 30,32 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M30,40 C31.1045695,40 32,40.8954305 32,42 L32,44 L32,44 L28,44 L28,42 C28,40.8954305 28.8954305,40 30,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,40 C43.1045695,40 44,40.8954305 44,42 L44,44 L44,44 L40,44 L40,42 C40,40.8954305 40.8954305,40 42,40 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("path",{d:"M54,40 C55.1045695,40 56,40.8954305 56,42 L56,48 L56,48 L52,48 L52,42 C52,40.8954305 52.8954305,40 54,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M66,40 C67.1045695,40 68,40.8954305 68,42 L68,48 L68,48 L64,48 L64,42 C64,40.8954305 64.8954305,40 66,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M78,40 C79.1045695,40 80,40.8954305 80,42 L80,48 L80,48 L76,48 L76,42 C76,40.8954305 76.8954305,40 78,40 Z",fill:"#A0BCF0",className:"fill-primary40"}),t.jsx("path",{d:"M42,32 C43.1045695,32 44,32.8954305 44,34 L44,36 L44,36 L40,36 L40,34 C40,32.8954305 40.8954305,32 42,32 Z",fill:"#C3D5F5",className:"fill-primary20"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"30 0 32 0 32 24 28 24"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"16 0 18 0 18 24 14 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"32 0 34 0 36 24 32 24"}),t.jsx("polygon",{fill:"#D0DDF9",className:"fill-primary20",points:"18 0 20 0 22 24 18 24"})]}),t.jsxs("g",{transform:"translate(604.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(0.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(699.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"20",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 26 0 20 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"20 8 26 0 32 8 32 20 20 20"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"12",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"4",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(533.000000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]}),t.jsxs("g",{transform:"translate(61.500000, 137.000000)",children:[t.jsx("rect",{fill:"#D8E5F8",className:"fill-primary10",x:"0",y:"8",width:"44",height:"12"}),t.jsx("polygon",{fill:"#A0BCF0",className:"fill-primary40",points:"6 0 50 0 44 8 0 8"}),t.jsx("polygon",{fill:"#C3D5F5",className:"fill-primary20",points:"44 8 50 0 56 8 56 20 44 20"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"24",y:"12",width:"4",height:"8"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"32",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#C3D5F5",className:"fill-primary20",x:"4",y:"12",width:"8",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"48",y:"12",width:"4",height:"4"}),t.jsx("rect",{fill:"#A0BCF0",className:"fill-primary40",x:"16",y:"12",width:"4",height:"8"})]})]})]})]})})})]}),t.jsxs("svg",{viewBox:"0 0 748 120",children:[t.jsx("defs",{children:t.jsx("polygon",{id:"path-1",points:"31.7880795 12.7152318 41.3245033 5.51435277e-17 50.8609272 12.7152318 50.8609272 31.7880795 -3.61388623e-13 31.7880795 -2.24367986e-13 12.7152318"})}),t.jsx("g",{id:"Page-2",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{id:"bbl_footer-3",transform:"translate(-412.000000, -98.000000)",children:t.jsxs("g",{id:"new",transform:"translate(412.000000, 98.000000)",children:[t.jsx("g",{id:"illustrasjon-/-busk-1",transform:"translate(396.556291, 113.642384)",children:t.jsxs("g",{id:"plant-2",children:[t.jsx("path",{d:"M0,0 L0.198023309,0.00302529111 C3.55185104,0.105636077 6.25197982,2.80576485 6.3545906,6.15959259 L6.35761589,6.35761589 L6.15959259,6.3545906 C2.80576485,6.25197982 0.105636077,3.55185104 0.00302529111,0.198023309 L0,0 Z",id:"Path",fill:"#1657E2",className:"fill-primary"}),t.jsx("path",{d:"M12.7152318,0 L12.7122065,0.198023309 C12.6116479,3.48477449 10.0164331,6.14371319 6.75606888,6.34533248 L6.5556392,6.3545906 L6.35761589,6.35761589 L6.36064119,6.15959259 C6.46119976,2.87284141 9.0564146,0.213902708 12.3167788,0.0122834093 L12.5172085,0.00302529111 L12.7152318,0 Z",id:"Path",fill:"#779DED",className:"fill-primary40"})]})}),t.jsx("g",{id:"illustrasjon-/-terraseblokk-/-bygning",transform:"translate(81.059603, 59.602649)",children:t.jsxs("g",{id:"terraseblokk",children:[t.jsx("path",{d:"M0,60.397351 L0,41.3245033 L12.7152318,41.3245033 L12.7152318,22.2516556 L25.4304636,22.2516556 L25.4304636,3.17880795 L101.721854,3.17880795 L101.721854,60.397351 L0,60.397351 Z",id:"Combined-Shape",fill:"#FFFFFF"}),t.jsx("rect",{id:"Rectangle",fill:"#091E43",x:"25.4304636",y:"47.6821192",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-54",fill:"#C3D0D8",x:"6.35761589",y:"47.6821192",width:"12.7152318",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-55",fill:"#C3D0D8",x:"38.1456954",y:"47.6821192",width:"12.7152318",height:"6.35761589"}),t.jsx("path",{d:"M69.9337748,41.3245033 L69.9337748,22.2516556 L82.6490066,22.2516556 L82.6490066,3.17880795 L101.721854,3.17880795 L101.721854,60.397351 L57.218543,60.397351 L57.218543,41.3245033 L69.9337748,41.3245033 Z",id:"Combined-Shape",fill:"#C3D0D8"}),t.jsx("rect",{id:"Rectangle-Copy-56",fill:"#C3D0D8",x:"19.0728477",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-57",fill:"#C3D0D8",x:"31.7880795",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-83",fill:"#C3D0D8",x:"44.5033113",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-84",fill:"#C3D0D8",x:"57.218543",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-58",fill:"#C3D0D8",x:"31.7880795",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-59",fill:"#C3D0D8",x:"44.5033113",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-79",fill:"#C3D0D8",x:"57.218543",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-82",fill:"#C3D0D8",x:"69.9337748",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-61",fill:"#091E43",x:"89.0066225",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-63",fill:"#091E43",x:"89.0066225",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-66",fill:"#091E43",x:"89.0066225",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-64",fill:"#091E43",x:"76.2913907",y:"28.6092715",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-67",fill:"#091E43",x:"76.2913907",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-68",fill:"#091E43",x:"63.5761589",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle",fill:"#091E43",x:"25.4304636",y:"0",width:"76.2913907",height:"3.17880795"})]})}),t.jsx("g",{id:"illustrasjon-/-rekkehus-/-bygning",transform:"translate(189.139073, 88.211921)",children:t.jsxs("g",{id:"rekkehus",children:[t.jsx("rect",{id:"Rectangle-Copy-14",fill:"#FFFFFF",x:"0",y:"12.7152318",width:"31.7880795",height:"19.0728477"}),t.jsx("polygon",{id:"Rectangle-Copy-24",fill:"#091E43",points:"9.53642384 0 41.3245033 0 31.7880795 12.7152318 0 12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-25",fill:"#C3D0D8",points:"31.7880795 12.7152318 41.3245033 0 50.8609272 12.7152318 50.8609272 31.7880795 31.7880795 31.7880795"}),t.jsx("rect",{id:"Rectangle-Copy-26",fill:"#C3D0D8",x:"19.0728477",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør-copy-2",fill:"#C3D0D8",x:"6.35761589",y:"19.0728477",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-13",fill:"#FFFFFF",x:"34.9668874",y:"12.7152318",width:"31.7880795",height:"19.0728477"}),t.jsx("polygon",{id:"Rectangle-Copy-21",fill:"#091E43",points:"44.5033113 0 76.2913907 0 66.7549669 12.7152318 34.9668874 12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-22",fill:"#C3D0D8",points:"66.7549669 12.7152318 76.2913907 0 85.8278146 12.7152318 85.8278146 31.7880795 66.7549669 31.7880795"}),t.jsx("rect",{id:"Rectangle-Copy-23",fill:"#C3D0D8",x:"54.0397351",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør-copy",fill:"#C3D0D8",x:"41.3245033",y:"19.0728477",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-12",fill:"#FFFFFF",x:"69.9337748",y:"12.7152318",width:"31.7880795",height:"19.0728477"}),t.jsx("polygon",{id:"Rectangle-Copy-15",fill:"#091E43",points:"79.4701987 0 111.258278 0 101.721854 12.7152318 69.9337748 12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-16",fill:"#C3D0D8",points:"101.721854 12.7152318 111.258278 0 120.794702 12.7152318 120.794702 31.7880795 101.721854 31.7880795"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"89.0066225",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-18",fill:"#091E43",x:"108.07947",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør",fill:"#C3D0D8",x:"76.2913907",y:"19.0728477",width:"6.35761589",height:"12.7152318"})]})}),t.jsx("g",{id:"illustrasjon-/-høyblokk-/-bygning",transform:"translate(303.576159, 21.456954)",children:t.jsxs("g",{id:"høyblokk",children:[t.jsx("rect",{id:"Rectangle",fill:"#FFFFFF",x:"0",y:"3.17880795",width:"76.2913907",height:"95.3642384"}),t.jsx("rect",{id:"Rectangle-Copy-5",fill:"#C3D0D8",x:"44.5033113",y:"3.17880795",width:"31.7880795",height:"95.3642384"}),t.jsx("rect",{id:"Rectangle-Copy",fill:"#091E43",x:"0",y:"0",width:"76.2913907",height:"3.17880795"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"6.35761589",y:"85.8278146",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-41",fill:"#C3D0D8",x:"6.35761589",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-29",fill:"#C3D0D8",x:"6.35761589",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-42",fill:"#C3D0D8",x:"6.35761589",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-33",fill:"#C3D0D8",x:"19.0728477",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-43",fill:"#C3D0D8",x:"19.0728477",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-31",fill:"#C3D0D8",x:"6.35761589",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-44",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-34",fill:"#C3D0D8",x:"19.0728477",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-49",fill:"#C3D0D8",x:"19.0728477",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-50",fill:"#C3D0D8",x:"19.0728477",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-52",fill:"#C3D0D8",x:"31.7880795",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-51",fill:"#C3D0D8",x:"6.35761589",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-45",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-27",fill:"#091E43",x:"19.0728477",y:"85.8278146",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-28",fill:"#C3D0D8",x:"31.7880795",y:"85.8278146",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-46",fill:"#C3D0D8",x:"31.7880795",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-35",fill:"#091E43",x:"50.8609272",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-38",fill:"#091E43",x:"63.5761589",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-30",fill:"#C3D0D8",x:"31.7880795",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-47",fill:"#C3D0D8",x:"31.7880795",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-36",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-39",fill:"#091E43",x:"63.5761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-32",fill:"#C3D0D8",x:"31.7880795",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-48",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-37",fill:"#091E43",x:"50.8609272",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-40",fill:"#091E43",x:"63.5761589",y:"9.53642384",width:"6.35761589",height:"6.35761589"})]})}),t.jsx("g",{id:"illustrasjon-/-høyblokk-/-bygning",transform:"translate(495.894040, 21.456954)",children:t.jsxs("g",{id:"høyblokk",children:[t.jsx("rect",{id:"Rectangle",fill:"#FFFFFF",x:"0",y:"3.17880795",width:"76.2913907",height:"95.3642384"}),t.jsx("rect",{id:"Rectangle-Copy-5",fill:"#C3D0D8",x:"44.5033113",y:"3.17880795",width:"31.7880795",height:"95.3642384"}),t.jsx("rect",{id:"Rectangle-Copy",fill:"#091E43",x:"0",y:"0",width:"76.2913907",height:"3.17880795"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"6.35761589",y:"85.8278146",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-41",fill:"#C3D0D8",x:"6.35761589",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-29",fill:"#C3D0D8",x:"6.35761589",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-42",fill:"#C3D0D8",x:"6.35761589",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-33",fill:"#C3D0D8",x:"19.0728477",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-43",fill:"#C3D0D8",x:"19.0728477",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-31",fill:"#C3D0D8",x:"6.35761589",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-44",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-34",fill:"#C3D0D8",x:"19.0728477",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-49",fill:"#C3D0D8",x:"19.0728477",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-50",fill:"#C3D0D8",x:"19.0728477",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-52",fill:"#C3D0D8",x:"31.7880795",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-51",fill:"#C3D0D8",x:"6.35761589",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-45",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-27",fill:"#091E43",x:"19.0728477",y:"85.8278146",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-28",fill:"#C3D0D8",x:"31.7880795",y:"85.8278146",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-46",fill:"#C3D0D8",x:"31.7880795",y:"47.6821192",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-35",fill:"#091E43",x:"50.8609272",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-38",fill:"#091E43",x:"63.5761589",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-30",fill:"#C3D0D8",x:"31.7880795",y:"73.1125828",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-47",fill:"#C3D0D8",x:"31.7880795",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-36",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-39",fill:"#091E43",x:"63.5761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-32",fill:"#C3D0D8",x:"31.7880795",y:"60.397351",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-48",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-37",fill:"#091E43",x:"50.8609272",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-40",fill:"#091E43",x:"63.5761589",y:"9.53642384",width:"6.35761589",height:"6.35761589"})]})}),t.jsx("g",{id:"illustrasjon-/-hus-/-bygning",transform:"translate(614.304636, 85.033113)",children:t.jsxs("g",{id:"hus",children:[t.jsx("rect",{id:"Rectangle-Copy-8",fill:"#FFFFFF",x:"3.97350993",y:"0",width:"6.35761589",height:"11.9205298"}),t.jsx("rect",{id:"Rectangle",fill:"#C3D0D8",x:"7.15231788",y:"0",width:"4.76821192",height:"7.15231788"}),t.jsx("polygon",{id:"Rectangle-Copy-15",fill:"#091E43",points:"9.53642384 3.17880795 54.0397351 3.17880795 44.5033113 15.8940397 0 15.8940397"}),t.jsx("path",{d:"M0,34.9668874 L0,15.8940397 L12.7152318,15.8940397 L22.2516556,6.35761589 L41.3245033,6.35761589 L31.7880795,15.8940397 L44.5033113,15.8940397 L54.0397351,3.17880795 L63.5761589,15.8940397 L63.5761589,34.9668874 L0,34.9668874 Z",id:"Combined-Shape",fill:"#FFFFFF"}),t.jsx("polygon",{id:"Rectangle-Copy-16",fill:"#C3D0D8",points:"44.5033113 15.8940397 54.0397351 3.17880795 63.5761589 15.8940397 63.5761589 34.9668874 44.5033113 34.9668874"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-19",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-18",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-7",fill:"#C3D0D8",transform:"translate(31.788079, 11.125828) rotate(-180.000000) translate(-31.788079, -11.125828) ",points:"31.7880795 6.35761589 41.3245033 15.8940397 22.2516556 15.8940397"})]})}),t.jsx("g",{id:"illustrasjon-/-lavblokk-/-bygning",transform:"translate(354.437086, 72.317881)",children:t.jsxs("g",{id:"lavblokk",children:[t.jsx("rect",{id:"Rectangle",fill:"#FFFFFF",x:"0",y:"3.17880795",width:"63.5761589",height:"44.5033113"}),t.jsx("rect",{id:"Rectangle-Copy-5",fill:"#C3D0D8",x:"44.5033113",y:"3.17880795",width:"19.0728477",height:"44.5033113"}),t.jsx("rect",{id:"Rectangle-Copy",fill:"#091E43",x:"0",y:"0",width:"63.5761589",height:"3.17880795"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"6.35761589",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-29",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-33",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-31",fill:"#C3D0D8",x:"6.35761589",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-34",fill:"#C3D0D8",x:"19.0728477",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-27",fill:"#091E43",x:"19.0728477",y:"34.9668874",width:"6.35761589",height:"12.7152318"}),t.jsx("rect",{id:"Rectangle-Copy-28",fill:"#C3D0D8",x:"31.7880795",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-35",fill:"#091E43",x:"50.8609272",y:"34.9668874",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-30",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-36",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-32",fill:"#C3D0D8",x:"31.7880795",y:"9.53642384",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-37",fill:"#091E43",x:"50.8609272",y:"9.53642384",width:"6.35761589",height:"6.35761589"})]})}),t.jsx("g",{id:"illustrasjon-/-småhus-/-bygning",transform:"translate(670.728477, 88.211921)",children:t.jsxs("g",{id:"småhus",children:[t.jsx("rect",{id:"Rectangle-Copy-12",fill:"#FFFFFF",x:"0",y:"12.7152318",width:"31.7880795",height:"19.0728477"}),t.jsx("mask",{id:"mask-2",fill:"white",children:t.jsx("use",{xlinkHref:"#path-1"})}),t.jsx("use",{id:"Rectangle-Copy-13",fill:"#FFFFFF",xlinkHref:"#path-1"}),t.jsx("polygon",{id:"Rectangle-Copy-15",fill:"#091E43",points:"9.53642384 0 41.3245033 0 31.7880795 12.7152318 0 12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-16",fill:"#C3D0D8",points:"31.7880795 12.7152318 41.3245033 0 50.8609272 12.7152318 50.8609272 31.7880795 31.7880795 31.7880795"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"19.0728477",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-18",fill:"#091E43",x:"38.1456954",y:"19.0728477",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør",fill:"#C3D0D8",x:"6.35761589",y:"19.0728477",width:"6.35761589",height:"12.7152318"})]})}),t.jsx("g",{id:"illustrasjon-/-hus-/-bygning",transform:"translate(406.092715, 85.033113)",children:t.jsxs("g",{id:"hus",children:[t.jsx("rect",{id:"Rectangle-Copy-8",fill:"#FFFFFF",x:"3.97350993",y:"0",width:"6.35761589",height:"11.9205298"}),t.jsx("rect",{id:"Rectangle",fill:"#C3D0D8",x:"7.15231788",y:"0",width:"4.76821192",height:"7.15231788"}),t.jsx("polygon",{id:"Rectangle-Copy-15",fill:"#091E43",points:"9.53642384 3.17880795 54.0397351 3.17880795 44.5033113 15.8940397 0 15.8940397"}),t.jsx("path",{d:"M0,34.9668874 L0,15.8940397 L12.7152318,15.8940397 L22.2516556,6.35761589 L41.3245033,6.35761589 L31.7880795,15.8940397 L44.5033113,15.8940397 L54.0397351,3.17880795 L63.5761589,15.8940397 L63.5761589,34.9668874 L0,34.9668874 Z",id:"Combined-Shape",fill:"#FFFFFF"}),t.jsx("polygon",{id:"Rectangle-Copy-16",fill:"#C3D0D8",points:"44.5033113 15.8940397 54.0397351 3.17880795 63.5761589 15.8940397 63.5761589 34.9668874 44.5033113 34.9668874"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-19",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-18",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-7",fill:"#C3D0D8",transform:"translate(31.788079, 11.125828) rotate(-180.000000) translate(-31.788079, -11.125828) ",points:"31.7880795 6.35761589 41.3245033 15.8940397 22.2516556 15.8940397"})]})}),t.jsx("g",{id:"illustrasjon-/-hus-/-bygning",transform:"translate(546.754967, 85.033113)",children:t.jsxs("g",{id:"hus",children:[t.jsx("rect",{id:"Rectangle-Copy-8",fill:"#FFFFFF",x:"3.97350993",y:"0",width:"6.35761589",height:"11.9205298"}),t.jsx("rect",{id:"Rectangle",fill:"#C3D0D8",x:"7.15231788",y:"0",width:"4.76821192",height:"7.15231788"}),t.jsx("polygon",{id:"Rectangle-Copy-15",fill:"#091E43",points:"9.53642384 3.17880795 54.0397351 3.17880795 44.5033113 15.8940397 0 15.8940397"}),t.jsx("path",{d:"M0,34.9668874 L0,15.8940397 L12.7152318,15.8940397 L22.2516556,6.35761589 L41.3245033,6.35761589 L31.7880795,15.8940397 L44.5033113,15.8940397 L54.0397351,3.17880795 L63.5761589,15.8940397 L63.5761589,34.9668874 L0,34.9668874 Z",id:"Combined-Shape",fill:"#FFFFFF"}),t.jsx("polygon",{id:"Rectangle-Copy-16",fill:"#C3D0D8",points:"44.5033113 15.8940397 54.0397351 3.17880795 63.5761589 15.8940397 63.5761589 34.9668874 44.5033113 34.9668874"}),t.jsx("rect",{id:"Rectangle-Copy-17",fill:"#C3D0D8",x:"31.7880795",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-19",fill:"#C3D0D8",x:"6.35761589",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"Rectangle-Copy-18",fill:"#091E43",x:"50.8609272",y:"22.2516556",width:"6.35761589",height:"6.35761589"}),t.jsx("rect",{id:"dør",fill:"#C3D0D8",x:"19.0728477",y:"22.2516556",width:"6.35761589",height:"12.7152318"}),t.jsx("polygon",{id:"Rectangle-Copy-7",fill:"#C3D0D8",transform:"translate(31.788079, 11.125828) rotate(-180.000000) translate(-31.788079, -11.125828) ",points:"31.7880795 6.35761589 41.3245033 15.8940397 22.2516556 15.8940397"})]})}),t.jsx("g",{id:"illustrasjon-/-busk-2",transform:"translate(131.920530, 113.642384)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,0 L0.198023309,0.00302529111 C3.55185104,0.105636077 6.25197982,2.80576485 6.3545906,6.15959259 L6.35761589,6.35761589 L6.15959259,6.3545906 C2.80576485,6.25197982 0.105636077,3.55185104 0.00302529111,0.198023309 L0,0 Z M12.7152318,0 L12.7122065,0.198023309 C12.6116479,3.48477449 10.0164331,6.14371319 6.75606888,6.34533248 L6.5556392,6.3545906 L6.35761589,6.35761589 L6.36064119,6.15959259 C6.46119976,2.87284141 9.0564146,0.213902708 12.3167788,0.0122834093 L12.5172085,0.00302529111 L12.7152318,0 Z",id:"plant-1"})}),t.jsx("g",{id:"illustrasjon-/-busk-1",transform:"translate(395.761589, 113.642384)",children:t.jsxs("g",{id:"plant-2",children:[t.jsx("path",{d:"M0,0 L0.198023309,0.00302529111 C3.55185104,0.105636077 6.25197982,2.80576485 6.3545906,6.15959259 L6.35761589,6.35761589 L6.15959259,6.3545906 C2.80576485,6.25197982 0.105636077,3.55185104 0.00302529111,0.198023309 L0,0 Z",id:"Path",fill:"#1657E2",className:"fill-primary"}),t.jsx("path",{d:"M12.7152318,0 L12.7122065,0.198023309 C12.6116479,3.48477449 10.0164331,6.14371319 6.75606888,6.34533248 L6.5556392,6.3545906 L6.35761589,6.35761589 L6.36064119,6.15959259 C6.46119976,2.87284141 9.0564146,0.213902708 12.3167788,0.0122834093 L12.5172085,0.00302529111 L12.7152318,0 Z",id:"Path",fill:"#779DED",className:"fill-primary40"})]})}),t.jsx("g",{id:"illustrasjon-/-busk-1",transform:"translate(654.834437, 113.642384)",children:t.jsxs("g",{id:"plant-2",children:[t.jsx("path",{d:"M0,0 L0.198023309,0.00302529111 C3.55185104,0.105636077 6.25197982,2.80576485 6.3545906,6.15959259 L6.35761589,6.35761589 L6.15959259,6.3545906 C2.80576485,6.25197982 0.105636077,3.55185104 0.00302529111,0.198023309 L0,0 Z",id:"Path",fill:"#1657E2",className:"fill-primary"}),t.jsx("path",{d:"M12.7152318,0 L12.7122065,0.198023309 C12.6116479,3.48477449 10.0164331,6.14371319 6.75606888,6.34533248 L6.5556392,6.3545906 L6.35761589,6.35761589 L6.36064119,6.15959259 C6.46119976,2.87284141 9.0564146,0.213902708 12.3167788,0.0122834093 L12.5172085,0.00302529111 L12.7152318,0 Z",id:"Path",fill:"#779DED",className:"fill-primary40"})]})}),t.jsx("g",{id:"illustrasjon-/-busk-3",transform:"translate(166.092715, 110.463576)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,9.53642384 C0,6.02520954 2.84640159,3.17880795 6.35761589,3.17880795 C8.05030579,3.17880795 9.58849178,3.84031778 10.7277559,4.91891948 C12.353016,1.98571535 15.4810375,0 19.0728477,0 C24.2586411,0 28.4776631,4.13924056 28.6062518,9.29405977 L28.6092715,9.53642384 L0,9.53642384 Z",id:"bush-2"})}),t.jsx("g",{id:"illustrasjon-/-tre-1",transform:"translate(586.490066, 81.854305)",fill:"#0842C0",className:"fill-dark-primary",children:t.jsx("path",{d:"M10.1591185,0 C18.7436196,16.9536424 21.9224275,29.6688742 19.6955424,38.1456954 C14.3792862,38.1456954 9.06571703,38.1456954 0.622694697,38.1456954 C-1.46920836,29.6688742 1.70959959,16.9536424 10.1591185,0 Z",id:"tree-"})}),t.jsx("g",{id:"illustrasjon-/-tre-1",transform:"translate(712.847682, 81.854305)",fill:"#0842C0",className:"fill-dark-primary",children:t.jsx("path",{d:"M10.1591185,0 C18.7436196,16.9536424 21.9224275,29.6688742 19.6955424,38.1456954 C14.3792862,38.1456954 9.06571703,38.1456954 0.622694697,38.1456954 C-1.46920836,29.6688742 1.70959959,16.9536424 10.1591185,0 Z",id:"tree-"})}),t.jsx("g",{id:"illustrasjon-/-tre-2",transform:"translate(163.708609, 94.569536)",children:t.jsxs("g",{id:"tree-2",children:[t.jsx("rect",{id:"Rectangle",fill:"#779DED",className:"fill-primary40",x:"0",y:"0",width:"12.7152318",height:"19.0728477",rx:"6.35761589"}),t.jsx("rect",{id:"Rectangle",fill:"#091E43",x:"5.56291391",y:"9.53642384",width:"1.58940397",height:"15.8940397",rx:"0.794701987"})]})}),t.jsx("g",{id:"illustrasjon-/-tre-2",transform:"translate(473.642384, 94.569536)",children:t.jsxs("g",{id:"tree-2",children:[t.jsx("rect",{id:"Rectangle",fill:"#779DED",className:"fill-primary40",x:"0",y:"0",width:"12.7152318",height:"19.0728477",rx:"6.35761589"}),t.jsx("rect",{id:"Rectangle",fill:"#091E43",x:"5.56291391",y:"9.53642384",width:"1.58940397",height:"15.8940397",rx:"0.794701987"})]})}),t.jsx("g",{id:"illustrasjon-/-busk-3",transform:"translate(454.569536, 110.463576)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,9.53642384 C0,6.02520954 2.84640159,3.17880795 6.35761589,3.17880795 C8.05030579,3.17880795 9.58849178,3.84031778 10.7277559,4.91891948 C12.353016,1.98571535 15.4810375,0 19.0728477,0 C24.2586411,0 28.4776631,4.13924056 28.6062518,9.29405977 L28.6092715,9.53642384 L0,9.53642384 Z",id:"bush-2"})}),t.jsx("g",{id:"illustrasjon-/-busk-3",transform:"translate(584.105960, 110.463576)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,9.53642384 C0,6.02520954 2.84640159,3.17880795 6.35761589,3.17880795 C8.05030579,3.17880795 9.58849178,3.84031778 10.7277559,4.91891948 C12.353016,1.98571535 15.4810375,0 19.0728477,0 C24.2586411,0 28.4776631,4.13924056 28.6062518,9.29405977 L28.6092715,9.53642384 L0,9.53642384 Z",id:"bush-2"})}),t.jsx("g",{id:"illustrasjon-/-busk-3",transform:"translate(733.509934, 115.231788) scale(-1, 1) translate(-733.509934, -115.231788) translate(719.205298, 110.463576)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,9.53642384 C0,6.02520954 2.84640159,3.17880795 6.35761589,3.17880795 C8.05030579,3.17880795 9.58849178,3.84031778 10.7277559,4.91891948 C12.353016,1.98571535 15.4810375,0 19.0728477,0 C24.2586411,0 28.4776631,4.13924056 28.6062518,9.29405977 L28.6092715,9.53642384 L0,9.53642384 Z",id:"bush-2"})}),t.jsx("g",{id:"illustrasjon-/-busk-2",transform:"translate(252.715232, 113.642384)",fill:"#1657E2",className:"fill-primary",children:t.jsx("path",{d:"M0,0 L0.198023309,0.00302529111 C3.55185104,0.105636077 6.25197982,2.80576485 6.3545906,6.15959259 L6.35761589,6.35761589 L6.15959259,6.3545906 C2.80576485,6.25197982 0.105636077,3.55185104 0.00302529111,0.198023309 L0,0 Z M12.7152318,0 L12.7122065,0.198023309 C12.6116479,3.48477449 10.0164331,6.14371319 6.75606888,6.34533248 L6.5556392,6.3545906 L6.35761589,6.35761589 L6.36064119,6.15959259 C6.46119976,2.87284141 9.0564146,0.213902708 12.3167788,0.0122834093 L12.5172085,0.00302529111 L12.7152318,0 Z",id:"plant-1"})}),t.jsx("g",{id:"illustrasjon-/-bil",transform:"translate(35.761589, 104.105960)",children:t.jsxs("g",{id:"bil",children:[t.jsx("circle",{id:"Oval",fill:"#0B358D",className:"fill-primary",cx:"17.4834437",cy:"12.7152318",r:"3.17880795"}),t.jsx("circle",{id:"Oval-Copy-2",fill:"#0B358D",className:"fill-primary",cx:"36.5562914",cy:"12.7152318",r:"3.17880795"}),t.jsx("path",{d:"M17.4834437,0 L30.9933775,0 C34.5045918,2.01953566e-15 37.3509934,2.84640159 37.3509934,6.35761589 L37.3509934,6.35761589 L37.3509934,6.35761589 L17.4834437,6.35761589 L17.4834437,0 Z",id:"Rectangle-Copy-72",fill:"#1657E2",className:"fill-primary"}),t.jsx("path",{d:"M12.7152318,0 L19.8675497,0 C23.3024332,-6.30977873e-16 26.1010948,2.72399018 26.2211524,6.12958862 L26.2251656,6.35761589 L41.3245033,6.35761589 L41.3245033,12.7152318 L6.35761589,12.7152318 C2.84640159,12.7152318 4.29999736e-16,9.8688302 0,6.35761589 L6.35761589,6.35761589 C6.35761589,2.84640159 9.20401748,1.53317802e-15 12.7152318,0 Z",id:"Combined-Shape",fill:"#779DED",className:"fill-primary40"}),t.jsx("path",{d:"M31.7880795,6.35761589 L50.8609272,6.35761589 C50.8609272,9.8688302 48.0145256,12.7152318 44.5033113,12.7152318 L38.1456954,12.7152318 C34.6344811,12.7152318 31.7880795,9.8688302 31.7880795,6.35761589 L31.7880795,6.35761589 L31.7880795,6.35761589 Z",id:"Rectangle-Copy-70",fill:"#1657E2",className:"fill-primary"}),t.jsx("circle",{id:"Oval",fill:"#F0F0F0",cx:"37.3509934",cy:"9.53642384",r:"1.58940397"}),t.jsx("circle",{id:"Oval-Copy-3",fill:"#F0F0F0",cx:"46.0927152",cy:"9.53642384",r:"1.58940397"}),t.jsx("circle",{id:"Oval",fill:"#000000",cx:"9.53642384",cy:"12.7152318",r:"3.17880795"}),t.jsx("circle",{id:"Oval-Copy-2",fill:"#000000",cx:"28.6092715",cy:"12.7152318",r:"3.17880795"})]})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(214.569536, 59.602649)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(230.463576, 0.000000)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(121.589404, 20.662252) scale(-1, 1) translate(-121.589404, -20.662252) translate(107.284768, 15.894040)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(0.000000, 43.708609)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(418.013245, 43.708609)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(692.980132, 4.768212)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sky",transform:"translate(646.887417, 60.397351) scale(-1, 1) translate(-646.887417, -60.397351) translate(632.582781, 55.629139)",fill:"#FFFFFF",children:t.jsx("path",{d:"M28.6092715,9.53642384 C28.6092715,6.02520954 25.7628699,3.17880795 22.2516556,3.17880795 C20.5589657,3.17880795 19.0207797,3.84031778 17.8815156,4.91891948 C16.2562555,1.98571535 13.128234,0 9.53642384,0 C4.35063041,0 0.131608409,4.13924056 0.00301975451,9.29405977 L0,9.53642384 L28.6092715,9.53642384 Z",id:"cloud"})}),t.jsx("g",{id:"illustrasjon-/-sol",transform:"translate(460.927152, 9.536424)",fill:"#10105A",className:"fill-secondary",children:t.jsx("circle",{id:"Sol",cx:"9.53642384",cy:"9.53642384",r:"9.53642384"})})]})})})]})]})));var $e=ke()((l=>t.jsx("svg",{viewBox:"0 0 1134 692",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-482.000000, -395.000000)",children:t.jsxs("g",{transform:"translate(482.000000, 395.000000)",children:[t.jsx("g",{transform:"translate(0.000000, 674.000000)"}),t.jsx("path",{d:"M648.509648,113.10646 C584.017115,110.830839 522.587179,89.6153131 463.934941,66.4075122 C405.282702,43.199711 347.173541,17.4772149 284.230111,5.1782314 C243.739769,-2.72889045 197.43584,-3.84456498 164.815652,18.2652707 C133.41516,39.5162142 123.274768,76.2980553 117.8262,110.352692 C113.721968,136.030915 111.309285,162.99305 122.544732,187.006616 C130.352566,203.679752 144.214365,217.687665 153.802777,233.652437 C187.144099,289.214799 163.595956,357.731383 127.432418,411.98327 C110.516928,437.431275 90.8148326,461.710477 77.7364878,488.796576 C64.6581426,515.882676 58.6041777,546.92676 70.0443911,574.561841 C81.3955752,601.957849 108.424749,622.526992 137.706353,636.995343 C197.186559,666.392483 267.279009,674.804313 335.626493,679.568065 C486.922201,690.113845 639.028071,685.544895 790.724411,680.97594 C846.866032,679.275864 903.248033,677.566936 958.481559,668.721232 C989.143114,663.806949 1020.80179,656.014936 1043.05901,637.190145 C1071.32569,613.282832 1078.33226,572.844057 1059.38691,542.889084 C1027.64811,492.657163 939.803299,480.189945 917.599491,426.247966 C905.375825,396.567482 917.928897,363.504556 935.690163,335.931457 C973.794532,276.880398 1037.66386,225.072368 1041.02915,157.565205 C1043.3439,111.20273 1012.63784,64.7694186 965.16763,42.8366741 C915.400477,19.8148187 846.403081,22.7368234 809.687564,60.7937211 C771.885896,100.045985 705.452532,115.1253 648.509648,113.10646 Z",fill:"#1657E2",className:"fill-primary",fillRule:"nonzero",opacity:"0.1"}),t.jsx("circle",{fill:"#10105A",className:"fill-secondary",fillRule:"nonzero",cx:"698",cy:"265",r:"89"}),t.jsxs("g",{transform:"translate(140.000000, 351.000000)",children:[t.jsx("path",{d:"M98,0 C138.822268,0 171.915254,33.2417776 171.915254,74.2475884 C171.915254,80.7836771 171.074477,87.1225087 169.495636,93.1609073 C185.933712,110.666717 196,134.213778 196,160.109325 C196,214.172852 152.123905,258 98,258 C43.8760945,258 0,214.172852 0,160.109325 C0,134.213778 10.0662884,110.666717 26.5034197,93.1594632 C24.9255231,87.1225087 24.0847458,80.7836771 24.0847458,74.2475884 C24.0847458,33.2417776 57.1777323,0 98,0 Z",fill:"#779DED",className:"fill-primary-opa50"}),t.jsx("path",{d:"M100.886902,142 C103.652736,142 105.894886,144.242151 105.894886,147.007984 L105.893948,188.008 L128.996475,156.518421 C130.619706,154.305752 133.72204,153.812991 135.950986,155.413798 C138.151063,156.993871 138.653675,160.058288 137.073602,162.258364 C137.063973,162.271772 137.054276,162.285131 137.044512,162.29844 L106.163891,204.392645 C106.078209,204.50944 105.988407,204.621442 105.894829,204.728598 L105.894886,303.61608 C105.894886,306.381913 103.652736,308.624064 100.886902,308.624064 C98.1210689,308.624064 95.878918,306.381913 95.878918,303.61608 L95.8781587,215.847709 C95.7660473,215.754506 95.6570457,215.655656 95.5515305,215.551157 L67.4559901,187.72633 C65.5317884,185.820669 65.5167583,182.715952 67.4224194,180.79175 L67.4592503,180.754954 L67.4592503,180.754954 C69.4118157,178.824816 72.554281,178.826286 74.5050403,180.758249 L95.8779484,201.926 L95.878918,147.007984 C95.878918,144.242151 98.1210689,142 100.886902,142 Z",fill:"#091E43"})]}),t.jsx("polygon",{fill:"#D2D8E0",points:"372 435 714 435 640 533 292 533"}),t.jsx("rect",{fill:"#FBFCFE",x:"298",y:"533",width:"343",height:"146"}),t.jsx("polygon",{fill:"#FBFCFE",points:"469.5 461 542 534 396 534"}),t.jsx("polygon",{fill:"#DEE5EB",transform:"translate(540.000000, 497.500000) scale(1, -1) translate(-540.000000, -497.500000) ",points:"540.5 461 613 534 467 534"}),t.jsx("polygon",{fill:"#DEE5EB",points:"641 533 712 435 786 533 786 679 641 679"}),t.jsx("rect",{fill:"#DEE5EB",x:"347",y:"581",width:"50",height:"50"}),t.jsx("rect",{fill:"#DEE5EB",x:"443",y:"581",width:"50",height:"98"}),t.jsx("rect",{fill:"#DEE5EB",x:"542",y:"581",width:"50",height:"50"}),t.jsx("rect",{fill:"#C3D0D8",x:"687",y:"581",width:"50",height:"50"}),t.jsxs("g",{transform:"translate(298.000000, 435.000000)",stroke:"#ACB6C6",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"8",children:[t.jsx("path",{d:"M0,244 L0,98 L73.5,0 L415,1 L488,98 L488,244 L343,244 L0,244 Z",strokeDasharray:"8,16"}),t.jsx("path",{d:"M406.27678,11.072394 L343,98 L343,234.512769",strokeDasharray:"8,16"}),t.jsx("line",{x1:"22",y1:"98",x2:"333",y2:"98",strokeDasharray:"8,19"}),t.jsx("path",{d:"M49,146 L99,146 L99,196 L49,196 L49,146 Z",strokeDasharray:"9,16"}),t.jsx("path",{d:"M244,146 L294,146 L294,196 L244,196 L244,146 Z",strokeDasharray:"9,16"}),t.jsx("path",{d:"M145,235 L145,146 L195,146 L195,235",strokeDasharray:"9,16"}),t.jsx("path",{d:"M389,146 L439,146 L439,196 L389,196 L389,146 Z",strokeDasharray:"9,16"}),t.jsx("path",{d:"M106.114128,89.3892307 L171,25 L234.681827,89.3892307",strokeDasharray:"8,16"}),t.jsx("path",{d:"M185,25 L317,25 L251.284821,90.3892307",strokeDasharray:"8,16"})]}),t.jsxs("g",{transform:"translate(748.000000, 288.000000)",children:[t.jsx("path",{d:"M118,0 C167.153343,0 207,40.0705149 207,89.5 C207,97.378139 205.987798,105.018537 204.087042,112.296854 C223.878959,133.399622 236,161.784301 236,193 C236,258.1696 183.1696,311 118,311 C52.8303995,311 0,258.1696 0,193 C0,161.784301 12.1210408,133.399622 31.9132797,112.295807 C30.0122015,105.018537 29,97.378139 29,89.5 C29,40.0705149 68.8466573,0 118,0 Z",fill:"#779DED",className:"fill-primary-opa50"}),t.jsx("path",{d:"M122,171 C125.313708,171 128,173.686292 128,177 L127.999462,226.501 L155.685141,188.503493 C157.622134,185.845007 161.344385,185.253754 164.009817,187.181176 C166.662895,189.099666 167.258396,192.805653 165.339907,195.458731 C165.335744,195.464487 165.331571,195.470236 165.327388,195.475978 L128.314859,246.274969 C128.214781,246.412324 128.109937,246.544161 128.00072,246.670417 L128,366 C128,369.313708 125.313708,372 122,372 C118.686292,372 116,369.313708 116,366 L115.999501,260.083276 C115.864997,259.970819 115.734273,259.851528 115.607788,259.725402 L81.9468374,226.160027 C79.6256717,223.845452 79.6203289,220.087442 81.934904,217.766276 L81.9507704,217.750424 L81.9507704,217.750424 C84.2854728,215.426702 88.0596838,215.428467 90.3922116,217.754372 L115.999462,243.289 L116,177 C116,173.686292 118.686292,171 122,171 Z",fill:"#091E43"})]}),t.jsx("path",{d:"M1047.36585,606 C1083.61459,606 1113,635.325237 1113,671.49975 C1113,672.6739 1112.96904,673.840835 1112.9079,674.999785 L906.031306,675 C906.010492,674.395636 906,673.788656 906,673.179231 C906,644.425131 929.357632,621.115327 958.170732,621.115327 C971.633121,621.115327 983.904552,626.203981 993.159021,634.559023 C1004.98068,617.315288 1024.84914,606 1047.36585,606 Z",fill:"#1657E2",className:"fill-primary",transform:"translate(1009.500000, 640.500000) scale(-1, 1) translate(-1009.500000, -640.500000) "}),t.jsx("path",{d:"M929.365854,606 C965.614592,606 995,635.325237 995,671.49975 C995,672.6739 994.969042,673.840835 994.907896,674.999785 L788.031306,675 C788.010492,674.395636 788,673.788656 788,673.179231 C788,644.425131 811.357632,621.115327 840.170732,621.115327 C853.633121,621.115327 865.904552,626.203981 875.159021,634.559023 C886.980683,617.315288 906.849144,606 929.365854,606 Z",fill:"#779DED",className:"fill-primary-opa50"}),t.jsx("path",{d:"M777.365854,606 C813.614592,606 843,635.325237 843,671.49975 C843,672.6739 842.969042,673.840835 842.907896,674.999785 L636.031306,675 C636.010492,674.395636 636,673.788656 636,673.179231 C636,644.425131 659.357632,621.115327 688.170732,621.115327 C701.633121,621.115327 713.904552,626.203981 723.159021,634.559023 C734.980683,617.315288 754.849144,606 777.365854,606 Z",fill:"#1657E2",className:"fill-primary"}),t.jsx("path",{d:"M306.365854,109 C342.614592,109 372,138.325237 372,174.49975 C372,175.6739 371.969042,176.840835 371.907896,177.999785 L165.031306,178 C165.010492,177.395636 165,176.788656 165,176.179231 C165,147.425131 188.357632,124.115327 217.170732,124.115327 C230.633121,124.115327 242.904552,129.203981 252.159021,137.559023 C263.980683,120.315288 283.849144,109 306.365854,109 Z",fill:"#FFFFFF"}),t.jsx("path",{d:"M839.365854,176 C875.614592,176 905,205.325237 905,241.49975 C905,242.6739 904.969042,243.840835 904.907896,244.999785 L698.031306,245 C698.010492,244.395636 698,243.788656 698,243.179231 C698,214.425131 721.357632,191.115327 750.170732,191.115327 C763.633121,191.115327 775.904552,196.203981 785.159021,204.559023 C796.980683,187.315288 816.849144,176 839.365854,176 Z",fill:"#FFFFFF",transform:"translate(801.500000, 210.500000) scale(-1, 1) translate(-801.500000, -210.500000) "}),t.jsx("path",{d:"M609.365854,272 C645.614592,272 675,301.325237 675,337.49975 C675,338.6739 674.969042,339.840835 674.907896,340.999785 L468.031306,341 C468.010492,340.395636 468,339.788656 468,339.179231 C468,310.425131 491.357632,287.115327 520.170732,287.115327 C533.633121,287.115327 545.904552,292.203981 555.159021,300.559023 C566.980683,283.315288 586.849144,272 609.365854,272 Z",fill:"#FFFFFF",transform:"translate(571.500000, 306.500000) scale(-1, 1) translate(-571.500000, -306.500000) "}),t.jsx("path",{d:"M169.365854,606 C205.614592,606 235,635.325237 235,671.49975 C235,672.6739 234.969042,673.840835 234.907896,674.999785 L28.0313064,675 C28.0104923,674.395636 28,673.788656 28,673.179231 C28,644.425131 51.3576322,621.115327 80.1707317,621.115327 C93.6331207,621.115327 105.904552,626.203981 115.159021,634.559023 C126.980683,617.315288 146.849144,606 169.365854,606 Z",fill:"#779DED",className:"fill-primary-opa50"}),t.jsx("path",{d:"M298.365854,606 C334.614592,606 364,635.325237 364,671.49975 C364,672.6739 363.969042,673.840835 363.907896,674.999785 L157.031306,675 C157.010492,674.395636 157,673.788656 157,673.179231 C157,644.425131 180.357632,621.115327 209.170732,621.115327 C222.633121,621.115327 234.904552,626.203981 244.159021,634.559023 C255.980683,617.315288 275.849144,606 298.365854,606 Z",fill:"#1657E2",className:"fill-primary",transform:"translate(260.500000, 640.500000) scale(-1, 1) translate(-260.500000, -640.500000) "}),t.jsx("rect",{fill:"#10105A",className:"fill-secondary",fillRule:"nonzero",x:"0",y:"674",width:"1134",height:"18",rx:"9"})]})})})})));var Ue=ke()((l=>t.jsx("svg",{viewBox:"0 0 720 297",...l,children:t.jsx("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{id:"illustrasjoner-spot",transform:"translate(-670.000000, -125.000000)",children:t.jsxs("g",{id:"Group-6",transform:"translate(670.000000, 125.000000)",children:[t.jsxs("g",{id:"Group-5",children:[t.jsx("path",{d:"M21.6000003,289.200004 L21.6000003,225.821749 C21.6000003,213.697262 26.6795621,202.069218 35.7199321,193.495973 L62.0230155,168.55433 C71.0640043,159.981085 76.1429473,148.353041 76.1429473,136.228553 L76.1429473,101.690447 C76.1429473,89.5659594 81.222509,77.9379155 90.2634978,69.3646706 L149.291978,13.3897374 C158.333586,4.81649237 170.595322,0 183.381784,0 L387.890299,0 C400.676142,0 412.939117,4.81649237 421.979487,13.3897374 L491.916433,79.7088942 C500.95804,88.2821392 513.220396,93.0986315 526.006238,93.0986315 L609.451762,93.0986315 C622.237605,93.0986315 634.49996,97.9151239 643.540949,106.488369 L653.481025,115.913986 C662.521395,124.487231 667.600956,136.115275 667.600956,148.239762 L667.600956,167.261224 C667.600956,179.385712 672.679899,191.013755 681.721507,199.587 L683.47946,201.253986 C692.521067,209.82785 697.60001,221.455894 697.60001,233.579762 L697.60001,289.200004 L21.6000003,289.200004 Z",id:"Fill-1",className:"fill-primary",fill:"#E0E9FB",opacity:"0.1",transform:"translate(359.600005, 144.600002) scale(-1, 1) translate(-359.600005, -144.600002) "}),t.jsxs("g",{id:"Group-3",transform:"translate(50.200001, 98.400001)",children:[t.jsxs("g",{id:"Group-Copy-2",transform:"translate(34.800001, 0.000000)",children:[t.jsx("path",{d:"M47.2000007,0 C66.8613381,0 82.8000012,16.0282062 82.8000012,35.8000005 C82.8000012,38.9512428 82.395124,42.0073897 81.6348276,44.9187054 C89.5513793,53.3593681 94.4000014,64.7134564 94.4000014,77.2000012 C94.4000014,103.267842 73.2678413,124.400002 47.2000007,124.400002 C21.1321601,124.400002 0,103.267842 0,77.2000012 C0,64.7134564 4.84862208,53.3593681 12.7658159,44.9177864 C12.0048774,42.0073897 11.6000002,38.9512428 11.6000002,35.8000005 C11.6000002,16.0282062 27.5386633,0 47.2000007,0 Z",id:"Combined-Shape-Copy-3",className:"fill-primary-opa50",fill:"#779DED"}),t.jsx("path",{d:"M48.8000007,68.400001 C50.1254841,68.400001 51.2000008,69.4745176 51.2000008,70.8000011 L51.1999852,90.599001 L62.2740575,75.4013981 C63.0488546,74.3380039 64.537755,74.1015026 65.6039278,74.8724717 C66.6651589,75.6398674 66.9033596,77.1222623 66.1359639,78.1834934 C66.1342988,78.1857961 66.1326295,78.1880957 66.1309562,78.1903924 L51.3259442,98.509989 C51.2863285,98.5643608 51.2448459,98.6165709 51.2016483,98.666595 L51.2000008,146.400002 C51.2000008,147.725486 50.1254841,148.800002 48.8000007,148.800002 C47.4745173,148.800002 46.4000007,147.725486 46.4000007,146.400002 L46.4001624,104.033614 C46.3462336,103.988543 46.2938232,103.940726 46.243116,103.890162 L32.7787355,90.4640123 C31.8502691,89.5381823 31.848132,88.034978 32.7739621,87.1065117 C32.7760736,87.1043942 32.7781891,87.1022806 32.7803087,87.1001711 C33.7141896,86.1706822 35.223874,86.1713883 36.1568852,87.1017502 L46.3999852,97.315001 L46.4000007,70.8000011 C46.4000007,69.4745176 47.4745173,68.400001 48.8000007,68.400001 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]}),t.jsxs("g",{id:"Group-Copy-3",transform:"translate(0.000000, 60.800001)",children:[t.jsx("path",{d:"M34.8000005,0 C49.2960713,0 61.0474585,11.8536573 61.0474585,26.4758846 C61.0474585,28.8064372 60.7489341,31.0666588 60.1883524,33.219765 C66.0254249,39.462512 69.600001,47.8591562 69.600001,57.0932484 C69.600001,76.3717157 54.0195101,92.0000014 34.8000005,92.0000014 C15.5804909,92.0000014 0,76.3717157 0,57.0932484 C0,47.8591562 3.57457612,39.462512 9.411459,33.2196108 C8.85106692,31.0666588 8.5525425,28.8064372 8.5525425,26.4758846 C8.5525425,11.8536573 20.3039297,0 34.8000005,0 Z",id:"Combined-Shape-Copy-3",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M36.0042324,50.4000008 C36.9876399,50.4000008 37.7848491,51.19721 37.7848491,52.1806174 L37.7839476,66.7690008 L45.9989598,55.5652127 C46.5758864,54.7782711 47.6790917,54.6030418 48.4714624,55.1724889 C49.2542012,55.7350139 49.4327198,56.8255657 48.8701948,57.6083045 C48.8669789,57.6127792 48.863742,57.6172387 48.8604839,57.6216827 L37.8802828,72.5989369 L37.7839476,72.7180008 L37.7848491,107.902473 C37.7848491,108.88588 36.9876399,109.68309 36.0042324,109.68309 C35.020825,109.68309 34.2236158,108.88588 34.2236158,107.902473 L34.2234737,76.67434 C34.1835658,76.6411505 34.144767,76.6059469 34.1072121,76.5687294 L24.117685,66.6689473 C23.4330747,65.9904874 23.4280887,64.8855008 24.1065485,64.2008904 L24.1188449,64.1886056 L24.1188449,64.1886056 C24.8129583,63.5020136 25.930543,63.5025363 26.6240139,64.1897771 L34.2229476,71.7200008 L34.2236158,52.1806174 C34.2236158,51.19721 35.020825,50.4000008 36.0042324,50.4000008 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]})]}),t.jsxs("g",{id:"Group-3-Copy",transform:"translate(609.400010, 186.700002) scale(-1, 1) translate(-609.400010, -186.700002) translate(544.400010, 101.200002)",children:[t.jsxs("g",{id:"Group-Copy-2",transform:"translate(34.800001, 0.000000)",children:[t.jsx("path",{d:"M47.2000007,0 C66.8613381,0 82.8000012,16.0282062 82.8000012,35.8000005 C82.8000012,38.9512428 82.395124,42.0073897 81.6348276,44.9187054 C89.5513793,53.3593681 94.4000014,64.7134564 94.4000014,77.2000012 C94.4000014,103.267842 73.2678413,124.400002 47.2000007,124.400002 C21.1321601,124.400002 0,103.267842 0,77.2000012 C0,64.7134564 4.84862208,53.3593681 12.7658159,44.9177864 C12.0048774,42.0073897 11.6000002,38.9512428 11.6000002,35.8000005 C11.6000002,16.0282062 27.5386633,0 47.2000007,0 Z",id:"Combined-Shape-Copy-3",className:"fill-primary-opa50",fill:"#779DED"}),t.jsx("path",{d:"M48.8000007,68.400001 C50.1254841,68.400001 51.2000008,69.4745176 51.2000008,70.8000011 L51.1999852,90.599001 L62.2740575,75.4013981 C63.0488546,74.3380039 64.537755,74.1015026 65.6039278,74.8724717 C66.6651589,75.6398674 66.9033596,77.1222623 66.1359639,78.1834934 C66.1342988,78.1857961 66.1326295,78.1880957 66.1309562,78.1903924 L51.3259442,98.509989 C51.2863285,98.5643608 51.2448459,98.6165709 51.2016483,98.666595 L51.2000008,146.400002 C51.2000008,147.725486 50.1254841,148.800002 48.8000007,148.800002 C47.4745173,148.800002 46.4000007,147.725486 46.4000007,146.400002 L46.4001624,104.033614 C46.3462336,103.988543 46.2938232,103.940726 46.243116,103.890162 L32.7787355,90.4640123 C31.8502691,89.5381823 31.848132,88.034978 32.7739621,87.1065117 C32.7760736,87.1043942 32.7781891,87.1022806 32.7803087,87.1001711 C33.7141896,86.1706822 35.223874,86.1713883 36.1568852,87.1017502 L46.3999852,97.315001 L46.4000007,70.8000011 C46.4000007,69.4745176 47.4745173,68.400001 48.8000007,68.400001 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]}),t.jsxs("g",{id:"Group-Copy-3",transform:"translate(0.000000, 60.800001)",children:[t.jsx("path",{d:"M34.8000005,0 C49.2960713,0 61.0474585,11.8536573 61.0474585,26.4758846 C61.0474585,28.8064372 60.7489341,31.0666588 60.1883524,33.219765 C66.0254249,39.462512 69.600001,47.8591562 69.600001,57.0932484 C69.600001,76.3717157 54.0195101,92.0000014 34.8000005,92.0000014 C15.5804909,92.0000014 0,76.3717157 0,57.0932484 C0,47.8591562 3.57457612,39.462512 9.411459,33.2196108 C8.85106692,31.0666588 8.5525425,28.8064372 8.5525425,26.4758846 C8.5525425,11.8536573 20.3039297,0 34.8000005,0 Z",id:"Combined-Shape-Copy-3",className:"fill-primary",fill:"#1657E2"}),t.jsx("path",{d:"M36.0042324,50.4000008 C36.9876399,50.4000008 37.7848491,51.19721 37.7848491,52.1806174 L37.7839476,66.7690008 L45.9989598,55.5652127 C46.5758864,54.7782711 47.6790917,54.6030418 48.4714624,55.1724889 C49.2542012,55.7350139 49.4327198,56.8255657 48.8701948,57.6083045 C48.8669789,57.6127792 48.863742,57.6172387 48.8604839,57.6216827 L37.8802828,72.5989369 L37.7839476,72.7180008 L37.7848491,107.902473 C37.7848491,108.88588 36.9876399,109.68309 36.0042324,109.68309 C35.020825,109.68309 34.2236158,108.88588 34.2236158,107.902473 L34.2234737,76.67434 C34.1835658,76.6411505 34.144767,76.6059469 34.1072121,76.5687294 L24.117685,66.6689473 C23.4330747,65.9904874 23.4280887,64.8855008 24.1065485,64.2008904 L24.1188449,64.1886056 L24.1188449,64.1886056 C24.8129583,63.5020136 25.930543,63.5025363 26.6240139,64.1897771 L34.2229476,71.7200008 L34.2236158,52.1806174 C34.2236158,51.19721 35.020825,50.4000008 36.0042324,50.4000008 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]})]}),t.jsxs("g",{id:"sun",transform:"translate(268.800004, 24.800000)",children:[t.jsx("circle",{id:"Sol",className:"fill-secondary",fill:"#10105A",fillRule:"nonzero",cx:"238.000004",cy:"63.2000009",r:"35.6000005"}),t.jsx("path",{d:"M139.346344,0 C153.845839,0 165.600002,11.730095 165.600002,26.1999005 C165.600002,26.669493 165.587623,27.1362 165.563171,27.5997142 L82.812493,27.5991047 C82.8041878,27.3576551 82.8000012,27.1151618 82.8000012,26.8716928 C82.8000012,15.3700525 92.1430543,6.04613087 103.668294,6.04613087 C109.053169,6.04613087 113.961676,8.08153157 117.663444,11.4234592 C122.391718,4.52643278 130.339344,0 139.346344,0 Z",id:"Combined-Shape-Copy-7",fill:"#FFFFFF"}),t.jsx("path",{d:"M294.546346,38.4000006 C309.045841,38.4000006 320.800005,50.1300956 320.800005,64.599901 C320.800005,65.0694935 320.787625,65.5362006 320.763174,65.9997148 L238.012495,65.9991053 C238.00419,65.7576557 238.000004,65.5151624 238.000004,65.2716933 C238.000004,53.7700531 247.343057,44.4461314 258.868297,44.4461314 C264.253172,44.4461314 269.161678,46.4815321 272.863446,49.8234598 C277.59172,42.9264334 285.539346,38.4000006 294.546346,38.4000006 Z",id:"Combined-Shape-Copy-8",fill:"#FFFFFF",transform:"translate(279.400004, 52.199858) scale(-1, 1) translate(-279.400004, -52.199858) "}),t.jsx("path",{d:"M56.5463423,66.000001 C71.0458378,66.000001 82.8000012,77.730096 82.8000012,92.1999014 C82.8000012,92.669494 82.7876216,93.136201 82.7631702,93.5997152 L0.0124917427,93.5991057 C0.00418655527,93.3576561 1.42108547e-14,93.1151628 1.42108547e-14,92.8716938 C1.42108547e-14,81.3700535 9.34305302,72.0461319 20.868293,72.0461319 C26.253168,72.0461319 31.1616743,74.0815326 34.8634425,77.4234602 C39.5917165,70.5264338 47.5393423,66.000001 56.5463423,66.000001 Z",id:"Combined-Shape-Copy-9",fill:"#FFFFFF",transform:"translate(41.400001, 79.799858) scale(-1, 1) translate(-41.400001, -79.799858) "})]}),t.jsxs("g",{id:"Group-4",transform:"translate(99.000003, 253.000003) scale(-1, 1) translate(-99.000003, -253.000003) translate(12.000003, 216.000003)",children:[t.jsx("path",{d:"M60.7892009,73.6000011 L100.011201,73.6000011 L173.818803,73.6000011 C173.935203,72.5488011 174.000003,71.4820011 174.000003,70.400001 C174.000003,54.4940008 161.106002,41.6000006 145.2,41.6000006 C143.890002,41.6000006 142.602402,41.6956006 141.338802,41.8652006 C138.526802,28.9080004 126.999602,19.2000003 113.2,19.2000003 C105.779602,19.2000003 99.0156015,22.0084003 93.9096014,26.6180004 C92.7932014,11.7324002 80.3708012,0 65.2000001,0 C49.8168007,0 37.2524006,12.0612002 36.4432005,27.2428004 C21.2616003,28.0520004 9.20000014,40.6168006 9.20000014,56 C9.20000014,62.6300009 11.4464002,68.732001 15.2112002,73.6000011 L60.7892009,73.6000011 Z",id:"Fill-1",className:"fill-primary-opa50",fill:"#779DED"}),t.jsx("path",{d:"M39.5684161,73.6000011 L69.6513098,73.6000011 L126.261023,73.6000011 C126.350301,72.794462 126.400002,71.9769685 126.400002,71.1478271 C126.400002,58.95899 116.510429,49.0782616 104.310681,49.0782616 C103.305924,49.0782616 102.318347,49.1515203 101.349178,49.2814855 C99.1924015,39.3523267 90.3511509,31.913044 79.7669915,31.913044 C74.0756166,31.913044 68.8876942,34.0651331 64.9714417,37.5974897 C64.1151738,26.1905895 54.5873134,17.2000003 42.951457,17.2000003 C31.1526917,17.2000003 21.5159188,26.4425504 20.8952702,38.0762767 C9.25113023,38.6963701 0,48.3248312 0,60.1130444 C0,65.1936423 1.72296702,69.8696315 4.61053211,73.6000011 L39.5684161,73.6000011 Z",id:"Fill-1-Copy",className:"fill-primary",fill:"#1657E2"})]}),t.jsxs("g",{id:"Group-4-Copy",transform:"translate(530.000008, 216.000003)",children:[t.jsx("path",{d:"M60.7892009,73.6000011 L100.011201,73.6000011 L173.818803,73.6000011 C173.935203,72.5488011 174.000003,71.4820011 174.000003,70.400001 C174.000003,54.4940008 161.106002,41.6000006 145.2,41.6000006 C143.890002,41.6000006 142.602402,41.6956006 141.338802,41.8652006 C138.526802,28.9080004 126.999602,19.2000003 113.2,19.2000003 C105.779602,19.2000003 99.0156015,22.0084003 93.9096014,26.6180004 C92.7932014,11.7324002 80.3708012,0 65.2000001,0 C49.8168007,0 37.2524006,12.0612002 36.4432005,27.2428004 C21.2616003,28.0520004 9.20000014,40.6168006 9.20000014,56 C9.20000014,62.6300009 11.4464002,68.732001 15.2112002,73.6000011 L60.7892009,73.6000011 Z",id:"Fill-1",className:"fill-primary-opa50",fill:"#779DED"}),t.jsx("path",{d:"M39.5684161,73.6000011 L69.6513098,73.6000011 L126.261023,73.6000011 C126.350301,72.794462 126.400002,71.9769685 126.400002,71.1478271 C126.400002,58.95899 116.510429,49.0782616 104.310681,49.0782616 C103.305924,49.0782616 102.318347,49.1515203 101.349178,49.2814855 C99.1924015,39.3523267 90.3511509,31.913044 79.7669915,31.913044 C74.0756166,31.913044 68.8876942,34.0651331 64.9714417,37.5974897 C64.1151738,26.1905895 54.5873134,17.2000003 42.951457,17.2000003 C31.1526917,17.2000003 21.5159188,26.4425504 20.8952702,38.0762767 C9.25113023,38.6963701 0,48.3248312 0,60.1130444 C0,65.1936423 1.72296702,69.8696315 4.61053211,73.6000011 L39.5684161,73.6000011 Z",id:"Fill-1-Copy",className:"fill-primary",fill:"#1657E2"})]}),t.jsx("rect",{id:"Rectangle",className:"fill-secondary",fill:"#10105A",fillRule:"nonzero",x:"0",y:"289.600004",width:"720.000011",height:"7.20000011",rx:"3.60000005"})]}),t.jsxs("g",{id:"house",transform:"translate(90.400001, 145.600002)",children:[t.jsx("polygon",{id:"Fill-8",fill:"#EAEAEA",points:"499.388287 54.4000008 451.199887 3.20000005 265.599884 3.20000005 220.799883 57.6000009 281.599884 57.6000009 281.599884 144.000002 502.399887 144.000002 502.399887 54.4000008"}),t.jsx("polygon",{id:"Fill-9",fill:"#BA947F",points:"316.800005 144.000002 505.600008 144.000002 505.600008 137.600002 316.800005 137.600002"}),t.jsx("polygon",{id:"Fill-10",fill:"#66493D",points:"211.200003 144.000002 316.800005 144.000002 316.800005 137.600002 211.200003 137.600002"}),t.jsx("polygon",{id:"Fill-11",fill:"#BA947F",points:"499.200007 137.600002 505.600008 137.600002 505.600008 60.8000009 499.200007 60.8000009"}),t.jsx("polygon",{id:"Fill-12",fill:"#66493D",points:"492.800007 137.600002 499.200007 137.600002 499.200007 60.8000009 492.800007 60.8000009"}),t.jsx("polygon",{id:"Fill-14",fill:"#66493D",points:"211.200003 137.600002 217.600003 137.600002 217.600003 60.8000009 211.200003 60.8000009"}),t.jsx("polygon",{id:"Fill-15",fill:"#BA947F",points:"217.600003 137.600002 224.000003 137.600002 224.000003 60.8000009 217.600003 60.8000009"}),t.jsx("polygon",{id:"Fill-16",fill:"#66493D",points:"310.400005 137.600002 316.800005 137.600002 316.800005 60.8000009 310.400005 60.8000009"}),t.jsx("polygon",{id:"Fill-17",fill:"#BA947F",points:"451.200007 137.600002 457.600007 137.600002 457.600007 60.8000009 451.200007 60.8000009"}),t.jsx("polygon",{id:"Fill-18",fill:"#66493D",points:"444.800007 137.600002 451.200007 137.600002 451.200007 60.8000009 444.800007 60.8000009"}),t.jsx("polygon",{id:"Fill-19",fill:"#BA947F",points:"473.600007 137.600002 480.000007 137.600002 480.000007 60.8000009 473.600007 60.8000009"}),t.jsx("polygon",{id:"Fill-20",fill:"#66493D",points:"467.200007 137.600002 473.600007 137.600002 473.600007 60.8000009 467.200007 60.8000009"}),t.jsx("polygon",{id:"Fill-21",fill:"#BA947F",points:"454.400007 89.6000013 476.800007 89.6000013 476.800007 83.2000012 454.400007 83.2000012"}),t.jsx("polygon",{id:"Fill-22",fill:"#BA947F",points:"454.400007 121.600002 476.800007 121.600002 476.800007 115.200002 454.400007 115.200002"}),t.jsx("polygon",{id:"Fill-23",fill:"#BA947F",points:"342.400005 137.600002 348.800005 137.600002 348.800005 60.8000009 342.400005 60.8000009"}),t.jsx("polygon",{id:"Fill-24",fill:"#66493D",points:"336.000005 137.600002 342.400005 137.600002 342.400005 60.8000009 336.000005 60.8000009"}),t.jsx("polygon",{id:"Fill-25",fill:"#BA947F",points:"364.800005 137.600002 371.200006 137.600002 371.200006 60.8000009 364.800005 60.8000009"}),t.jsx("polygon",{id:"Fill-26",fill:"#66493D",points:"358.400005 137.600002 364.800005 137.600002 364.800005 60.8000009 358.400005 60.8000009"}),t.jsx("polygon",{id:"Fill-27",fill:"#BA947F",points:"345.600005 89.6000013 368.000005 89.6000013 368.000005 83.2000012 345.600005 83.2000012"}),t.jsx("polygon",{id:"Fill-28",fill:"#BA947F",points:"345.600005 121.600002 368.000005 121.600002 368.000005 115.200002 345.600005 115.200002"}),t.jsx("polygon",{id:"Fill-29",fill:"#BA947F",points:"268.800004 137.600002 275.200004 137.600002 275.200004 60.8000009 268.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-30",fill:"#66493D",points:"275.200004 137.600002 281.600004 137.600002 281.600004 60.8000009 275.200004 60.8000009"}),t.jsx("polygon",{id:"Fill-31",fill:"#BA947F",points:"246.400004 137.600002 252.800004 137.600002 252.800004 60.8000009 246.400004 60.8000009"}),t.jsx("polygon",{id:"Fill-32",fill:"#66493D",points:"252.800004 137.600002 259.200004 137.600002 259.200004 60.8000009 252.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-33",fill:"#BA947F",points:"249.600004 89.6000013 272.000004 89.6000013 272.000004 83.2000012 249.600004 83.2000012"}),t.jsx("polygon",{id:"Fill-34",fill:"#BA947F",points:"249.600004 121.600002 272.000004 121.600002 272.000004 115.200002 249.600004 115.200002"}),t.jsx("polygon",{id:"Fill-35",fill:"#BA947F",points:"425.600006 137.600002 432.000006 137.600002 432.000006 60.8000009 425.600006 60.8000009"}),t.jsx("polygon",{id:"Fill-36",fill:"#66493D",points:"419.200006 137.600002 425.600006 137.600002 425.600006 60.8000009 419.200006 60.8000009"}),t.jsx("polygon",{id:"Fill-37",fill:"#BA947F",points:"390.400006 137.600002 396.800006 137.600002 396.800006 60.8000009 390.400006 60.8000009"}),t.jsx("polygon",{id:"Fill-38",fill:"#66493D",points:"384.000006 137.600002 390.400006 137.600002 390.400006 60.8000009 384.000006 60.8000009"}),t.jsx("polygon",{id:"Fill-39",fill:"#BA947F",points:"393.600006 89.6000013 428.800006 89.6000013 428.800006 76.8000011 393.600006 76.8000011"}),t.jsx("path",{d:"M499.200047,57.5999609 L446.448447,1.55156002 L452.848447,1.55156002 L505.600048,57.5999609 L505.600008,64.000001 L316.800005,64.000001 L316.800005,57.6000009 L499.200047,57.5999609 Z",id:"Combined-Shape",fill:"#BA947F"}),t.jsx("polygon",{id:"Fill-41",fill:"#BA947F",points:"448.000007 6.4000001 454.211607 6.4000001 406.400006 57.6000009 400.000006 57.6000009"}),t.jsx("polygon",{id:"Fill-42",fill:"#66493D",points:"448.000007 3.20000005 444.893607 6.5000001 492.800007 57.6000009 499.200007 57.6000009"}),t.jsx("polygon",{id:"Fill-43",fill:"#66493D",points:"446.448447 1.55156002 449.554847 4.85156007 400.000046 57.5999609 393.600046 57.5999609"}),t.jsx("polygon",{id:"Fill-44",fill:"#BA947F",points:"395.248446 1.55156002 388.848446 1.55156002 441.600047 57.5999609 448.000047 57.5999609"}),t.jsx("polygon",{id:"Fill-45",fill:"#BA947F",points:"390.400006 6.4000001 396.611606 6.4000001 348.800005 57.6000009 342.400005 57.6000009"}),t.jsx("polygon",{id:"Fill-46",fill:"#66493D",points:"390.400006 3.20000005 387.293606 6.5000001 435.200006 57.6000009 441.600007 57.6000009"}),t.jsx("polygon",{id:"Fill-47",fill:"#66493D",points:"388.848446 1.55156002 391.954846 4.85156007 342.400045 57.5999609 336.000045 57.5999609"}),t.jsx("polygon",{id:"Fill-48",fill:"#BA947F",points:"328.048445 1.55156002 321.648445 1.55156002 374.400046 57.5999609 380.800046 57.5999609"}),t.jsx("polygon",{id:"Fill-49",fill:"#BA947F",points:"323.200005 6.4000001 329.411605 6.4000001 281.600004 57.6000009 275.200004 57.6000009"}),t.jsx("polygon",{id:"Fill-50",fill:"#66493D",points:"323.200005 3.20000005 320.093605 6.5000001 368.000005 57.6000009 374.400006 57.6000009"}),t.jsx("polygon",{id:"Fill-51",fill:"#66493D",points:"321.648445 1.55156002 324.754845 4.85156007 275.200044 57.5999609 268.800044 57.5999609"}),t.jsx("polygon",{id:"Fill-52",fill:"#BA947F",points:"270.448444 1.55156002 264.048444 1.55156002 316.800045 57.5999609 323.200045 57.5999609"}),t.jsx("polygon",{id:"Fill-53",fill:"#BA947F",points:"265.600004 6.4000001 271.811604 6.4000001 224.000003 57.6000009 217.600003 57.6000009"}),t.jsx("polygon",{id:"Fill-54",fill:"#66493D",points:"265.600004 3.20000005 262.494004 6.5000001 310.400005 57.6000009 316.800005 57.6000009"}),t.jsx("polygon",{id:"Fill-55",fill:"#66493D",points:"264.048444 1.55156002 267.154844 4.85156007 217.600043 57.5999609 211.200043 57.5999609"}),t.jsx("polygon",{id:"Fill-57",fill:"#66493D",points:"211.200003 64.000001 316.800005 64.000001 316.800005 57.6000009 211.200003 57.6000009"}),t.jsx("polygon",{id:"Fill-58",fill:"#BA947F",points:"457.266007 7.95156012 274.866004 7.95156012 268.800004 1.55156002 451.200007 1.55156002"}),t.jsx("polygon",{id:"Fill-59",fill:"#A9A9A9",points:"131.200002 144.000002 249.600004 144.000002 249.600004 67.200001 131.200002 67.200001"}),t.jsx("polygon",{id:"Fill-60",fill:"#BA947F",points:"134.400002 144.000002 323.200005 144.000002 323.200005 137.600002 134.400002 137.600002"}),t.jsx("polygon",{id:"Fill-61",fill:"#BA947F",points:"134.400002 137.600002 140.800002 137.600002 140.800002 60.8000009 134.400002 60.8000009"}),t.jsx("polygon",{id:"Fill-62",fill:"#BA947F",points:"160.000002 137.600002 166.400002 137.600002 166.400002 60.8000009 160.000002 60.8000009"}),t.jsx("polygon",{id:"Fill-63",fill:"#66493D",points:"153.600002 137.600002 160.000002 137.600002 160.000002 60.8000009 153.600002 60.8000009"}),t.jsx("polygon",{id:"Fill-64",fill:"#BA947F",points:"182.400003 137.600002 188.800003 137.600002 188.800003 60.8000009 182.400003 60.8000009"}),t.jsx("polygon",{id:"Fill-65",fill:"#66493D",points:"176.000003 137.600002 182.400003 137.600002 182.400003 60.8000009 176.000003 60.8000009"}),t.jsx("polygon",{id:"Fill-66",fill:"#BA947F",points:"163.200002 89.6000013 185.600003 89.6000013 185.600003 83.2000012 163.200002 83.2000012"}),t.jsx("polygon",{id:"Fill-67",fill:"#BA947F",points:"163.200002 121.600002 185.600003 121.600002 185.600003 115.200002 163.200002 115.200002"}),t.jsx("polygon",{id:"Fill-68",fill:"#BA947F",points:"243.200004 137.600002 249.600004 137.600002 249.600004 60.8000009 243.200004 60.8000009"}),t.jsx("polygon",{id:"Fill-69",fill:"#66493D",points:"236.800004 137.600002 243.200004 137.600002 243.200004 60.8000009 236.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-70",fill:"#BA947F",points:"208.000003 137.600002 214.400003 137.600002 214.400003 60.8000009 208.000003 60.8000009"}),t.jsx("polygon",{id:"Fill-71",fill:"#66493D",points:"201.600003 137.600002 208.000003 137.600002 208.000003 60.8000009 201.600003 60.8000009"}),t.jsx("polygon",{id:"Fill-72",fill:"#BA947F",points:"211.200003 89.6000013 246.400004 89.6000013 246.400004 76.8000011 211.200003 76.8000011"}),t.jsx("polygon",{id:"Fill-73",fill:"#091E43",points:"134.400002 57.6000009 323.200005 57.6000009 272.000004 0 83.2000012 0"}),t.jsx("polygon",{id:"Fill-74",fill:"#C3D0D8",points:"83.2000012 0 28.8000004 57.6000009 28.8000004 144.000002 134.400002 144.000002 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-75",fill:"#FFE168",points:"134.400002 73.6000011 208.000003 73.6000011 208.000003 57.6000009 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-76",fill:"#FFFFFF",points:"134.400002 67.200001 134.400002 80.0000012 134.400002 102.400002 160.000002 102.400002 160.000002 80.0000012 230.400003 80.0000012 230.400003 67.200001"}),t.jsx("polygon",{id:"Fill-77",fill:"#FFFFFF",points:"249.599999 144.000002 323.2 144.000002 323.2 57.6000009 249.599999 57.6000009"}),t.jsx("polygon",{id:"Fill-78-Copy-2",fill:"#091E43",points:"67.200001 118.400002 96.0000014 118.400002 96.0000014 86.4000013 67.200001 86.4000013"}),t.jsx("polygon",{id:"Fill-79",fill:"#C3D0D8",points:"134.400002 67.200001 323.200005 67.200001 323.200005 57.6000009 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-80",fill:"#C3D0D8",points:"262.400004 64.000001 297.600004 64.000001 313.600005 144.000002 278.400004 144.000002"}),t.jsxs("g",{id:"Group",transform:"translate(0.000000, 99.200001)",children:[t.jsx("polygon",{id:"Fill-81",fill:"#BA947F",points:"12.8000002 44.8000007 16.0000002 44.8000007 16.0000002 32.0000005 12.8000002 32.0000005"}),t.jsx("polygon",{id:"Fill-82",fill:"#BA947F",points:"51.2000008 19.2000003 35.2000005 19.2000003 32.0000005 19.2000003 32.0000005 44.8000007 35.2000005 44.8000007 35.2000005 32.0000005 51.2000008 32.0000005 51.2000008 44.8000007 54.4000008 44.8000007 54.4000008 19.2000003"}),t.jsx("polygon",{id:"Fill-83",fill:"#66493D",points:"48.0000007 44.8000007 51.2000008 44.8000007 51.2000008 32.0000005 48.0000007 32.0000005"}),t.jsx("polygon",{id:"Fill-84",fill:"#BA947F",points:"25.6000004 16.0000002 64.000001 16.0000002 64.000001 9.60000014 25.6000004 9.60000014"}),t.jsx("polygon",{id:"Fill-85",fill:"#66493D",points:"32.0000005 16.0000002 28.8000004 16.0000002 25.6000004 16.0000002 25.6000004 9.60000014 0 9.60000014 0 16.0000002 9.60000014 16.0000002 9.60000014 44.8000007 12.8000002 44.8000007 12.8000002 32.0000005 28.8000004 32.0000005 28.8000004 44.8000007 32.0000005 44.8000007 32.0000005 19.2000003 54.4000008 19.2000003 54.4000008 16.0000002"}),t.jsx("path",{d:"M25.6000004,0 C20.2980003,0 16.0000002,4.29800006 16.0000002,9.60000014 L35.2000005,9.60000014 C35.2000005,4.29800006 30.9020005,0 25.6000004,0",id:"Fill-86",fill:"#FFFFFF"})]}),t.jsxs("g",{id:"Group-2",transform:"translate(265.600004, 44.800001)",children:[t.jsx("polygon",{id:"Fill-87",fill:"#BA947F",points:"28.8000004 99.2000015 25.6000004 99.2000015 3.20000005 0 6.4000001 0"}),t.jsx("polygon",{id:"Fill-88",fill:"#66493D",points:"25.6000004 99.2000015 22.4000003 99.2000015 0 0 3.20000005 0"}),t.jsx("polygon",{id:"Fill-89",fill:"#66493D",points:"48.0000007 99.2000015 44.8000007 99.2000015 22.4000003 0 25.6000004 0"}),t.jsx("polygon",{id:"Fill-90",fill:"#BA947F",points:"51.2000008 99.2000015 48.0000007 99.2000015 25.6000004 0 28.8000004 0"}),t.jsx("polygon",{id:"Fill-91",fill:"#BA947F",points:"22.4000003 80.0000012 44.8000007 80.0000012 44.8000007 73.6000011 22.4000003 73.6000011"}),t.jsx("polygon",{id:"Fill-92",fill:"#BA947F",points:"19.2000003 67.200001 41.6000006 67.200001 41.6000006 60.8000009 19.2000003 60.8000009"}),t.jsx("polygon",{id:"Fill-93",fill:"#BA947F",points:"16.0000002 54.4000008 38.4000006 54.4000008 38.4000006 48.0000007 16.0000002 48.0000007"}),t.jsx("polygon",{id:"Fill-94",fill:"#BA947F",points:"12.8000002 41.6000006 35.2000005 41.6000006 35.2000005 35.2000005 12.8000002 35.2000005"}),t.jsx("polygon",{id:"Fill-95",fill:"#BA947F",points:"35.2000005 28.8000004 12.8000002 28.8000004 9.60000014 22.4000003 32.0000005 22.4000003"}),t.jsx("polygon",{id:"Fill-96",fill:"#BA947F",points:"32.0000005 16.0000002 9.60000014 16.0000002 6.4000001 9.60000014 28.8000004 9.60000014"}),t.jsx("polygon",{id:"Fill-97",fill:"#BA947F",points:"25.6000004 92.8000014 48.0000007 92.8000014 48.0000007 86.4000013 25.6000004 86.4000013"})]})]})]})})})})));var Je=ke()((l=>t.jsx("svg",{viewBox:"0 0 720 297",...l,children:t.jsx("g",{id:"Page-1",stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{id:"illustrasjoner-spot",transform:"translate(-670.000000, -540.000000)",children:t.jsxs("g",{id:"Group-5",transform:"translate(670.000000, 540.000000)",children:[t.jsx("path",{d:"M21.6000003,289.200004 L21.6000003,225.821749 C21.6000003,213.697262 26.6795621,202.069218 35.7199321,193.495973 L62.0230155,168.55433 C71.0640043,159.981085 76.1429473,148.353041 76.1429473,136.228553 L76.1429473,101.690447 C76.1429473,89.5659594 81.222509,77.9379155 90.2634978,69.3646706 L149.291978,13.3897374 C158.333586,4.81649237 170.595322,0 183.381784,0 L387.890299,0 C400.676142,0 412.939117,4.81649237 421.979487,13.3897374 L491.916433,79.7088942 C500.95804,88.2821392 513.220396,93.0986315 526.006238,93.0986315 L609.451762,93.0986315 C622.237605,93.0986315 634.49996,97.9151239 643.540949,106.488369 L653.481025,115.913986 C662.521395,124.487231 667.600956,136.115275 667.600956,148.239762 L667.600956,167.261224 C667.600956,179.385712 672.679899,191.013755 681.721507,199.587 L683.47946,201.253986 C692.521067,209.82785 697.60001,221.455894 697.60001,233.579762 L697.60001,289.200004 L21.6000003,289.200004 Z",id:"Fill-1",fill:"#A9A9A9",opacity:"0.17578125",transform:"translate(359.600005, 144.600002) scale(-1, 1) translate(-359.600005, -144.600002) "}),t.jsxs("g",{id:"Group-3",transform:"translate(50.200001, 98.400001)",children:[t.jsxs("g",{id:"Group-Copy-2",transform:"translate(34.800001, 0.000000)",children:[t.jsx("path",{d:"M47.2000007,0 C66.8613381,0 82.8000012,16.0282062 82.8000012,35.8000005 C82.8000012,38.9512428 82.395124,42.0073897 81.6348276,44.9187054 C89.5513793,53.3593681 94.4000014,64.7134564 94.4000014,77.2000012 C94.4000014,103.267842 73.2678413,124.400002 47.2000007,124.400002 C21.1321601,124.400002 0,103.267842 0,77.2000012 C0,64.7134564 4.84862208,53.3593681 12.7658159,44.9177864 C12.0048774,42.0073897 11.6000002,38.9512428 11.6000002,35.8000005 C11.6000002,16.0282062 27.5386633,0 47.2000007,0 Z",id:"Combined-Shape-Copy-3",fill:"#33A879"}),t.jsx("path",{d:"M48.8000007,68.400001 C50.1254841,68.400001 51.2000008,69.4745176 51.2000008,70.8000011 L51.1999852,90.599001 L62.2740575,75.4013981 C63.0488546,74.3380039 64.537755,74.1015026 65.6039278,74.8724717 C66.6651589,75.6398674 66.9033596,77.1222623 66.1359639,78.1834934 C66.1342988,78.1857961 66.1326295,78.1880957 66.1309562,78.1903924 L51.3259442,98.509989 C51.2863285,98.5643608 51.2448459,98.6165709 51.2016483,98.666595 L51.2000008,146.400002 C51.2000008,147.725486 50.1254841,148.800002 48.8000007,148.800002 C47.4745173,148.800002 46.4000007,147.725486 46.4000007,146.400002 L46.4001624,104.033614 C46.3462336,103.988543 46.2938232,103.940726 46.243116,103.890162 L32.7787355,90.4640123 C31.8502691,89.5381823 31.848132,88.034978 32.7739621,87.1065117 C32.7760736,87.1043942 32.7781891,87.1022806 32.7803087,87.1001711 C33.7141896,86.1706822 35.223874,86.1713883 36.1568852,87.1017502 L46.3999852,97.315001 L46.4000007,70.8000011 C46.4000007,69.4745176 47.4745173,68.400001 48.8000007,68.400001 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]}),t.jsxs("g",{id:"Group-Copy-3",transform:"translate(0.000000, 60.800001)",children:[t.jsx("path",{d:"M34.8000005,0 C49.2960713,0 61.0474585,11.8536573 61.0474585,26.4758846 C61.0474585,28.8064372 60.7489341,31.0666588 60.1883524,33.219765 C66.0254249,39.462512 69.600001,47.8591562 69.600001,57.0932484 C69.600001,76.3717157 54.0195101,92.0000014 34.8000005,92.0000014 C15.5804909,92.0000014 0,76.3717157 0,57.0932484 C0,47.8591562 3.57457612,39.462512 9.411459,33.2196108 C8.85106692,31.0666588 8.5525425,28.8064372 8.5525425,26.4758846 C8.5525425,11.8536573 20.3039297,0 34.8000005,0 Z",id:"Combined-Shape-Copy-3",fill:"#1C895D"}),t.jsx("path",{d:"M36.0042324,50.4000008 C36.9876399,50.4000008 37.7848491,51.19721 37.7848491,52.1806174 L37.7839476,66.7690008 L45.9989598,55.5652127 C46.5758864,54.7782711 47.6790917,54.6030418 48.4714624,55.1724889 C49.2542012,55.7350139 49.4327198,56.8255657 48.8701948,57.6083045 C48.8669789,57.6127792 48.863742,57.6172387 48.8604839,57.6216827 L37.8802828,72.5989369 L37.7839476,72.7180008 L37.7848491,107.902473 C37.7848491,108.88588 36.9876399,109.68309 36.0042324,109.68309 C35.020825,109.68309 34.2236158,108.88588 34.2236158,107.902473 L34.2234737,76.67434 C34.1835658,76.6411505 34.144767,76.6059469 34.1072121,76.5687294 L24.117685,66.6689473 C23.4330747,65.9904874 23.4280887,64.8855008 24.1065485,64.2008904 L24.1188449,64.1886056 L24.1188449,64.1886056 C24.8129583,63.5020136 25.930543,63.5025363 26.6240139,64.1897771 L34.2229476,71.7200008 L34.2236158,52.1806174 C34.2236158,51.19721 35.020825,50.4000008 36.0042324,50.4000008 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]})]}),t.jsxs("g",{id:"Group-3-Copy",transform:"translate(609.400010, 186.700002) scale(-1, 1) translate(-609.400010, -186.700002) translate(544.400010, 101.200002)",children:[t.jsxs("g",{id:"Group-Copy-2",transform:"translate(34.800001, 0.000000)",children:[t.jsx("path",{d:"M47.2000007,0 C66.8613381,0 82.8000012,16.0282062 82.8000012,35.8000005 C82.8000012,38.9512428 82.395124,42.0073897 81.6348276,44.9187054 C89.5513793,53.3593681 94.4000014,64.7134564 94.4000014,77.2000012 C94.4000014,103.267842 73.2678413,124.400002 47.2000007,124.400002 C21.1321601,124.400002 0,103.267842 0,77.2000012 C0,64.7134564 4.84862208,53.3593681 12.7658159,44.9177864 C12.0048774,42.0073897 11.6000002,38.9512428 11.6000002,35.8000005 C11.6000002,16.0282062 27.5386633,0 47.2000007,0 Z",id:"Combined-Shape-Copy-3",fill:"#33A879"}),t.jsx("path",{d:"M48.8000007,68.400001 C50.1254841,68.400001 51.2000008,69.4745176 51.2000008,70.8000011 L51.1999852,90.599001 L62.2740575,75.4013981 C63.0488546,74.3380039 64.537755,74.1015026 65.6039278,74.8724717 C66.6651589,75.6398674 66.9033596,77.1222623 66.1359639,78.1834934 C66.1342988,78.1857961 66.1326295,78.1880957 66.1309562,78.1903924 L51.3259442,98.509989 C51.2863285,98.5643608 51.2448459,98.6165709 51.2016483,98.666595 L51.2000008,146.400002 C51.2000008,147.725486 50.1254841,148.800002 48.8000007,148.800002 C47.4745173,148.800002 46.4000007,147.725486 46.4000007,146.400002 L46.4001624,104.033614 C46.3462336,103.988543 46.2938232,103.940726 46.243116,103.890162 L32.7787355,90.4640123 C31.8502691,89.5381823 31.848132,88.034978 32.7739621,87.1065117 C32.7760736,87.1043942 32.7781891,87.1022806 32.7803087,87.1001711 C33.7141896,86.1706822 35.223874,86.1713883 36.1568852,87.1017502 L46.3999852,97.315001 L46.4000007,70.8000011 C46.4000007,69.4745176 47.4745173,68.400001 48.8000007,68.400001 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]}),t.jsxs("g",{id:"Group-Copy-3",transform:"translate(0.000000, 60.800001)",children:[t.jsx("path",{d:"M34.8000005,0 C49.2960713,0 61.0474585,11.8536573 61.0474585,26.4758846 C61.0474585,28.8064372 60.7489341,31.0666588 60.1883524,33.219765 C66.0254249,39.462512 69.600001,47.8591562 69.600001,57.0932484 C69.600001,76.3717157 54.0195101,92.0000014 34.8000005,92.0000014 C15.5804909,92.0000014 0,76.3717157 0,57.0932484 C0,47.8591562 3.57457612,39.462512 9.411459,33.2196108 C8.85106692,31.0666588 8.5525425,28.8064372 8.5525425,26.4758846 C8.5525425,11.8536573 20.3039297,0 34.8000005,0 Z",id:"Combined-Shape-Copy-3",fill:"#1C895D"}),t.jsx("path",{d:"M36.0042324,50.4000008 C36.9876399,50.4000008 37.7848491,51.19721 37.7848491,52.1806174 L37.7839476,66.7690008 L45.9989598,55.5652127 C46.5758864,54.7782711 47.6790917,54.6030418 48.4714624,55.1724889 C49.2542012,55.7350139 49.4327198,56.8255657 48.8701948,57.6083045 C48.8669789,57.6127792 48.863742,57.6172387 48.8604839,57.6216827 L37.8802828,72.5989369 L37.7839476,72.7180008 L37.7848491,107.902473 C37.7848491,108.88588 36.9876399,109.68309 36.0042324,109.68309 C35.020825,109.68309 34.2236158,108.88588 34.2236158,107.902473 L34.2234737,76.67434 C34.1835658,76.6411505 34.144767,76.6059469 34.1072121,76.5687294 L24.117685,66.6689473 C23.4330747,65.9904874 23.4280887,64.8855008 24.1065485,64.2008904 L24.1188449,64.1886056 L24.1188449,64.1886056 C24.8129583,63.5020136 25.930543,63.5025363 26.6240139,64.1897771 L34.2229476,71.7200008 L34.2236158,52.1806174 C34.2236158,51.19721 35.020825,50.4000008 36.0042324,50.4000008 Z",id:"Combined-Shape-Copy-4",fill:"#091E43"})]})]}),t.jsxs("g",{id:"sun",transform:"translate(268.800004, 24.800000)",children:[t.jsx("circle",{id:"Sol",fill:"#EFBB4C",fillRule:"nonzero",cx:"238.000004",cy:"63.2000009",r:"35.6000005"}),t.jsx("path",{d:"M139.346344,0 C153.845839,0 165.600002,11.730095 165.600002,26.1999005 C165.600002,26.669493 165.587623,27.1362 165.563171,27.5997142 L82.812493,27.5991047 C82.8041878,27.3576551 82.8000012,27.1151618 82.8000012,26.8716928 C82.8000012,15.3700525 92.1430543,6.04613087 103.668294,6.04613087 C109.053169,6.04613087 113.961676,8.08153157 117.663444,11.4234592 C122.391718,4.52643278 130.339344,0 139.346344,0 Z",id:"Combined-Shape-Copy-7",fill:"#FFFFFF"}),t.jsx("path",{d:"M294.546346,38.4000006 C309.045841,38.4000006 320.800005,50.1300956 320.800005,64.599901 C320.800005,65.0694935 320.787625,65.5362006 320.763174,65.9997148 L238.012495,65.9991053 C238.00419,65.7576557 238.000004,65.5151624 238.000004,65.2716933 C238.000004,53.7700531 247.343057,44.4461314 258.868297,44.4461314 C264.253172,44.4461314 269.161678,46.4815321 272.863446,49.8234598 C277.59172,42.9264334 285.539346,38.4000006 294.546346,38.4000006 Z",id:"Combined-Shape-Copy-8",fill:"#FFFFFF",transform:"translate(279.400004, 52.199858) scale(-1, 1) translate(-279.400004, -52.199858) "}),t.jsx("path",{d:"M56.5463423,66.000001 C71.0458378,66.000001 82.8000012,77.730096 82.8000012,92.1999014 C82.8000012,92.669494 82.7876216,93.136201 82.7631702,93.5997152 L0.0124917427,93.5991057 C0.00418655527,93.3576561 1.42108547e-14,93.1151628 1.42108547e-14,92.8716938 C1.42108547e-14,81.3700535 9.34305302,72.0461319 20.868293,72.0461319 C26.253168,72.0461319 31.1616743,74.0815326 34.8634425,77.4234602 C39.5917165,70.5264338 47.5393423,66.000001 56.5463423,66.000001 Z",id:"Combined-Shape-Copy-9",fill:"#FFFFFF",transform:"translate(41.400001, 79.799858) scale(-1, 1) translate(-41.400001, -79.799858) "})]}),t.jsxs("g",{id:"Group-4",transform:"translate(99.000003, 253.000003) scale(-1, 1) translate(-99.000003, -253.000003) translate(12.000003, 216.000003)",children:[t.jsx("path",{d:"M60.7892009,73.6000011 L100.011201,73.6000011 L173.818803,73.6000011 C173.935203,72.5488011 174.000003,71.4820011 174.000003,70.400001 C174.000003,54.4940008 161.106002,41.6000006 145.2,41.6000006 C143.890002,41.6000006 142.602402,41.6956006 141.338802,41.8652006 C138.526802,28.9080004 126.999602,19.2000003 113.2,19.2000003 C105.779602,19.2000003 99.0156015,22.0084003 93.9096014,26.6180004 C92.7932014,11.7324002 80.3708012,0 65.2000001,0 C49.8168007,0 37.2524006,12.0612002 36.4432005,27.2428004 C21.2616003,28.0520004 9.20000014,40.6168006 9.20000014,56 C9.20000014,62.6300009 11.4464002,68.732001 15.2112002,73.6000011 L60.7892009,73.6000011 Z",id:"Fill-1",fill:"#33A879"}),t.jsx("path",{d:"M39.5684161,73.6000011 L69.6513098,73.6000011 L126.261023,73.6000011 C126.350301,72.794462 126.400002,71.9769685 126.400002,71.1478271 C126.400002,58.95899 116.510429,49.0782616 104.310681,49.0782616 C103.305924,49.0782616 102.318347,49.1515203 101.349178,49.2814855 C99.1924015,39.3523267 90.3511509,31.913044 79.7669915,31.913044 C74.0756166,31.913044 68.8876942,34.0651331 64.9714417,37.5974897 C64.1151738,26.1905895 54.5873134,17.2000003 42.951457,17.2000003 C31.1526917,17.2000003 21.5159188,26.4425504 20.8952702,38.0762767 C9.25113023,38.6963701 0,48.3248312 0,60.1130444 C0,65.1936423 1.72296702,69.8696315 4.61053211,73.6000011 L39.5684161,73.6000011 Z",id:"Fill-1-Copy",fill:"#1C895D"})]}),t.jsxs("g",{id:"Group-4-Copy",transform:"translate(530.000008, 216.000003)",children:[t.jsx("path",{d:"M60.7892009,73.6000011 L100.011201,73.6000011 L173.818803,73.6000011 C173.935203,72.5488011 174.000003,71.4820011 174.000003,70.400001 C174.000003,54.4940008 161.106002,41.6000006 145.2,41.6000006 C143.890002,41.6000006 142.602402,41.6956006 141.338802,41.8652006 C138.526802,28.9080004 126.999602,19.2000003 113.2,19.2000003 C105.779602,19.2000003 99.0156015,22.0084003 93.9096014,26.6180004 C92.7932014,11.7324002 80.3708012,0 65.2000001,0 C49.8168007,0 37.2524006,12.0612002 36.4432005,27.2428004 C21.2616003,28.0520004 9.20000014,40.6168006 9.20000014,56 C9.20000014,62.6300009 11.4464002,68.732001 15.2112002,73.6000011 L60.7892009,73.6000011 Z",id:"Fill-1",fill:"#33A879"}),t.jsx("path",{d:"M39.5684161,73.6000011 L69.6513098,73.6000011 L126.261023,73.6000011 C126.350301,72.794462 126.400002,71.9769685 126.400002,71.1478271 C126.400002,58.95899 116.510429,49.0782616 104.310681,49.0782616 C103.305924,49.0782616 102.318347,49.1515203 101.349178,49.2814855 C99.1924015,39.3523267 90.3511509,31.913044 79.7669915,31.913044 C74.0756166,31.913044 68.8876942,34.0651331 64.9714417,37.5974897 C64.1151738,26.1905895 54.5873134,17.2000003 42.951457,17.2000003 C31.1526917,17.2000003 21.5159188,26.4425504 20.8952702,38.0762767 C9.25113023,38.6963701 0,48.3248312 0,60.1130444 C0,65.1936423 1.72296702,69.8696315 4.61053211,73.6000011 L39.5684161,73.6000011 Z",id:"Fill-1-Copy",fill:"#1C895D"})]}),t.jsxs("g",{id:"house",transform:"translate(90.400001, 145.600002)",children:[t.jsx("polygon",{id:"Fill-8",fill:"#EAEAEA",points:"499.388287 54.4000008 451.199887 3.20000005 265.599884 3.20000005 220.799883 57.6000009 281.599884 57.6000009 281.599884 144.000002 502.399887 144.000002 502.399887 54.4000008"}),t.jsx("polygon",{id:"Fill-12",fill:"#66493D",points:"492.800007 137.600002 499.200007 137.600002 499.200007 63.6000021 492.800007 63.6000021"}),t.jsx("polygon",{id:"Fill-18",fill:"#66493D",points:"444.800007 137.600002 451.200007 137.600002 451.200007 63.6000021 444.800007 63.6000021"}),t.jsx("polygon",{id:"Fill-20",fill:"#66493D",points:"467.200007 137.600002 473.600007 137.600002 473.600007 63.6000021 467.200007 63.6000021"}),t.jsx("polygon",{id:"Fill-24",fill:"#66493D",points:"336.000005 137.600002 342.400005 137.600002 342.400005 63.6000021 336.000005 63.6000021"}),t.jsx("polygon",{id:"Fill-26",fill:"#66493D",points:"358.400005 137.600002 364.800005 137.600002 364.800005 63.6000021 358.400005 63.6000021"}),t.jsx("polygon",{id:"Fill-36",fill:"#66493D",points:"419.200006 137.600002 425.600006 137.600002 425.600006 63.6000021 419.200006 63.6000021"}),t.jsx("polygon",{id:"Fill-38",fill:"#66493D",points:"384.000006 137.600002 390.400006 137.600002 390.400006 63.6000021 384.000006 63.6000021"}),t.jsx("polygon",{id:"Fill-10",fill:"#66493D",points:"211.200003 144.000002 316.800005 144.000002 316.800005 137.600002 211.200003 137.600002"}),t.jsx("polygon",{id:"Fill-14",fill:"#66493D",points:"211.200003 137.600002 217.600003 137.600002 217.600003 60.8000009 211.200003 60.8000009"}),t.jsx("polygon",{id:"Fill-15",fill:"#BA947F",points:"217.600003 137.600002 224.000003 137.600002 224.000003 60.8000009 217.600003 60.8000009"}),t.jsx("polygon",{id:"Fill-16",fill:"#66493D",points:"310.400005 137.600002 316.800005 137.600002 316.800005 60.8000009 310.400005 60.8000009"}),t.jsx("polygon",{id:"Fill-21",fill:"#BA947F",points:"454.400007 89.6000013 476.800007 89.6000013 476.800007 83.2000012 454.400007 83.2000012"}),t.jsx("polygon",{id:"Fill-22",fill:"#BA947F",points:"454.400007 121.600002 476.800007 121.600002 476.800007 115.200002 454.400007 115.200002"}),t.jsx("polygon",{id:"Fill-27",fill:"#BA947F",points:"345.600005 89.6000013 368.000005 89.6000013 368.000005 83.2000012 345.600005 83.2000012"}),t.jsx("polygon",{id:"Fill-28",fill:"#BA947F",points:"345.600005 121.600002 368.000005 121.600002 368.000005 115.200002 345.600005 115.200002"}),t.jsx("polygon",{id:"Fill-29",fill:"#BA947F",points:"268.800004 137.600002 275.200004 137.600002 275.200004 60.8000009 268.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-30",fill:"#66493D",points:"275.200004 137.600002 281.600004 137.600002 281.600004 60.8000009 275.200004 60.8000009"}),t.jsx("polygon",{id:"Fill-31",fill:"#BA947F",points:"246.400004 137.600002 252.800004 137.600002 252.800004 60.8000009 246.400004 60.8000009"}),t.jsx("polygon",{id:"Fill-32",fill:"#66493D",points:"252.800004 137.600002 259.200004 137.600002 259.200004 60.8000009 252.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-33",fill:"#BA947F",points:"249.600004 89.6000013 272.000004 89.6000013 272.000004 83.2000012 249.600004 83.2000012"}),t.jsx("polygon",{id:"Fill-34",fill:"#BA947F",points:"249.600004 121.600002 272.000004 121.600002 272.000004 115.200002 249.600004 115.200002"}),t.jsx("polygon",{id:"Fill-47",fill:"#66493D",points:"388.848446 1.55156002 391.954846 4.85156007 342.400045 57.5999609 336.000045 57.5999609"}),t.jsx("polygon",{id:"Fill-42",fill:"#66493D",points:"448.000007 3.20000005 444.893607 6.5000001 492.800007 57.6000009 499.200007 57.6000009"}),t.jsx("polygon",{id:"Fill-43",fill:"#66493D",points:"446.448447 1.55156002 449.554847 4.85156007 400.000046 57.5999609 393.600046 57.5999609"}),t.jsx("path",{d:"M328.048445,1.55156002 L380.800046,57.5999609 L400.000006,57.6000009 L420.759005,35.45656 L388.848446,1.55156002 L395.248446,1.55156002 L423.953005,32.04956 L448.000006,6.4000001 L451.011005,6.39956002 L446.448447,1.55156002 L452.848447,1.55156002 L505.600048,57.5999609 L505.600008,144.000002 L316.800005,144.000002 L316.800005,137.600002 L342.400005,137.600002 L342.400005,63.99956 L316.800005,64.000001 L316.800005,57.6000009 L374.400046,57.5999609 L321.648445,1.55156002 L328.048445,1.55156002 Z M364.800005,63.99956 L348.800005,63.99956 L348.800005,137.600002 L364.800005,137.600002 L364.800005,63.99956 Z M390.400005,63.99956 L371.200005,63.99956 L371.200006,137.600002 L390.400006,137.600002 L390.400005,63.99956 Z M451.200005,63.99956 L432.000005,63.99956 L432.000006,137.600002 L451.200007,137.600002 L451.200005,63.99956 Z M473.600005,63.99956 L457.600005,63.99956 L457.600007,137.600002 L473.600007,137.600002 L473.600005,63.99956 Z M499.200005,63.99956 L480.000005,63.99956 L480.000007,137.600002 L499.200007,137.600002 L499.200005,63.99956 Z M425.600005,89.59956 L396.800005,89.59956 L396.800006,137.600002 L425.600006,137.600002 L425.600005,89.59956 Z M425.600005,63.99956 L396.800005,63.99956 L396.800005,76.79956 L425.600005,76.79956 L425.600005,63.99956 Z M423.931005,38.82556 L406.400006,57.6000009 L441.600047,57.5999609 L423.931005,38.82556 Z M499.200047,57.5999609 L452.617005,8.10656002 L427.118005,35.41256 L448.000047,57.5999609 L499.200047,57.5999609 Z",id:"Combined-Shape",fill:"#BA947F"}),t.jsx("polygon",{id:"Fill-45",fill:"#BA947F",points:"390.400006 6.4000001 396.611606 6.4000001 348.800005 57.6000009 342.400005 57.6000009"}),t.jsx("polygon",{id:"Fill-46",fill:"#66493D",points:"390.400006 3.20000005 387.293606 6.5000001 435.200006 57.6000009 441.600007 57.6000009"}),t.jsx("polygon",{id:"Fill-49",fill:"#BA947F",points:"323.200005 6.4000001 329.411605 6.4000001 281.600004 57.6000009 275.200004 57.6000009"}),t.jsx("polygon",{id:"Fill-50",fill:"#66493D",points:"323.200005 3.20000005 320.093605 6.5000001 368.000005 57.6000009 374.400006 57.6000009"}),t.jsx("polygon",{id:"Fill-51",fill:"#66493D",points:"321.648445 1.55156002 324.754845 4.85156007 275.200044 57.5999609 268.800044 57.5999609"}),t.jsx("polygon",{id:"Fill-52",fill:"#BA947F",points:"270.448444 1.55156002 264.048444 1.55156002 316.800045 57.5999609 323.200045 57.5999609"}),t.jsx("polygon",{id:"Fill-53",fill:"#BA947F",points:"265.600004 6.4000001 271.811604 6.4000001 224.000003 57.6000009 217.600003 57.6000009"}),t.jsx("polygon",{id:"Fill-54",fill:"#66493D",points:"265.600004 3.20000005 262.494004 6.5000001 310.400005 57.6000009 316.800005 57.6000009"}),t.jsx("polygon",{id:"Fill-55",fill:"#66493D",points:"264.048444 1.55156002 267.154844 4.85156007 217.600043 57.5999609 211.200043 57.5999609"}),t.jsx("polygon",{id:"Fill-57",fill:"#66493D",points:"211.200003 64.000001 316.800005 64.000001 316.800005 57.6000009 211.200003 57.6000009"}),t.jsx("polygon",{id:"Fill-58",fill:"#BA947F",points:"457.266007 7.95156012 274.866004 7.95156012 268.800004 1.55156002 451.200007 1.55156002"}),t.jsx("polygon",{id:"Fill-59",fill:"#A9A9A9",points:"131.200002 144.000002 249.600004 144.000002 249.600004 67.200001 131.200002 67.200001"}),t.jsx("polygon",{id:"Fill-60",fill:"#BA947F",points:"134.400002 144.000002 323.200005 144.000002 323.200005 137.600002 134.400002 137.600002"}),t.jsx("polygon",{id:"Fill-61",fill:"#BA947F",points:"134.400002 137.600002 140.800002 137.600002 140.800002 60.8000009 134.400002 60.8000009"}),t.jsx("polygon",{id:"Fill-62",fill:"#BA947F",points:"160.000002 137.600002 166.400002 137.600002 166.400002 60.8000009 160.000002 60.8000009"}),t.jsx("polygon",{id:"Fill-63",fill:"#66493D",points:"153.600002 137.600002 160.000002 137.600002 160.000002 60.8000009 153.600002 60.8000009"}),t.jsx("polygon",{id:"Fill-64",fill:"#BA947F",points:"182.400003 137.600002 188.800003 137.600002 188.800003 60.8000009 182.400003 60.8000009"}),t.jsx("polygon",{id:"Fill-65",fill:"#66493D",points:"176.000003 137.600002 182.400003 137.600002 182.400003 60.8000009 176.000003 60.8000009"}),t.jsx("polygon",{id:"Fill-66",fill:"#BA947F",points:"163.200002 89.6000013 185.600003 89.6000013 185.600003 83.2000012 163.200002 83.2000012"}),t.jsx("polygon",{id:"Fill-67",fill:"#BA947F",points:"163.200002 121.600002 185.600003 121.600002 185.600003 115.200002 163.200002 115.200002"}),t.jsx("polygon",{id:"Fill-68",fill:"#BA947F",points:"243.200004 137.600002 249.600004 137.600002 249.600004 60.8000009 243.200004 60.8000009"}),t.jsx("polygon",{id:"Fill-69",fill:"#66493D",points:"236.800004 137.600002 243.200004 137.600002 243.200004 60.8000009 236.800004 60.8000009"}),t.jsx("polygon",{id:"Fill-70",fill:"#BA947F",points:"208.000003 137.600002 214.400003 137.600002 214.400003 60.8000009 208.000003 60.8000009"}),t.jsx("polygon",{id:"Fill-71",fill:"#66493D",points:"201.600003 137.600002 208.000003 137.600002 208.000003 60.8000009 201.600003 60.8000009"}),t.jsx("polygon",{id:"Fill-72",fill:"#BA947F",points:"211.200003 89.6000013 246.400004 89.6000013 246.400004 76.8000011 211.200003 76.8000011"}),t.jsx("polygon",{id:"Fill-73",fill:"#091E43",points:"134.400002 57.6000009 323.200005 57.6000009 272.000004 0 83.2000012 0"}),t.jsx("polygon",{id:"Fill-74",fill:"#C3D0D8",points:"83.2000012 0 28.8000004 57.6000009 28.8000004 144.000002 134.400002 144.000002 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-75",fill:"#FFE168",points:"134.400002 73.6000011 208.000003 73.6000011 208.000003 57.6000009 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-76",fill:"#FFFFFF",points:"134.400002 67.200001 134.400002 80.0000012 134.400002 102.400002 160.000002 102.400002 160.000002 80.0000012 230.400003 80.0000012 230.400003 67.200001"}),t.jsx("polygon",{id:"Fill-77",fill:"#FFFFFF",points:"249.599999 144.000002 323.2 144.000002 323.2 57.6000009 249.599999 57.6000009"}),t.jsx("polygon",{id:"Fill-78-Copy-2",fill:"#091E43",points:"67.200001 118.400002 96.0000014 118.400002 96.0000014 86.4000013 67.200001 86.4000013"}),t.jsx("polygon",{id:"Fill-79",fill:"#C3D0D8",points:"134.400002 67.200001 323.200005 67.200001 323.200005 57.6000009 134.400002 57.6000009"}),t.jsx("polygon",{id:"Fill-80",fill:"#C3D0D8",points:"262.400004 64.000001 297.600004 64.000001 313.600005 144.000002 278.400004 144.000002"}),t.jsxs("g",{id:"Group",transform:"translate(0.000000, 99.200001)",children:[t.jsx("polygon",{id:"Fill-81",fill:"#BA947F",points:"12.8000002 44.8000007 16.0000002 44.8000007 16.0000002 32.0000005 12.8000002 32.0000005"}),t.jsx("polygon",{id:"Fill-82",fill:"#BA947F",points:"51.2000008 19.2000003 35.2000005 19.2000003 32.0000005 19.2000003 32.0000005 44.8000007 35.2000005 44.8000007 35.2000005 32.0000005 51.2000008 32.0000005 51.2000008 44.8000007 54.4000008 44.8000007 54.4000008 19.2000003"}),t.jsx("polygon",{id:"Fill-83",fill:"#66493D",points:"48.0000007 44.8000007 51.2000008 44.8000007 51.2000008 32.0000005 48.0000007 32.0000005"}),t.jsx("polygon",{id:"Fill-84",fill:"#BA947F",points:"25.6000004 16.0000002 64.000001 16.0000002 64.000001 9.60000014 25.6000004 9.60000014"}),t.jsx("polygon",{id:"Fill-85",fill:"#66493D",points:"32.0000005 16.0000002 28.8000004 16.0000002 25.6000004 16.0000002 25.6000004 9.60000014 0 9.60000014 0 16.0000002 9.60000014 16.0000002 9.60000014 44.8000007 12.8000002 44.8000007 12.8000002 32.0000005 28.8000004 32.0000005 28.8000004 44.8000007 32.0000005 44.8000007 32.0000005 19.2000003 54.4000008 19.2000003 54.4000008 16.0000002"}),t.jsx("path",{d:"M25.6000004,0 C20.2980003,0 16.0000002,4.29800006 16.0000002,9.60000014 L35.2000005,9.60000014 C35.2000005,4.29800006 30.9020005,0 25.6000004,0",id:"Fill-86",fill:"#FFFFFF"})]}),t.jsxs("g",{id:"Group-2",transform:"translate(265.600004, 44.800001)",children:[t.jsx("polygon",{id:"Fill-87",fill:"#BA947F",points:"28.8000004 99.2000015 25.6000004 99.2000015 3.20000005 0 6.4000001 0"}),t.jsx("polygon",{id:"Fill-88",fill:"#66493D",points:"25.6000004 99.2000015 22.4000003 99.2000015 0 0 3.20000005 0"}),t.jsx("polygon",{id:"Fill-89",fill:"#66493D",points:"48.0000007 99.2000015 44.8000007 99.2000015 22.4000003 0 25.6000004 0"}),t.jsx("polygon",{id:"Fill-90",fill:"#BA947F",points:"51.2000008 99.2000015 48.0000007 99.2000015 25.6000004 0 28.8000004 0"}),t.jsx("polygon",{id:"Fill-91",fill:"#BA947F",points:"22.4000003 80.0000012 44.8000007 80.0000012 44.8000007 73.6000011 22.4000003 73.6000011"}),t.jsx("polygon",{id:"Fill-92",fill:"#BA947F",points:"19.2000003 67.200001 41.6000006 67.200001 41.6000006 60.8000009 19.2000003 60.8000009"}),t.jsx("polygon",{id:"Fill-93",fill:"#BA947F",points:"16.0000002 54.4000008 38.4000006 54.4000008 38.4000006 48.0000007 16.0000002 48.0000007"}),t.jsx("polygon",{id:"Fill-94",fill:"#BA947F",points:"12.8000002 41.6000006 35.2000005 41.6000006 35.2000005 35.2000005 12.8000002 35.2000005"}),t.jsx("polygon",{id:"Fill-95",fill:"#BA947F",points:"35.2000005 28.8000004 12.8000002 28.8000004 9.60000014 22.4000003 32.0000005 22.4000003"}),t.jsx("polygon",{id:"Fill-96",fill:"#BA947F",points:"32.0000005 16.0000002 9.60000014 16.0000002 6.4000001 9.60000014 28.8000004 9.60000014"}),t.jsx("polygon",{id:"Fill-97",fill:"#BA947F",points:"25.6000004 92.8000014 48.0000007 92.8000014 48.0000007 86.4000013 25.6000004 86.4000013"})]})]}),t.jsx("rect",{id:"Rectangle",fill:"#10105A",fillRule:"nonzero",x:"0",y:"289.600004",width:"720.000011",height:"7.20000011",rx:"3.60000005"})]})})})})));var Ye=ke()((l=>t.jsx("svg",{viewBox:"0 0 127 85",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-614.000000, -1314.000000)",children:t.jsxs("g",{transform:"translate(614.000000, 1314.000000)",children:[t.jsx("path",{d:"M73.4131053,14.0146489 C65.3129873,13.7326841 57.5975246,11.1039382 50.2309347,8.22833606 C42.8643446,5.35273387 35.5659638,2.16554412 27.6604097,0.641617593 C22.5749133,-0.338127826 16.7592432,-0.476367381 12.6622205,2.26318952 C8.71838892,4.89632391 7.44477843,9.45384067 6.76045038,13.6734385 C6.24496804,16.8551426 5.94194043,20.1959319 7.35308743,23.1713737 C8.33373394,25.2372871 10.074745,26.9729615 11.2790281,28.9511037 C15.4666236,35.835653 12.5090294,44.3253171 7.96696992,51.0474898 C5.84242215,54.2006682 3.36788303,57.2090241 1.72527216,60.5651735 C0.0826612334,63.9213228 -0.677703221,67.767893 0.75916201,71.1920649 C2.18484537,74.5866139 5.57964914,77.1352687 9.25735313,78.9279944 C16.7279341,82.5704972 25.5313892,83.6127793 34.1156804,84.2030401 C53.1180831,85.509733 72.2222404,84.9436095 91.2749616,84.3774853 C98.3262237,84.1668345 105.407677,83.9550869 112.344884,82.8590448 C116.195907,82.2501322 120.172166,81.2846495 122.967623,78.9521316 C126.517855,75.9898553 127.397865,70.9792199 125.018371,67.2675979 C121.032049,61.043526 109.998937,59.4987541 107.210188,52.8149813 C105.674923,49.1373702 107.251561,45.040652 109.482336,41.6241601 C114.26816,34.3073379 122.290004,27.8879757 122.712678,19.5233854 C123.003405,13.7787639 119.146792,8.02536527 113.18464,5.30775116 C106.933997,2.4551889 98.2680781,2.81724488 93.6566913,7.53274969 C88.9088862,12.3963684 80.5650042,14.2647966 73.4131053,14.0146489 Z",fill:"#FEE8E4",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(22.111486, 58.581081)",children:[t.jsxs("g",{transform:"translate(11.094030, 3.189567)",children:[t.jsx("path",{d:"M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z",className:"fill-primary",fill:"#FA8268",opacity:"0.5"}),t.jsx("path",{d:"M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z",fill:"#091E43"})]}),t.jsxs("g",{transform:"translate(0.060623, 0.000000)",children:[t.jsx("path",{d:"M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z",className:"fill-primary",fill:"#FA8268"}),t.jsx("path",{d:"M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z",fill:"#091E43"})]})]}),t.jsx("rect",{fill:"#FFFFFF",x:"41.3513514",y:"4.59459459",width:"32.1621622",height:"80.4054054"}),t.jsx("rect",{fill:"#C3D0D8",x:"73.5135135",y:"4.59459459",width:"13.7837838",height:"80.4054054"}),t.jsx("rect",{fill:"#091E43",x:"75.8108108",y:"20.6756757",width:"9.18918919",height:"55.1351351"}),t.jsx("rect",{fill:"#091E43",x:"68.9189189",y:"20.6756757",width:"2.2972973",height:"55.1351351"}),t.jsx("rect",{fill:"#C3D0D8",x:"43.6486486",y:"20.6756757",width:"25.2702703",height:"55.1351351"}),t.jsx("polygon",{fill:"#FFFFFF",points:"43.6486486 38.0754757 43.6486486 30.7263514 68.9189189 45.4246 68.9189189 52.7737244"}),t.jsx("polygon",{fill:"#FFFFFF",points:"43.6486486 44.4097107 43.6486486 41.2872379 68.9189189 56.2751072 68.9189189 59.39758"}),t.jsx("rect",{fill:"#091E43",x:"43.6486486",y:"9.18918919",width:"13.7837838",height:"6.89189189"}),t.jsx("path",{d:"M23.5122775,80.4054054 C26.2277382,80.4054054 28.4290541,82.2567828 28.4290541,84.5405726 C28.4290541,84.6958016 28.4188842,84.8490329 28.3990742,84.999821 L12.9446727,85.0003961 C12.9298834,84.8841697 12.9222973,84.7661312 12.9222973,84.6466025 C12.9222973,82.8312825 14.6720612,81.3596748 16.8305043,81.3596748 C17.8396151,81.3596748 18.7593997,81.6813285 19.4528169,82.2093799 C20.3363533,81.1201391 21.8250713,80.4054054 23.5122775,80.4054054 Z",className:"fill-primary",fill:"#FA8268"}),t.jsx("path",{d:"M34.1372775,80.4054054 C36.8527382,80.4054054 39.0540541,82.2567828 39.0540541,84.5405726 C39.0540541,84.6958016 39.0438842,84.8490329 39.0240742,84.999821 L23.5696727,85.0003961 C23.5548834,84.8841697 23.5472973,84.7661312 23.5472973,84.6466025 C23.5472973,82.8312825 25.2970612,81.3596748 27.4555043,81.3596748 C28.4646151,81.3596748 29.3843997,81.6813285 30.0778169,82.2093799 C30.9613533,81.1201391 32.4500713,80.4054054 34.1372775,80.4054054 Z",className:"fill-primary",fill:"#FA8268",opacity:"0.5"}),t.jsx("path",{d:"M46.4852505,80.4054054 C49.2007112,80.4054054 51.402027,82.2567828 51.402027,84.5405726 C51.402027,84.6958016 51.3918571,84.8490329 51.3720472,84.999821 L35.9176457,85.0003961 C35.9028563,84.8841697 35.8952703,84.7661312 35.8952703,84.6466025 C35.8952703,82.8312825 37.6450341,81.3596748 39.8034773,81.3596748 C40.8125881,81.3596748 41.7323727,81.6813285 42.4257899,82.2093799 C43.3093263,81.1201391 44.7980442,80.4054054 46.4852505,80.4054054 Z",className:"fill-primary",fill:"#FA8268",transform:"translate(43.648649, 82.702901) scale(-1, 1) translate(-43.648649, -82.702901) "}),t.jsxs("g",{transform:"translate(80.405405, 58.581081)",children:[t.jsxs("g",{transform:"translate(11.094030, 3.189567)",children:[t.jsx("path",{d:"M5.91075406,0.000168106763 C8.37290084,0.000168106763 10.3688652,2.15769199 10.3688652,4.81913257 C10.3688652,5.24332658 10.3181605,5.65471928 10.2229451,6.04661529 C11.2142199,7.18249671 11.8215081,8.71096703 11.8215081,10.3919015 C11.8215081,13.9008399 9.17517338,16.7453966 5.91075406,16.7453966 C2.64633473,16.7453966 0,13.9008399 0,10.3919015 C0,8.71096703 0.607288228,7.18249671 1.59889458,6.0461621 C1.50334765,5.65471928 1.45264295,5.24332658 1.45264295,4.81913257 C1.45264295,2.15769199 3.44860728,0.000168106763 5.91075406,0.000168106763 Z",className:"fill-primary",fill:"#FA8268",opacity:"0.5"}),t.jsx("path",{d:"M5.84943555,9.56887008 C6.00068009,9.56887008 6.12328801,9.69147801 6.12328801,9.84272255 L6.12251433,12.6508701 L7.39623188,10.5254163 C7.46547583,10.4097714 7.61535787,10.372156 7.73100277,10.4414 C7.74372212,10.4490159 7.75572108,10.4577748 7.76685087,10.4675682 C7.89434272,10.5797521 7.92356404,10.7669661 7.83632404,10.9126663 L6.12832231,13.7652145 L6.12251433,13.7708701 L6.12328801,20.4585033 C6.12328801,20.6097478 6.00068009,20.7323557 5.84943555,20.7323557 C5.69819101,20.7323557 5.57558309,20.6097478 5.57558309,20.4585033 L5.57551433,14.5158701 C5.5681402,14.5087455 5.56278418,14.5028462 5.55771666,14.4966973 L4.02129109,12.6324007 C3.90950809,12.4967634 3.90959801,12.3009106 4.02150552,12.165376 C4.1093107,12.0590325 4.26669935,12.0440041 4.3730429,12.1318093 C4.38533144,12.1419557 4.39662046,12.1532551 4.40675551,12.1655529 L5.57551433,13.5838701 L5.57558309,9.84272255 C5.57558309,9.69147801 5.69819101,9.56887008 5.84943555,9.56887008 Z",fill:"#091E43"})]}),t.jsxs("g",{transform:"translate(0.060623, 0.000000)",children:[t.jsx("path",{d:"M7.48695514,0.000168106763 C10.6056744,0.000168106763 13.1338959,2.77412738 13.1338959,6.19597956 C13.1338959,6.74109195 13.0697358,7.2697624 12.9492494,7.77339583 C14.2046881,9.23461503 14.9739103,11.1997802 14.9739103,13.3609682 C14.9739103,17.8724605 11.6218863,21.5297476 7.48695514,21.5297476 C3.35202399,21.5297476 0,17.8724605 0,13.3609682 C0,11.1997802 0.76922219,9.23461503 2.02524304,7.7736162 C1.90417445,7.2697624 1.8400144,6.74109195 1.8400144,6.19597956 C1.8400144,2.77412738 4.36823588,0.000168106763 7.48695514,0.000168106763 Z",className:"fill-primary",fill:"#FA8268"}),t.jsx("path",{d:"M7.40129726,11.9610456 C7.61309909,11.9610456 7.7847984,12.1327449 7.7847984,12.3445467 L7.78400677,15.7040456 L9.55803655,13.1361553 C9.67403918,12.9681653 9.90426068,12.9260212 10.0722507,13.0420238 C10.0770587,13.045344 10.0817874,13.0487776 10.0864327,13.0523219 C10.2589328,13.1839377 10.2976298,13.4278424 10.1743386,13.6063874 L7.8012322,17.0430174 L7.78400677,17.0620456 L7.7847984,25.1332056 C7.7847984,25.3450074 7.61309909,25.5167067 7.40129726,25.5167067 C7.18949544,25.5167067 7.01779613,25.3450074 7.01779613,25.1332056 L7.01712155,17.9682302 C7.01331727,17.9648892 7.00956377,17.9614571 7.00586382,17.9579339 L6.99274073,17.9447985 L6.99274073,17.9447985 L4.84121154,15.6810843 C4.69016949,15.5221666 4.69028601,15.2727221 4.84147645,15.1139456 C4.98328395,14.9650229 5.21896742,14.9592548 5.3678902,15.1010623 C5.37237307,15.105331 5.3767488,15.1097108 5.3810133,15.1141977 L7.01700677,16.8350456 L7.01779613,12.3445467 C7.01779613,12.1327449 7.18949544,11.9610456 7.40129726,11.9610456 Z",fill:"#091E43"})]})]}),t.jsx("path",{d:"M86.400791,80.4054054 C89.1162517,80.4054054 91.3175676,82.2567828 91.3175676,84.5405726 C91.3175676,84.6958016 91.3073977,84.8490329 91.2875877,84.999821 L75.8331862,85.0003961 C75.8183969,84.8841697 75.8108108,84.7661312 75.8108108,84.6466025 C75.8108108,82.8312825 77.5605747,81.3596748 79.7190178,81.3596748 C80.7281286,81.3596748 81.6479132,81.6813285 82.3413304,82.2093799 C83.2248668,81.1201391 84.7135848,80.4054054 86.400791,80.4054054 Z",className:"fill-primary",fill:"#FA8268",transform:"translate(83.564189, 82.702901) scale(-1, 1) translate(-83.564189, -82.702901) "}),t.jsx("path",{d:"M108.512278,80.4054054 C111.227738,80.4054054 113.429054,82.2696252 113.429054,84.5692568 C113.429054,84.7147682 113.42024,84.8585364 113.40304,85.0001992 L97.9408157,85.0002855 C97.9285659,84.8936 97.9222973,84.7854311 97.9222973,84.6760222 C97.9222973,82.8481099 99.6720612,81.3662942 101.830504,81.3662942 C102.839132,81.3662942 103.758518,81.6898688 104.45182,82.2211292 C105.336353,81.125097 106.825071,80.4054054 108.512278,80.4054054 Z",className:"fill-primary",fill:"#FA8268",transform:"translate(105.675676, 82.702845) scale(-1, 1) translate(-105.675676, -82.702845) "}),t.jsx("path",{d:"M98.4616018,80.4054054 C101.177063,80.4054054 103.378378,82.2567828 103.378378,84.5405726 C103.378378,84.6958016 103.368208,84.8490329 103.348399,84.999821 L87.893997,85.0003961 C87.8792077,84.8841697 87.8716216,84.7661312 87.8716216,84.6466025 C87.8716216,82.8312825 89.6213855,81.3596748 91.7798286,81.3596748 C92.7889394,81.3596748 93.708724,81.6813285 94.4021412,82.2093799 C95.2856776,81.1201391 96.7743956,80.4054054 98.4616018,80.4054054 Z",className:"fill-primary",fill:"#FA8268",opacity:"0.5",transform:"translate(95.625000, 82.702901) scale(-1, 1) translate(-95.625000, -82.702901) "}),t.jsx("path",{d:"M49.6790541,27.8547297 C49.6790541,25.740126 47.9362586,24.0259009 45.7864114,24.0259009 C44.7500108,24.0259009 43.8082099,24.4242905 43.110661,25.0738707 C42.1155464,23.3073694 40.2003206,22.1114865 38.0011261,22.1114865 C34.8259672,22.1114865 32.2427434,24.6043146 32.1640111,27.7087677 L32.1621622,27.8547297 L49.6790541,27.8547297 Z",fill:"#FFFFFF",fillRule:"nonzero"}),t.jsx("path",{d:"M29.8648649,13.2094595 C29.8648649,11.0948557 28.1220694,9.38063063 25.9722222,9.38063063 C24.9358216,9.38063063 23.9940207,9.77902021 23.2964718,10.4286004 C22.3013572,8.66209912 20.3861314,7.46621622 18.1869369,7.46621622 C15.011778,7.46621622 12.4285542,9.95904432 12.3498219,13.0634974 L12.347973,13.2094595 L29.8648649,13.2094595 Z",fill:"#FFFFFF",fillRule:"nonzero",transform:"translate(21.106419, 10.337838) scale(-1, 1) translate(-21.106419, -10.337838) "}),t.jsx("path",{d:"M93.0405405,16.6554054 C93.0405405,14.5408016 91.2977451,12.8265766 89.1478979,12.8265766 C88.1114973,12.8265766 87.1696964,13.2249662 86.4721475,13.8745463 C85.4770328,12.1080451 83.561807,10.9121622 81.3626126,10.9121622 C78.1874537,10.9121622 75.6042299,13.4049903 75.5254976,16.5094434 L75.5236486,16.6554054 L93.0405405,16.6554054 Z",fill:"#FFFFFF",fillRule:"nonzero"}),t.jsx("path",{d:"M111.993243,22.972973 C111.993243,20.8583692 110.250448,19.1441441 108.100601,19.1441441 C107.0642,19.1441441 106.122399,19.5425337 105.42485,20.1921139 C104.429736,18.4256126 102.51451,17.2297297 100.315315,17.2297297 C97.1401564,17.2297297 94.5569326,19.7225578 94.4782003,22.8270109 L94.4763514,22.972973 L111.993243,22.972973 Z",fill:"#FFFFFF",fillRule:"nonzero",transform:"translate(103.234797, 20.101351) scale(-1, 1) translate(-103.234797, -20.101351) "})]})})})})));var Xe=ke()((l=>t.jsxs("svg",{viewBox:"0 0 125 85",...l,children:[t.jsxs("defs",{children:[t.jsx("path",{d:"M0.655051158,0 L32.4959498,0 C32.7367195,3.74949709e-15 32.931902,0.195182447 32.931902,0.435952197 L32.931902,26.1830563 C32.931902,29.945084 29.882176,32.9948099 26.1201484,32.9948099 L7.03085258,32.9948099 C3.26882493,32.9948099 0.219098961,29.945084 0.219098961,26.1830563 L0.219098961,0.435952197 C0.219098961,0.195182447 0.414281408,-8.99460885e-16 0.655051158,0 Z",id:"mysite-coffee-book-path-1"}),t.jsx("rect",{id:"mysite-coffee-book-path-3",x:"54.4940289",y:"4.54116908",width:"38.5999371",height:"9.08233815"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-791.000000, -1044.000000)",children:t.jsxs("g",{transform:"translate(791.000000, 1044.000000)",children:[t.jsx("path",{d:"M72.5594645,13.8516878 C64.5535339,13.5730017 56.9277859,10.9748227 49.646854,8.13265774 C42.365922,5.29049278 35.1524061,2.14036337 27.338777,0.634156923 C22.3124143,-0.334196107 16.5643683,-0.470828226 12.5149854,2.23687336 C8.6170123,4.83938991 7.35821124,9.34391229 6.68184049,13.5144451 C6.17235213,16.6591526 5.8728481,19.9610954 7.26758641,22.9019391 C8.23683006,24.9438302 9.95759676,26.6593224 11.1478766,28.6144629 C15.2867792,35.4189593 12.3635756,43.8099065 7.87433073,50.4539143 C5.77448701,53.5704279 3.3287216,56.5438029 1.70521086,59.8609273 C0.0817000563,63.1780516 -0.669822951,66.9798943 0.750334544,70.3642501 C2.15944019,73.7193277 5.51476949,76.238347 9.14970949,78.010227 C16.5334232,81.6103751 25.2345126,82.6405376 33.7189865,83.223935 C52.500431,84.5154338 71.3824469,83.9558931 90.2136249,83.3963518 C97.1828955,83.1881504 104.182006,82.9788649 111.038549,81.8955675 C114.844792,81.2937353 118.774815,80.3394792 121.537767,78.0340836 C125.046717,75.1062523 125.916494,70.1538802 123.564669,66.4854165 C119.624699,60.3337176 108.719879,58.8069082 105.963558,52.2008536 C104.446145,48.5660054 106.00445,44.5169235 108.209286,41.1401582 C112.93946,33.9084154 120.868027,27.5636969 121.285786,19.2963693 C121.573133,13.6185457 117.761364,7.93204707 111.86854,5.24603312 C105.690578,2.42664019 97.125426,2.78448622 92.56766,7.44515958 C87.8750619,12.2522246 79.6282018,14.0989269 72.5594645,13.8516878 Z",fill:"#E6EDFB",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(57.048437, 15.894092)",children:[t.jsx("path",{d:"M0,68.1175361 L0,0 L59.8866672,0 L59.8866672,68.1175361 L0,68.1175361 Z",className:"fill-primary-opa50",fill:"#88A9F0"}),t.jsx("rect",{className:"fill-primary",fill:"#1657E2",x:"0",y:"0",width:"18.1646763",height:"11.3529227"}),t.jsx("rect",{className:"fill-primary",fill:"#1657E2",x:"0",y:"18.1646763",width:"18.1646763",height:"38.5999371"}),t.jsx("rect",{className:"fill-primary-opa50",fill:"#88A9F0",x:"5.67646135",y:"24.9764299",width:"6.81175361",height:"20.4352608"}),t.jsx("rect",{className:"fill-primary",fill:"#1657E2",x:"26.3955453",y:"20.4352608",width:"27.2470145",height:"4.54116908"}),t.jsx("rect",{className:"fill-primary",fill:"#1657E2",x:"30.0852451",y:"29.517599",width:"19.8676147",height:"4.54116908"})]}),t.jsxs("g",{transform:"translate(18.164676, 32.923476)",children:[t.jsxs("g",{children:[t.jsx("mask",{fill:"white",children:t.jsx("use",{xlinkHref:"#mysite-coffee-book-path-1"})}),t.jsx("use",{fill:"#C3D0D8",xlinkHref:"#mysite-coffee-book-path-1"}),t.jsx("path",{d:"M-8.47410317,0 L23.3667954,0 C23.6075652,3.74949709e-15 23.8027476,0.195182447 23.8027476,0.435952197 L23.8027476,26.1830563 C23.8027476,29.945084 20.7530217,32.9948099 16.990994,32.9948099 L-5.42243779,32.9948099 C-7.34859579,32.9948099 -8.91005537,31.4333504 -8.91005537,29.5071924 L-8.91005537,0.435952197 C-8.91005537,0.195182447 -8.71487292,-8.99460885e-16 -8.47410317,0 Z",fill:"#FFFFFF",mask:"url(#mask-2)"})]}),t.jsx("rect",{fill:"#091E43",x:"0.283823067",y:"4.54116908",width:"32.6396527",height:"4.82499214"}),t.jsx("rect",{fill:"#091E43",x:"23.5573146",y:"4.54116908",width:"9.36616122",height:"4.82499214"}),t.jsx("path",{d:"M32.9234758,4.82499214 C38.0962638,4.82499214 42.289637,9.01836536 42.289637,14.1911534 C42.289637,19.3639414 38.0962638,23.5573146 32.9234758,23.5573146 L32.9234758,18.874234 L32.9234758,18.874234 C35.5098698,18.874234 37.6065564,16.7775474 37.6065564,14.1911534 C37.6065564,11.6047594 35.5098698,9.50807275 32.9234758,9.50807275 L32.9234758,4.82499214 L32.9234758,4.82499214 Z",fill:"#C3D0D8"})]}),t.jsxs("g",{transform:"translate(8.230869, 65.846952)",children:[t.jsx("path",{d:"M54.4940289,18.1646763 L54.4940289,13.6235072 L93.0939661,13.6235072 L93.0939661,4.54116908 L54.4940289,4.54116908 L54.4940289,0 L97.6351351,0 L97.6351351,18.1646763 L54.4940289,18.1646763 Z",className:"fill-primary",fill:"#1657E2"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary",fill:"#1657E2",xlinkHref:"#mysite-coffee-book-path-3"}),t.jsx("use",{fillOpacity:"0.8",fill:"#FFFFFF",xlinkHref:"#mysite-coffee-book-path-3"})]}),t.jsx("rect",{className:"fill-primary-opa50",fill:"#88A9F0",x:"0",y:"0",width:"54.4940289",height:"4.54116908"}),t.jsx("rect",{fill:"#FFFFFF",x:"2.27058454",y:"4.54116908",width:"52.2234444",height:"9.08233815"}),t.jsx("rect",{className:"fill-primary-opa50",fill:"#88A9F0",x:"0",y:"13.6235072",width:"54.4940289",height:"4.54116908"})]})]})})})]})));var Ke=ke()((l=>t.jsxs("svg",{viewBox:"0 0 150 86",...l,children:[t.jsxs("defs",{children:[t.jsx("path",{d:"M41.2983478,0 L114.25615,0 C117.43731,6.11558756e-15 120.01615,2.57884005 120.01615,5.76000046 C120.01615,6.05877547 119.992904,6.35709761 119.946622,6.65226611 L111.896916,57.9896907 L111.896916,57.9896907 L27.2783527,57.9896907 L35.6078765,4.86773422 C36.047298,2.06530114 38.4616733,-5.69616028e-15 41.2983478,0 Z",id:"mysite-computer-path-1"}),t.jsx("path",{d:"M0,50.257732 L89.072172,50.257732 L89.072172,53.0028861 C89.072172,56.1840466 86.493332,58.7628866 83.3121716,58.7628866 L5.76000046,58.7628866 C2.57884005,58.7628866 -4.98598628e-16,56.1840466 0,53.0028861 L0,50.257732 L0,50.257732 Z",id:"mysite-computer-path-2"}),t.jsx("path",{d:"M1.75867954,0 L31.9341025,0 C32.7824118,1.57311275e-15 33.4701023,0.68769057 33.4701023,1.53599988 L33.4701023,20.9594237 C33.4701023,27.7458981 27.9685778,33.2474227 21.1821033,33.2474227 L12.5106787,33.2474227 C5.72420421,33.2474227 0.222679657,27.7458981 0.222679657,20.9594237 L0.222679657,1.53599988 C0.222679657,0.68769057 0.910370227,1.55831892e-16 1.75867954,0 Z",id:"mysite-computer-path-3"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-966.000000, -1179.000000)",children:t.jsxs("g",{transform:"translate(966.000000, 1179.000000)",children:[t.jsx("path",{d:"M84.2503307,13.8956646 C76.3194583,13.6160937 68.7652041,11.0096658 61.5525332,8.15847754 C54.3398622,5.3072892 47.1939753,2.14715866 39.4536014,0.636170264 C34.4743624,-0.335257122 28.7802061,-0.472323025 24.7687875,2.24397506 C20.9073591,4.85475415 19.6603597,9.37357762 18.9903302,13.5573511 C18.4856184,16.7120425 18.1889223,20.0244685 19.5705845,22.9746489 C20.5307412,25.0230227 22.2353752,26.7439612 23.4144958,28.705309 C27.5145948,35.5314085 24.6187972,43.9489955 20.1716404,50.6140969 C18.0914834,53.7405049 15.6686478,56.7233199 14.060358,60.0509755 C12.4520681,63.3786311 11.7075909,67.192544 13.1144339,70.5876447 C14.5103288,73.953374 17.8342008,76.4803907 21.4350621,78.2578962 C28.7495512,81.8694742 37.3690651,82.9029073 45.7739944,83.4881568 C64.3793569,84.7837559 83.0843481,84.2224387 101.738978,83.661121 C108.642909,83.4522586 115.576401,83.2423087 122.368661,82.155572 C126.13922,81.5518291 130.032398,80.5945434 132.769446,78.2818285 C136.245499,75.3447019 137.107121,70.3766068 134.777346,66.6964964 C130.874314,60.5252669 120.07173,58.9936101 117.34125,52.3665824 C115.838063,48.7201942 117.381759,44.6582571 119.565924,41.2707712 C124.251751,34.0160688 132.105986,27.6512069 132.519828,19.357632 C132.804481,13.6617823 129.028448,7.95722997 123.190871,5.26268839 C117.07083,2.43434436 108.585979,2.79332649 104.070943,7.46879669 C99.4223396,12.2911233 91.2527964,14.1436886 84.2503307,13.8956646 Z",fill:"#EDE4E8",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(0.000000, 25.515464)",children:[t.jsx("path",{d:"M59.5670148,0 L118.895326,0 C122.076486,2.08016557e-15 124.655326,2.57884005 124.655326,5.76000046 C124.655326,6.05877547 124.63208,6.35709761 124.585797,6.65226611 L116.536092,57.9896907 L116.536092,57.9896907 L50.4742302,57.9896907 L59.5670148,0 Z",className:"fill-primary",fill:"#661B39"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary",fill:"#661B39",xlinkHref:"#mysite-computer-path-1"}),t.jsx("use",{fillOpacity:"0.493116259",fill:"#FFFFFF",xlinkHref:"#mysite-computer-path-1"})]}),t.jsx("polygon",{fill:"#FFFFFF",points:"40.6391788 4.63917526 115.42269 4.63917526 107.443308 57.9896907 32.6597964 57.9896907"}),t.jsx("polygon",{className:"fill-primary",fill:"#661B39",points:"69.5876316 50.257732 117.761523 50.257732 116.487726 58.7628866 69.5876316 58.7628866"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary",fill:"#661B39",xlinkHref:"#mysite-computer-path-2"}),t.jsx("use",{fillOpacity:"0.493116259",fill:"#FFFFFF",xlinkHref:"#mysite-computer-path-2"})]})]}),t.jsx("polygon",{fill:"#C3D0D8",points:"70.7796392 40.2061856 100.515464 40.2061856 100.096649 44.0721649 70.3608247 44.0721649"}),t.jsx("polygon",{fill:"#C3D0D8",points:"70.0064433 46.3917526 99.742268 46.3917526 99.3234536 50.257732 69.5876289 50.257732"}),t.jsx("polygon",{stroke:"#C3D0D8",strokeWidth:"1.5",points:"50.257732 40.2061856 62.628866 40.2061856 61.0824742 51.0309278 48.7113402 51.0309278"}),t.jsx("polygon",{stroke:"#C3D0D8",strokeWidth:"1.5",points:"47.1649485 55.6701031 59.5360825 55.6701031 57.9896907 66.4948454 45.6185567 66.4948454"}),t.jsx("polygon",{fill:"#C3D0D8",points:"67.6868557 56.1633906 97.4226804 56.1633906 97.003866 60.0293699 67.2680412 60.0293699"}),t.jsx("polygon",{fill:"#C3D0D8",points:"66.9136598 62.3489576 96.6494845 62.3489576 96.2306701 66.214937 66.4948454 66.214937"}),t.jsxs("g",{transform:"translate(106.701031, 51.030928)",children:[t.jsxs("g",{children:[t.jsx("mask",{fill:"white",children:t.jsx("use",{xlinkHref:"#mysite-computer-path-3"})}),t.jsx("use",{fill:"#C3D0D8",xlinkHref:"#mysite-computer-path-3"}),t.jsx("path",{d:"M-7.51967098,0 L22.6557519,0 C23.5040613,1.57311275e-15 24.1917518,0.68769057 24.1917518,1.53599988 L24.1917518,20.9594237 C24.1917518,27.7458981 18.6902273,33.2474227 11.9037528,33.2474227 L3.23232817,33.2474227 C-3.5541463,33.2474227 -9.05567086,27.7458981 -9.05567086,20.9594237 L-9.05567086,1.53599988 C-9.05567086,0.68769057 -8.36798029,1.55831892e-16 -7.51967098,0 Z",fill:"#FFFFFF",mask:"url(#mask-4)"})]}),t.jsx("rect",{fill:"#091E43",x:"0.222679657",y:"4.75051509",width:"33.2474227",height:"4.75051509"}),t.jsx("rect",{fill:"#091E43",x:"23.9752551",y:"4.75051509",width:"9.50103017",height:"4.75051509"}),t.jsx("path",{d:"M33.4762853,4.75051509 C38.7235593,4.75051509 42.9773154,9.00427119 42.9773154,14.2515453 C42.9773154,19.4988193 38.7235593,23.7525754 33.4762853,23.7525754 L33.4762853,19.0020603 L33.4762853,19.0020603 C36.0999223,19.0020603 38.2268003,16.8751823 38.2268003,14.2515453 C38.2268003,11.6279082 36.0999223,9.50103017 33.4762853,9.50103017 L33.4762853,4.75051509 L33.4762853,4.75051509 Z",fill:"#C3D0D8"})]}),t.jsx("polyline",{stroke:"#1C895D",strokeWidth:"3",points:"50.257732 43.2289553 54.0670853 48.2180527 63.9539067 39.7128981"}),t.jsx("polyline",{stroke:"#1C895D",strokeWidth:"3",points:"47.1649485 59.1861603 50.9743018 64.1752577 60.8611232 55.6701031"})]})})})]})));var Qe=ke()((l=>t.jsxs("svg",{viewBox:"0 0 125 86",...l,children:[t.jsxs("defs",{children:[t.jsx("path",{d:"M44.4032612,0 L44.4032612,6.8136178 L41.2920565,6.813 L41.2922047,26.6866697 L27.7166853,26.6866697 L27.7160565,10.504 L3.11105652,10.5043274 L3.11105652,6.8136178 L27.7160565,6.813 L27.7166853,0 L44.4032612,0 Z",id:"mysite-gift-path-1"}),t.jsx("polygon",{id:"mysite-gift-path-2",points:"4.52517312 4.54241187 13.5755193 4.54241187 13.5755193 13.6272356 4.52517312 13.6272356"}),t.jsx("rect",{id:"mysite-gift-path-3",x:"15.8381059",y:"4.54241187",width:"18.1006925",height:"2.27120593"}),t.jsx("rect",{id:"mysite-gift-path-4",x:"15.8381059",y:"9.08482374",width:"13.8583427",height:"2.27120593"}),t.jsx("rect",{id:"mysite-gift-path-5",x:"4.52517312",y:"15.8984415",width:"6.78775967",height:"2.27120593"}),t.jsx("rect",{id:"mysite-gift-path-6",x:"13.5755193",y:"15.8984415",width:"11.3129328",height:"2.27120593"}),t.jsx("rect",{id:"mysite-gift-path-7",x:"27.1510387",y:"15.8984415",width:"6.78775967",height:"2.27120593"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-438.000000, -1044.000000)",children:t.jsxs("g",{transform:"translate(438.000000, 1044.000000)",children:[t.jsx("path",{d:"M72.3038787,13.8554787 C64.3261485,13.5767163 56.7272617,10.9778262 49.4719763,8.13488342 C42.2166909,5.29194065 35.0285842,2.14094913 27.242478,0.634330475 C22.2338203,-0.334287567 16.5060214,-0.470957078 12.4709022,2.23748553 C8.58665946,4.84071432 7.33229244,9.34646947 6.65830416,13.5181436 C6.15061044,16.6637117 5.85216139,19.9665582 7.24198683,22.9082068 C8.20781638,24.9506567 9.9225218,26.6666183 11.1086089,28.6222939 C15.2329325,35.4286525 12.3200257,43.8218961 7.84659394,50.4677222 C5.75414677,53.5850886 3.31699641,56.5592774 1.69920437,59.8773096 C0.0814122733,63.1953417 -0.667463545,66.9982249 0.747691542,70.3835069 C2.15183371,73.7395027 5.49534409,76.2592113 9.11748026,78.0315763 C16.4751853,81.6327097 25.1456257,82.6631541 33.6002136,83.2467111 C52.3155017,84.5385634 71.1310071,83.9788695 89.8958535,83.4191751 C96.8405753,83.2109167 103.815032,83.001574 110.647423,81.9179801 C114.440259,81.3159832 118.356439,80.3614659 121.109659,78.0554394 C124.606248,75.1268069 125.472962,70.1730794 123.129421,66.5036117 C119.203329,60.3502293 108.336921,58.823002 105.590309,52.2151395 C104.07824,48.5792966 105.631056,44.5291065 107.828126,41.1514172 C112.541638,33.9176952 120.442278,27.5712403 120.858565,19.3016502 C121.1449,13.6222727 117.346558,7.93421786 111.47449,5.24746882 C105.31829,2.4273043 96.7833083,2.78524826 92.2415967,7.44719712 C87.565528,12.2555777 79.3477169,14.1027854 72.3038787,13.8554787 Z",fill:"#E6EDFB",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(63.069600, 57.347950)",children:[t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"0",width:"27.7166853",height:"6.8136178"}),t.jsx("rect",{fill:"#FFFFFF",x:"3.11105652",y:"6.8136178",width:"24.6056288",height:"19.8730519"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-1"}),t.jsx("use",{fillOpacity:"0.500327797",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-1"})]})]}),t.jsx("polygon",{fill:"#A64A4A",transform:"translate(44.968908, 46.417771) scale(-1, 1) translate(-44.968908, -46.417771) ",points:"38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417"}),t.jsx("polygon",{fill:"#FF6E71",points:"38.1811482 38.6105009 51.7566675 54.2250417 38.1811482 54.2250417"}),t.jsxs("g",{transform:"translate(17.252223, 49.398729)",className:"fill-primary-opa50",fill:"#88A9F0",children:[t.jsx("rect",{x:"0",y:"0",width:"34.504445",height:"9.93652597"}),t.jsx("rect",{x:"3.67670316",y:"9.93652597",width:"29.6964486",height:"24.6993645"})]}),t.jsx("path",{d:"M38.1811482,49.3987291 L38.1809257,59.3347291 L50.6249257,59.3347291 L50.6253742,49.3987291 L74.6653564,49.3987291 L74.6653564,59.3352551 L70.4229257,59.3347291 L70.4230066,84.0346196 L50.6253742,84.0346196 L50.6249257,64.1607291 L40.1599257,64.1607291 L40.1609114,84.0346196 L32.8075051,84.0346196 L32.8069257,64.1607291 L20.9289257,64.1615677 L20.9289257,59.3352551 L30.8269257,59.3347291 L30.8277418,49.3987291 L38.1811482,49.3987291 Z",className:"fill-primary",fill:"#1657E2"}),t.jsxs("g",{transform:"translate(62.786777, 67.568377)",children:[t.jsxs("g",{children:[t.jsx("rect",{fill:"#FDD33F",x:"0",y:"0",width:"10.7472861",height:"16.466243"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"0",width:"3.11105652",height:"16.466243"}),t.jsx("rect",{fill:"#FFE168",x:"7.35340631",y:"0",width:"1.69693992",height:"16.466243"}),t.jsx("rect",{fill:"#F7B523",x:"2.8282332",y:"4.54241187",width:"1.69693992",height:"2.83900742"}),t.jsx("rect",{fill:"#F7B523",x:"2.8282332",y:"13.6272356",width:"1.69693992",height:"2.83900742"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"2.83900742",width:"10.7472861",height:"1.70340445"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"7.38141929",width:"10.7472861",height:"1.70340445"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"11.9238312",width:"10.7472861",height:"1.70340445"})]}),t.jsxs("g",{transform:"translate(7.353406, 2.839007)",children:[t.jsx("rect",{fill:"#FDD33F",x:"0",y:"1.70340445",width:"10.7472861",height:"11.9238312"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"0",width:"3.11105652",height:"13.6272356"}),t.jsx("rect",{fill:"#FFE168",x:"7.63622963",y:"1.70340445",width:"1.4141166",height:"11.9238312"}),t.jsx("rect",{fill:"#F7B523",x:"2.8282332",y:"6.24581632",width:"1.69693992",height:"2.83900742"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"4.54241187",width:"10.7472861",height:"1.70340445"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"9.08482374",width:"10.7472861",height:"1.70340445"})]})]}),t.jsx("g",{transform:"translate(65.615010, 18.737449)",className:"fill-primary",fill:"#1657E2",opacity:"0.197916667",children:t.jsx("rect",{x:"0",y:"0",width:"38.4639715",height:"22.7120593",rx:"2.24448573"})}),t.jsxs("g",{transform:"translate(56.564664, 23.279861)",children:[t.jsx("rect",{x:"4.2423498",y:"0",width:"36.4784342",height:"22.7120593",rx:"2.24448573"}),t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"0",width:"38.4639715",height:"22.7120593",rx:"2.24448573"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-2"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-2"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-3"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-3"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-4"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-4"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-5"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-5"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-6"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-6"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-gift-path-7"}),t.jsx("use",{fillOpacity:"0.504370629",fill:"#FFFFFF",xlinkHref:"#mysite-gift-path-7"})]})]})]})})})]})));var ls=ke()((l=>t.jsxs("svg",{viewBox:"0 0 126 85",...l,children:[t.jsxs("defs",{children:[t.jsx("path",{d:"M-2.26030918e-13,18.5069564 L63.5082646,18.5069564 L63.5082646,27.114844 L9.072,27.1139564 L9.07260923,67.554751 C9.07260923,70.0600829 7.04163647,72.0910556 4.53630461,72.0910556 C2.03097276,72.0910556 -1.85746603e-13,70.0600829 -1.78069283e-13,67.554751 L-2.26030918e-13,18.5069564 Z",id:"mysite-paperpath-1"}),t.jsx("rect",{id:"mysite-paper-path-2",x:"11.3407615",y:"0",width:"45.3630461",height:"27.114844"}),t.jsx("rect",{id:"mysite-paper-path-3",x:"18.1452185",y:"13.557422",width:"45.3630461",height:"14.0093361"}),t.jsx("rect",{id:"mysite-paper-path-4",x:"4.27351564",y:"0",width:"36.746418",height:"22.7058454",rx:"2.29729716"}),t.jsx("polygon",{id:"mysite-paper-path-5",points:"4.55841668 4.54116908 13.6752501 4.54116908 13.6752501 13.6235072 4.55841668 13.6235072"}),t.jsx("rect",{id:"mysite-paper-path-6",x:"15.9544584",y:"4.54116908",width:"18.2336667",height:"2.27058454"}),t.jsx("rect",{id:"mysite-paper-path-7",x:"15.9544584",y:"9.08233815",width:"13.9601511",height:"2.27058454"}),t.jsx("rect",{id:"mysite-paper-path-8",x:"4.55841668",y:"15.8940918",width:"6.83762503",height:"2.27058454"}),t.jsx("rect",{id:"mysite-paper-path-9",x:"13.6752501",y:"15.8940918",width:"11.3960417",height:"2.27058454"}),t.jsx("rect",{id:"mysite-paper-path-10",x:"27.3505001",y:"15.8940918",width:"6.83762503",height:"2.27058454"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-262.000000, -1044.000000)",children:t.jsxs("g",{transform:"translate(262.000000, 1044.000000)",children:[t.jsx("path",{d:"M72.8350493,13.8516878 C64.7987118,13.5730017 57.1440008,10.9748227 49.8354155,8.13265774 C42.52683,5.29049278 35.2859169,2.14036337 27.4426112,0.634156923 C22.397158,-0.334196107 16.6272807,-0.470828226 12.562518,2.23687336 C8.64974019,4.83938991 7.38615813,9.34391229 6.70721849,13.5144451 C6.19579506,16.6591526 5.8951535,19.9610954 7.2951891,22.9019391 C8.26811399,24.9438302 9.99541626,26.6593224 11.1902168,28.6144629 C15.3448392,35.4189593 12.4105331,43.8099065 7.90423787,50.4539143 C5.79641883,53.5704279 3.34136427,56.5438029 1.71168734,59.8609273 C0.0820103575,63.1780516 -0.672366975,66.9798943 0.753184356,70.3642501 C2.16764186,73.7193277 5.53571489,76.238347 9.18446059,78.010227 C16.596218,81.6103751 25.3303547,82.6405376 33.847053,83.223935 C52.6998305,84.5154338 71.6535614,83.9558931 90.5562612,83.3963518 C97.5520014,83.1881504 104.577695,82.9788649 111.460279,81.8955675 C115.280979,81.2937353 119.225928,80.3394792 121.999374,78.0340836 C125.521651,75.1062523 126.394732,70.1538802 124.033975,66.4854165 C120.07904,60.3337176 109.132803,58.8069082 106.366013,52.2008536 C104.842837,48.5660054 106.40706,44.5169235 108.62027,41.1401582 C113.36841,33.9084154 121.327091,27.5636969 121.746436,19.2963693 C122.034874,13.6185457 118.208628,7.93204707 112.293422,5.24603312 C106.091997,2.42664019 97.4943137,2.78448622 92.919237,7.44515958 C88.2088162,12.2522246 79.9306341,14.0989269 72.8350493,13.8516878 Z",fill:"#E6EDFB",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(51.821824, 47.996150) scale(-1, 1) translate(-51.821824, -47.996150) translate(15.609225, 11.920569)",children:[t.jsx("path",{d:"M0,26.8996489 L72.3648649,26.8996489 L72.3648649,67.5187486 C72.3648649,70.043964 70.3177733,72.0910556 67.7925578,72.0910556 L5.44322307,72.0910556 C2.43701398,72.0910556 1.25633285e-15,69.6540416 0,66.6478325 L0,26.8996489 L0,26.8996489 Z",className:"fill-primary-opa50",fill:"#88A9F0"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary",fill:"#1657E2",xlinkHref:"#mysite-paper-path-1"}),t.jsx("use",{fillOpacity:"0.201016",fill:"#000000",xlinkHref:"#mysite-paper-path-1"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-2"}),t.jsx("use",{fillOpacity:"0.501748252",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-2"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary",fill:"#1657E2",xlinkHref:"#mysite-paper-path-3"}),t.jsx("use",{fillOpacity:"0.502840909",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-3"})]}),t.jsx("rect",{className:"fill-primary",fill:"#1657E2",x:"18.1452185",y:"27.114844",width:"38.5585892",height:"40.220352"}),t.jsx("rect",{fill:"#FFFFFF",x:"21.3206317",y:"8.58636727",width:"45.3630461",height:"58.7488287"}),t.jsx("rect",{className:"fill-primary-opa50",fillOpacity:"0.5",fill:"#C3D4F7",x:"25.8569363",y:"14.0093361",width:"36.2904369",height:"18.0765627"}),t.jsx("rect",{className:"fill-primary-opa50",fillOpacity:"0.5",fill:"#C3D4F7",x:"25.8569363",y:"36.6050394",width:"36.2904369",height:"4.97105474"}),t.jsx("rect",{className:"fill-primary-opa50",fillOpacity:"0.5",fill:"#C3D4F7",x:"25.8569363",y:"46.0952348",width:"36.2904369",height:"4.97105474"}),t.jsx("rect",{className:"fill-primary-opa50",fillOpacity:"0.5",fill:"#C3D4F7",x:"25.8569363",y:"55.5854303",width:"36.2904369",height:"4.97105474"})]}),t.jsxs("g",{transform:"translate(72.649766, 25.260253)",children:[t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-4"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-4"})]}),t.jsx("rect",{fill:"#FFFFFF",x:"0",y:"0",width:"38.7465418",height:"22.7058454",rx:"2.29729716"}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-5"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-5"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-6"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-6"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-7"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-7"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-8"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-8"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-9"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-9"})]}),t.jsxs("g",{children:[t.jsx("use",{className:"fill-primary-opa50",fill:"#88A9F0",xlinkHref:"#mysite-paper-path-10"}),t.jsx("use",{fillOpacity:"0.499289773",fill:"#FFFFFF",xlinkHref:"#mysite-paper-path-10"})]})]})]})})})]})));var is=ke()((l=>t.jsx("svg",{viewBox:"0 0 126 88",...l,children:t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-1166.000000, -1044.000000)",children:t.jsxs("g",{transform:"translate(1166.000000, 1044.000000)",children:[t.jsx("path",{d:"M73.2089619,14.0146489 C65.1313683,13.7326841 57.4373603,11.1039382 50.0912551,8.22833606 C42.7451496,5.35273387 35.4670638,2.16554412 27.5834931,0.641617593 C22.5121381,-0.338127826 16.71264,-0.476367381 12.6270101,2.26318952 C8.69414527,4.89632391 7.42407637,9.45384067 6.74165127,13.6734385 C6.22760235,16.8551426 5.92541739,20.1959319 7.33264034,23.1713737 C8.31055992,25.2372871 10.0467296,26.9729615 11.2476639,28.9511037 C15.4236148,35.835653 12.474245,44.3253171 7.94481578,51.0474898 C5.82617584,54.2006682 3.3585178,57.2090241 1.72047461,60.5651735 C0.0824313733,63.9213228 -0.675818698,67.767893 0.757050971,71.1920649 C2.17876986,74.5866139 5.56413353,77.1352687 9.23161076,78.9279944 C16.6814179,82.5704972 25.4163961,85 34.0208133,85 C53.2016269,85 72.1636364,85 91.0211489,85 C98.0596974,85 105.114565,83.9550869 112.032482,82.8590448 C115.872796,82.2501322 119.837997,81.2846495 122.625681,78.9521316 C126.16604,75.9898553 127.043603,70.9792199 124.670727,67.2675979 C120.695489,61.043526 109.693057,59.4987541 106.912064,52.8149813 C105.381068,49.1373702 106.953321,45.040652 109.177893,41.6241601 C113.950409,34.3073379 121.949947,27.8879757 122.371445,19.5233854 C122.661364,13.7787639 118.815474,8.02536527 112.869902,5.30775116 C106.63664,2.4551889 97.9948193,2.81724488 93.3962556,7.53274969 C88.6616529,12.3963684 80.3409732,14.2647966 73.2089619,14.0146489 Z",fill:"#E7EEFC",fillRule:"nonzero",className:"fill-primary",opacity:"0.1"}),t.jsxs("g",{transform:"translate(22.909091, 4.594595)",children:[t.jsx("polygon",{className:"fill-primary",fill:"#1657E2",transform:"translate(49.254545, 74.662162) scale(-1, 1) translate(-49.254545, -74.662162) ",points:"54.9818182 68.9189189 54.9818182 80.4054054 50.4 80.4054054 43.5272727 68.9189189"}),t.jsx("polygon",{className:"fill-primary",fill:"#1657E2",transform:"translate(25.772727, 74.662162) scale(-1, 1) translate(-25.772727, -74.662162) ",points:"31.5 68.9189189 31.5 80.4054054 26.9181818 80.4054054 20.0454545 68.9189189"}),t.jsx("path",{d:"M11.4545455,17.2297297 C20.3111845,17.2297297 27.4909091,24.4094543 27.4909091,33.2660934 L27.4909091,35.6081081 L27.4909091,35.6081081 L13.7518428,35.6081081 C12.4830805,35.6081081 11.4545455,34.5795731 11.4545455,33.3108108 L11.4545455,17.2297297 L11.4545455,17.2297297 Z",className:"fill-primary",fill:"#1657E2"}),t.jsx("g",{transform:"translate(10.595455, 64.037162)"}),t.jsx("path",{d:"M25.7727273,17.2297297 C31.2303675,17.2297297 36.0512374,19.9560677 38.947703,24.1211099 L50.3361179,24.1216216 C63.0237406,24.1216216 73.3090909,34.406972 73.3090909,47.0945946 L73.3090909,49.3918919 C73.3090909,62.0795145 63.0237406,72.3648649 50.3361179,72.3648649 L28.4138821,72.3648649 C15.7262594,72.3648649 5.44090909,62.0795145 5.44090909,49.3918919 L5.44090909,47.0945946 C5.44090909,35.3002771 14.3289124,25.5818641 25.7724438,24.2718308 L25.7727273,17.2297297 Z",className:"fill-primary-opa50",fill:"#88A9F0"}),t.jsx("ellipse",{fill:"#091E43",cx:"21.7636364",cy:"41.3513514",rx:"2.57727273",ry:"2.58445946"}),t.jsx("ellipse",{fill:"#091E43",cx:"6.01363636",cy:"41.3513514",rx:"2.57727273",ry:"2.58445946"}),t.jsx("path",{d:"M50.3361179,72.3648649 L28.4138821,72.3648649 C21.3004172,72.3648649 14.9420864,69.1317512 10.7281982,64.0548323 C14.3314285,66.4044549 18.6358809,67.7702703 23.2593366,67.7702703 L23.2593366,67.7702703 L55.4906634,67.7702703 C60.1141698,67.7702703 64.4186659,66.404425 68.0226738,64.0542124 C63.8079136,69.1317512 57.4495828,72.3648649 50.3361179,72.3648649 Z",className:"fill-primary",fill:"#1657E2",opacity:"0.244073"}),t.jsx("ellipse",{className:"fill-primary",fill:"#1657E2",opacity:"0.242629278",cx:"10.5954545",cy:"52.2635135",rx:"8.01818182",ry:"10.3378378"}),t.jsx("ellipse",{className:"fill-primary",fill:"#1657E2",cx:"8.01818182",cy:"52.2635135",rx:"8.01818182",ry:"10.3378378"}),t.jsx("rect",{fill:"#091E43",x:"3.43636364",y:"49.6790541",width:"2.29090909",height:"4.88175676",rx:"1.14545455"}),t.jsx("rect",{fill:"#091E43",x:"8.01818182",y:"49.6790541",width:"2.29090909",height:"4.88175676",rx:"1.14545455"}),t.jsx("g",{transform:"translate(25.772727, 23.547297)",className:"fill-primary",fill:"#1657E2",children:t.jsx("path",{d:"M0,0 C5.85170796,-1.07494131e-15 10.5954545,4.74374658 10.5954545,10.5954545 L10.5954545,12.0608108 L10.5954545,12.0608108 L2.2972973,12.0608108 C1.02853503,12.0608108 5.99467774e-16,11.0322758 0,9.76351351 L0,0 L0,0 Z"})}),t.jsx("polygon",{className:"fill-primary-opa50",fill:"#88A9F0",points:"35.5090909 64.8986486 35.5090909 80.4054054 30.9272727 80.4054054 20.0454545 64.8986486"}),t.jsx("polygon",{className:"fill-primary-opa50",fill:"#88A9F0",transform:"translate(61.281818, 71.790541) scale(-1, 1) translate(-61.281818, -71.790541) ",points:"68.7272727 67.7702703 68.7272727 80.4054054 64.1454545 80.4054054 53.8363636 63.1756757"}),t.jsxs("g",{transform:"translate(53.836364, 62.027027)",children:[t.jsxs("g",{children:[t.jsx("rect",{fill:"#FDD33F",x:"0",y:"0",width:"12.0272732",height:"18.3783791"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"0",width:"3.43636377",height:"18.3783791"}),t.jsx("rect",{fill:"#FFE168",x:"8.41909124",y:"0",width:"1.71818189",height:"18.3783791"}),t.jsx("rect",{fill:"#F7B523",x:"3.26454558",y:"5.01228521",width:"1.71818189",height:"3.34152347"}),t.jsx("rect",{fill:"#F7B523",x:"3.26454558",y:"15.0368556",width:"1.71818189",height:"3.34152347"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"3.34152347",width:"12.0272732",height:"2.01013514"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"8.35380869",width:"12.0272732",height:"1.67076174"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"13.3660939",width:"12.0272732",height:"1.67076174"})]}),t.jsxs("g",{transform:"translate(9.736364, 5.168919)",children:[t.jsx("rect",{fill:"#FDD33F",x:"0",y:"0",width:"12.0272732",height:"13.20946"}),t.jsx("rect",{fill:"#F7B523",x:"-2.54342002e-16",y:"5.24896748e-07",width:"3.43636377",height:"13.2094595"}),t.jsx("rect",{fill:"#FFE168",x:"8.41909124",y:"0",width:"1.71818189",height:"13.20946"}),t.jsx("rect",{fill:"#F7B523",x:"3.26454558",y:"4.95354749",width:"1.71818189",height:"3.302365"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"3.302365",width:"12.0272732",height:"1.6511825"}),t.jsx("rect",{fill:"#F7B523",x:"0",y:"8.25591249",width:"12.0272732",height:"1.6511825"})]})]}),t.jsx("path",{d:"M41.2363636,29.8648649 L57.2727273,29.8648649 C57.2727273,31.1336271 56.2441922,32.1621622 54.97543,32.1621622 L43.5336609,32.1621622 C42.2648987,32.1621622 41.2363636,31.1336271 41.2363636,29.8648649 L41.2363636,29.8648649 L41.2363636,29.8648649 Z",fill:"#091E43"}),t.jsxs("g",{transform:"translate(42.381818, 16.655405)",children:[t.jsx("ellipse",{fill:"#FDD33F",cx:"6.87272727",cy:"6.89189189",rx:"6.87272727",ry:"6.89189189"}),t.jsx("ellipse",{fill:"#F7B523",cx:"6.87272727",cy:"6.89189189",rx:"5.44090909",ry:"5.45608108"}),t.jsx("ellipse",{fill:"#FDD33F",cx:"7.01590909",cy:"7.03547297",rx:"3.86590909",ry:"3.87668919"})]}),t.jsxs("g",{transform:"translate(42.381818, 0.000000)",children:[t.jsx("ellipse",{fill:"#FDD33F",cx:"6.87272727",cy:"6.89189189",rx:"6.87272727",ry:"6.89189189"}),t.jsx("ellipse",{fill:"#F7B523",cx:"6.87272727",cy:"6.89189189",rx:"5.44090909",ry:"5.45608108"}),t.jsx("ellipse",{fill:"#FDD33F",cx:"7.01590909",cy:"7.03547297",rx:"3.86590909",ry:"3.87668919"})]})]})]})})})})));const es=l=>s.css({fontSize:"16px",color:l.defaultText},"",""),ss=l=>s.css({color:l.secondary},"",""),ts=l=>s.css({color:l.secondaryDarkText},"",""),rs=l=>s.css({fontSize:l},"",""),as=l=>s.css("white-space:",l,";",""),hs=l=>r.jsx("div",{css:i=>[es(i),l.secondary&&ss(i),l.dark&&ts(i),l.size&&rs(l.size),as(l.whiteSpace?l.whiteSpace:"pre-wrap")],dangerouslySetInnerHTML:{__html:l.externalLinks?l.text.replace(/href/g,"target='_blank' href"):l.text}}),cs=f.default("div",{target:"ei0607b0"})({name:"1593lot",styles:"display:grid;grid-template-rows:1fr;grid-row-gap:0.3em"}),xs={name:"1wg53za",styles:"justify-items:center"},ns={name:"1q9t4yi",styles:"padding-left:8px;padding-right:8px;justify-content:flex-start;height:100%;width:100%"},fs=f.default("span",{target:"e1w1uyes2"})({name:"fnf23l",styles:"position:relative;ul{border-top:none;}"}),ds=f.default("div",{target:"e1w1uyes1"})({name:"6mff9q",styles:"position:absolute;left:0;right:0;min-width:150px;box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.1);z-index:1000;border-radius:10px;overflow:hidden"}),os=f.default("span",{target:"e1w1uyes0"})({name:"1ge8ozm",styles:"line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px"});var ms={name:"eoqxuw",styles:"display:flex;justify-content:space-between;align-items:center;padding:0 0.5em;height:39px;background-color:rgba(216, 216, 216, 0.08);border:1px solid rgba(255, 255, 255, 0.24);border-radius:5px;color:white;&>button>span{color:white;font-weight:400;}button svg polygon{fill:white;}button{width:100%;}button+div{top:40px;}"};const ps={default:{name:"1iva4el",styles:"button{height:36px;padding-left:8px;padding-right:8px;svg{margin-left:8px;}}"},optionsWidth:l=>s.css("width:",l||"auto",";",""),width:l=>s.css("&>button{width:",l||"auto",";}",""),input:l=>s.css("display:grid;width:100%;position:unset;border-color:",l.border,";position:relative;&:focus-within>span:first-of-type{color:",l.primary,";}&>button{display:flex;border:1px solid;padding:0 10px 0 10px;border-radius:5px;height:38px;border-color:inherit;&:hover,&:focus,&:active{border:1px solid ",l.primary,";text-decoration:none;}}",""),open:l=>s.css("border-color:",l.primary,";color:",l.primary,";",""),primary10:l=>s.css("&>button,&>button:hover,&>button:focus{background-color:",l.illustrationPrimary10,";border-radius:9px;padding:0 0.7em;height:34px;}",""),inputstyle:{name:"y09x00",styles:"top:calc(22px + 38px + 5px)"},withIcon:{name:"ip9sq0",styles:"svg:first-of-type,polygon:first-of-type{margin-left:0;}"},opacity08:l=>ms,maxHeight:l=>s.css("ul{overflow-y:scroll;max-height:",l,";}","")},ys=f.default("div",{target:"e1je83v55"})({name:"1ivkyd7",styles:"position:relative;display:flex;flex-direction:row;&>svg{margin-left:0.5em;}"}),gs=f.default("div",{target:"e1je83v54"})({name:"12t7be",styles:"height:25px;width:25px;border-radius:25px;display:flex;justify-content:center;align-items:center;overflow:hidden;grid-row:1/3;&>img{height:25px;}"}),Cs=f.default("div",{target:"e1je83v53"})({name:"1qkb1w8",styles:"height:30px;width:30px;border-radius:30px;display:flex;justify-content:center;align-items:center;overflow:hidden;margin-right:0.5em;grid-row:1/3;&>img{height:30px;}"}),js=f.default("div",{target:"e1je83v52"})({name:"1quyi9k",styles:"position:absolute;background-color:white;right:0;top:30px;box-sizing:border-box;width:300px;border:1px solid #cfd9ea;background-color:#ffffff;box-shadow:0 10px 15px 0 rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden"}),Ls=f.default("div",{target:"e1je83v51"})({name:"1rouqwn",styles:"display:grid;padding:1em;grid-template-columns:37px 1fr;align-items:center;&>svg{grid-row:1/3;}"}),Fs=f.default("div",{target:"e1je83v50"})({name:"13xfmsd",styles:"display:flex;padding:1em;button{width:100%;}"}),ws=l=>s.css("width:100%;height:46px;background-color:white;border-radius:0;font-weight:500;border-top:1px solid #d7d7d7;cursor:pointer;&:hover{background:",l.bg,";}&:nth-of-type(1){border-top:none;}",""),Ns=s.keyframes`
|
6
|
-
from { background: rgba(0, 0, 0, 0); }
|
7
|
-
to { background: rgba(0, 0, 0, 0.27); }
|
8
|
-
`,Ds=s.keyframes`
|
9
|
-
from { background: rgba(0, 0, 0, 0.27); }
|
10
|
-
to { background: rgba(0, 0, 0, 0); }
|
11
|
-
`,us=f.default("div",{target:"e1pqvfqt5"})("position:fixed;-webkit-overflow-scrolling:touch;top:0;left:0;right:0;bottom:0;z-index:1001;background:rgba(0, 0, 0, 0.27);overflow:auto;display:flex;justify-content:center;align-items:center;&.filter-overlay-enter{animation:",Ns," 0.2s linear;}&.filter-overlay-exit-active{animation:",Ds," 0.2s linear;}&.filter-overlay-exit{background:rgba(0, 0, 0, 0);}"),Bs=f.default("div",{target:"e1pqvfqt4"})((l=>`\n position: relative;\n min-width: 300px;\n width: ${l.width};\n margin: 0 1em;\n border-radius: 15px;\n background-color: #ffffff;\n box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);\n`),""),bs=f.default("div",{target:"e1pqvfqt3"})({name:"1in58qk",styles:"position:absolute;top:1.5em;right:2em;opacity:0.3"}),vs=f.default("div",{target:"e1pqvfqt2"})({name:"1nv44ak",styles:"padding:1.5em 2em"}),Ms=f.default("div",{target:"e1pqvfqt1"})({name:"1rwb0rk",styles:"padding:1.5em 2em;padding-top:0"}),ks=f.default("div",{target:"e1pqvfqt0"})({name:"1x4nlz1",styles:"display:flex;justify-content:flex-end;padding:1.5em 2em;padding-top:1em;border-top:1px solid #d7d7d7"}),As={name:"13vugfz",styles:"&:focus{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color;}"},Zs=f.default("div",{target:"ebh5fga1"})({name:"1ivkyd7",styles:"position:relative;display:flex;flex-direction:row;&>svg{margin-left:0.5em;}"}),Es=f.default("div",{target:"ebh5fga0"})({name:"1141e4r",styles:"position:absolute;background-color:white;right:0;top:30px;box-sizing:border-box;width:300px;border:1px solid #cfd9ea;background-color:#ffffff;box-shadow:0 10px 15px 0 rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden;padding:0.5em 1em"});var Hs=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M7.01,20.01 C7.01,21.11 7.9,22 9,22 C10.1,22 10.99,21.11 10.99,20.01 L7.01,20.01 Z M9,5 C11.76,5 14,7.24 14,10 L14,17 L4,17 L4,10 C4,7.24 6.24,5 9,5 Z M9,0.5 C8.17,0.5 7.5,1.17 7.5,2 L7.5,3.17 C4.36,3.85 2,6.65 2,10 L2,16 L0,18 L0,19 L18,19 L18,18 L16,16 L16,10 C16,6.65 13.64,3.85 10.5,3.17 L10.5,2 C10.5,1.17 9.83,0.5 9,0.5 Z"})})));const Rs=f.default("div",{target:"e1vzi48j1"})(""),zs=f.default("div",{target:"e1vzi48j0"})((l=>`\n position: absolute;\n top: -2px;\n left: 10px;\n background: ${l.color};\n height: 10px;\n width: 10px;\n border-radius: 10px;\n`),""),Ss=({unread:l})=>{const i=s.useTheme();return t.jsxs(Rs,{children:[t.jsx(Hs,{secondary:!0}),l&&t.jsx(zs,{color:i.primary})]})},Is=f.default("div",{target:"exqwsp80"})((l=>`\n display: grid;\n grid-template-columns: 2em 1fr;\n justify-content: start;\n padding: 1em 0;\n border-bottom: ${l.hideBorderBottom?"none":"1px solid #d8e4f9"};\n\n svg {\n margin-top: 5px;\n }\n\n & > span:nth-of-type(1) {\n line-height: 1.5em;\n text-align: left;\n font-weight: normal;\n text-transform: none;\n\n & > span {\n font-weight: 600;\n text-transform: none;\n }\n }\n`),""),Ts=f.default("table",{target:"e1hlre5g1"})({name:"tkxk5i",styles:"border-collapse:collapse"});f.default("tbody",{target:"e1hlre5g0"})("");const Ps={cell_defaults:{name:"rt24rc",styles:"text-align:left;line-height:24px;padding:5px 0;padding-right:16px"},row_defaults:s.css("",""),row_border:l=>s.css("border-top:1px solid ",l.primary,";border-bottom:1px solid ",l.primary,";",""),row_danger:l=>s.css("background-color:",l.alert,";",""),row_info:l=>s.css("background-color:",l.info,";",""),row_muted:l=>s.css("background-color:",l.disabled,";",""),row_notice:l=>s.css("background-color:",l.gray10,";",""),row_success:l=>s.css("background-color:",l.success,";",""),row_warning:l=>s.css("background-color:",l.alertLight,";",""),cell_right:{name:"2qga7i",styles:"text-align:right"},cell_left:{name:"1flj9lk",styles:"text-align:left"},cell_center:{name:"1azakc",styles:"text-align:center"},cell_truncate:{name:"l9a0se",styles:"overflow:hidden;white-space:nowrap;text-overflow:ellipsis;&:hover{max-width:none;overflow:inherit;white-space:inherit;word-wrap:break-word;}"},cell_wrap:{name:"19u0omh",styles:"white-space:normal;word-wrap:break-word"}};var Ws=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M0,12 L6,12 L6,10 L0,10 L0,12 Z M0,0 L0,2 L18,2 L18,0 L0,0 Z M0,7 L12,7 L12,5 L0,5 L0,7 Z"})})));var qs=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M7,12 L11,12 L11,10 L7,10 L7,12 Z M0,0 L0,2 L18,2 L18,0 L0,0 Z M3,7 L15,7 L15,5 L3,5 L3,7 Z"})})));var Os=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M12,2 C6.47,2 2,6.47 2,12 C2,17.53 6.47,22 12,22 C17.53,22 22,17.53 22,12 C22,6.47 17.53,2 12,2 Z M12.9970206,18.0740473 L11.0029794,18.0740473 L11.0029794,12.9970206 L5.92595275,12.9970206 L5.92595275,11.0029794 L11.0029794,11.0029794 L11.0029794,5.92595275 L12.9970206,5.92595275 L12.9970206,11.0029794 L18.0740473,11.0029794 L18.0740473,12.9970206 L12.9970206,12.9970206 L12.9970206,18.0740473 Z"})})));var Gs=w()((l=>t.jsxs("svg",{viewBox:"0 0 24 24",...l,children:[t.jsx("path",{d:"M3.62,7.79 C5.06,10.62 7.38,12.93 10.21,14.38 L12.41,12.18 C12.68,11.91 13.08,11.82 13.43,11.94 C14.55,12.31 15.76,12.51 17,12.51 C17.55,12.51 18,12.96 18,13.51 L18,17 C18,17.55 17.55,18 17,18 C7.61,18 0,10.39 0,1 C0,0.45 0.45,0 1,0 L4.5,0 C5.05,0 5.5,0.45 5.5,1 C5.5,2.25 5.7,3.45 6.07,4.57 C6.18,4.92 6.1,5.31 5.82,5.59 L3.62,7.79 Z"})," "]})));const Vs=f.default("div",{target:"e1qtr0rs11"})({name:"vetbs0",styles:"display:grid"}),_s=f.default("div",{target:"e1qtr0rs10"})(""),$s=f.default("div",{target:"e1qtr0rs9"})({name:"8v4mug",styles:"display:grid;grid-row-gap:4px;margin-bottom:10px"}),Us=f.default("div",{target:"e1qtr0rs8"})({name:"1wq95ig",styles:"display:grid;grid-template-columns:1fr 65px;height:32px"}),Js=f.default("span",{target:"e1qtr0rs7"})((l=>s.css("background-color:",l.theme.illustrationPrimary20,";display:flex;align-items:center;padding:0 1em;color:#000000;font-size:14px;font-weight:600;","")),""),Ys=f.default(D,{target:"e1qtr0rs6"})({name:"ge3ylf",styles:"&>span{display:flex;align-self:center;justify-content:flex-end;place-items:center;}"}),Xs=f.default("button",{target:"e1qtr0rs5"})({name:"o5x7jg",styles:"display:flex;align-items:center;height:38px;width:130px;border:1px dashed #cccccc;border-radius:19px;padding:0;cursor:pointer;font-size:0.9em;background-color:transparent;outline:0;&:focus{border-color:black;}"}),Ks=f.default("span",{target:"e1qtr0rs4"})({name:"1vre5nf",styles:"display:grid;grid-template-columns:1fr 24px;padding:0 0.5em 0 1em;width:100%;align-items:center;text-align:left"}),Qs=f.default("input",{target:"e1qtr0rs3"})({name:"eivff4",styles:"display:none"}),lt=f.default("span",{target:"e1qtr0rs2"})(""),it=f.default("span",{target:"e1qtr0rs1"})({name:"1ge8ozm",styles:"line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px"}),et=f.default("div",{target:"e1qtr0rs0"})("font-size:14px;padding-left:10px;font-weight:600;margin-bottom:0;color:",(l=>l.theme.alert),";"),st=f.default("div",{target:"eeqn0pd4"})("display:grid;grid-template-rows:min-content;&:focus-within span:first-of-type{color:",(l=>l.theme.primary),";}&>span:first-of-type{line-height:22px;font-size:1em;font-weight:600;margin-bottom:4px;}input{height:36px;width:calc(100% - 20px - 2px);font-size:16px;line-height:20px;outline:none;border-color:",(l=>l.theme.border),";border-width:1px;border-radius:5px;border-style:solid;padding:0 10px;&:focus{border-color:",(l=>l.theme.primary),";}&:disabled{background-color:",(l=>l.theme.disabled),";}}.DayPicker-Day{line-height:1em;}.DayPicker-Day--today{color:black;}.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside){background-color:",(l=>l.theme.btnDefault),";color:",(l=>l.theme.btnDefaultFontColor),";}@media screen and (max-width: 379px){.DayPicker-NavButton{right:0em;}}"),tt=f.default("span",{target:"eeqn0pd3"})(""),rt=f.default("span",{target:"eeqn0pd2"})("font-size:14px;padding-left:25px;line-height:30px;font-weight:600;margin-bottom:0;color:",(l=>l.theme.alert),";"),at={validation:{name:"1rpxddf",styles:"position:relative;input{width:calc(100% - 35px - 2px);padding-right:25px;}&>svg{position:absolute;bottom:7px;left:3px;}"},invalid:l=>s.css("input{border-color:",l.alert,";&:active,&:focus,&:hover{border-color:",l.alert,";}}svg{path{fill:",l.alert,";}}&:focus-within span:nth-of-type(2){color:",l.alert,";}","")},ht=f.default("select",{target:"eeqn0pd1"})({name:"tcsvyp",styles:"border:none;font-size:16px;min-width:60px;margin-right:5px"}),ct=f.default("div",{target:"eeqn0pd0"})(""),xt=["Januar","Februar","Mars","April","Mai","Juni","Juli","August","September","Oktober","November","Desember"],nt=["Jan","Feb","Mar","Apr","Mai","Jun","Jul","Aug","Sep","Okt","Nov","Des"],ft=["Mandag","Tirsdag","Onsdag","Torsdag","Fredag","Lørdag","Søndag"],dt=["S","M","T","O","T","F","L"],ot=(l,i,e)=>new Intl.DateTimeFormat(["no-NO","nb-NO","nn-NO","de-DE"],{day:"2-digit",month:"2-digit",year:"numeric"}).format(new Date(l)),mt=(l,i,e)=>{if(!l)return!1;const s=i?new Date(i):null,t=e?new Date(e):null;return(l=new Date(l)).setHours(12),s&&s.setHours(0),t&&t.setHours(24),!s&&!t||(!s||s&&l>=s)&&(!t||t&&l<=t)},pt={day:"2-digit",month:"2-digit",year:"numeric"},yt=({onChange:l,date:i,fromDate:e,toDate:s})=>{const r=xt,a=[];for(let l=e.getFullYear();l<=s.getFullYear();l+=1)a.push(l);return t.jsxs(ct,{className:"DayPicker-Caption",children:[t.jsx(ht,{name:"month",onChange:e=>{const s=i;s.setMonth(e.target.value),l(s)},value:i.getMonth(),children:r.map(((l,i)=>t.jsx("option",{value:i,children:l},l)))}),t.jsx(ht,{name:"year",onChange:e=>{const s=i;s.setFullYear(e.target.value),l(s)},value:i.getFullYear(),children:a.map((l=>t.jsx("option",{value:l,children:l},l)))})]})},gt={default:s.css("display:flex;flex-direction:column;justify-content:flex-end;flex-wrap:wrap;position:relative;padding:1em;padding-left:2.5em;@media screen and (max-width: ",E,"){padding-left:1em;}",""),darkTheme:(l,i)=>s.css("background:linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)),linear-gradient(",l.primary,", ",l.primary,");padding-top:2em;padding-bottom:",i,";",""),lightTheme:l=>s.css("min-height:calc(171px - 2em);max-height:calc(171px - 2em);background:linear-gradient(\n rgba(255, 255, 255, 0.65),\n rgba(255, 255, 255, 0.65)\n ),linear-gradient(",l.primary,", ",l.primary,");&>span{z-index:2;}@media screen and (max-width: ",E,"){min-height:calc(136px - 2em);max-height:calc(136px - 2em);overflow:unset;}","")},Ct=f.default("div",{target:"e1gmqg4h5"})("position:absolute;bottom:-4px;right:2em;z-index:0;height:150px;svg{height:150px!important;}@media screen and (max-width: ",E,"){height:100px;width:170px;bottom:1em;right:1em;svg{height:100px!important;}}"),jt=f.default("div",{target:"e1gmqg4h4"})("display:grid;position:relative;width:100%;z-index:1;overflow:unset;@media screen and (max-width: ",E,"){margin-top:1em;}"),Lt=(l,i)=>s.css("background-color:",i?l.primary5darker:"white",";color:",i?"#ffffff":"black",";border-color:transparent;box-shadow:0 2px 4px 0 rgba(9, 28, 68, 0.2);border-radius:",i?"4px":"19px",";height:38px;justify-content:space-between;padding:0 1em;svg,polygon{fill:",i?"white":"black","!important;}&:hover,&:focus,&:active{background-color:",i?l.primary5darker:"white",";color:",i?"#ffffff":"black",";border-color:transparent;}",""),Ft=f.default("div",{target:"e1gmqg4h3"})({name:"1q5fqf9",styles:"display:flex;flex-direction:row;flex-wrap:wrap;margin-top:1em;margin-left:-1em;z-index:1;button:not(:last-of-type){margin-right:3px;}"}),wt=f.default("div",{target:"e1gmqg4h2"})((l=>s.css("position:absolute;left:0;right:0;min-width:150px;box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.1);z-index:1000;border-radius:",l.lightTheme?"19px":"4px",";overflow:hidden;top:40px;","")),""),Nt=f.default("span",{target:"e1gmqg4h1"})("margin-left:-0.1em;@media screen and (max-width: ",E,"){font-size:22px;}"),Dt=f.default("div",{target:"e1gmqg4h0"})({name:"jy67t5",styles:"position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;overflow:hidden"}),ut=l=>{const i=()=>({width:window.innerWidth,height:window.innerHeight}),[s,t]=e.useState(i);return e.useEffect((()=>{const l=()=>{t(i())};return window.addEventListener("resize",l),()=>window.removeEventListener("resize",l)}),[]),s.width<=(l||768)},Bt=({bgColor:l})=>t.jsxs("svg",{viewBox:"0 0 1190 203",children:[t.jsx("defs",{children:t.jsx("rect",{id:"submenutlightbg-path-1",x:"0",y:"0",width:"1190",height:"203"})}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsxs("g",{children:[t.jsxs("g",{children:[t.jsx("use",{fill:l,xlinkHref:"#submenutlightbg-path-1"}),t.jsx("use",{fillOpacity:"0.65",fill:"#FFFFFF",xlinkHref:"#submenutlightbg-path-1"})]}),t.jsx("path",{d:"M0,-7.10542736e-15 L1190,-7.10542736e-15 L1190,88.8453479 C1120.50089,91.9625955 1033.23979,87.7081866 928.216686,76.0821213 C770.682033,58.6430234 508.737167,17.7258334 345,22.3521602 C246.122292,25.1459094 131.122292,33.1523167 0,46.371382 L0,-7.10542736e-15 Z",fillOpacity:"0.2",fill:"#FFFFFF"}),t.jsx("path",{d:"M0,-7.10542736e-15 L1190,-7.10542736e-15 L1190,88.8453479 C1120.50089,91.9625955 1033.23979,87.7081866 928.216686,76.0821213 C770.682033,58.6430234 508.737167,17.7258334 345,22.3521602 C246.122292,25.1459094 131.122292,33.1523167 0,46.371382 L0,-7.10542736e-15 Z",fillOpacity:"0.2",fill:"#FFFFFF",transform:"translate(595.000000, 44.916995) scale(-1, 1) translate(-595.000000, -44.916995) "})]})})]}),bt=f.default("div",{target:"egkzt9c0"})((l=>s.css("padding:0.65em 1em;border-radius:",l.lightTheme?"19px":"7px",";border:1px solid transparent;transition:border-color 0.1s ease-in-out;background:",l.active?l.background:"transparent",";box-shadow:",l.active?"0 2px 4px 0 rgba(9, 28, 68, 0.2)":"none",";&.submenu-item-enter{animation:",vt(l.background)," 0.2s;}&.submenu-item-exit{animation:",Mt(l.background)," 0.2s;}&>span{font-size:14px;}","")),""),vt=l=>s.keyframes`
|
12
|
-
0% {
|
13
|
-
background: transparent;
|
14
|
-
box-shadow: none;
|
15
|
-
}
|
16
|
-
100% {
|
17
|
-
box-shadow: 0 2px 4px 0 rgba(9, 28, 68, 0.2);
|
18
|
-
background: ${l};
|
19
|
-
}
|
20
|
-
`,Mt=l=>s.keyframes`
|
21
|
-
0% {
|
22
|
-
box-shadow: 0 2px 4px 0 rgba(9, 28, 68, 0.2);
|
23
|
-
background: ${l};
|
24
|
-
}
|
25
|
-
100% {
|
26
|
-
background: transparent;
|
27
|
-
box-shadow: none;
|
28
|
-
}
|
29
|
-
`,kt={name:"m3111f",styles:"padding-left:8px;justify-content:flex-start;height:100%;width:100%"},At=f.default("div",{target:"e1taemdl0"})({name:"40s0oq",styles:"padding:2em 2.5em;@media screen and (max-width: 768px){padding:1.5em 1em;}"});f.default("div",{target:"ercarvp7"})({name:"2v90l4",styles:"display:flex;flex-direction:column;height:100vh;width:100vw"});const Zt=f.default("div",{target:"ercarvp6"})({name:"1t8kox4",styles:"padding-bottom:80px"});var Et={name:"75b7ct",styles:"display:grid;grid-template-columns:1fr 1fr;width:100vw"};const Ht=f.default("div",{target:"ercarvp5"})((l=>Et),""),Rt=f.default("div",{target:"ercarvp4"})({name:"pyv407",styles:"grid-column:2/3"}),zt=f.default("aside",{target:"ercarvp3"})((l=>s.css("position:relative;width:",l.sideBarWidth,";transition:width 0.2s ease-in-out;","")),""),St=f.default("main",{target:"ercarvp2"})({name:"1inpstx",styles:"display:flex;flex-direction:column;min-height:calc(100vh - 60px - 60px);width:100%;margin-top:60px"}),It=f.default("div",{target:"ercarvp1"})((l=>s.css("display:grid;width:calc(100vw - ",l.sideBarWidth,");transition:width 0.2s ease-in-out;","")),"");var Tt={name:"j9i17a",styles:"display:flex;flex-direction:row;width:100%;transition:width 0.2s ease-in-out"};const Pt=f.default("div",{target:"ercarvp0"})((l=>Tt),""),Wt=f.default("div",{target:"e1q7o4i50"})((l=>`\n position: fixed;\n left: ${l.sideBarWidth?l.sideBarWidth:"0"};\n top: 0;\n right: 0;\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 0 40px;\n background-color: ${l.bgcolor};\n height: 60px;\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);\n z-index: 10;\n transition: left .2s ease-in-out;\n \n\n @media screen and (max-width: 768px) {\n padding: 0 1em;\n }\n`),""),qt=f.default("div",{target:"ee20b9p0"})((l=>s.css("position:fixed;display:flex;justify-content:flex-start;align-items:center;flex-direction:column;overflow:hidden;background-color:",l.defaultTheme?"#0b2b71":"white",";background:",l.defaultTheme?"linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), linear-gradient("+l.primary+", "+l.primary+")":"white",";width:",l.open?"250px":"56px",";height:calc(100vh - 20px);box-shadow:2px 0 20px 0 rgba(0, 0, 0, 0.05);z-index:90;padding-top:20px;transition:width 0.2s ease-in-out;@media screen and (max-width: ",E,"){padding:0;position:unset;display:block;overflow:unset;overflow-x:scroll;width:100%;height:100%;}","")),""),Ot=f.default(D,{target:"eerewvt2"})((l=>s.css("height:",l.selected?"70px":"50px",";width:",l.selected?l.small?"auto":"66px":"50px",";border-radius:8px;position:relative;background-color:",l.small?"transparent":l.selected?l.selectedcolor:l.deselectedcolor,";span{display:flex;flex-direction:column;justify-content:center;align-items:center;}@media screen and (max-width: ",E,"){height:",l.selected?"60px":"48px",";width:",l.selected?"55%":"45%",";span{flex-direction:row;}}&:hover,&:focus{background-color:",l.small?"transparent":l.selected?l.selectedcolor:l.deselectedcolor,";}","")),""),Gt=f.default("div",{target:"eerewvt1"})((l=>s.css("&.selected{display:flex;align-items:center;justify-content:center;border-radius:50%;height:40px;width:40px;background-color:",l.small?l.bgSmall:l.bg,";margin-bottom:0.2em;}","")),""),Vt=f.default("span",{target:"eerewvt0"})({name:"1jqe1m9",styles:"position:absolute;line-height:normal;bottom:calc(-11px - 5px);opacity:0.5"}),_t=f.default("div",{target:"e1bwu7310"})((l=>s.css("display:flex;flex-direction:column;width:",l.small?"80%":"calc(100% - 26px)",";margin-left:",l.small?"20%":"0",";margin-top:10vh;padding-left:",l.small?"0":"26px",";@media screen and (max-width: ",E,"){margin-top:1em;padding-left:0;width:100%;margin-left:0;}","")),""),$t=f.default("button",{target:"e1xvofrz1"})((l=>s.css("display:flex;height:50px;border-radius:",l.lightTheme?"8px 0 0 8px":"4px 0 0 4px",";border:none;background-color:transparent;padding-left:1em;padding-right:0;align-items:center;outline:none;cursor:pointer;&.active{background:",l.lightTheme?l.theme.illustrationPrimary10:"linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient("+l.theme.primary+", "+l.theme.primary+")",";&>span{font-weight:700;}}&>span{display:flex;align-items:center;width:100%;text-align:left;line-height:24px;font-weight:600;white-space:nowrap;&>svg{margin-right:10px;min-width:14px;}}&:hover,&:focus{text-decoration:underline;background-color:transparent;text-decoration-color:",l.lightTheme?"#000000":"#ffffff",";&.active{background:",l.lightTheme?l.theme.illustrationPrimary10:"linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), linear-gradient("+l.theme.primary+", "+l.theme.primary+")",";}}@media screen and (max-width: ",E,"){padding:0 40px;border-radius:0;}","")),""),Ut=f.default("span",{target:"e1xvofrz0"})((l=>s.css("&>span{transition:width 0.2s ease-out;overflow:hidden;width:",l.small?"0":"100%",";}","")),""),Jt=f.default(X,{target:"e12msqxg2"})({name:"1k18kha",styles:"height:40px"}),Yt=f.default("img",{target:"e12msqxg1"})((l=>s.css("cursor:pointer;max-height:40px;max-width:",l.small?"100%":"auto",";","")),""),Xt=f.default("div",{target:"e12msqxg0"})("display:flex;justify-content:flex-start;align-items:flex-start;margin-top:40px;overflow:hidden;@media screen and (max-width: ",E,"){padding:2em 2.5em;margin-top:0;align-items:center;justify-content:center;button{margin-bottom:0;}}&>button:nth-of-type(2){margin-left:0.5em;}"),Kt=f.default("div",{target:"er8ezvm0"})("position:absolute;bottom:12vh;display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;width:calc(100% - 40px);padding-left:40px;overflow:hidden;@media screen and (max-width: ",E,"){position:relative;bottom:unset;margin-top:2.5em;}"),Qt=f.default(X,{target:"e1s7qlfe0"})((l=>s.css("width:auto;border-bottom:1px solid ",l.color,";border-radius:0;padding-bottom:0.25em;margin-bottom:1em;overflow:hidden;white-space:nowrap;&>span{display:flex;align-items:center;width:100%;text-align:left;line-height:24px;font-weight:normal;& svg{margin-right:10px;}}&:hover{border-bottom:1px solid ",l.color,";}","")),""),lr=f.default("div",{target:"e1skx5wu1"})((l=>s.css("position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:center;padding-bottom:",l.open?"1em":"calc(1em + 13px)",";text-align:center;&>span{overflow:hidden;white-space:nowrap;}@media screen and (max-width: ",E,"){position:relative;margin-top:2em;display:block;button{display:none;}}","")),""),ir=f.default("button",{target:"e1skx5wu0"})((l=>s.css("display:flex;justify-content:center;align-items:center;margin:0 auto;height:24px;width:24px;border-radius:50%;border:none;cursor:pointer;outline:none;background:",l.lightTheme?l.theme.illustrationPrimary10:"rgba(255, 255, 255, 0.16)",";margin-bottom:1em;transition:transform 0.2s ease-in-out;transform:rotate(",l.open?"0deg":"180deg",");&:hover,&:focus{background:",l.lightTheme?l.theme.illustrationPrimary10:"rgba(255, 255, 255, 0.16)",";}","")),""),er={default:l=>s.css("position:relative;border-radius:4px;background:#ffffff;box-shadow:",l.shadowSmall,";",""),mysite:l=>s.css("padding:0.5em 0;border-radius:16px;box-shadow:",l.shadowSmallDarker,";",""),noshadow:{name:"1t90u8d",styles:"box-shadow:none"},background:l=>s.css("background:",l,";","")},sr=f.default("div",{target:"ez14oqn2"})((l=>`\n display: flex;\n justify-content: space-between;\n padding: 1rem 1.5rem;\n border-bottom: ${l.border?"1px solid #d7d7d7":"none"};\n`),""),tr=f.default("div",{target:"ez14oqn1"})({name:"6p1aet",styles:"display:block;padding:1.5rem"}),rr=f.default(D,{target:"ez14oqn0"})({name:"1082qq3",styles:"display:block;width:100%"}),ar=l=>s.css("width:100%;padding:0.75em;border:1px solid #d7d7d7;border-radius:3px;font-size:16px;box-sizing:border-box;outline:0;&:focus{border:2px solid ",l.border,";padding:calc(0.75em - 1px);}",""),hr=l=>s.css("resize:",l,";",""),cr=f.default("div",{target:"eb6f8862"})({name:"1iq60ec",styles:"display:grid;grid-row-gap:0.5em"}),xr=f.default("span",{target:"eb6f8861"})({name:"tr7v0r",styles:"font-size:16px;font-weight:600;height:20px;line-height:20px"}),nr=f.default("span",{target:"eb6f8860"})((l=>s.css("font-size:14px;padding-left:25px;margin-bottom:0;color:",l.theme.alert,";position:relative;svg{position:absolute;left:3px;path{fill:",l.theme.alert,";}}","")),""),fr=f.default("div",{target:"e1awlddl2"})("display:flex;justify-content:center;align-items:center;height:93px;margin:-10px -20px;margin-bottom:0;&>div{padding:5px 0;height:calc(100% - 10px);}@media screen and (max-width: ",Z,"){margin-top:-20px;}"),dr=f.default("div",{target:"e1awlddl1"})({name:"1qc1gbv",styles:"padding-top:16px;&>h5{margin-bottom:4px;}>*{display:block;}"}),or=f.default(sl,{target:"e1awlddl0"})({name:"16nq8y7",styles:"display:inline-block;margin-top:1.5em;font-size:12px;width:calc(100% - 16px);text-align:center;margin-bottom:-0.5em"}),mr=({type:l})=>{switch(l){case"Lavblokk":return t.jsx(ze,{withBackground:!0});case"Rekkehus":return t.jsx(Ge,{withBackground:!0});case"Høyblokk":case"Blokk":return t.jsx(Ze,{withBackground:!0});case"Terrasseblokk":return t.jsx(qe,{withBackground:!0});case"Hus":return t.jsx(He,{withBackground:!0});case"Småhus":return t.jsx(Pe,{withBackground:!0});case"Flermannsbolig":return t.jsx(Ie,{withBackground:!0});default:return t.jsx(He,{withBackground:!0})}},pr=l=>{const i=new Date(l),e=new Date;return Math.ceil(Math.abs(i.valueOf()-e.valueOf())/36e5)<72},yr=l=>{const i=new Date(l.deadline),e=new Date,s=Math.ceil(Math.abs(i.valueOf()-e.valueOf())/36e5);return s>36?" "+Math.ceil(s/24)+" dager":" "+s+" timer"};f.default("div",{target:"e1klhvwo2"})({name:"xivppr",styles:"display:grid;grid-template-columns:80px 1fr 1fr;grid-column-gap:25px;margin:0 20px;padding:25px 0;border-bottom:1px solid #cfd9ea"});const gr=f.default("div",{target:"e1klhvwo1"})({name:"1m6hzcc",styles:"display:flex;justify-content:center;align-items:center;height:93px;margin:-30px -20px;margin-bottom:0;&>span{display:inline-block;height:100%;width:100%;}"}),Cr=f.default("div",{target:"e1klhvwo0"})({name:"xavwhl",styles:"padding-top:2em;padding-bottom:1.4em"}),jr=f.default(D,{target:"e169bjpw2"})({name:"n6mhlj",styles:"margin-left:5px;&:focus{outline:1px dotted #212121;outline:5px auto -webkit-focus-ring-color;}"}),Lr={top:s.css("bottom:calc(24px + 5px);left:calc(-11vw + 9px);box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.2);@media screen and (max-width: ",Z,"){width:50vw;left:calc(-25vw + 9px);}&::after{top:100%;left:50%;margin-left:-5px;border-color:white transparent transparent transparent;}",""),right:s.css("top:0;left:35px;box-shadow:-1px 0px 4px 0px rgba(0, 0, 0, 0.2);@media screen and (max-width: ",Z,"){width:50vw;}&::after{top:8px;right:100%;margin-left:-5px;border-color:transparent white transparent transparent;}",""),bottom:s.css("top:calc(24px + 5px);left:calc(-11vw + 9px);box-shadow:0px -1px 4px 0px rgba(0, 0, 0, 0.2);@media screen and (max-width: ",Z,"){width:50vw;left:calc(-25vw + 9px);}&::after{bottom:100%;left:50%;margin-left:-5px;border-color:transparent transparent white transparent;}",""),left:s.css("top:0;right:calc(24px + 3px);box-shadow:1px 0px 4px 0px rgba(0, 0, 0, 0.2);@media screen and (max-width: ",Z,"){width:50vw;}&::after{top:8px;left:100%;border-color:transparent transparent transparent white;}",""),width:(l,i)=>s.css("width:",l,"!important;left:","top"===i||"bottom"===i?`calc((-${l} / 2) + 9px) !important`:"right"===i?"35px":"initial",";","")},Fr=f.default("div",{target:"e169bjpw1"})({name:"14znww2",styles:"position:absolute;width:22vw;text-align:center;padding:0.5em;border-radius:10px;background-color:white;z-index:1;&.tooltip-enter{opacity:0;transform:scale(0.8);}&.tooltip-enter-active{opacity:1;transform:translateX(0);transition:opacity 80ms,transform 80ms;}&.tooltip-exit{opacity:1;}&.tooltip-exit-active{opacity:0;transform:scale(0.9);transition:opacity 80ms,transform 80ms;}&::after{content:'';position:absolute;border-width:5px;border-style:solid;}"}),wr=f.default("span",{target:"e169bjpw0"})({name:"1m1qpau",styles:"display:block;width:max-content;position:relative"}),Nr=f.default("div",{target:"ew4oa5v0"})({name:"cutfhu",styles:"display:grid;grid-row-gap:1em;&>div:last-of-type::after{display:none;width:5px;}"}),Dr=f.default("div",{target:"e1gdadix3"})((l=>s.css("display:grid;grid-template-columns:75px 45px 1fr;grid-column-gap:1em;position:relative;&:after{content:'';position:absolute;width:1px;background-color:",l.theme.border,";top:5px;bottom:calc(-1em - 5px);left:calc(75px + 1em + (45px / 2));}@media screen and (max-width: ",E,"){grid-template-columns:65px 40px 1fr;&:after{left:calc(65px + 1em + (40px / 2));}}","")),""),ur=f.default("div",{target:"e1gdadix2"})({name:"84ppmq",styles:"display:grid;text-align:right;height:min-content"}),Br=f.default("div",{target:"e1gdadix1"})("display:flex;justify-content:center;align-items:center;width:45px;height:45px;border-radius:50%;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.1);background-color:#ffffff;z-index:1;@media screen and (max-width: ",E,"){width:40px;height:40px;}"),br=f.default("div",{target:"e1gdadix0"})({name:"1j0nhzg",styles:"display:grid;grid-row-gap:0.5em;box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.1);border-radius:4px;padding:1.5em;word-break:break-word"});var vr=w()((l=>t.jsx("svg",{viewBox:"0 0 24 20",...l,children:t.jsx("path",{d:"M17.7102735,4.04256243 C18.1002795,3.6525564 18.1002795,3.00254637 17.7102735,2.63254065 L15.3702373,0.292504517 C15.0002316,-0.0975015056 14.3502216,-0.0975015056 13.9602156,0.292504517 L12.1201872,2.12253278 L15.8702451,5.87259068 M0,14.2527201 L0,18.002778 L3.75005791,18.002778 L14.8102287,6.93260705 L11.0601708,3.18254915 L0,14.2527201 Z"})})));var Mr=w()((l=>t.jsx("svg",{viewBox:"0 0 24 20",...l,children:t.jsx("path",{d:"M10,18 C5.59,18 2,14.41 2,10 C2,5.59 5.59,2 10,2 C14.41,2 18,5.59 18,10 C18,14.41 14.41,18 10,18 M10,0 C4.4771525,0 0,4.4771525 0,10 C0,12.6521649 1.0535684,15.195704 2.92893219,17.0710678 C4.80429597,18.9464316 7.3478351,20 10,20 C12.6521649,20 15.195704,18.9464316 17.0710678,17.0710678 C18.9464316,15.195704 20,12.6521649 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,0 10,0 M5,11 L15,11 L15,9 L5,9"})})));var kr=w()((l=>t.jsx("svg",{viewBox:"0 0 24 20",...l,children:t.jsx("path",{d:"M15,11 L5,11 L5,9 L15,9 M10,0 C4.4771525,0 0,4.4771525 0,10 C0,12.6521649 1.0535684,15.195704 2.92893219,17.0710678 C4.80429597,18.9464316 7.3478351,20 10,20 C12.6521649,20 15.195704,18.9464316 17.0710678,17.0710678 C18.9464316,15.195704 20,12.6521649 20,10 C20,7.3478351 18.9464316,4.80429597 17.0710678,2.92893219 C15.195704,1.0535684 12.6521649,0 10,0 Z"})})));const Ar=f.default("div",{target:"e1qz1pf40"})((l=>s.css("display:grid;grid-row-gap:0.5em;.table-header,.table-row,.table-row-button>span,.table-row-expandable>button>span{grid-template-columns:",l.columns,";@media screen and (max-width: ",l.bp?l.bp:E,"){grid-template-columns:1fr;}}.table-header{background-color:","mysite"===l.type?l.theme.primary10opa:"#ffffff",";padding:","mysite"===l.type?"0.5em 2em":"0.5em 1em",";border-radius:","mysite"===l.type?"8px":"4px",";box-shadow:","mysite"===l.type?"none":"0 2px 4px 0 rgba(0, 0, 0, 0.1)",";@media screen and (max-width: ",l.bp?l.bp:E,"){display:none;}}.table-row,.table-row-button{border-radius:","mysite"===l.type?"14px":"4px",";min-height:","mysite"===l.type?"72px":"64px",";box-shadow:","mysite"===l.type?"0 2px 4px 0 rgba(0, 0, 0, 0.16)":"0 2px 4px 0 rgba(0, 0, 0, 0.1)",";padding:","mysite"===l.type?"0 2em":"0 1em",";}.table-row-expandable{box-shadow:","mysite"===l.type?"0 2px 4px 0 rgba(0, 0, 0, 0.16)":"0 2px 4px 0 rgba(0, 0, 0, 0.1)",";border-radius:","mysite"===l.type?"14px":"4px",";&>button>span{min-height:","mysite"===l.type?"72px":"64px",";padding:","mysite"===l.type?"0 2em":"0 1em",";}.expand-icon{right:2em;}.expandable-content{padding:","mysite"===l.type?"0 2em 1em 2em":"0 1em 1em 1em",";}@media screen and (max-width: ",l.bp?l.bp:E,"){padding:0;.expandable-content{padding:0 1em 1em 1em;}.expand-icon{right:1em;}}}.table-row,.table-row-button>span,.table-row-expandable>button>span{@media screen and (max-width: ",l.bp?l.bp:E,"){grid-auto-flow:row;grid-row-gap:2px;padding:1em;&>div{min-height:24px;}}}.table-cell{&:not(:first-of-type):not(:last-of-type){padding:0 0.5em;}&:first-of-type{padding-right:0.5em;}&:last-of-type{padding-left:0.5em;}@media screen and (max-width: ",l.bp?l.bp:E,"){padding:0!important;width:100%;&::before{display:block;}}}","")),""),Zr=f.default("div",{target:"em75g8f0"})((l=>s.css("display:flex;justify-self:",l.justify,";font-size:14px;","")),""),Er=f.default("div",{target:"e10t3jyv0"})((l=>s.css("display:flex;justify-self:",l.justify,";","")),""),Hr={beforeStyle:l=>s.css("&::before{content:attr(data-title);font-weight:600;font-family:'Source Sans Pro',sans-serif;font-size:",l||"16px",";margin-right:5px;display:none;}",""),breakWord:{name:"7zraa8",styles:"word-break:break-word;&>*{word-break:break-word;}"},paddingRight:l=>s.css("padding-right:",l,"!important;",""),paddingLeft:l=>s.css("padding-left:",l,"!important;",""),setFontSize:l=>s.css("font-size:",l,";","")},Rr=f.default("div",{target:"e1ssyw4v0"})({name:"8gkei0",styles:"display:grid;grid-auto-flow:column;min-height:calc(40px - 1em);align-content:center"}),zr={name:"19fnwux",styles:"display:grid;grid-auto-flow:column;background-color:#ffffff;align-content:center;align-items:center"},Sr=f.default("div",{target:"e1pwey9c5"})(zr,";"),Ir=f.default(D,{target:"e1pwey9c4"})("&>span{",zr," width:100%;text-align:initial;font-weight:normal;color:unset;}&:focus{text-decoration:underline;}"),Tr=f.default(D,{target:"e1pwey9c3"})({name:"119rxqc",styles:"position:relative;&>span{display:grid;grid-auto-flow:column;align-content:center;align-items:center;width:100%;text-align:initial;font-weight:normal;color:unset;}&:focus{text-decoration:underline;}"}),Pr=f.default("div",{target:"e1pwey9c2"})({name:"1cuahnq",styles:"display:grid;background-color:#ffffff"}),Wr=f.default("div",{target:"e1pwey9c1"})(""),qr=f.default("div",{target:"e1pwey9c0"})({name:"1o54221",styles:"position:absolute;top:calc(50% - 6px)"});var Or=w()((l=>t.jsx("svg",{viewBox:"0 0 21 18",...l,children:t.jsx("path",{d:"M10.5,2.7 L10.5,-1.5 L5.1875,3.75 L10.5,9 L10.5,4.8 C14.016875,4.8 16.875,7.6245 16.875,11.1 C16.875,14.5755 14.016875,17.4 10.5,17.4 C6.983125,17.4 4.125,14.5755 4.125,11.1 L2,11.1 C2,15.741 5.80375,19.5 10.5,19.5 C15.19625,19.5 19,15.741 19,11.1 C19,6.459 15.19625,2.7 10.5,2.7 Z"})})));var Gr=ke()((l=>t.jsxs("svg",{viewBox:"0 0 454 230",...l,children:[t.jsxs("defs",{children:[t.jsx("polygon",{id:"path-1",points:"0 206.000003 310.176005 206.000003 310.176005 0.366800005 0 0.366800005"}),t.jsx("path",{d:"M1.17120002,0.304400005 C0.66880001,0.304400005 0.261600004,0.712000011 0.261600004,1.21400002 L0.261600004,1.21400002 L0.261600004,54.3356008 C0.261600004,61.6172009 5.73800009,67.619601 12.7968002,68.447601 L12.7968002,68.447601 L55.9668008,68.447601 C63.0256009,67.619601 68.502001,61.6172009 68.502001,54.3356008 L68.502001,54.3356008 L68.502001,1.21400002 C68.502001,0.712000011 68.094801,0.304400005 67.592401,0.304400005 L67.592401,0.304400005 L1.17120002,0.304400005 Z",id:"path-3"}),t.jsx("path",{d:"M1.17120002,0.304400005 C0.66880001,0.304400005 0.261600004,0.712000011 0.261600004,1.21400002 L0.261600004,1.21400002 L0.261600004,54.3356008 C0.261600004,61.6172009 5.73800009,67.619601 12.7968002,68.447601 L12.7968002,68.447601 L36.9224006,68.447601 C43.9816007,67.619601 49.4584007,61.6172009 49.4584007,54.3356008 L49.4584007,54.3356008 L49.4584007,1.21400002 C49.4584007,0.712000011 49.0512007,0.304400005 48.5488007,0.304400005 L48.5488007,0.304400005 L1.17120002,0.304400005 Z",id:"path-5"}),t.jsx("polygon",{id:"path-7",points:"0.261600004 0.0548000008 68.501601 0.0548000008 68.501601 9.80560015 0.261600004 9.80560015"}),t.jsx("polygon",{id:"path-9",points:"0.214000003 0.0548000008 19.7148003 0.0548000008 19.7148003 9.80560015 0.214000003 9.80560015"}),t.jsx("path",{d:"M0.114800002,9.80560015 C5.50000008,9.80560015 9.86520015,14.1712002 9.86520015,19.5560003 L9.86520015,19.5560003 C9.86520015,24.9412004 5.50000008,29.3064004 0.114800002,29.3064004 L0.114800002,29.3064004 L0.114800002,39.0568006 C10.8848002,39.0568006 19.6156003,30.3260005 19.6156003,19.5560003 L19.6156003,19.5560003 C19.6156003,8.78600013 10.8848002,0.0556000008 0.114800002,0.0556000008 L0.114800002,0.0556000008 L0.114800002,9.80560015 Z",id:"path-11"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-493.000000, -397.000000)",children:t.jsxs("g",{id:"Group-3",transform:"translate(493.000000, 397.000000)",children:[t.jsxs("g",{id:"Group-Copy-3",transform:"translate(56.000000, 0.000000)",children:[t.jsx("g",{id:"Group-2",transform:"translate(0.800001, 0.000000)",className:"fill-primary",fill:"#E6EDFB",fillRule:"nonzero",opacity:"0.1",children:t.jsx("path",{d:"M197.315586,37.6581865 C175.544548,36.9005305 154.807364,29.8369356 135.007861,22.1100233 C115.208357,14.383111 95.592183,5.81894452 74.3440824,1.72406424 C60.6755731,-0.908569371 45.0445446,-1.28002719 34.0327991,6.08132346 C23.4327919,13.1567106 20.0096538,25.4030264 18.1703556,36.7413342 C16.7848714,45.2907603 15.9704109,54.2676577 19.7632119,62.2628451 C22.398938,67.8140759 27.0783288,72.4779352 30.3151328,77.7933197 C41.5703149,96.2925089 33.6210607,119.104736 21.4131705,137.16761 C15.7029313,145.640386 9.05200525,153.724015 4.63708879,162.742186 C0.222172181,171.760357 -1.82149233,182.096318 2.04043265,191.297269 C5.87230362,200.418622 14.9966649,207.267007 24.8813894,212.084167 C44.9603936,221.871786 68.6218217,224.67246 91.6941934,226.258525 C142.767775,229.769686 194.114847,228.248479 245.323672,226.72727 C264.275654,226.161239 283.308783,225.59226 301.954217,222.647131 C312.304777,221.010947 322.99194,218.416638 330.505412,212.149025 C340.047523,204.189214 342.412764,190.725342 336.017297,180.751995 C325.303084,164.027548 295.648911,159.876655 288.153471,141.916964 C284.027072,132.035006 288.26467,121.026883 294.260421,111.846568 C307.123487,92.1858363 328.684146,74.9366322 329.820185,52.4604859 C330.601585,37.0243497 320.235998,21.5646289 304.211264,14.2622398 C287.41114,6.5972371 264.119374,7.57010284 251.72515,20.2409418 C238.964268,33.3097715 216.538055,38.3303483 197.315586,37.6581865 Z",id:"Path"})}),t.jsxs("g",{id:"Group-41",transform:"translate(0.800001, 20.000000)",children:[t.jsxs("g",{id:"Group-25",transform:"translate(0.000000, 0.033200)",children:[t.jsx("path",{d:"M224.000003,67.790121 L224.000003,186.190123 C224.000003,195.026923 231.163203,202.190123 240.000003,202.190123 C248.836804,202.190123 256.000003,195.026923 256.000003,186.190123 L256.000003,67.790121 L224.000003,67.790121 Z",id:"Fill-1",className:"fill-dark-primary",fill:"#1145B4"}),t.jsx("mask",{id:"mask-2",fill:"white",children:t.jsx("use",{xlinkHref:"#path-1"})}),t.jsx("g",{id:"Clip-4"}),t.jsx("polygon",{id:"Fill-3",className:"fill-dark-primary",fill:"#1145B4",mask:"url(#mask-2)",points:"83.2000012 71.7900011 256.000004 71.7900011 256.000004 48.5900007 83.2000012 48.5900007"}),t.jsx("polygon",{id:"Fill-5",className:"fill-primary20",fill:"#C3D4F7",mask:"url(#mask-2)",points:"124.800002 170.190003 243.200004 170.190003 243.200004 0.366800005 124.800002 0.366800005"}),t.jsx("path",{d:"M224.000001,186.190123 L224.000001,67.790121 L96.000001,67.790121 L80.000001,67.790121 L64.000001,67.790121 L64.000001,186.190123 C64.000001,195.026923 71.1636011,202.190123 80.000001,202.190123 L240.000001,202.190123 C231.163203,202.190123 224.000001,195.026923 224.000001,186.190123",id:"Fill-6",className:"fill-primary-opa50",fill:"#88A9F0",mask:"url(#mask-2)"}),t.jsx("polygon",{id:"Fill-7",className:"fill-primary",fill:"#1657E2",mask:"url(#mask-2)",points:"92.8000014 189.390003 211.200003 189.390003 211.200003 32.5900005 92.8000014 32.5900005"}),t.jsx("polygon",{id:"Fill-8",className:"fill-primary40",fill:"#88A9F0",mask:"url(#mask-2)",points:"92.8000014 67.790001 211.200003 67.790001 211.200003 32.5900005 92.8000014 32.5900005"}),t.jsx("polygon",{id:"Fill-9",fill:"#FFFFFF",mask:"url(#mask-2)",points:"83.2000012 189.613603 201.600003 189.613603 201.600003 19.7900003 83.2000012 19.7900003"}),t.jsx("path",{d:"M99.2000015,51.7900008 L140.800002,51.7900008 L140.800002,42.1900006 L99.2000015,42.1900006 L99.2000015,51.7900008 Z",id:"Fill-18",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,67.790001 L140.800002,67.790001 L140.800002,58.1900009 L99.2000015,58.1900009 L99.2000015,67.790001 Z",id:"Fill-19",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,112.990002 L182.400003,112.990002 L182.400003,103.390002 L99.2000015,103.390002 L99.2000015,112.990002 Z",id:"Fill-20",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,96.9900015 L182.400003,96.9900015 L182.400003,87.3900014 L99.2000015,87.3900014 L99.2000015,96.9900015 Z",id:"Fill-21",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,128.990002 L131.200001,128.990002 L131.200001,119.390002 L99.2000015,119.390002 L99.2000015,128.990002 Z",id:"Fill-22",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,144.990002 L131.200001,144.990002 L131.200001,135.390002 L99.2000015,135.390002 L99.2000015,144.990002 Z",id:"Fill-23",fill:"#C3D0D8",mask:"url(#mask-2)"})]}),t.jsxs("g",{id:"Group-28",transform:"translate(219.200003, 134.033202)",children:[t.jsx("mask",{id:"mask-4",fill:"white",children:t.jsx("use",{xlinkHref:"#path-3"})}),t.jsx("g",{id:"Clip-27"}),t.jsx("polygon",{id:"Fill-26",fill:"#C3D0D8",mask:"url(#mask-4)",points:"-2.69880004 71.5056011 71.4624011 71.5056011 71.4624011 -2.65560004 -2.69880004 -2.65560004"})]}),t.jsxs("g",{id:"Group-31",transform:"translate(219.200003, 134.033202)",children:[t.jsx("mask",{id:"mask-6",fill:"white",children:t.jsx("use",{xlinkHref:"#path-5"})}),t.jsx("g",{id:"Clip-30"}),t.jsx("polygon",{id:"Fill-29",fill:"#FFFFFF",mask:"url(#mask-6)",points:"-21.7424003 71.5056011 52.4188008 71.5056011 52.4188008 -2.65560004 -21.7424003 -2.65560004"})]}),t.jsxs("g",{id:"Group-34",transform:"translate(219.200003, 144.033202)",children:[t.jsx("mask",{id:"mask-8",fill:"white",children:t.jsx("use",{xlinkHref:"#path-7"})}),t.jsx("g",{id:"Clip-33"}),t.jsx("polygon",{id:"Fill-32",fill:"#091E43",mask:"url(#mask-8)",points:"-2.69880004 12.7660002 71.4624011 12.7660002 71.4624011 -2.90520004 -2.69880004 -2.90520004"})]}),t.jsxs("g",{id:"Group-37",transform:"translate(268.000004, 144.033202)",children:[t.jsx("mask",{id:"mask-10",fill:"white",children:t.jsx("use",{xlinkHref:"#path-9"})}),t.jsx("g",{id:"Clip-36"}),t.jsx("polygon",{id:"Fill-35",fill:"#091E43",mask:"url(#mask-10)",points:"-2.74640004 12.7660002 22.6752003 12.7660002 22.6752003 -2.90520004 -2.74640004 -2.90520004"})]}),t.jsxs("g",{id:"Group-40",transform:"translate(287.600004, 144.033202)",children:[t.jsx("mask",{id:"mask-12",fill:"white",children:t.jsx("use",{xlinkHref:"#path-11"})}),t.jsx("g",{id:"Clip-39"}),t.jsx("polygon",{id:"Fill-38",fill:"#C3D0D8",mask:"url(#mask-12)",points:"-2.84560004 42.0176006 22.5764003 42.0176006 22.5764003 -2.90520004 -2.84560004 -2.90520004"})]})]})]}),t.jsx("rect",{id:"Rectangle-Copy-3",fill:"#10105A",fillRule:"nonzero",x:"0",y:"222.000003",width:"453.600007",height:"7.20000011",rx:"3.60000005"}),t.jsx("polygon",{id:"Rectangle-Copy-39",stroke:"#C3D0D8",strokeWidth:"4.94999993",points:"198 141.627849 237 141.627849 237 180.627849 198 180.627849"}),t.jsx("polygon",{id:"Path-3",fill:"#1C895D",fillRule:"nonzero",points:"241.574539 140 247 146.351416 216.239802 173 203 155.537288 209.61228 150.452885 217.499381 160.857038"})]})})})]})));var Vr=ke()((l=>t.jsxs("svg",{viewBox:"0 0 454 230",...l,children:[t.jsxs("defs",{children:[t.jsx("polygon",{id:"path-1",points:"0 206.000003 310.176005 206.000003 310.176005 0.366800005 0 0.366800005"}),t.jsx("path",{d:"M1.17120002,0.304400005 C0.66880001,0.304400005 0.261600004,0.712000011 0.261600004,1.21400002 L0.261600004,1.21400002 L0.261600004,54.3356008 C0.261600004,61.6172009 5.73800009,67.619601 12.7968002,68.447601 L12.7968002,68.447601 L55.9668008,68.447601 C63.0256009,67.619601 68.502001,61.6172009 68.502001,54.3356008 L68.502001,54.3356008 L68.502001,1.21400002 C68.502001,0.712000011 68.094801,0.304400005 67.592401,0.304400005 L67.592401,0.304400005 L1.17120002,0.304400005 Z",id:"path-3"}),t.jsx("path",{d:"M1.17120002,0.304400005 C0.66880001,0.304400005 0.261600004,0.712000011 0.261600004,1.21400002 L0.261600004,1.21400002 L0.261600004,54.3356008 C0.261600004,61.6172009 5.73800009,67.619601 12.7968002,68.447601 L12.7968002,68.447601 L36.9224006,68.447601 C43.9816007,67.619601 49.4584007,61.6172009 49.4584007,54.3356008 L49.4584007,54.3356008 L49.4584007,1.21400002 C49.4584007,0.712000011 49.0512007,0.304400005 48.5488007,0.304400005 L48.5488007,0.304400005 L1.17120002,0.304400005 Z",id:"path-5"}),t.jsx("polygon",{id:"path-7",points:"0.261600004 0.0548000008 68.501601 0.0548000008 68.501601 9.80560015 0.261600004 9.80560015"}),t.jsx("polygon",{id:"path-9",points:"0.214000003 0.0548000008 19.7148003 0.0548000008 19.7148003 9.80560015 0.214000003 9.80560015"}),t.jsx("path",{d:"M0.114800002,9.80560015 C5.50000008,9.80560015 9.86520015,14.1712002 9.86520015,19.5560003 L9.86520015,19.5560003 C9.86520015,24.9412004 5.50000008,29.3064004 0.114800002,29.3064004 L0.114800002,29.3064004 L0.114800002,39.0568006 C10.8848002,39.0568006 19.6156003,30.3260005 19.6156003,19.5560003 L19.6156003,19.5560003 C19.6156003,8.78600013 10.8848002,0.0556000008 0.114800002,0.0556000008 L0.114800002,0.0556000008 L0.114800002,9.80560015 Z",id:"path-11"})]}),t.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:t.jsx("g",{transform:"translate(-493.000000, -466.000000)",children:t.jsxs("g",{id:"Group",transform:"translate(493.000000, 466.000000)",children:[t.jsxs("g",{id:"Group-Copy",transform:"translate(56.000000, 0.000000)",children:[t.jsx("g",{id:"Group-2",transform:"translate(0.800001, 0.000000)",className:"fill-primary",fill:"#E6EDFB",fillRule:"nonzero",opacity:"0.1",children:t.jsx("path",{d:"M197.315586,37.6581865 C175.544548,36.9005305 154.807364,29.8369356 135.007861,22.1100233 C115.208357,14.383111 95.592183,5.81894452 74.3440824,1.72406424 C60.6755731,-0.908569371 45.0445446,-1.28002719 34.0327991,6.08132346 C23.4327919,13.1567106 20.0096538,25.4030264 18.1703556,36.7413342 C16.7848714,45.2907603 15.9704109,54.2676577 19.7632119,62.2628451 C22.398938,67.8140759 27.0783288,72.4779352 30.3151328,77.7933197 C41.5703149,96.2925089 33.6210607,119.104736 21.4131705,137.16761 C15.7029313,145.640386 9.05200525,153.724015 4.63708879,162.742186 C0.222172181,171.760357 -1.82149233,182.096318 2.04043265,191.297269 C5.87230362,200.418622 14.9966649,207.267007 24.8813894,212.084167 C44.9603936,221.871786 68.6218217,224.67246 91.6941934,226.258525 C142.767775,229.769686 194.114847,228.248479 245.323672,226.72727 C264.275654,226.161239 283.308783,225.59226 301.954217,222.647131 C312.304777,221.010947 322.99194,218.416638 330.505412,212.149025 C340.047523,204.189214 342.412764,190.725342 336.017297,180.751995 C325.303084,164.027548 295.648911,159.876655 288.153471,141.916964 C284.027072,132.035006 288.26467,121.026883 294.260421,111.846568 C307.123487,92.1858363 328.684146,74.9366322 329.820185,52.4604859 C330.601585,37.0243497 320.235998,21.5646289 304.211264,14.2622398 C287.41114,6.5972371 264.119374,7.57010284 251.72515,20.2409418 C238.964268,33.3097715 216.538055,38.3303483 197.315586,37.6581865 Z",id:"Path"})}),t.jsxs("g",{id:"Group-41",transform:"translate(0.800001, 20.000000)",children:[t.jsxs("g",{id:"Group-25",transform:"translate(0.000000, 0.033200)",children:[t.jsx("path",{d:"M224.000003,67.790121 L224.000003,186.190123 C224.000003,195.026923 231.163203,202.190123 240.000003,202.190123 C248.836804,202.190123 256.000003,195.026923 256.000003,186.190123 L256.000003,67.790121 L224.000003,67.790121 Z",id:"Fill-1",className:"fill-dark-primary",fill:"#1145B4"}),t.jsx("mask",{id:"mask-2",fill:"white",children:t.jsx("use",{xlinkHref:"#path-1"})}),t.jsx("g",{id:"Clip-4"}),t.jsx("polygon",{id:"Fill-3",className:"fill-dark-primary",fill:"#1145B4",mask:"url(#mask-2)",points:"83.2000012 71.7900011 256.000004 71.7900011 256.000004 48.5900007 83.2000012 48.5900007"}),t.jsx("polygon",{id:"Fill-5",className:"fill-primary20",fill:"#C3D4F7",mask:"url(#mask-2)",points:"124.800002 170.190003 243.200004 170.190003 243.200004 0.366800005 124.800002 0.366800005"}),t.jsx("path",{d:"M224.000001,186.190123 L224.000001,67.790121 L96.000001,67.790121 L80.000001,67.790121 L64.000001,67.790121 L64.000001,186.190123 C64.000001,195.026923 71.1636011,202.190123 80.000001,202.190123 L240.000001,202.190123 C231.163203,202.190123 224.000001,195.026923 224.000001,186.190123",id:"Fill-6",className:"fill-primary-opa50",fill:"#88A9F0",mask:"url(#mask-2)"}),t.jsx("polygon",{id:"Fill-7",className:"fill-primary",fill:"#1657E2",mask:"url(#mask-2)",points:"92.8000014 189.390003 211.200003 189.390003 211.200003 32.5900005 92.8000014 32.5900005"}),t.jsx("polygon",{id:"Fill-8",className:"fill-primary40",fill:"#88A9F0",mask:"url(#mask-2)",points:"92.8000014 67.790001 211.200003 67.790001 211.200003 32.5900005 92.8000014 32.5900005"}),t.jsx("polygon",{id:"Fill-9",fill:"#FFFFFF",mask:"url(#mask-2)",points:"83.2000012 189.613603 201.600003 189.613603 201.600003 19.7900003 83.2000012 19.7900003"}),t.jsx("path",{d:"M201.600003,184.813563 C202.434567,184.813563 203.119893,185.452524 203.193464,186.26793 L203.200003,186.413563 L203.200003,191.213563 L198.400003,191.213563 C197.516347,191.213563 196.800003,190.497218 196.800003,189.613563 C196.800003,188.778999 197.438964,188.093673 198.25437,188.020101 L198.400003,188.013563 L200,188.013 L200.000003,186.413563 C200.000003,185.578999 200.638965,184.893673 201.45437,184.820101 L201.600003,184.813563 Z",id:"Stroke-10",fill:"#10105A",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M191.811723,188.013563 L185.223322,188.013563 C184.339667,188.013563 183.623322,188.729907 183.623322,189.613563 C183.623322,190.497218 184.339667,191.213563 185.223322,191.213563 L191.811723,191.213563 C192.695378,191.213563 193.411723,190.497218 193.411723,189.613563 C193.411723,188.729907 192.695378,188.013563 191.811723,188.013563 Z M178.634922,188.013563 L172.046522,188.013563 C171.162866,188.013563 170.446522,188.729907 170.446522,189.613563 C170.446522,190.497218 171.162866,191.213563 172.046522,191.213563 L178.634922,191.213563 C179.518578,191.213563 180.234922,190.497218 180.234922,189.613563 C180.234922,188.729907 179.518578,188.013563 178.634922,188.013563 Z M165.458121,188.013563 L158.869721,188.013563 C157.986065,188.013563 157.269721,188.729907 157.269721,189.613563 C157.269721,190.497218 157.986065,191.213563 158.869721,191.213563 L165.458121,191.213563 C166.341777,191.213563 167.058121,190.497218 167.058121,189.613563 C167.058121,188.729907 166.341777,188.013563 165.458121,188.013563 Z M152.281321,188.013563 L145.69292,188.013563 C144.809265,188.013563 144.09292,188.729907 144.09292,189.613563 C144.09292,190.497218 144.809265,191.213563 145.69292,191.213563 L152.281321,191.213563 C153.164976,191.213563 153.881321,190.497218 153.881321,189.613563 C153.881321,188.729907 153.164976,188.013563 152.281321,188.013563 Z M139.10452,188.013563 L132.51612,188.013563 C131.632464,188.013563 130.91612,188.729907 130.91612,189.613563 C130.91612,190.497218 131.632464,191.213563 132.51612,191.213563 L139.10452,191.213563 C139.988176,191.213563 140.70452,190.497218 140.70452,189.613563 C140.70452,188.729907 139.988176,188.013563 139.10452,188.013563 Z M125.927719,188.013563 L119.339319,188.013563 C118.455663,188.013563 117.739319,188.729907 117.739319,189.613563 C117.739319,190.497218 118.455663,191.213563 119.339319,191.213563 L125.927719,191.213563 C126.811375,191.213563 127.527719,190.497218 127.527719,189.613563 C127.527719,188.729907 126.811375,188.013563 125.927719,188.013563 Z M112.750918,188.013563 L106.162518,188.013563 C105.278863,188.013563 104.562518,188.729907 104.562518,189.613563 C104.562518,190.497218 105.278863,191.213563 106.162518,191.213563 L112.750918,191.213563 C113.634574,191.213563 114.350919,190.497218 114.350919,189.613563 C114.350919,188.729907 113.634574,188.013563 112.750918,188.013563 Z M99.5741178,188.013563 L92.9857174,188.013563 C92.1020618,188.013563 91.3857174,188.729907 91.3857174,189.613563 C91.3857174,190.497218 92.1020618,191.213563 92.9857174,191.213563 L99.5741178,191.213563 C100.457773,191.213563 101.174118,190.497218 101.174118,189.613563 C101.174118,188.729907 100.457773,188.013563 99.5741178,188.013563 Z",id:"Stroke-11",fill:"#091E43",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M83.2000012,184.813563 C84.0345649,184.813563 84.719891,185.452524 84.7934626,186.26793 L84.8000013,186.413563 L84.8,188.013 L86.4000013,188.013563 C87.2345649,188.013563 87.9198911,188.652524 87.9934626,189.46793 L88.0000013,189.613563 C88.0000013,190.448126 87.3610398,191.133453 86.5456339,191.207024 L86.4000013,191.213563 L81.6000012,191.213563 L81.6000012,186.413563 C81.6000012,185.529907 82.3163456,184.813563 83.2000012,184.813563 Z",id:"Stroke-12",fill:"#10105A",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M84.8000013,179.876443 L84.8000013,173.339643 C84.8000013,172.455987 84.0836569,171.739643 83.2000012,171.739643 C82.3163456,171.739643 81.6000012,172.455987 81.6000012,173.339643 L81.6000012,179.876443 C81.6000012,180.760098 82.3163456,181.476443 83.2000012,181.476443 C84.0836569,181.476443 84.8000013,180.760098 84.8000013,179.876443 Z M84.8000013,166.802843 L84.8000013,160.266043 C84.8000013,159.382387 84.0836569,158.666043 83.2000012,158.666043 C82.3163456,158.666043 81.6000012,159.382387 81.6000012,160.266043 L81.6000012,166.802843 C81.6000012,167.686498 82.3163456,168.402843 83.2000012,168.402843 C84.0836569,168.402843 84.8000013,167.686498 84.8000013,166.802843 Z M84.8000013,153.729243 L84.8000013,147.192443 C84.8000013,146.308788 84.0836569,145.592443 83.2000012,145.592443 C82.3163456,145.592443 81.6000012,146.308788 81.6000012,147.192443 L81.6000012,153.729243 C81.6000012,154.612899 82.3163456,155.329243 83.2000012,155.329243 C84.0836569,155.329243 84.8000013,154.612899 84.8000013,153.729243 Z M84.8000013,140.655643 L84.8000013,134.118843 C84.8000013,133.235188 84.0836569,132.518843 83.2000012,132.518843 C82.3163456,132.518843 81.6000012,133.235188 81.6000012,134.118843 L81.6000012,140.655643 C81.6000012,141.539299 82.3163456,142.255643 83.2000012,142.255643 C84.0836569,142.255643 84.8000013,141.539299 84.8000013,140.655643 Z M84.8000013,127.582043 L84.8000013,121.045244 C84.8000013,120.161588 84.0836569,119.445243 83.2000012,119.445243 C82.3163456,119.445243 81.6000012,120.161588 81.6000012,121.045244 L81.6000012,127.582043 C81.6000012,128.465699 82.3163456,129.182043 83.2000012,129.182043 C84.0836569,129.182043 84.8000013,128.465699 84.8000013,127.582043 Z M84.8000013,114.508444 L84.8000013,107.971644 C84.8000013,107.087988 84.0836569,106.371644 83.2000012,106.371644 C82.3163456,106.371644 81.6000012,107.087988 81.6000012,107.971644 L81.6000012,114.508444 C81.6000012,115.392099 82.3163456,116.108444 83.2000012,116.108444 C84.0836569,116.108444 84.8000013,115.392099 84.8000013,114.508444 Z M84.8000013,101.434844 L84.8000013,94.8980439 C84.8000013,94.0143883 84.0836569,93.2980439 83.2000012,93.2980439 C82.3163456,93.2980439 81.6000012,94.0143883 81.6000012,94.8980439 L81.6000012,101.434844 C81.6000012,102.318499 82.3163456,103.034844 83.2000012,103.034844 C84.0836569,103.034844 84.8000013,102.318499 84.8000013,101.434844 Z M84.8000013,88.361244 L84.8000013,81.8244441 C84.8000013,80.9407885 84.0836569,80.224444 83.2000012,80.224444 C82.3163456,80.224444 81.6000012,80.9407885 81.6000012,81.8244441 L81.6000012,88.361244 C81.6000012,89.2448996 82.3163456,89.961244 83.2000012,89.961244 C84.0836569,89.961244 84.8000013,89.2448996 84.8000013,88.361244 Z M84.8000013,75.2876442 L84.8000013,68.7508442 C84.8000013,67.8671886 84.0836569,67.1508442 83.2000012,67.1508442 C82.3163456,67.1508442 81.6000012,67.8671886 81.6000012,68.7508442 L81.6000012,75.2876442 C81.6000012,76.1712998 82.3163456,76.8876442 83.2000012,76.8876442 C84.0836569,76.8876442 84.8000013,76.1712998 84.8000013,75.2876442 Z M84.8000013,62.2140443 L84.8000013,55.6772444 C84.8000013,54.7935888 84.0836569,54.0772444 83.2000012,54.0772444 C82.3163456,54.0772444 81.6000012,54.7935888 81.6000012,55.6772444 L81.6000012,62.2140443 C81.6000012,63.0977 82.3163456,63.8140444 83.2000012,63.8140444 C84.0836569,63.8140444 84.8000013,63.0977 84.8000013,62.2140443 Z M84.8000013,49.1404445 L84.8000013,42.6036446 C84.8000013,41.719989 84.0836569,41.0036446 83.2000012,41.0036446 C82.3163456,41.0036446 81.6000012,41.719989 81.6000012,42.6036446 L81.6000012,49.1404445 C81.6000012,50.0241001 82.3163456,50.7404446 83.2000012,50.7404446 C84.0836569,50.7404446 84.8000013,50.0241001 84.8000013,49.1404445 Z M84.8000013,36.0668447 L84.8000013,29.5300448 C84.8000013,28.6463892 84.0836569,27.9300448 83.2000012,27.9300448 C82.3163456,27.9300448 81.6000012,28.6463892 81.6000012,29.5300448 L81.6000012,36.0668447 C81.6000012,36.9505003 82.3163456,37.6668447 83.2000012,37.6668447 C84.0836569,37.6668447 84.8000013,36.9505003 84.8000013,36.0668447 Z",id:"Stroke-13",fill:"#091E43",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M86.4000013,18.1901203 C87.2836569,18.1901203 88.0000013,18.9064647 88.0000013,19.7901203 C88.0000013,20.6246839 87.3610398,21.3100101 86.5456339,21.3835816 L86.4000013,21.3901203 L84.8,21.39 L84.8000013,22.9901203 C84.8000013,23.824684 84.1610397,24.5100102 83.3456339,24.5835817 L83.2000012,24.5901204 C82.3654376,24.5901204 81.6801114,23.9511588 81.6065399,23.135753 L81.6000012,22.9901203 L81.6000012,18.1901203 L86.4000013,18.1901203 Z",id:"Stroke-14",fill:"#10105A",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M92.9882814,21.3901203 L99.5766817,21.3901203 C100.460337,21.3901203 101.176682,20.6737759 101.176682,19.7901203 C101.176682,18.9064647 100.460337,18.1901203 99.5766817,18.1901203 L92.9882814,18.1901203 C92.1046258,18.1901203 91.3882814,18.9064647 91.3882814,19.7901203 C91.3882814,20.6737759 92.1046258,21.3901203 92.9882814,21.3901203 Z M106.165082,21.3901203 L112.753482,21.3901203 C113.637138,21.3901203 114.353483,20.6737759 114.353483,19.7901203 C114.353483,18.9064647 113.637138,18.1901203 112.753482,18.1901203 L106.165082,18.1901203 C105.281427,18.1901203 104.565082,18.9064647 104.565082,19.7901203 C104.565082,20.6737759 105.281427,21.3901203 106.165082,21.3901203 Z M119.341883,21.3901203 L125.930283,21.3901203 C126.813939,21.3901203 127.530283,20.6737759 127.530283,19.7901203 C127.530283,18.9064647 126.813939,18.1901203 125.930283,18.1901203 L119.341883,18.1901203 C118.458227,18.1901203 117.741883,18.9064647 117.741883,19.7901203 C117.741883,20.6737759 118.458227,21.3901203 119.341883,21.3901203 Z M132.518684,21.3901203 L139.107084,21.3901203 C139.99074,21.3901203 140.707084,20.6737759 140.707084,19.7901203 C140.707084,18.9064647 139.99074,18.1901203 139.107084,18.1901203 L132.518684,18.1901203 C131.635028,18.1901203 130.918684,18.9064647 130.918684,19.7901203 C130.918684,20.6737759 131.635028,21.3901203 132.518684,21.3901203 Z M145.695484,21.3901203 L152.283885,21.3901203 C153.16754,21.3901203 153.883885,20.6737759 153.883885,19.7901203 C153.883885,18.9064647 153.16754,18.1901203 152.283885,18.1901203 L145.695484,18.1901203 C144.811829,18.1901203 144.095484,18.9064647 144.095484,19.7901203 C144.095484,20.6737759 144.811829,21.3901203 145.695484,21.3901203 Z M158.872285,21.3901203 L165.460685,21.3901203 C166.344341,21.3901203 167.060685,20.6737759 167.060685,19.7901203 C167.060685,18.9064647 166.344341,18.1901203 165.460685,18.1901203 L158.872285,18.1901203 C157.988629,18.1901203 157.272285,18.9064647 157.272285,19.7901203 C157.272285,20.6737759 157.988629,21.3901203 158.872285,21.3901203 Z M172.049086,21.3901203 L178.637486,21.3901203 C179.521142,21.3901203 180.237486,20.6737759 180.237486,19.7901203 C180.237486,18.9064647 179.521142,18.1901203 178.637486,18.1901203 L172.049086,18.1901203 C171.16543,18.1901203 170.449086,18.9064647 170.449086,19.7901203 C170.449086,20.6737759 171.16543,21.3901203 172.049086,21.3901203 Z M185.225886,21.3901203 L191.814287,21.3901203 C192.697942,21.3901203 193.414287,20.6737759 193.414287,19.7901203 C193.414287,18.9064647 192.697942,18.1901203 191.814287,18.1901203 L185.225886,18.1901203 C184.342231,18.1901203 183.625886,18.9064647 183.625886,19.7901203 C183.625886,20.6737759 184.342231,21.3901203 185.225886,21.3901203 Z",id:"Stroke-15",fill:"#091E43",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M203.200003,18.1901203 L203.200003,22.9901203 C203.200003,23.873776 202.483659,24.5901204 201.600003,24.5901204 C200.765439,24.5901204 200.080113,23.9511588 200.006542,23.135753 L200.000003,22.9901203 L200,21.39 L198.400003,21.3901203 C197.565439,21.3901203 196.880113,20.7511588 196.806542,19.9357529 L196.800003,19.7901203 C196.800003,18.9555567 197.438964,18.2702305 198.25437,18.1966589 L198.400003,18.1901203 L203.200003,18.1901203 Z",id:"Stroke-16",fill:"#10105A",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M200.000003,29.5270404 L200.000003,36.0638403 C200.000003,36.947496 200.716347,37.6638404 201.600003,37.6638404 C202.483659,37.6638404 203.200003,36.947496 203.200003,36.0638403 L203.200003,29.5270404 C203.200003,28.6433848 202.483659,27.9270404 201.600003,27.9270404 C200.716347,27.9270404 200.000003,28.6433848 200.000003,29.5270404 Z M200.000003,42.6006403 L200.000003,49.1374402 C200.000003,50.0210958 200.716347,50.7374402 201.600003,50.7374402 C202.483659,50.7374402 203.200003,50.0210958 203.200003,49.1374402 L203.200003,42.6006403 C203.200003,41.7169846 202.483659,41.0006402 201.600003,41.0006402 C200.716347,41.0006402 200.000003,41.7169846 200.000003,42.6006403 Z M200.000003,55.6742401 L200.000003,62.21104 C200.000003,63.0946956 200.716347,63.81104 201.600003,63.81104 C202.483659,63.81104 203.200003,63.0946956 203.200003,62.21104 L203.200003,55.6742401 C203.200003,54.7905845 202.483659,54.07424 201.600003,54.07424 C200.716347,54.07424 200.000003,54.7905845 200.000003,55.6742401 Z M200.000003,68.7478399 L200.000003,75.2846398 C200.000003,76.1682954 200.716347,76.8846398 201.600003,76.8846398 C202.483659,76.8846398 203.200003,76.1682954 203.200003,75.2846398 L203.200003,68.7478399 C203.200003,67.8641843 202.483659,67.1478399 201.600003,67.1478399 C200.716347,67.1478399 200.000003,67.8641843 200.000003,68.7478399 Z M200.000003,81.8214397 L200.000003,88.3582396 C200.000003,89.2418952 200.716347,89.9582396 201.600003,89.9582396 C202.483659,89.9582396 203.200003,89.2418952 203.200003,88.3582396 L203.200003,81.8214397 C203.200003,80.9377841 202.483659,80.2214397 201.600003,80.2214397 C200.716347,80.2214397 200.000003,80.9377841 200.000003,81.8214397 Z M200.000003,94.8950395 L200.000003,101.431839 C200.000003,102.315495 200.716347,103.031839 201.600003,103.031839 C202.483659,103.031839 203.200003,102.315495 203.200003,101.431839 L203.200003,94.8950395 C203.200003,94.0113839 202.483659,93.2950395 201.600003,93.2950395 C200.716347,93.2950395 200.000003,94.0113839 200.000003,94.8950395 Z M200.000003,107.968639 L200.000003,114.505439 C200.000003,115.389095 200.716347,116.105439 201.600003,116.105439 C202.483659,116.105439 203.200003,115.389095 203.200003,114.505439 L203.200003,107.968639 C203.200003,107.084984 202.483659,106.368639 201.600003,106.368639 C200.716347,106.368639 200.000003,107.084984 200.000003,107.968639 Z M200.000003,121.042239 L200.000003,127.579039 C200.000003,128.462695 200.716347,129.179039 201.600003,129.179039 C202.483659,129.179039 203.200003,128.462695 203.200003,127.579039 L203.200003,121.042239 C203.200003,120.158584 202.483659,119.442239 201.600003,119.442239 C200.716347,119.442239 200.000003,120.158584 200.000003,121.042239 Z M200.000003,134.115839 L200.000003,140.652639 C200.000003,141.536294 200.716347,142.252639 201.600003,142.252639 C202.483659,142.252639 203.200003,141.536294 203.200003,140.652639 L203.200003,134.115839 C203.200003,133.232183 202.483659,132.515839 201.600003,132.515839 C200.716347,132.515839 200.000003,133.232183 200.000003,134.115839 Z M200.000003,147.189439 L200.000003,153.726239 C200.000003,154.609894 200.716347,155.326239 201.600003,155.326239 C202.483659,155.326239 203.200003,154.609894 203.200003,153.726239 L203.200003,147.189439 C203.200003,146.305783 202.483659,145.589439 201.600003,145.589439 C200.716347,145.589439 200.000003,146.305783 200.000003,147.189439 Z M200.000003,160.263039 L200.000003,166.799839 C200.000003,167.683494 200.716347,168.399839 201.600003,168.399839 C202.483659,168.399839 203.200003,167.683494 203.200003,166.799839 L203.200003,160.263039 C203.200003,159.379383 202.483659,158.663039 201.600003,158.663039 C200.716347,158.663039 200.000003,159.379383 200.000003,160.263039 Z M200.000003,173.336638 L200.000003,179.873438 C200.000003,180.757094 200.716347,181.473438 201.600003,181.473438 C202.483659,181.473438 203.200003,180.757094 203.200003,179.873438 L203.200003,173.336638 C203.200003,172.452983 202.483659,171.736638 201.600003,171.736638 C200.716347,171.736638 200.000003,172.452983 200.000003,173.336638 Z",id:"Stroke-17",fill:"#10105A",fillRule:"nonzero",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,51.7900008 L140.800002,51.7900008 L140.800002,42.1900006 L99.2000015,42.1900006 L99.2000015,51.7900008 Z",id:"Fill-18",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,67.790001 L140.800002,67.790001 L140.800002,58.1900009 L99.2000015,58.1900009 L99.2000015,67.790001 Z",id:"Fill-19",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,118.990002 L182.400003,118.990002 L182.400003,109.390002 L99.2000015,109.390002 L99.2000015,118.990002 Z",id:"Fill-20",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,102.990002 L182.400003,102.990002 L182.400003,93.3900014 L99.2000015,93.3900014 L99.2000015,102.990002 Z",id:"Fill-21",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,134.990002 L182.400003,134.990002 L182.400003,125.390002 L99.2000015,125.390002 L99.2000015,134.990002 Z",id:"Fill-22",fill:"#C3D0D8",mask:"url(#mask-2)"}),t.jsx("path",{d:"M99.2000015,150.990002 L182.400003,150.990002 L182.400003,141.390002 L99.2000015,141.390002 L99.2000015,150.990002 Z",id:"Fill-23",fill:"#C3D0D8",mask:"url(#mask-2)"})]}),t.jsxs("g",{id:"Group-28",transform:"translate(219.200003, 134.033202)",children:[t.jsx("mask",{id:"mask-4",fill:"white",children:t.jsx("use",{xlinkHref:"#path-3"})}),t.jsx("g",{id:"Clip-27"}),t.jsx("polygon",{id:"Fill-26",fill:"#C3D0D8",mask:"url(#mask-4)",points:"-2.69880004 71.5056011 71.4624011 71.5056011 71.4624011 -2.65560004 -2.69880004 -2.65560004"})]}),t.jsxs("g",{id:"Group-31",transform:"translate(219.200003, 134.033202)",children:[t.jsx("mask",{id:"mask-6",fill:"white",children:t.jsx("use",{xlinkHref:"#path-5"})}),t.jsx("g",{id:"Clip-30"}),t.jsx("polygon",{id:"Fill-29",fill:"#FFFFFF",mask:"url(#mask-6)",points:"-21.7424003 71.5056011 52.4188008 71.5056011 52.4188008 -2.65560004 -21.7424003 -2.65560004"})]}),t.jsxs("g",{id:"Group-34",transform:"translate(219.200003, 144.033202)",children:[t.jsx("mask",{id:"mask-8",fill:"white",children:t.jsx("use",{xlinkHref:"#path-7"})}),t.jsx("g",{id:"Clip-33"}),t.jsx("polygon",{id:"Fill-32",fill:"#091E43",mask:"url(#mask-8)",points:"-2.69880004 12.7660002 71.4624011 12.7660002 71.4624011 -2.90520004 -2.69880004 -2.90520004"})]}),t.jsxs("g",{id:"Group-37",transform:"translate(268.000004, 144.033202)",children:[t.jsx("mask",{id:"mask-10",fill:"white",children:t.jsx("use",{xlinkHref:"#path-9"})}),t.jsx("g",{id:"Clip-36"}),t.jsx("polygon",{id:"Fill-35",fill:"#091E43",mask:"url(#mask-10)",points:"-2.74640004 12.7660002 22.6752003 12.7660002 22.6752003 -2.90520004 -2.74640004 -2.90520004"})]}),t.jsxs("g",{id:"Group-40",transform:"translate(287.600004, 144.033202)",children:[t.jsx("mask",{id:"mask-12",fill:"white",children:t.jsx("use",{xlinkHref:"#path-11"})}),t.jsx("g",{id:"Clip-39"}),t.jsx("polygon",{id:"Fill-38",fill:"#C3D0D8",mask:"url(#mask-12)",points:"-2.84560004 42.0176006 22.5764003 42.0176006 22.5764003 -2.90520004 -2.84560004 -2.90520004"})]})]})]}),t.jsx("rect",{id:"Rectangle-Copy",fill:"#10105A",fillRule:"nonzero",x:"0",y:"222.000003",width:"453.600007",height:"7.20000011",rx:"3.60000005"})]})})})]})));const _r=f.default(D,{target:"ehtrwig0"})({name:"1dg5z9o",styles:"position:relative;display:block;width:100%;font-weight:unset;text-align:unset"}),$r=l=>s.css(".item{padding:2em 0;border-top:1px solid ",l.border,";.header{display:flex;justify-content:space-between;align-items:center;&>svg{min-width:14px;}}.content{padding-top:2em;}}.item:last-of-type{border-bottom:1px solid ",l.border,";}","");var Ur=w()((l=>t.jsx("svg",{viewBox:"0 0 1000.046 323.653",...l,children:t.jsxs("g",{transform:"matrix(4.4299631,0,0,4.4299631,-81.165783,-105.04783)",children:[t.jsx("polygon",{points:"116.145,95.719 97.858,95.719 109.296,24.995 127.582,24.995 ",fill:"#00579f"}),t.jsx("path",{d:"m 182.437,26.724 c -3.607,-1.431 -9.328,-3.011 -16.402,-3.011 -18.059,0 -30.776,9.63 -30.854,23.398 -0.15,10.158 9.105,15.8 16.027,19.187 7.075,3.461 9.48,5.72 9.48,8.805 -0.072,4.738 -5.717,6.922 -10.982,6.922 -7.301,0 -11.213,-1.126 -17.158,-3.762 l -2.408,-1.13 -2.559,15.876 c 4.289,1.954 12.191,3.688 20.395,3.764 19.188,0 31.68,-9.481 31.828,-24.153 0.073,-8.051 -4.814,-14.22 -15.35,-19.261 -6.396,-3.236 -10.313,-5.418 -10.313,-8.729 0.075,-3.01 3.313,-6.093 10.533,-6.093 5.945,-0.151 10.313,1.278 13.622,2.708 l 1.654,0.751 2.487,-15.272 0,0 z",fill:"#00579f"}),t.jsx("path",{d:"m 206.742,70.664 c 1.506,-4.063 7.301,-19.788 7.301,-19.788 -0.076,0.151 1.503,-4.138 2.406,-6.771 l 1.278,6.094 c 0,0 3.463,16.929 4.215,20.465 -2.858,0 -11.588,0 -15.2,0 l 0,0 z m 22.573,-45.669 -14.145,0 c -4.362,0 -7.676,1.278 -9.558,5.868 l -27.163,64.855 19.188,0 c 0,0 3.159,-8.729 3.838,-10.609 2.105,0 20.771,0 23.479,0 0.525,2.483 2.182,10.609 2.182,10.609 l 16.932,0 -14.753,-70.723 0,0 z",id:"path13",fill:"#00579f"}),t.jsx("path",{d:"M 82.584,24.995 64.675,73.222 62.718,63.441 C 59.407,52.155 49.023,39.893 37.435,33.796 l 16.404,61.848 19.338,0 28.744,-70.649 -19.337,0 0,0 z",id:"path15",fill:"#00579f"}),t.jsx("path",{d:"m 48.045,24.995 -29.422,0 -0.301,1.429 c 22.951,5.869 38.151,20.016 44.396,37.02 L 56.322,30.94 c -1.053,-4.517 -4.289,-5.796 -8.277,-5.945 l 0,0 z",id:"path17",fill:"#faa61a"})]})})));var Jr=w()((l=>t.jsxs("svg",{viewBox:"0 0 131.39 86.9",...l,children:[t.jsx("g",{opacity:"0",children:t.jsx("rect",{fill:"#fff",width:"131.39",height:"86.9"})}),t.jsx("rect",{fill:"#ff5f00",x:"48.37",y:"15.14",width:"34.66",height:"56.61"}),t.jsx("path",{fill:"#eb001b",d:"M51.94,43.45a35.94,35.94,0,0,1,13.75-28.3,36,36,0,1,0,0,56.61A35.94,35.94,0,0,1,51.94,43.45Z"}),t.jsx("path",{fill:"#f79e1b",d:"M120.5,65.76V64.6H121v-.24h-1.19v.24h.47v1.16Zm2.31,0v-1.4h-.36l-.42,1-.42-1h-.36v1.4h.26V64.7l.39.91h.27l.39-.91v1.06Z"}),t.jsx("path",{fill:"#f79e1b",d:"M123.94,43.45a36,36,0,0,1-58.25,28.3,36,36,0,0,0,0-56.61,36,36,0,0,1,58.25,28.3Z"})]})));var Yr=w()((l=>t.jsxs("svg",{viewBox:"0 0 1280 780",...l,children:[t.jsx("path",{fill:"#551488",d:"M273.52,218c0,92.16-55.29,136.93-111.91,136.93-32.92,0-60.13-15.36-77.68-43.89v37.31H22V8.18H83.93V135c13.6-22.83,39.93-46.52,82.95-46.52C216,88.5,273.52,129.75,273.52,218ZM83.93,221c0,51.79,29.84,79,63.2,79,31.16,0,64.07-25.46,64.07-79,0-52.67-32.47-78.12-63.63-78.12C113.77,142.92,83.93,167.06,83.93,221Z"}),t.jsx("path",{fill:"#551488",d:"M305.12,219.28c0-88.21,56.18-130.78,112.8-130.78,30.28,0,56.18,11.41,76.8,39.5V95.52h61.89v252.8H494.72V312.77c-17.55,23.7-44.32,42.13-83.82,42.13C361.74,354.9,305.12,311.89,305.12,219.28Zm62.33,3.08c0,54,32.48,77.68,63.64,77.68,33.79,0,63.63-22.38,63.63-77.68,0-53.55-29.84-79.44-63.2-79.44C400.36,142.92,367.45,167.5,367.45,222.36Z"}),t.jsx("path",{fill:"#551488",d:"M678.18,203.92v144.4H616.3V95.52h61.88v37.3c17.55-32,50-44.32,78.12-44.32,43.89,0,85.58,22.38,85.58,90.41V348.32H780V202.61c0-42.14-20.63-57.5-47.84-57.5C701,145.11,678.18,163.54,678.18,203.92Z"}),t.jsx("path",{fill:"#551488",d:"M899.38,8.18h61.44V212.26l89.54-116.74h69.34l-87.34,104.89,101,147.91h-68.47l-69.34-104L960.82,286v62.32H899.38Z"}),t.jsx("path",{fill:"#551488",d:"M8,555.08c0-88.22,56.18-130.79,112.79-130.79,30.29,0,56.18,11.41,76.81,39.5V431.31h61.88v252.8H197.6V648.56c-17.56,23.7-44.33,42.13-83.83,42.13C64.62,690.69,8,647.68,8,555.08Zm62.32,3.07c0,54,32.48,77.68,63.64,77.68,33.79,0,63.64-22.38,63.64-77.68,0-53.55-29.85-79.44-63.2-79.44C103.24,478.71,70.32,503.29,70.32,558.15Z"}),t.jsx("path",{fill:"#551488",d:"M457.42,666.11l-34.23-34.67c-3.95-4.39-8.34-7.46-13.61-7.46-4.83,0-8.78,2.63-14,8.34l-81.2,86c-8.34,8.78-20.19,18.43-33.79,18.43s-23.26-9.65-23.26-22.38c0-11,7.46-21.07,16.68-30.28L358.23,595c21.95-23.26,37.75-26.77,50.47-26.77,12.29,0,28.09,2.63,52.67,27.65l33.35,34.23c8.78,9.22,17.56,19.31,17.56,32s-8.78,22.39-22.82,22.39C478.05,684.55,469.27,678.4,457.42,666.11ZM359.55,448l34.23,34.67c4,4.39,8.34,7.46,13.61,7.46,4.82,0,8.77-2.63,14-8.34l81.19-86c8.34-8.78,20.19-18.43,33.8-18.43s23.26,9.65,23.26,22.38c0,11-7.46,21.07-16.68,30.28l-84.26,89.1c-21.95,23.26-37.75,26.77-50.47,26.77-12.29,0-28.09-2.63-52.67-27.65L322.24,484c-8.77-9.22-17.55-19.32-17.55-32s8.78-22.39,22.82-22.39C338.92,429.55,347.7,435.7,359.55,448Z"}),t.jsx("path",{fill:"#551488",d:"M599.62,570.87c4,39.5,26.77,65.4,67.15,65.4,38.18,0,53.54-15.36,58.37-39.5l56.18,8.78c-9.66,58.37-65.83,85.14-112.36,85.14-74.61,0-132.54-50.47-132.54-133.86,0-81.19,54.42-132.54,126.4-132.54,67.59,0,115.86,52.66,115.86,127.27v19.31Zm1.75-44.32H719.43c-5.26-36.43-29.4-50.48-58.81-50.48C630.34,476.07,608.84,491.44,601.37,526.55Z"}),t.jsx("path",{fill:"#551488",d:"M888.41,431.31V466c17.12-23.7,43.89-41.69,83-41.69,49.16,0,106.65,41.25,106.65,129.47,0,92.16-55.3,136.93-111.91,136.93-30.29,0-57.06-11.85-77.69-39.94V771.89H826.53V431.31Zm0,125.52c0,51.79,29.85,79,63.2,79,31.6,0,64.08-25.46,64.08-79,0-52.67-32.48-78.12-63.64-78.12C918.26,478.71,888.41,502.85,888.41,556.83Z"}),t.jsx("path",{fill:"#551488",d:"M1143,431.31v-61l61.88-8.78v69.79h62.32v51.35h-62.32V605.11c0,18,5.71,27.21,24.58,27.21,11.41,0,21.94-1.76,33.8-4.39l8.77,47.84c-14.92,6.58-38.62,12.73-60.57,12.73-52.22,0-68.46-29.85-68.46-67.59V482.66h-43.45V431.31Z"})]})));var Xr=w()((l=>t.jsx("svg",{viewBox:"0 0 400 300",...l,children:t.jsx("path",{id:"blue",fill:"#016FD0",d:"M330.4135,205.2351c5.1213-0.0441,9.5495-3.0385,9.5495-3.0385v88.1155H59.3385v-142.808h12.9968 l2.7745-6.9451h7.4512l2.7943,6.9451h105.7225v-6.9451l5.6429,6.9451h28.4314v-4.8899c0,0,4.8242,4.8899,12.3709,4.8899h18.8568 l2.7507-6.9451h7.475l2.7962,6.9451h27.8055v-7.8132l4.9918,7.8132h19.0989v-44.0578h-19.0989v7.788l-5.2088-7.788h-18.9254v13.6731 l-5.8669-13.558l-32.9387-0.1151c-8.7705,0-14.1072,4.9918-14.1072,4.9918v-4.9918H123.6347l-3.4454,9.9293l-3.5539-9.9293H94.0204 v13.7378l-5.97-13.7378H69.858l-10.5195,24.5248V9.6878H339.963v151.4894H170.6384l-5.1705,6.5246l-5.0049-6.5246h-46.6491v44.0579 h46.3564l5.0745-6.6645l4.9978,6.6645H198.24v-10.2006h6.294c5.4609,0,7.9868-1.6549,7.9868-1.6549v11.8555h18.4913V198.29 l5.6429,6.9451H330.4135z M68.6302,141.8668h-4.3897h-4.8478l4.0397-9.3924l10.1489-23.5967v-0.0001h10.7567l14.175,32.9891h-9.441 l-2.6044-6.6059H71.2482L68.6302,141.8668z M74.1782,128.0988h9.2917l-4.6391-11.5435L74.1782,128.0988z M140.7261,141.8612 v-32.9891h-13.022l-7.4523,21.3181l-7.6351-21.2693l-13.127-0.0488v32.9891h8.2473v-24.3077l8.7667,24.3077h7.2328l8.7423-24.3077 v24.3077H140.7261z M173.2811,116.2513v-7.3792H146.369v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144 v-5.6429H173.2811z M198.8911,129.7129l10.8517,12.1539h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891v-0.0001h18.3529 c6.0812,0,11.5299,3.7604,11.5299,10.7025C207.9387,125.5146,203.3447,129.3371,198.8911,129.7129z M199.6371,119.7294 c0-1.7036-1.6451-3.4725-3.9066-3.4725h-9.4274v6.9451h9.5495C197.5056,123.2019,199.6371,121.9211,199.6371,119.7294z M211.3054,108.8722v32.9891h8.4209v-32.9891H211.3054z M223.7415,125.5023c0,9.4302,5.3397,16.3589,14.1343,16.3589h1.8177 l3.4725-7.2055h-2.1703c-5.2524,0-8.8984-2.6833-8.8984-9.072c0-5.3799,3.1885-8.8984,7.697-8.8984h9.4487v-7.8132h-9.1154 C229.0213,108.8722,223.7415,115.8393,223.7415,125.5023z M243.4508,141.8668l14.1885-32.9891v-0.0001h10.7567l14.175,32.9891 h-9.441l-2.6044-6.6059h-15.2195l-2.618,6.6059H243.4508z M258.2362,128.0988h9.2917l-4.6391-11.5435L258.2362,128.0988z M305.5088,141.8612h10.1464v-32.9891h-8.2473v20.7267l-13.3882-20.7267h-10.4854v32.9891h8.2473v-21.2693L305.5088,141.8612z M146.369,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.144v-6.9451h-18.144v-5.6428H146.369z M278.2386,173.9823v-7.3792h-26.9122v32.9891l26.9122,0.0001v-7.1621h-18.5781v-5.8599h18.0572v-6.9451h-18.0572v-5.6428H278.2386z M173.4982,166.6031l-8.0167,10.3226l-7.9896-10.3226h-10.3905l13.4154,16.698l-13.1034,16.2911l10.2413-0.0001l7.569-10.1599 l7.7576,10.1599h10.3889l-13.1275-16.4945l13.239-16.4946H173.4982z M202.5671,166.6086c7.475,0,11.8419,4.8177,11.8419,11.0959 c0,7.5786-5.5679,11.4756-12.9135,11.4756h-8.6813v10.4176h-8.4643v-32.9891H202.5671z M201.9567,174.0692h-9.1425v7.5962h9.1154 c2.4088,0,4.0965-1.5964,4.0965-3.7981C206.0261,175.5236,204.3298,174.0692,201.9567,174.0692z M238.8253,187.4383l10.8517,12.1539 h-10.0785l-9.8886-11.7198h-3.4725v11.7198h-8.2473v-32.9891h18.3529c6.0812,0,11.5299,3.7604,11.5299,10.7025 C247.8729,183.24,243.2789,187.0624,238.8253,187.4383z M239.5713,177.4547c0-1.7035-1.6451-3.4725-3.9066-3.4725h-9.4274v6.945 h9.5495C237.4398,180.9273,239.5713,179.6465,239.5713,177.4547z M298.5638,192.4301h-16.5054v7.1621h17.577 c7.2621,0,10.7568-4.7273,10.7568-10.499c0-5.3685-3.1361-9.4681-10.3633-9.4681h-7.8132c-2.0284,0-3.0385-1.5081-3.0385-2.8757 c0-1.3305,0.8173-2.7238,3.4725-2.7238h13.8901l3.4726-7.4225h-16.0605c-9.6342,0-12.9407,5.101-12.9407,10.3905 c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586c2.4456,0,3.4996,1.4021,3.4996,2.7889 C302.0634,191.1103,301.006,192.4301,298.5638,192.4301z M339.963,185.1187c-1.2784-3.2881-4.3695-5.4936-9.6648-5.4936h-2.1419 h-5.6713c-2.0284,0-3.0385-1.5081-3.0385-2.8757c0-1.3305,0.8173-2.7238,3.4725-2.7238h8.8209h5.0692l3.1538-6.7413l0.3187-0.6813 h-0.3187h-3.4725h-12.2692c-9.6341,0-12.9406,5.101-12.9406,10.3905c0,5.9304,3.6107,9.8804,10.094,9.8804h7.4586 c0.0422,0,0.0762,0.0078,0.1176,0.0087c2.3564,0.0471,3.3821,1.4174,3.3821,2.7802c0,0.492-0.1332,0.9645-0.3904,1.3802 c-0.4995,0.8072-1.4972,1.387-3.1093,1.387h-16.5054v7.1621h17.5769c2.8324,0,5.0839-0.726,6.7863-1.9457 c1.5426-1.1052,2.632-2.6169,3.272-4.3817c0.4647-1.2811,0.6985-2.6909,0.6985-4.1716 C340.6615,187.6581,340.4294,186.3184,339.963,185.1187z"})})));var Kr=w()((l=>t.jsx("svg",{viewBox:"0 0 22 22",...l,children:t.jsx("path",{d:"M10,0 L-1.45519152e-11,0 L-1.45519152e-11,20 L9,20 C8.59,19.75 8.2,19.44 7.86,19.1 C7.53,18.77 7.25,18.4 7,18 L2,18 L2,2 L9,2 L9,7 L14,7 L14,8.18 C14.71,8.34 15.39,8.61 16,9 L16,6 L10,0 M16.31,16.9 C17.64,14.79 17,12 14.91,10.68 C12.8,9.35 10,10 8.69,12.08 C7.35,14.19 8,16.97 10.09,18.3 C11.55,19.23 13.41,19.23 14.88,18.32 L18,21.39 L19.39,20 L16.31,16.9 M12.5,17 C11.1192881,17 10,15.8807119 10,14.5 C10,13.1192881 11.1192881,12 12.5,12 C13.8807119,12 15,13.1192881 15,14.5 C15,15.8807119 13.8807119,17 12.5,17 Z"})})));const Qr=f.default("div",{target:"ec636p03"})("display:flex;flex-direction:row;width:100%;justify-content:space-between;@media screen and (max-width: ",Z,"){flex-direction:column;text-align:center;}"),la=f.default("div",{target:"ec636p02"})(""),ia=f.default("div",{target:"ec636p01"})({name:"16exalf",styles:"display:grid;grid-row-gap:0.5em;h1,h2,h3,h4,h5{align-self:center;}"}),ea=f.default("div",{target:"ec636p00"})("margin-left:2em;display:flex;align-items:center;@media screen and (max-width: ",Z,"){margin-left:0;margin-top:2em;align-self:center;}button,a{min-width:169px;}");var sa=w()((l=>t.jsx("svg",{viewBox:"0 0 24 22",...l,children:t.jsx("path",{d:"M10,0.5 L10,2.76 L12,4.09 L12,2.5 L22,2.5 L22,17.5 L17,17.5 L17,19.5 L24,19.5 L24,0.5 L10,0.5 M7.5,3.5 L0,8.5 L0,19.5 L15,19.5 L15,8.5 L7.5,3.5 M14,4.5 L14,5.43 L15.61,6.5 L16,6.5 L16,4.5 L14,4.5 M18,4.5 L18,6.5 L20,6.5 L20,4.5 L18,4.5 M7.5,6 L13,9.5 L13,17.5 L10,17.5 L10,11.5 L5,11.5 L5,17.5 L2,17.5 L2,9.5 L7.5,6 M18,8.5 L18,10.5 L20,10.5 L20,8.5 L18,8.5 M18,12.5 L18,14.5 L20,14.5 L20,12.5 L18,12.5 Z"})})));const ta=f.default("div",{target:"e150zp874"})((l=>s.css(".DayPicker-Body{border:",l.small?"none":"2px solid #d7d7d7",";padding-left:",l.small?"20px":"0",";}.DayPicker-Month{margin:0;margin-top:0;}.DayPicker-Week{position:relative;border-bottom:",l.small?"none":"2px solid #d7d7d7",";border-top:",l.small?"1px solid #d7d7d7":"none",";margin-left:",l.small?"20px":"0",";}.DayPicker-WeekNumber{position:absolute;top:",l.small?"-10px":"4px",";left:",l.small?"-20px":"8px",";z-index:2;padding:0;border-right:none;font-size:",l.small?"12px":"16px",";cursor:default;}.DayPicker-Day{padding:0;border-right:",l.small?"none":"2px solid #d7d7d7",";&:focus{outline:none;}}","")),""),ra=f.default("div",{target:"e150zp873"})((l=>s.css("position:relative;height:6vw;width:8vw;padding-top:30px;background-color:",l.subtle?"#F3F3F3":"white",";","")),""),aa=f.default("div",{target:"e150zp872"})({name:"10ry8on",styles:"position:absolute;top:4px;right:8px"});var ha={name:"wam8zk",styles:"height:50px;width:10vw"};const ca=f.default("div",{target:"e150zp871"})((l=>ha),""),xa=f.default("div",{target:"e150zp870"})({name:"kjj0ot",styles:"padding-top:2px"}),na=(l,i)=>{const e=[];for(let s of l)fa(s.date,i)&&e.push(s);return e},fa=(l,i)=>l.getFullYear()===i.getFullYear()&&l.getMonth()===i.getMonth()&&l.getDate()===i.getDate(),da=f.default("button",{target:"emupss04"})((l=>s.css("width:90%;border:none;border-radius:4px;background-color:",l.background,";font-weight:600;cursor:pointer;text-align:left;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;","")),""),oa=f.default("span",{target:"emupss03"})({name:"1xdkr60",styles:"display:block;position:relative;font-weight:400"}),ma=f.default("div",{target:"emupss02"})({name:"1shaafq",styles:"position:absolute;width:22vw;text-align:center;border-radius:10px;background-color:white;z-index:1;top:-20px;left:calc(100% + 10px);box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.2);&.tooltip-enter{opacity:0;transform:scale(0.8);}&.tooltip-enter-active{opacity:1;transform:translateX(0);transition:opacity 80ms,transform 80ms;}&.tooltip-exit{opacity:1;}&.tooltip-exit-active{opacity:0;transform:scale(0.9);transition:opacity 80ms,transform 80ms;}&::after{content:'';position:absolute;border-width:12px;border-style:solid;top:20px;right:100%;margin-left:-5px;border-color:transparent white transparent transparent;}"}),pa=f.default("div",{target:"emupss01"})({name:"gi73bv",styles:"display:grid;grid-template-columns:1fr;grid-row-gap:0.5em;justify-items:start;padding:1em"}),ya=f.default("div",{target:"emupss00"})({name:"1deiktd",styles:"display:flex;justify-content:space-between;width:95%"}),ga=({trackingName:l,event:i,children:r})=>{const h=s.useTheme(),c=e.createRef(),[x,n]=e.useState(!1);return e.useEffect((()=>{const l=l=>{const i=c.current;i&&i.contains(l.target)||n(!1)};return x?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[x,c]),t.jsxs(oa,{ref:c,children:[t.jsx(da,{trackingName:l,onClick:l=>{l.stopPropagation(),n(!x)},background:h.illustrationPrimary10,children:i.title}),t.jsx(a.CSSTransition,{in:x,unmountOnExit:!0,timeout:80,classNames:"tooltip",children:t.jsx(ma,{children:t.jsxs(pa,{children:[t.jsx(R,{level:5,children:i.title}),t.jsxs(ya,{children:[t.jsx(rl,{size:"14px",children:W(i.date,pt)}),i.dateNote&&t.jsx(rl,{size:"14px",children:i.dateNote})]}),t.jsx(rl,{size:"14px",paragraph:!0,align:"left",children:i.description})]})})})]})},Ca=f.default("button",{target:"e1xd50go4"})((l=>s.css("height:8px;width:8px;border-radius:50%;padding:0;border:none;background-color:",l.background,";margin-top:30px;","")),""),ja=f.default("span",{target:"e1xd50go3"})({name:"x6u1u8",styles:"display:block;font-weight:400;height:50px;margin-top:-22px;cursor:pointer;&:active{outline:none;}"}),La=f.default("div",{target:"e1xd50go2"})({name:"1agvjtb",styles:"position:absolute;width:100%;left:0;text-align:center;border-radius:10px;background-color:white;box-shadow:0px 10px 15px 0px rgba(0, 0, 0, 0.2);z-index:3;h5{text-align:left;}&.tooltip-enter{opacity:0;transform:scale(0.8);}&.tooltip-enter-active{opacity:1;transform:translateX(0);transition:opacity 80ms,transform 80ms;}&.tooltip-exit{opacity:1;}&.tooltip-exit-active{opacity:0;transform:scale(0.9);transition:opacity 80ms,transform 80ms;}"}),Fa=f.default("div",{target:"e1xd50go1"})({name:"nd6z26",styles:"display:grid;grid-template-columns:1fr;grid-row-gap:0.5em;justify-items:start;padding:1em;border-bottom:1px solid #efefef;&:last-of-type{border-bottom:none;}"}),wa=f.default("div",{target:"e1xd50go0"})({name:"1deiktd",styles:"display:flex;justify-content:space-between;width:95%"}),Na=({trackingName:l,events:i})=>{const r=s.useTheme(),h=e.createRef(),[c,x]=e.useState(!1);return e.useEffect((()=>{const l=l=>{const i=h.current;i&&i.contains(l.target)||x(!1)};return c?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[c,h]),t.jsxs(ja,{ref:h,onClick:l=>{l.stopPropagation(),x(!c)},children:[t.jsx(Ca,{trackingName:l,background:r.primary}),t.jsx(a.CSSTransition,{in:c,unmountOnExit:!0,timeout:80,classNames:"tooltip",children:t.jsx(La,{children:i.length>0&&i.map(((l,i)=>t.jsxs(Fa,{children:[t.jsx(R,{level:5,children:l.title}),t.jsxs(wa,{children:[t.jsx(rl,{size:"14px",children:W(l.date,pt)}),l.dateNote&&t.jsx(rl,{size:"14px",children:l.dateNote})]}),t.jsx(rl,{size:"14px",paragraph:!0,align:"left",children:l.description})]},i)))})})]})},Da={locales:"no",months:xt,firstDayOfWeek:1,showDays:!1,showOutsideDays:!0,showWeekDays:!1,showWeekNumbers:!0};var ua=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,0 L13,4 L24,4 L24,18 L0,18 L0,0 L13,0 Z M11,2 L2,2 L2,16 L11,16 L11,2 Z M22,6 L13,6 L13,16 L22,16 L22,6 Z M5.5,12 L5.5,14 L3.5,14 L3.5,12 L5.5,12 Z M9.5,12 L9.5,14 L7.5,14 L7.5,12 L9.5,12 Z M16.5,12 L16.5,14 L14.5,14 L14.5,12 L16.5,12 Z M20.5,12 L20.5,14 L18.5,14 L18.5,12 L20.5,12 Z M16.5,8 L16.5,10 L14.5,10 L14.5,8 L16.5,8 Z M5.5,8 L5.5,10 L3.5,10 L3.5,8 L5.5,8 Z M9.5,8 L9.5,10 L7.5,10 L7.5,8 L9.5,8 Z M20.5,8 L20.5,10 L18.5,10 L18.5,8 L20.5,8 Z M5.5,4 L5.5,6 L3.5,6 L3.5,4 L5.5,4 Z M9.5,4 L9.5,6 L7.5,6 L7.5,4 L9.5,4 Z"})})));var Ba=w()((l=>t.jsx("svg",{viewBox:"0 0 24 24",...l,children:t.jsx("path",{d:"M13,0 L13,4 L24,4 L24,18 L0,18 L0,0 L13,0 Z M5.5,12 L3.5,12 L3.5,14 L5.5,14 L5.5,12 Z M9.5,12 L7.5,12 L7.5,14 L9.5,14 L9.5,12 Z M16.5,12 L14.5,12 L14.5,14 L16.5,14 L16.5,12 Z M20.5,12 L18.5,12 L18.5,14 L20.5,14 L20.5,12 Z M16.5,8 L14.5,8 L14.5,10 L16.5,10 L16.5,8 Z M5.5,8 L3.5,8 L3.5,10 L5.5,10 L5.5,8 Z M9.5,8 L7.5,8 L7.5,10 L9.5,10 L9.5,8 Z M20.5,8 L18.5,8 L18.5,10 L20.5,10 L20.5,8 Z M5.5,4 L3.5,4 L3.5,6 L5.5,6 L5.5,4 Z M9.5,4 L7.5,4 L7.5,6 L9.5,6 L9.5,4 Z"})})));var ba=ke()((l=>t.jsx("svg",{viewBox:"0 0 520 320",...l,children:t.jsxs("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:[t.jsx("path",{d:"M295.650343,72.8039537 C267.442873,71.8220528 240.574909,62.6678319 214.921843,52.6539703 C189.268776,42.6401085 163.853239,31.5411889 136.323309,26.2343389 C118.613816,22.8225196 98.3615998,22.3411206 84.0943209,31.8812247 C70.3605073,41.050728 65.9253461,56.9216099 63.5422743,71.6157389 C61.7471828,82.6955553 60.6919337,94.3293627 65.6060456,104.690901 C69.0210029,111.885141 75.0838177,117.929372 79.2775566,124.817961 C93.8602423,148.792392 83.5608554,178.356399 67.7438011,201.765376 C60.345376,212.745856 51.7281574,223.222013 46.0080066,234.90931 C40.2878556,246.596606 37.6399982,259.991722 42.6436701,271.915896 C47.6084027,283.736914 59.4303076,292.61223 72.2373709,298.855133 C98.2525704,311.539614 128.909308,315.169208 158.80284,317.224704 C224.975913,321.77507 291.503331,319.803628 357.851631,317.832184 C382.406614,317.098624 407.066734,316.361244 431.224539,312.544438 C444.635159,310.42399 458.481895,307.061838 468.216664,298.939188 C480.579823,288.623496 483.644328,271.174695 475.358093,258.249517 C461.47631,236.575102 423.055121,231.195661 413.343714,207.920405 C407.997379,195.113666 413.487788,180.847447 421.256135,168.950016 C437.922062,143.470259 465.856956,121.115774 467.328855,91.9873187 C468.34127,71.982519 454.911181,51.9471544 434.148864,42.4834629 C412.381919,32.5498343 382.204131,33.810641 366.145654,50.231693 C349.612121,67.1685299 320.555779,73.6750565 295.650343,72.8039537 Z",fill:"#E6EDFB",className:"fill-primary",opacity:"0.1",fillRule:"nonzero"}),t.jsxs("g",{transform:"translate(159.000000, 102.000000)",children:[t.jsxs("g",{transform:"translate(26.217391, 0.000000)",children:[t.jsx("rect",{fill:"#00226C",className:"fill-dark-primary",x:"0",y:"0",width:"172.597826",height:"111.18",rx:"4"}),t.jsx("rect",{fill:"#1657E2",className:"fill-primary",x:"8.73913043",y:"0",width:"166.043478",height:"113.36",rx:"4"}),t.jsx("rect",{fill:"#C3D0D8",opacity:"0.502511161",x:"72.0978261",y:"52.32",width:"56.8043478",height:"10.9"})]}),t.jsxs("g",{transform:"translate(0.000000, 17.440000)",children:[t.jsx("rect",{fill:"#C3D0D8",x:"0",y:"0",width:"172.597826",height:"104.64",rx:"4"}),t.jsx("rect",{fill:"#FFFFFF",x:"8.73913043",y:"0",width:"174.782609",height:"104.64",rx:"4"}),t.jsx("polygon",{fill:"#C3D0D8",points:"26.2173913 17.44 69.9130435 17.44 69.9130435 61.04 26.2173913 61.04"}),t.jsx("rect",{fill:"#C3D0D8",x:"78.6521739",y:"26.16",width:"87.3913043",height:"8.72"}),t.jsx("rect",{fill:"#C3D0D8",x:"78.6521739",y:"43.6",width:"61.173913",height:"8.72"}),t.jsx("rect",{fill:"#C3D0D8",x:"26.2173913",y:"78.48",width:"34.9565217",height:"8.72"}),t.jsx("rect",{fill:"#C3D0D8",x:"69.9130435",y:"78.48",width:"52.4347826",height:"8.72"}),t.jsx("rect",{fill:"#C3D0D8",x:"131.086957",y:"78.48",width:"34.9565217",height:"8.72"})]}),t.jsxs("g",{transform:"translate(61.173913, 87.200000)",children:[t.jsx("rect",{fill:"#1657E2",className:"fill-primary",x:"0",y:"95.92",width:"87.3913043",height:"34.88"}),t.jsx("rect",{fill:"#00226C",className:"fill-dark-primary",x:"0",y:"69.76",width:"87.3913043",height:"26.16"}),t.jsx("rect",{fill:"#FEC9C8",x:"0",y:"34.88",width:"87.3913043",height:"34.88"}),t.jsx("rect",{fillOpacity:"0.102272727",fill:"#000000",x:"0",y:"34.88",width:"87.3913043",height:"10.9"}),t.jsx("path",{d:"M69.9130435,0 C79.5660204,-1.7732231e-15 87.3913043,7.82528394 87.3913043,17.4782609 L87.3913043,65.4 L87.3913043,65.4 L52.4347826,65.4 L52.4347826,17.4782609 C52.4347826,7.82528394 60.2600665,1.7732231e-15 69.9130435,0 Z",fill:"#FEC9C8"})]})]})]})})));const va=f.default("div",{target:"esjpkup0"})({name:"t3g4jm",styles:"display:flex;height:233px;width:233px;svg{height:100%;}svg path,svg text{cursor:pointer;}"}),Ma=l=>s.css("fill:",l.illustrationPrimary10,";",""),ka=l=>s.css("fill:",l.illustrationPrimary40,";",""),Aa=f.default("div",{target:"e3ttgez1"})({name:"1ivkyd7",styles:"position:relative;display:flex;flex-direction:row;&>svg{margin-left:0.5em;}"}),Za=f.default("div",{target:"e3ttgez0"})({name:"1hctxho",styles:"position:absolute;background-color:white;right:0;top:30px;box-sizing:border-box;min-width:230px;border:1px solid #cfd9ea;background-color:#ffffff;box-shadow:0 10px 15px 0 rgba(0, 0, 0, 0.1);border-radius:10px;overflow:hidden;z-index:1001"}),Ea=l=>s.css("width:100%;height:52px;background-color:white;border-radius:0;font-weight:500;border-top:1px solid ",l.border,";cursor:pointer;font-weight:600;&:hover{background:",l.bg,";}&:nth-of-type(1){border-top:none;}",""),Ha=f.default("div",{target:"eqhi0tv0"})({name:"k7tw9m",styles:"display:grid;grid-row-gap:1.5em;&>div:last-of-type::after{display:none;width:5px;}"}),Ra=f.default("div",{target:"e1iuee1r2"})((l=>s.css("display:grid;grid-template-columns:16px 1fr;grid-column-gap:1em;position:relative;&:after{content:'';position:absolute;width:2px;background-color:",l.theme.border,";top:16px;bottom:-1.5em;left:calc((16px / 2) - 1px);}","")),""),za=f.default("span",{target:"e1iuee1r1"})({name:"tpvfx3",styles:"display:flex;justify-content:center;align-items:center;width:12px;height:12px;border-radius:50%;z-index:1"}),Sa=f.default("div",{target:"e1iuee1r0"})({name:"1io3jmd",styles:"display:grid;grid-row-gap:0.4em;word-break:break-word"}),Ia={defaultCircle:l=>s.css("border:2px solid ",l.border,";background-color:transparent;",""),active:l=>s.css("border:2px solid ",l.primary,";background-color:",l.primary,";",""),complete:l=>s.css("border:2px solid ",l.border,";background-color:",l.border,";","")},Ta=f.default("mark",{target:"e1odo87v0"})({name:"1qu152t",styles:"padding:2px 0;border-radius:4px;background-color:#ffff8f"}),Pa=f.default("div",{target:"eg2v4jp0"})({name:"1u0ub29",styles:"position:fixed;left:0;right:0;bottom:0;z-index:2;height:70px;padding-bottom:10px;background-color:white;box-shadow:0 -2px 4px 0 rgba(0,0,0,0.1);display:flex;flex-direction:row;align-items:stretch"}),Wa=f.default("button",{target:"e1dmbbca0"})({name:"44ia8h",styles:"display:flex;justify-content:center;align-items:center;flex-direction:column;flex:1;background-color:transparent;border:none"});l.Alert=j,l.AppLoader=g,l.AppPicker=({selected:l,small:i,icon:e,label:r,lightTheme:a,onClick:h})=>{const c=s.useTheme(),x=ut(),n=x?l?"14px":"12px":"11px";return l||!i?t.jsxs(Ot,{className:"app-picker",nostyle:!0,small:i,theme:c,selected:l,onClick:h,selectedcolor:a?c.illustrationPrimary10:"#ffffff",deselectedcolor:a?c.illustrationPrimary10:"rgba(255, 255, 255, 0.16)",title:r,trackingName:"Sidemenu",trackingEvent:"Menu click: "+r,children:[t.jsx(Gt,{className:l?"selected":"",small:i,bg:a?"rgba(255,255,255, 0.7)":c.illustrationPrimary10,bgSmall:c.illustrationPrimary10,children:e}),l||x?t.jsx(rl,{semibold:!0,color:a||l?"black":"white",size:n,children:r}):t.jsx(Vt,{children:t.jsx(rl,{semibold:!0,color:a||l?"black":"white",size:n,children:r})})]}):null},l.AppShell=({theme:l,defaultTextColor:i,children:e})=>{const r=((l,i)=>({primary:l.primary?l.primary:"#1657E2",secondary:l.secondary?l.secondary:"#10105A",bg:l.bg?l.bg:"rgba(22, 87, 226, 0.02)",primary10opa:l.primary10opa?l.primary10opa:"rgba(22, 87, 226, 0.1)",primary20opa:l.primary20opa?l.primary20opa:"rgba(22, 87, 226, 0.2)",primary50opa:l.primary50opa?l.primary50opa:"rgba(22, 87, 226, 0.5)",primary5darker:l.primary5darker?l.primary5darker:"#0b2b71",secondary5darker:l.secondary5darker?l.secondary5darker:"#0b2b71",defaultText:i||(l.defaultText?l.defaultText:"#000"),subtleText:l.subtleText?l.subtleText:"rgba(0, 0, 0, 0.5)",secondaryDarkText:l.secondaryDarkText?l.secondaryDarkText:"#000",bgDark:l.bgDark?l.bgDark:"#10105A",bgMedium:l.bgMedium?l.bgMedium:"#CFD9EA",bgLight:l.bgLight?l.bgLight:"#EEF4FB",bgFooter:l.bgFooter?l.bgFooter:"#0b2b71",btnDefault:l.btnDefault?l.btnDefault:"#10105A",btnDefaultFontColor:l.btnDefaultFontColor?l.btnDefaultFontColor:"white",btnDefaultDarker:l.btnDefaultDarker?l.btnDefaultDarker:"#0d0d4c",btnDefaultLighter:l.btnDefaultLighter?l.btnDefaultLighter:"#121267",btnSuccess:l.btnSuccess?l.btnSuccess:"#4DD964",btnSuccessDarker:l.btnSuccessDarker?l.btnSuccessDarker:"#27B33E",btnSuccessLighter:l.btnSuccessLighter?l.btnSuccessLighter:"#73FF8A",btnDanger:l.btnDanger?l.btnDanger:"#EB011A",btnDangerDarker:l.btnDangerDarker?l.btnDangerDarker:"#C50000",btnDangerLighter:l.btnDangerLighter?l.btnDangerLighter:"#FF2740",btnDisabled:l.btnDisabled?l.btnDisabled:"#D7D7D7",btnHoverTextColor:l.btnHoverTextColor?l.btnHoverTextColor:"white",btnBackBorder:l.btnBackBorder?l.btnBackBorder:"rgba(0,0,0,0.25)",alert:l.alert?l.alert:"#EB011A",alertLight:l.alertLight?l.alertLight:"#FCD6DA",alertBorder:l.alertBorder?l.alertBorder:"rgba(235,1,26,0.25)",info:l.info?l.info:"#F7B633",infoMedium:l.infoMedium?l.infoMedium:"#FBDA99",infoLight:l.infoLight?l.infoLight:"#FDEDCD",infoBorder:l.infoBorder?l.infoBorder:"rgba(247,182,51,0.5)",success:l.success?l.success:"#4DD964",successMedium:l.successMedium?l.successMedium:"#A6ECB2",successLight:l.successLight?l.successLight:"#D2F5D8",successBorder:l.successBorder?l.successBorder:"rgba(77,217,100,0.5)",border:l.border?l.border:"#CFD9EA",gray10:l.gray10?l.gray10:"#BDBDBD",gray20:l.gray20?l.gray20:"#efefef",disabled:l.disabled?l.disabled:"#D7D7D7",shadowSmall:l.shadowSmall?l.shadowSmall:"0px 2px 4px 0px rgba(0, 0, 0, 0.1)",shadowSmallDarker:l.shadowSmall?l.shadowSmall:"0px 2px 4px 0px rgba(0, 0, 0, 0.16)",shadowBig:l.shadowBig?l.shadowBig:"0px 10px 15px 0px rgba(0, 0, 0, 0.1)",illustrationGray:l.illustrationGray?l.illustrationGray:"#C3D0D8",illustrationPrimary50:l.illustrationPrimary50?l.illustrationPrimary50:"#7fc8cc",illustrationPrimary40:l.illustrationPrimary40?l.illustrationPrimary40:"#9EB8EF",illustrationPrimary20:l.illustrationPrimary20?l.illustrationPrimary20:"#CBD8F4",illustrationPrimary10:l.illustrationPrimary10?l.illustrationPrimary10:"#E2E9F7",illustrationPrimary5:l.illustrationPrimary5?l.illustrationPrimary5:"#EDF1F8"}))(l,i);return t.jsx(s.ThemeProvider,{theme:r,children:t.jsx(p,{children:e})})},l.Banner=({children:l,danger:i,info:e,success:s,header:t,actionButton:a})=>{const h=!s&&!i&&!e;return r.jsx(j,{rounded:!0,primary:h,success:s,danger:i,info:e,children:r.jsxs(Qr,{children:[r.jsxs(ia,{children:[t,l&&r.jsx(la,{children:l})]}),a&&r.jsx(ea,{children:a})]})})},l.Box=({header:l,collapsable:i,collapsableOpen:s,css:t,type:a="default",noshadow:h,background:c,children:x,...n})=>{const[f,d]=e.useState(!!s),o=f?r.jsx(Zi,{}):r.jsx(zi,{}),m=i?r.jsx(rr,{"aria-label":"Toggle box open close",onClick:l=>{d(!f)},nostyle:!0,children:r.jsxs(sr,{border:f,children:[l," ",o]})}):r.jsx(sr,{border:!0,children:l});return r.jsxs("div",{css:l=>[er.default(l),t&&t,"mysite"===a&&er.mysite(l),h&&er.noshadow,c&&er.background(c)],...n,children:[l&&m,(f||!i)&&r.jsx(tr,{children:x})]})},l.BoxedTable=({columns:l,breakpoint:i,children:e,type:r="default"})=>{const a=s.useTheme();return t.jsx(Ar,{columns:l,bp:i,type:r,theme:a,children:e})},l.Button=D,l.Calendar=({month:l,small:i,events:e})=>{const s=s=>{const r=s.getDate(),a=e&&na(e,s);return t.jsxs(ca,{subtle:6===s.getDay()||0===s.getDay(),children:[t.jsx(xa,{children:t.jsxs(rl,{semibold:s?.getMonth()===l?.getMonth(),subtle:s?.getMonth()!==l?.getMonth(),children:[r,1!==r||i?"":" "+nt[s.getMonth()]]})}),a&&a.length>0&&t.jsx(Na,{events:a})]})},r=i=>{const s=i.getDate(),r=e&&na(e,i);return t.jsxs(ra,{subtle:6===i.getDay()||0===i.getDay(),children:[t.jsx(aa,{children:t.jsxs(rl,{semibold:i?.getMonth()===l?.getMonth(),subtle:i?.getMonth()!==l?.getMonth(),children:[s,1===s?" "+nt[i.getMonth()]:""]})}),r&&r.length>0&&r.map(((l,i)=>t.jsx(ga,{event:l},i)))]})};return t.jsx(ta,{small:i,children:t.jsx(m.default,{canChangeMonth:!1,month:l,renderDay:l=>i?s(l):r(l),captionElement:t.jsx(t.Fragment,{}),...Da})})},l.Card=B,l.Cell=({startAlign:l,centerAlign:i,children:e,colSpan:s,endAlign:t,header:a,truncate:h,wrap:c,...x})=>{const n=a?"th":"td";return r.jsx(n,{...x,css:()=>[Ps.cell_defaults,l&&Ps.cell_left,i&&Ps.cell_center,t&&Ps.cell_right,h&&Ps.cell_truncate,c&&Ps.cell_wrap],children:e})},l.Checkbox=l=>{const[i,s]=e.useState(!!l.checked);e.useEffect((()=>{s(!!l.checked)}),[l.checked]);return r.jsxs("label",{css:i=>[ml.default(i),l.vertical&&ml.vertical,l.disabled&&ml.disabled(i),l.nomargin&&ml.nomargin,l.child&&ml.child,"subtle"===l.type&&ml.subtle(i)],onClick:l=>l.stopPropagation(),children:[l.children,r.jsx("input",{type:"checkbox",checked:i,value:l.value,name:l.name,disabled:l.disabled,onClick:l.onClick,onChange:e=>{s(!i),l.onChange&&l.onChange(e)}}),r.jsx("span",{})]})},l.CollapseList=({children:l})=>r.jsx("div",{css:l=>[$r(l)],children:l}),l.CollapseListItem=({header:l,content:i,initialOpen:s})=>{const[r,a]=e.useState(!!s);return t.jsxs("div",{className:"item",children:[t.jsx(_r,{onClick:()=>{a(!r)},nostyle:!0,children:t.jsxs("div",{className:"header",children:[l,t.jsx(Ol,{primary:!0,flipVertical:r,size:"14px"})]})}),r&&t.jsx("div",{className:"content",children:i})]})},l.CommentLine=({date:l="",time:i="",header:e="",comment:r="",icon:a})=>{const h=s.useTheme(),c=ut();return t.jsxs(Dr,{theme:h,children:[t.jsxs(ur,{children:[t.jsx(rl,{subtle:!0,size:"14px",children:i}),t.jsx(rl,{size:c?"14px":"16px",children:l})]}),t.jsx(Br,{children:a}),t.jsxs(br,{children:[t.jsx(rl,{semibold:!0,children:e}),t.jsx(rl,{size:"14px",children:r})]})]})},l.CommentsTimeline=({children:l})=>t.jsx(Nr,{children:l}),l.CustomText=l=>{if(l.error)return null;if(l.loading){const e=l.lines?l.lines:1,s=[];for(var i=0;i<e;i++)s.push(r.jsx(Ll,{},i));return r.jsx(cs,{css:()=>l.centerloader&&xs,children:s})}return r.jsx(hs,{text:l.text,secondary:l.secondary,dark:l.dark,size:l.size,whiteSpace:l.whiteSpace})},l.Datepicker=({onChange:l,onBlur:i,value:s,label:t,invalidMessage:a,validation:h,maxDate:c,minDate:x,withYearMonthForm:n=!0})=>{const f=(new Date).getFullYear(),d=c?new Date(c):new Date(f,11,31),m=x?new Date(x):new Date(f-150,0),p=ut(),[y,g]=e.useState(s||new Date),C=e.useRef(null);e.useEffect((()=>{p&&C&&(C.current.input.readOnly=!0)}),[p,C]);const j={locales:"no",months:xt,weekdaysLong:ft,weekdaysShort:dt,firstDayOfWeek:1,month:y<m||y>d?x?m:c:y,fromMonth:m,toMonth:d,disabledDays:{before:m,after:d},captionElement:n?r.jsx(yt,{date:y,fromDate:m,toDate:d,onChange:l=>g(l)}):void 0};return r.jsxs(st,{css:l=>[h&&at.validation,a&&at.invalid(l)],children:[r.jsx(tt,{children:t}),r.jsx(o.default,{ref:C,keepFocus:!1,format:"dd.MM.yyyy",formatDate:ot,parseDate:(l,i,e)=>((l,i,e,s,t)=>{const r=(10===l.length||8===l.length)&&l.includes("."),a=(6===l.length||8===l.length)&&!l.includes(".");if(!l||!r&&!a)return;let h;if(r&&(h=l.split(".")),a&&(h=[l.substring(2,0)],h.push(l.substring(2,4)),h.push(l.substring(4,8))),!h)return;const c=parseInt(h[0]),x=parseInt(h[1]),n=parseInt(h[2]);if(isNaN(c)||isNaN(x)||isNaN(n))return;let f=n;f<40&&(f=parseInt(String(2e3+n)));const d=new Date(f,x-1,c,12);return mt(d,s,t)?d:void 0})(l,0,0,x,c),onDayChange:i=>{g(i),l(i)},dayPickerProps:j,placeholder:"dd.mm.åååå",onDayPickerHide:i,value:s}),a&&r.jsx(G,{size:"16px"}),a&&r.jsx(rt,{children:a})]})},l.Divider=b,l.Dropdown=({label:l,icon:i,background:t,children:a,triggerClose:h,onCloseTrigger:c,clickOutsideTimeout:x,css:n,...f})=>{const d=e.createRef(),[o,m]=e.useState(!1),p=s.useTheme();return e.useEffect((()=>{const l=l=>{const i=d.current;i&&i.contains(l.target)||(void 0!==x?setTimeout((()=>{m(!1)}),x):m(!1))};return o?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[o,d,x]),e.useEffect((()=>{h&&(m(!1),c&&c())}),[h,c]),r.jsxs("span",{ref:d,css:l=>[i&&k(l),t&&A(t)],children:[r.jsx(D,{outline:!0,beforeIcon:i,afterIcon:r.jsx(v,{flipVertical:o}),border:o?p.primary:null,onClick:function(){m(!o)},css:n,...f,children:l||"- Velg"}),o&&r.jsx("div",{css:l=>M(l),children:a})]})},l.DropdownMenu=({icon:l,className:i,children:s})=>{const[r,a]=e.useState(!1);return e.useEffect((()=>{const l=l=>{setTimeout((()=>{a(!1)}),200)};return r?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[r]),t.jsxs(Aa,{className:i,children:[t.jsx(D,{nostyle:!0,onClick:()=>a(!0),trackingEvent:"DropdownMenu toggle",trackingName:"Topbar",children:l||""}),r&&t.jsx(Za,{children:s})]})},l.DropdownMenuOption=({counter:l,onClick:i,children:e})=>r.jsxs(X,{trackingName:"Topbar",trackingEvent:"DropdownMenu click: "+(e||""),css:l=>[Ea(l)],onClick:i,children:[e||"",l?` (${l})`:""]}),l.FileInput=({multiple:l,accept:i,onChange:r,label:a,invalidMessage:h})=>{const[c,x]=e.useState([]),n=s.useTheme(),f=e.useRef(null);return t.jsxs(Vs,{children:[a&&t.jsx(it,{children:a}),t.jsxs(_s,{children:[c.length>0&&t.jsx($s,{children:c.map(((i,e)=>t.jsxs(Us,{children:[t.jsx(Js,{theme:n,children:i.name}),t.jsxs(Ys,{nostyle:!0,onClick:()=>(i=>{if(!l)return x([]),void r(null);const e=[...c];e.splice(i,1),x(e),r(e);const s=f.current;s&&(s.value=null)})(e),children:[t.jsx(el,{color:n.alert}),"Fjern"]})]},e)))}),t.jsxs(_s,{children:[t.jsx(Xs,{onClick:()=>{f.current.click()},children:t.jsxs(Ks,{children:["Last opp fil",t.jsx(lt,{children:t.jsx(vl,{})})]})}),t.jsx(Qs,{type:"file",onChange:i=>{if(!i.target.files[0])return;if(!l)return x([i.target.files[0]]),r(i.target.files[0]),void(i.target.value=null);let e=[...c];Array.from(i.target.files).forEach((l=>{e.push(l)})),x(e),r(e)},multiple:l,accept:i,ref:f})]})]}),h&&t.jsx(et,{children:h})]})},l.Footer=l=>r.jsx("div",{css:l=>[al(l)],children:r.jsx(hl,{children:l.children})}),l.FooterButton=({ifexists:l,...i})=>l&&!i.onClick?null:r.jsx(dl,{...i,onClick:i.onClick,children:i.children}),l.FooterCol=l=>t.jsx(cl,{children:l.children}),l.FooterGroup=l=>t.jsx(xl,{children:l.children}),l.FooterLabel=l=>t.jsx(nl,{children:l.children}),l.FooterLink=({ifexists:l,...i})=>l&&!i.href?null:r.jsx(fl,{...i,href:i.href,children:i.children}),l.Header=R,l.HeaderCell=({align:l="left",sortable:i,sortOrder:e,children:t,onSortChange:a,ascendingReturnValue:h="asc",descendingReturnValue:c="desc",noSortReturnValue:x=""})=>{const n="right"===l?"flex-end":l,f="asc"===e?r.jsx(Sl,{}):r.jsx(v,{}),d=t&&r.jsx(D,{nostyle:!0,css:(o="none"!==e,s.css("font-weight:600;opacity:",o?"1":"0.5",";","")),onClick:()=>i&&a&&a("asc"===e?x:"desc"===e?h:c),afterIcon:f,children:t});var o;return r.jsx(Zr,{justify:n,className:"table-cell",children:i?d:t})},l.HighlightText=({text:l,highlight:i,size:e,semibold:s,...r})=>{if(!i||!i.trim())return t.jsx(rl,{size:e,semibold:s,...r,children:l});const a=new RegExp(`(${i})`,"gi"),h=l.split(a);return t.jsx(rl,{size:e,semibold:s,...r,children:h.filter((l=>l)).map(((l,i)=>a.test(l)?t.jsx(Ta,{children:l},i):t.jsx("span",{children:l},i)))})},l.Html=hs,l.IconAmericanExpress=Xr,l.IconApartment=Fl,l.IconArchives=wl,l.IconArea=Nl,l.IconArrowDown=Dl,l.IconArrowLeft=ul,l.IconArrowRight=Bl,l.IconArrowUp=bl,l.IconAttachment=vl,l.IconBack=Ml,l.IconBankAxept=Yr,l.IconBath=kl,l.IconBellOutline=Hs,l.IconBoard=Al,l.IconBookmarkFilled=El,l.IconBookmarkOutline=Zl,l.IconBus=Hl,l.IconCalendar=be,l.IconCar=Rl,l.IconCaretDown=v,l.IconCaretLeft=zl,l.IconCaretRight=Il,l.IconCaretUp=Sl,l.IconCheck=Tl,l.IconCheckedFilled=Wl,l.IconCheckedOutline=Pl,l.IconChevronDown=Ol,l.IconChevronLeft=N,l.IconChevronRight=ql,l.IconClose=el,l.IconCloseAlt=Gl,l.IconComment=Vl,l.IconCommunication=xe,l.IconCommunicationFilled=ne,l.IconCompanyBuilding=_l,l.IconCompanyBuildingFilled=Ba,l.IconCompanyBuildingOutline=ua,l.IconDashboard=fe,l.IconDashboardFilled=de,l.IconDocument=Fe,l.IconDocumentFilled=we,l.IconDotFilled=$l,l.IconDotOutline=Ul,l.IconDownload=Jl,l.IconDraft=Yl,l.IconEarth=Ne,l.IconEconomy=oe,l.IconEconomyFilled=me,l.IconEdit=vr,l.IconElevator=Xl,l.IconErrorFilled=Kl,l.IconErrorOutline=G,l.IconExternalLink=_,l.IconEye=Ql,l.IconEyeDeny=li,l.IconFamily=ii,l.IconFerry=ei,l.IconFile=si,l.IconFileCopy=Kr,l.IconFileEdit=ti,l.IconFileExcel=ri,l.IconFilePDF=ai,l.IconFileWord=hi,l.IconFillOut=ci,l.IconFilterList=qs,l.IconFloor=xi,l.IconGarage=ni,l.IconGrid=fi,l.IconGym=di,l.IconHearth=oi,l.IconHearthOutline=mi,l.IconHelp=pi,l.IconHistory=yi,l.IconHouse=gi,l.IconHouseOutline=De,l.IconHumans=Ci,l.IconImportantComment=ji,l.IconInbox=Li,l.IconJointcost=Fi,l.IconJointcost2=wi,l.IconKey=Ni,l.IconKitchen=Di,l.IconLeisureTime=ui,l.IconLock=Bi,l.IconLockLocked=bi,l.IconLockOpen=vi,l.IconLookup=je,l.IconLookupFilled=Le,l.IconMail=ki,l.IconMap=Mi,l.IconMasterCard=Jr,l.IconMembership=Be,l.IconMembershipFilled=ue,l.IconMenu=Ai,l.IconMinus=Zi,l.IconMinusAlt=Mr,l.IconMinusAltFilled=kr,l.IconMoney=Ei,l.IconParking=Hi,l.IconPaymentCard=Ri,l.IconPhone=Gs,l.IconPlus=zi,l.IconPlusAlt=Os,l.IconProfile=ge,l.IconProfileFilled=Ce,l.IconReciept=Si,l.IconRedo=Ii,l.IconRefresh=Ti,l.IconRoom=Pi,l.IconSave=Wi,l.IconSearch=I,l.IconSend=qi,l.IconSettings=Oi,l.IconShopping=Gi,l.IconSign=Vi,l.IconSort=Ws,l.IconStarFilled=_i,l.IconStarHalf=$i,l.IconStarOutline=Ui,l.IconStore=Ji,l.IconSubway=Yi,l.IconSwitch=Xi,l.IconTrain=Ki,l.IconTram=Qi,l.IconTransport=le,l.IconTypeOfBuilding=ie,l.IconTypeOfBuildingOutline=sa,l.IconUndo=Or,l.IconUpload=ee,l.IconUser=se,l.IconVisa=Ur,l.IconVote=te,l.IconWalk=re,l.IconWarning=ae,l.IconWarningBell=he,l.IconWork=pe,l.IconWorkFilled=ye,l.IconZip=ce,l.IllustrationError=Ue,l.IllustrationErrorGeneric=Je,l.IllustrationHighHouse=Ee,l.IllustrationHighHouseComposition=Ze,l.IllustrationHouse=Ae,l.IllustrationHouseComposition=He,l.IllustrationHouseMissing=$e,l.IllustrationHousesBackground=Ve,l.IllustrationHousesBackgroundWithComposition=_e,l.IllustrationLowHouse=Re,l.IllustrationLowHouseComposition=ze,l.IllustrationMySiteBuilding=Ye,l.IllustrationMySiteCoffeeBook=Xe,l.IllustrationMySiteComputer=Ke,l.IllustrationMySiteGift=Qe,l.IllustrationMySitePapers=ls,l.IllustrationMySitePiggyBank=is,l.IllustrationMySiteTransfer=ba,l.IllustrationPaperCompleted=Gr,l.IllustrationPaperMissing=Vr,l.IllustrationSemiDetachedHouse=Se,l.IllustrationSemiDetachedHouseComposition=Ie,l.IllustrationSmallHouse=Te,l.IllustrationSmallHouseComposition=Pe,l.IllustrationTerraceBlock=We,l.IllustrationTerraceBlockComposition=qe,l.IllustrationTownHouse=Oe,l.IllustrationTownHouseComposition=Ge,l.InfoButton=({trackingName:l,icon:i,place:s="top",children:t,stopPropagation:h,width:c})=>{const x=e.createRef(),[n,f]=e.useState(!1);return e.useEffect((()=>{const l=l=>{const i=x.current;i&&i.contains(l.target)||f(!1)};return n?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[n,x]),r.jsxs(wr,{ref:x,children:[r.jsx(jr,{trackingName:l,nostyle:!0,onClick:l=>{h&&l.stopPropagation(),f(!n)},children:i||""}),r.jsx(a.CSSTransition,{in:n,unmountOnExit:!0,timeout:80,classNames:"tooltip",children:r.jsx(Fr,{css:()=>["top"===s&&Lr.top,"right"===s&&Lr.right,"bottom"===s&&Lr.bottom,"left"===s&&Lr.left,c&&Lr.width(c,s)],children:r.jsx(rl,{children:t||""})})})]})},l.Input=V,l.Layout=l=>t.jsx(At,{children:l.children}),l.LayoutShell=({sideBar:l,sideBarWidth:i,topBar:s,children:r,footer:a,withTabs:h})=>l?t.jsxs(Ht,{sideBarWidth:i,children:[t.jsx(zt,{sideBarWidth:i,children:l}),t.jsxs(It,{sideBarWidth:i,children:[s,t.jsx(St,{children:r})]}),t.jsx(Rt,{children:a})]}):h?t.jsxs(Zt,{children:[t.jsxs(Pt,{children:[s,t.jsx(St,{children:r})]}),a]}):t.jsxs(e.Fragment,{children:[t.jsxs(Pt,{children:[s,t.jsx(St,{children:r})]}),a]}),l.Link=X,l.List=ll,l.ListItem=K,l.MainMenu=({small:l,children:i})=>t.jsx(_t,{className:"menuwrapper",small:l,children:i}),l.Menu=({lightTheme:l,open:i,children:e})=>{const r=s.useTheme();return t.jsx(qt,{defaultTheme:!l,open:i,primary:r.primary,children:e})},l.MenuBottom=({open:l,lightTheme:i,label:e,onMenuToggle:r})=>{const a=s.useTheme();return t.jsxs(lr,{open:l,children:[t.jsx(ir,{open:l,lightTheme:i,theme:a,onClick:()=>r&&r(!l),"data-tracking-name":"Sidemenu","data-tracking-event":"Menu toggle: "+(l?"collapse":"expand"),children:t.jsx(N,{size:"9px",color:i?a.primary:"white"})}),l&&t.jsx(rl,{color:"#7C899E",size:"10px",children:e})]})},l.MenuItem=({small:l,icon:i,lightTheme:e,active:r,label:a,onClick:h})=>{const c=s.useTheme();return t.jsx($t,{nostyle:!0,small:l,theme:c,lightTheme:e,className:r?"active":"",onClick:h,"data-tracking-name":"Sidemenu","data-tracking-event":"Menu click: "+a,children:t.jsxs(Ut,{small:l,children:[i,t.jsx(rl,{color:e?c.secondaryDarkText:"white",children:a})]})})},l.MenuTop=({small:l,logo:i,onLogoClick:s,children:r})=>t.jsxs(e.Fragment,{children:[i&&t.jsx(Jt,{nostyle:!0,onClick:s,trackingName:"Sidemenu",trackingEvent:"Menu click: logo",children:t.jsx(Yt,{small:l,alt:"logo",src:i})}),t.jsx(Xt,{children:r})]}),l.Modal=({open:l,header:i,actionButton:s,onClose:t,width:c="480px",children:x,disableOutsideClick:n=!1,hideCloseButton:f})=>{const o=d.default.createRef(),[m,p]=e.useState(l),y=()=>{h.enableBodyScroll(o.current),p(!1),t&&t()};e.useEffect((()=>{m&&m?h.disableBodyScroll(o.current):h.enableBodyScroll(o.current)}),[m,o,l]),e.useEffect((()=>{const l=o.current;return()=>{h.enableBodyScroll(l)}}));return r.jsx(a.CSSTransition,{in:m,unmountOnExit:!0,timeout:190,classNames:"overlay",children:r.jsx(us,{onClick:()=>{n||y()},ref:o,children:r.jsxs(Bs,{width:c,onClick:l=>l.stopPropagation(),children:[!f&&r.jsx(bs,{children:r.jsx(D,{nostyle:!0,onClick:y,css:As,children:r.jsx(el,{})})}),r.jsx(vs,{children:i}),r.jsx(Ms,{children:x}),s&&r.jsx(ks,{children:s})]})})})},l.NotificationRow=({title:l,description:i,icon:e,hideBorderBottom:s,onClick:r})=>t.jsx(D,{nostyle:!0,onClick:r,children:t.jsxs(Is,{hideBorderBottom:s,children:[e,t.jsxs(rl,{size:"14px",children:[t.jsx(rl,{size:"14px",semibold:!0,children:l})," "+i]})]})}),l.NotificationsMenu=({unread:l,triggerClose:i,children:s,onBellClick:r})=>{const a=e.createRef(),[h,c]=e.useState(!1);e.useEffect((()=>{const l=l=>{const i=a.current;i&&i.contains(l.target)||c(!1)};return h?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[h,a]),e.useEffect((()=>{i&&c(!1)}),[i]);return t.jsxs(Zs,{children:[t.jsx(D,{nostyle:!0,onClick:()=>{c(!0),r()},children:t.jsx(Ss,{unread:l})}),h&&t.jsx("span",{ref:a,children:t.jsx(Es,{children:s})})]})},l.Option=l=>r.jsx(K,{children:r.jsx(D,{nostyle:!0,css:ns,onClick:()=>{l.onChange&&l.onChange({value:l.value})},children:d.default.Children.map(l.children,(l=>l))},l.key)}),l.PreemptionCard=({preemption:l,onClick:i})=>{const e=s.useTheme(),t=r.jsx("sup",{children:"2"});return r.jsxs(B,{onClick:()=>i(l.id),withhover:!0,shadow:!0,children:[r.jsx(fr,{css:s.css({background:"linear-gradient("+e.backgroundColor+", "+e.backgroundColor+"), linear-gradient("+e.primary20opa+", "+e.primary20opa+")"},"",""),children:r.jsx(mr,{type:l.unit.building?.buildingCode||l.unit.buildingCode})}),r.jsxs(dr,{children:[r.jsxs(rl,{small:!0,subtle:!0,children:[(h=l.unit,h.subArea?h.subArea:h.area?h.area:h.city)," -"," ",l.unit.building?.buildingCode||l.unit.buildingCode,l.unit.numberOfRooms?" / "+l.unit.numberOfRooms+"-roms":null,l.unit.primaryRoom?" / "+l.unit.primaryRoom+" m":null,l.unit.primaryRoom?t:null]}),r.jsx(rl,{bold:!0,children:l.unit.address}),r.jsx(b,{}),r.jsx(R,{level:5,children:(a=l.pricing,`${q(a)} ${P(O(a))}`)}),r.jsxs(rl,{small:!0,subtle:!0,children:["Totalpris ",T(l.pricing.totalPrice)]}),r.jsxs(rl,{small:!0,subtle:!0,children:["Felleskostnad ",T(l.pricing.jointCosts)]}),r.jsx(or,{info:pr(l.deadline),light:!pr(l.deadline),title:W(l.deadline),children:r.jsxs(rl,{extrasmall:!0,children:["MELDEFRIST: ",r.jsx(rl,{extrasmall:!0,bold:!0,children:yr(l)})]})})]})]});var a,h},l.PreemptionCardLoading=()=>t.jsxs(B,{shadow:!0,children:[t.jsx(gr,{children:t.jsx(Ll,{rectangle:!0})}),t.jsxs(Cr,{children:[t.jsx(Ll,{}),t.jsx(Ll,{}),t.jsx(b,{}),t.jsx(Ll,{}),t.jsx(Ll,{}),t.jsx(Ll,{})]})]}),l.Radio=({onChange:l,onMouseUp:i,...e})=>r.jsxs("label",{css:l=>[pl.default(l),e.vertical&&pl.vertical,e.disabled&&pl.disabled(l)],onClick:e.onClick,onMouseUp:i,children:[r.jsx("input",{type:"radio",name:e.name,disabled:e.disabled,defaultChecked:e.checked,onChange:l}),e.children,r.jsx("span",{})]}),l.Row=({children:l,danger:i,info:e,muted:s,notice:r,success:a,warning:h,border:c,...x})=>t.jsx("tr",{...x,css:l=>[c&&Ps.row_border(l),i&&Ps.row_danger(l),e&&Ps.row_info(l),s&&Ps.row_muted(l),r&&Ps.row_notice(l),a&&Ps.row_success(l),h&&Ps.row_warning(l)],children:l}),l.RowCell=({align:l="left",mobileTitle:i,children:e,breakWord:s,pLeft:t,pRight:a,size:h})=>{const c="right"===l?"flex-end":l;return r.jsx(Er,{className:"table-cell","data-title":i?i+":":null,css:[i&&Hr.beforeStyle(h),s&&Hr.breakWord,t&&Hr.paddingLeft(t),a&&Hr.paddingRight(a),h&&Hr.setFontSize(h),"",""],justify:c,children:e})},l.SecondaryMenu=({small:l,children:i})=>l?null:t.jsx(Kt,{children:i}),l.SecondaryMenuItem=({icon:l,lightTheme:i,label:e,href:r,target:a})=>{const h=s.useTheme(),c=i?h.primary:"#ffffff";return t.jsxs(Qt,{href:r,color:c,trackingEvent:"Menu click: "+e,trackingName:"Sidemenu",target:a,children:[l,t.jsx(rl,{color:c,size:"15px",children:e})]})},l.Select=({input:l,icon:i,type:s="default",native:t,optionsWidth:a,width:h,maxHeight:c,focus:x,customOpenstyle:n,customStyle:f,trackingEvent:o,trackingName:m,...p})=>{const y=e.createRef(),[g,C]=e.useState(!1);e.useEffect((()=>{const l=l=>{const i=y.current;i&&i.contains(l.target)||C(!1)};return g?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[g,y]);const j=l=>{p.onChange&&(p.onChange(l),C(!1))},L=r.jsx(os,{children:p.label}),F=r.jsxs(fs,{ref:y,css:e=>[ps.default,l&&ps.input(e),l&&g&&ps.open(e),"primary10"===s&&ps.primary10(e),i&&ps.withIcon,"opacity08"===s&&ps.opacity08(e),h&&ps.width(h),c&&ps.maxHeight(c),f&&f,g&&n&&n],children:[l&&L,r.jsx(D,{nostyle:!0,afterIcon:r.jsx(Ol,{flipVertical:g,size:14}),onClick:function(){C(!g)},beforeIcon:i,autoFocus:x,trackingName:m,trackingEvent:o,children:p.selectedValue?p.selectedValue:p.text}),r.jsx(ds,{css:[l&&ps.inputstyle,a&&ps.optionsWidth(a),"",""],children:g?r.jsx(ll,{selectList:!0,children:p.children.filter((l=>l)).map(((l,i)=>l?d.default.cloneElement(l,{onChange:j,key:i}):null))}):null})]}),w=r.jsx("select",{css:e=>[ps.default,l&&ps.input(e),l&&g&&ps.open(e),"primary10"===s&&ps.primary10(e),i&&ps.withIcon],value:p.selectedValue?p.selectedValue:p.text,onChange:l=>j(l.target.value),children:p.children.filter((l=>l)).map(((l,i)=>l?r.jsx("option",{value:l.props.value,children:l.props.children},i):null))});return t?w:F},l.Skeleton=Ll,l.Submenu=({lightTheme:l,header:i,children:t,illustration:a,customHeader:h})=>{const c=e.createRef(),x=s.useTheme(),n=ut(),f=t&&t.length>0,[o,m]=e.useState(!1);e.useEffect((()=>{const l=l=>{const i=c.current;i&&i.contains(l.target)||m(!1)};return o?document.addEventListener("mousedown",l):(m(!1),document.removeEventListener("mousedown",l)),()=>{document.removeEventListener("mousedown",l)}}),[o,c]);const p=()=>{m(!1)};return r.jsxs("div",{ref:c,css:i=>[gt.default,l?gt.lightTheme(i):gt.darkTheme(i,f?"1em":"2em")],children:[r.jsxs(Nt,{children:[h&&h,i&&r.jsx(R,{color:l?x.secondaryDarkText:"#ffffff",level:1,children:i})]}),t&&t.length>0&&r.jsx(e.Fragment,{children:n?r.jsxs(jt,{className:"submenuwrapper",children:[r.jsx(D,{nostyle:!0,css:Lt(x,!l),onClick:()=>m(!o),afterIcon:r.jsx(Ol,{flipVertical:o,size:14}),children:t.filter((l=>l)).map(((l,i)=>l?d.default.cloneElement(l,{showActiveitemLabel:!0,key:i}):null))}),r.jsx(wt,{lightTheme:l,children:o&&r.jsx(ll,{selectList:!0,darkTheme:!l,children:t.filter((l=>l)).map(((l,i)=>l?d.default.cloneElement(l,{onChange:p,key:i}):null))})})]}):r.jsx(Ft,{className:"submenuwrapper",children:t.map(((l,i)=>l?d.default.cloneElement(l,{key:i}):null))})}),(l||a)&&r.jsxs(Dt,{children:[l&&r.jsx(Bt,{bgColor:x.primary}),a&&r.jsx(Ct,{style:{zIndex:0},children:a})]})]})},l.SubmenuItem=({lightTheme:l,active:i,label:t,onClick:h,onChange:c,showActiveitemLabel:x})=>{const n=s.useTheme(),f=ut(),d=l?n.secondaryDarkText:i?"#ffffff":"rgba(255, 255, 255, 0.7)";return x?i?r.jsx(e.Fragment,{children:t}):null:f?r.jsx(K,{children:r.jsx(D,{nostyle:!0,css:kt,onClick:()=>{h&&h(),c&&c()},children:t})}):r.jsx(D,{nostyle:!0,onClick:h,css:(o=l?n.primary:"white",s.css("&:focus{text-decoration:none;div{border-color:",o,";}}","")),trackingName:"Submenu",trackingEvent:"Submenu click: "+t,children:r.jsx(a.CSSTransition,{in:i,classNames:"submenu-item",timeout:250,children:r.jsx(bt,{active:i,lightTheme:l,background:l?"#ffffff":n.primary5darker,children:r.jsx(rl,{color:d,semibold:!0,children:t})})})});var o},l.TabBar=({children:l})=>t.jsx(Pa,{children:l}),l.TabItem=({text:l,icon:i,active:e,onClick:s})=>t.jsxs(Wa,{onClick:s,children:[i,t.jsx(rl,{primary:e,secondary:!e,size:"10px",children:l})]}),l.Table=l=>t.jsx(Ts,{children:l.children}),l.TableHeader=({children:l})=>t.jsx(Rr,{className:"table-header",children:l}),l.TableRow=({onClick:l,expandable:i,expandableContent:s,defaultExpanded:r,children:a})=>{const[h,c]=e.useState(!!r),x=a&&t.jsx(Ir,{onClick:l,nostyle:!0,className:"table-row-button",children:a}),n=a&&t.jsxs(Pr,{className:"table-row-expandable",children:[t.jsxs(Tr,{onClick:l=>c(!h),nostyle:!0,children:[a,t.jsx(qr,{className:"expand-icon",children:t.jsx(Ol,{flipVertical:h,size:"12px"})})]}),h?t.jsx(Wr,{className:"expandable-content",children:s}):null]}),f=t.jsx(Sr,{className:"table-row",children:a});return t.jsx(e.Fragment,{children:i?n:l?x:f})},l.Tag=sl,l.Text=rl,l.Textarea=({label:l,value:i="",rows:t=3,resize:a="vertical",placeholder:h,maxLength:c,focus:x,invalidMessage:n,onChange:f,onBlur:d})=>{const o=s.useTheme(),[m,p]=e.useState(i);return r.jsxs(cr,{children:[l&&r.jsx(xr,{children:l}),r.jsx("textarea",{css:l=>[ar(l),hr(a)],value:m,rows:t,placeholder:h,onChange:l=>(l=>{p(l.target.value),f&&f(l.target.value)})(l),onBlur:d,maxLength:c,autoFocus:x}),n&&r.jsxs(nr,{theme:o,children:[r.jsx(G,{size:"16px"}),n]})]})},l.Timeline=({children:l})=>t.jsx(Ha,{children:l}),l.TimelineStep=({title:l,text:i,active:e,complete:t})=>{const a=s.useTheme();return r.jsxs(Ra,{theme:a,children:[r.jsx(za,{css:l=>[Ia.defaultCircle(l),e&&Ia.active,t&&Ia.complete]}),r.jsxs(Sa,{children:[r.jsx(rl,{semibold:!0,size:"16px",children:l}),r.jsx(rl,{size:"15px",children:i})]})]})},l.Topbar=({sideBarWidth:l,bgcolor:i="white",children:e})=>t.jsx(Wt,{bgcolor:i,sideBarWidth:l,children:e}),l.UserMenu=({name:l,firstname:i,email:r,type:a="default",avatarUrl:h,logout:c,children:x})=>{const[n,f]=e.useState(!1),d=s.useTheme();return e.useEffect((()=>{const l=l=>{setTimeout((()=>{f(!1)}),200)};return n?document.addEventListener("mousedown",l):document.removeEventListener("mousedown",l),()=>{document.removeEventListener("mousedown",l)}}),[n]),t.jsxs(ys,{children:[t.jsx(D,{nostyle:!0,beforeIcon:"default"===a&&(h?t.jsx(gs,{children:t.jsx("img",{src:h,alt:"Profil bilde"})}):t.jsx(se,{color:"black"})),afterIcon:"mysite"===a&&(h?t.jsx(gs,{children:t.jsx("img",{src:h,alt:"Profil bilde"})}):t.jsx(se,{color:d.secondary})),onClick:()=>f(!0),trackingEvent:"Usermenu toggle",trackingName:"Topbar",children:t.jsx(rl,{small:!0,semibold:!0,children:"mysite"===a?i||"":l})}),n&&t.jsxs(js,{children:[t.jsxs(Ls,{children:[h?t.jsx(Cs,{children:t.jsx("img",{src:h,alt:"Profil bilde"})}):t.jsx(se,{size:"30px",color:d.secondary}),t.jsx(rl,{semibold:!0,color:d.secondary,children:l}),t.jsx(rl,{subtle:!0,small:!0,children:r})]}),x,c&&t.jsx(Fs,{children:c})]})]})},l.UserMenuOption=l=>r.jsx(X,{trackingName:"Topbar",trackingEvent:"Usermenu click: "+(l.children?l.children:""),css:l=>[ws(l)],onClick:l.onClick,children:l.children?l.children:""}),l.YearWheel=({selectedMonth:l,onMonthClick:i})=>r.jsx(va,{children:r.jsx("svg",{viewBox:"0 0 213 213",children:r.jsx("g",{stroke:"none",strokeWidth:"1",fill:"none",fillRule:"evenodd",children:r.jsx("g",{transform:"translate(-2.000000, -2.000000)",children:r.jsxs("g",{transform:"translate(2.000000, 2.000000)",children:[r.jsx("path",{d:"M108,4.59885714 L108,55.5409887 C116.353269,55.7659831 124.216437,57.9253634 131.129587,61.5988571 L157,17.4815562 C142.465139,9.48222647 125.777286,4.83941721 108,4.59885714",css:i=>[Ma(i),0===l&&ka(i)],onClick:()=>i(0)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(0),children:r.jsx("tspan",{x:"114",y:"37.5988571",children:"Jan"})}),r.jsx("path",{d:"M134,62.8892721 C140.805047,67.0727056 146.551814,72.8059271 150.757977,79.5988571 L195,54.0223819 C186.294023,39.4776704 174.085512,27.2839207 159.536302,18.5988571 L134,62.8892721 Z",css:i=>[Ma(i),1===l&&ka(i)],onClick:()=>i(1)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(1),children:r.jsx("tspan",{x:"150",y:"55.5988571",children:"Feb"})}),r.jsx("path",{d:"M152,81.9206615 C155.709223,88.6907761 157.90001,96.4007155 158.150022,104.598857 L209,104.598857 C208.73445,87.1769267 204.06049,70.8284787 196.030431,56.5988571 L152,81.9206615 Z",css:i=>[Ma(i),2===l&&ka(i)],onClick:()=>i(2)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(2),children:r.jsx("tspan",{x:"166",y:"91.5988571",children:"Mar"})}),r.jsx("path",{d:"M209,107.598857 L158.03636,107.598857 C157.836752,115.976286 155.683539,123.859069 152,130.789839 L196.138759,156.598857 C204.148545,142.06632 208.789067,125.375981 209,107.598857",css:i=>[Ma(i),3===l&&ka(i)],onClick:()=>i(3)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(3),children:r.jsx("tspan",{x:"168",y:"131.598857",children:"Apr"})}),r.jsx("path",{d:"M150.772801,133.598857 C146.582438,140.435662 140.82459,146.204305 134,150.421705 L159.53937,194.598857 C174.106344,185.892059 186.314288,173.66911 195,159.098753 L150.772801,133.598857 Z",css:i=>[Ma(i),4===l&&ka(i)],onClick:()=>i(4)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(4),children:r.jsx("tspan",{x:"153",y:"167.598857",children:"Mai"})}),r.jsx("path",{d:"M131.211884,151.598857 C124.282707,155.316709 116.389233,157.501354 108,157.727449 L108,208.598857 C125.784315,208.358631 142.473946,203.688353 157,195.647844 L131.211884,151.598857 Z",css:i=>[Ma(i),5===l&&ka(i)],onClick:()=>i(5)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(5),children:r.jsx("tspan",{x:"115",y:"186.598857",children:"Jun"})}),r.jsx("path",{d:"M106,208.598857 L106,157.724926 C97.6112573,157.500233 89.7168129,155.316894 82.7851754,151.598857 L57,195.648615 C71.5252047,203.689523 88.2167251,208.360032 106,208.598857",css:i=>[Ma(i),6===l&&ka(i)],onClick:()=>i(6)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(6),children:r.jsx("tspan",{x:"74",y:"186.598857",children:"Jul"})}),r.jsx("path",{d:"M80,150.42107 C73.1736744,146.204891 67.4141395,140.43598 63.2207442,133.598857 L19,159.097104 C27.6846977,173.668137 39.8946279,185.893072 54.4608605,194.598857 L80,150.42107 Z",css:i=>[Ma(i),7===l&&ka(i)],onClick:()=>i(7)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(7),children:r.jsx("tspan",{x:"36",y:"167.598857",children:"Aug"})}),r.jsx("path",{d:"M61,130.795574 C57.312989,123.86337 55.1579849,115.97772 54.9569267,107.598857 L4,107.598857 C4.21238542,125.375981 8.85229898,142.06632 16.8634772,156.598857 L61,130.795574 Z",css:i=>[Ma(i),8===l&&ka(i)],onClick:()=>i(8)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(8),children:r.jsx("tspan",{x:"21",y:"131.598857",children:"Sep"})}),r.jsx("path",{d:"M5,104.598857 L55.8407395,104.598857 C56.0921956,96.3990682 58.286079,88.6874959 62,81.9157759 L17.9725892,56.5988571 C9.94012243,70.8274889 5.26558279,87.177823 5,104.598857",css:i=>[Ma(i),9===l&&ka(i)],onClick:()=>i(9)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(9),children:r.jsx("tspan",{x:"17",y:"91.5988571",children:"Okt"})}),r.jsx("path",{d:"M63.2345403,79.5988571 C67.4450569,72.8070313 73.1947952,67.0721222 80,62.8899144 L54.4631038,18.5988571 C39.9163934,27.2843252 27.7047606,39.4786429 19,54.0254524 L63.2345403,79.5988571 Z",css:i=>[Ma(i),10===l&&ka(i)],onClick:()=>i(10)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(10),children:r.jsx("tspan",{x:"36",y:"55.5988571",children:"Nov"})}),r.jsx("path",{d:"M82.8674586,61.5988571 C89.7830767,57.925181 97.6457838,55.7671086 106,55.5435181 L106,4.59885714 C88.2237571,4.83801402 71.5340079,9.48105382 57,17.4821959 L82.8674586,61.5988571 Z",css:i=>[Ma(i),11===l&&ka(i)],onClick:()=>i(11)}),r.jsx("text",{fontFamily:"SourceSansPro-Bold, Source Sans Pro",fontSize:"14",fontWeight:"bold",fill:"#212529",onClick:()=>i(11),children:r.jsx("tspan",{x:"74",y:"37.5988571",children:"Des"})})]})})})})}),l.getDateIsValid=mt,l.getDomainFromUrl=l=>l.replace(/^(?:https?:\/\/)?(?:www\.)?/i,"").split("/")[0],l.getFormatedPhone=l=>{if(!l)return"Ikke angitt";let i=(""+l).replace(/ /g,""),e=i.match(/^(\d{2})(\d{2})(\d{2})(\d{2})$/),s=i.match(/^(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})$/),t=i.match(/^(\+47)(\d{2})(\d{2})(\d{2})(\d{2})$/);return e?e[1]+" "+e[2]+" "+e[3]+" "+e[4]:s?s[1]+" "+s[2]+" "+s[3]+" "+s[4]+" "+s[5]+" "+s[6]:t?t[1]+" "+t[2]+" "+t[3]+" "+t[4]+" "+t[5]:i},l.getFormattedAccountNumber=l=>{if(!l)return"Ikke angitt";if(13===l.length)return l;return[l.substring(0,4),l.substring(4,6),l.substring(6,11)].join(".")},l.getFormattedCardNumber=l=>{if(!l)return"";l=l.replace(/\s/g,"");let i="";for(var e=0;e<l.length;e++)e%4==0&&e>0&&(i=i.concat(" ")),i=i.concat(l[e]);return i},l.getFormattedDate=W,l.getFormattedPrice=T,l.getFormattedPriceWithEnding=P,l.getFormattedTime=l=>{const i=new Date(l);return(i.getHours()<10?"0":"")+i.getHours()+":"+(i.getMinutes()<10?"0":"")+i.getMinutes()},l.getReducedArray=(l,i)=>{if(l.length<=i)return l;const e=[];for(let s=0;s<i;s++)e.push(l[s]);return e},l.getTitleString=l=>l?(l=l.toLowerCase()).charAt(0).toUpperCase()+l.slice(1):"",l.getUrlWithProtocol=l=>l.startsWith("http")||l.startsWith("//")?l:"https://"+l,l.isValidAccountNumber=(l,i=!0)=>{if(!l)return!i;const e=[5,4,3,2,7,6,5,4,3,2],s=l.replace(/[\s.]+/g,"");if(11!==s.length)return!1;{const l=parseInt(s.charAt(10),10),i=s.substring(0,10);let t=0;for(let l=0;l<10;l++)t+=parseInt(i.charAt(l),10)*e[l];const r=t%11;return l===(0===r?0:11-r)}},l.useIsMobile=ut,Object.defineProperty(l,"__esModule",{value:!0})}));
|