@televet/kibble-ui 2.0.0-beta.866ardb4h.3 → 2.0.0-beta.866ardb4h.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../logo.component-171aa1d4.js");require("react"),exports.Logo=e.Logo;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../../logo.component-afdac3c6.js");require("../../tslib.es6-f01c41a6.js"),require("react"),exports.Logo=e.Logo;
2
2
  //# sourceMappingURL=index.js.map
@@ -12,6 +12,7 @@ export declare const logoArgTypes: {
12
12
  defaultValue: {
13
13
  summary: string;
14
14
  };
15
+ description: string;
15
16
  };
16
17
  };
17
18
  type: {
@@ -27,34 +28,18 @@ export declare const logoArgTypes: {
27
28
  defaultValue: {
28
29
  summary: string;
29
30
  };
31
+ description: string;
30
32
  };
31
33
  };
32
- height: {
34
+ handleClick: {
33
35
  control: {
34
36
  type: string;
35
37
  };
36
- description: string;
37
38
  table: {
38
39
  type: {
39
40
  summary: string;
40
41
  };
41
- defaultValue: {
42
- summary: string;
43
- };
44
- };
45
- };
46
- width: {
47
- control: {
48
- type: string;
49
- };
50
- description: string;
51
- table: {
52
- type: {
53
- summary: string;
54
- };
55
- defaultValue: {
56
- summary: string;
57
- };
42
+ description: string;
58
43
  };
59
44
  };
60
45
  };
@@ -1,12 +1,11 @@
1
+ import { BoxProps } from '@chakra-ui/react';
1
2
  import { LogoType, LogoColor } from './logo.types';
2
- export interface LogoProps {
3
+ export interface LogoProps extends BoxProps {
3
4
  type?: LogoType;
4
5
  color?: LogoColor;
5
- height?: number;
6
- width?: number;
7
6
  handleClick?: () => void;
8
7
  }
9
8
  export declare const Logo: {
10
- ({ type, color, height, width, handleClick }: LogoProps): JSX.Element;
9
+ ({ type, color, handleClick, ...rest }: LogoProps): JSX.Element;
11
10
  displayName: string;
12
11
  };
@@ -1,2 +1,2 @@
1
1
  export type LogoType = 'full' | 'icon';
2
- export type LogoColor = 'purple' | 'black' | 'white' | 'beige' | 'darkGreen' | 'lightGreen';
2
+ export type LogoColor = 'brand' | 'brandLight' | 'black' | 'white' | 'salmonLight' | 'salmon' | 'teal' | 'tealLight';
@@ -1,13 +1,17 @@
1
- import { ReactComponent as BlackLogo } from '../../assets/logos/black.svg';
2
- import { ReactComponent as BlackLogoIcon } from '../../assets/logos/blackIcon.svg';
3
- import { ReactComponent as WhiteLogo } from '../../assets/logos/white.svg';
4
- import { ReactComponent as WhiteLogoIcon } from '../../assets/logos/whiteIcon.svg';
5
- import { ReactComponent as BeigeLogo } from '../../assets/logos/beige.svg';
6
- import { ReactComponent as BeigeLogoIcon } from '../../assets/logos/beigeIcon.svg';
7
- import { ReactComponent as DarkGreenLogo } from '../../assets/logos/darkGreen.svg';
8
- import { ReactComponent as DarkGreenLogoIcon } from '../../assets/logos/darkGreenIcon.svg';
9
- import { ReactComponent as LightGreenLogo } from '../../assets/logos/lightGreen.svg';
10
- import { ReactComponent as LightGreenLogoIcon } from '../../assets/logos/lightGreenIcon.svg';
11
- import { ReactComponent as PurpleLogo } from '../../assets/logos/purple.svg';
12
- import { ReactComponent as PurpleLogoIcon } from '../../assets/logos/purpleIcon.svg';
13
- export { BlackLogo, BlackLogoIcon, WhiteLogo, WhiteLogoIcon, BeigeLogo, BeigeLogoIcon, DarkGreenLogo, DarkGreenLogoIcon, LightGreenLogo, LightGreenLogoIcon, PurpleLogo, PurpleLogoIcon, };
1
+ import { ReactComponent as BlackLogo } from '../../assets/logos/logo-black.svg';
2
+ import { ReactComponent as BlackLogoIcon } from '../../assets/logos/logo-black-icon.svg';
3
+ import { ReactComponent as WhiteLogo } from '../../assets/logos/logo-white.svg';
4
+ import { ReactComponent as WhiteLogoIcon } from '../../assets/logos/logo-white-icon.svg';
5
+ import { ReactComponent as SalmonLogo } from '../../assets/logos/logo-salmon.svg';
6
+ import { ReactComponent as SalmonLogoIcon } from '../../assets/logos/logo-salmon-icon.svg';
7
+ import { ReactComponent as SalmonLightLogo } from '../../assets/logos/logo-salmon-light.svg';
8
+ import { ReactComponent as SalmonLightLogoIcon } from '../../assets/logos/logo-salmon-light-icon.svg';
9
+ import { ReactComponent as TealLogo } from '../../assets/logos/logo-teal.svg';
10
+ import { ReactComponent as TealLogoIcon } from '../../assets/logos/logo-teal-icon.svg';
11
+ import { ReactComponent as TealLightLogo } from '../../assets/logos/logo-teal-light.svg';
12
+ import { ReactComponent as TealLightLogoIcon } from '../../assets/logos/logo-teal-light-icon.svg';
13
+ import { ReactComponent as BrandLogo } from '../../assets/logos/logo-brand.svg';
14
+ import { ReactComponent as BrandLogoIcon } from '../../assets/logos/logo-brand-icon.svg';
15
+ import { ReactComponent as BrandLightLogo } from '../../assets/logos/logo-brand-light.svg';
16
+ import { ReactComponent as BrandLightLogoIcon } from '../../assets/logos/logo-brand-light-icon.svg';
17
+ export { BlackLogo, BlackLogoIcon, WhiteLogo, WhiteLogoIcon, SalmonLogo, SalmonLogoIcon, SalmonLightLogo, SalmonLightLogoIcon, TealLogo, TealLogoIcon, TealLightLogo, TealLightLogoIcon, BrandLogo, BrandLogoIcon, BrandLightLogo, BrandLightLogoIcon, };
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../alert.component-3eb10be7.js"),r=require("../alert.types-858cdf65.js"),o=require("../avatarBadge.component-1e9eda4a.js"),t=require("../avatar.component-dfb202f3.js"),a=require("../avatarGroup.component-7c7a078d.js"),s=require("../button.component-9ef47752.js"),n=require("../card.component-fc60f023.js"),i=require("../checkbox.component-60982355.js"),u=require("../checkboxGroup.component-200339e8.js"),c=require("../datepicker.types-1c0aec62.js"),p=require("../heading.component-46024b9d.js"),d=require("../icon.component-d8c1062a.js"),m=require("../link.component-289f48cd.js"),j=require("../logo.component-171aa1d4.js"),q=require("../menuButton.component-9ffb5a28.js"),b=require("../menuContainer.component-b44ee33f.js"),x=require("../menuItem.component-79319561.js"),f=require("../menuList.component-bd134c27.js"),l=require("../menuOptionGroup.component-c684dd20.js"),k=require("../menu.component-96545601.js"),h=require("../modalBody.component-d09b5512.js"),v=require("../modalCloseButton.component-247e0682.js"),g=require("../modalFooter.component-487913ba.js"),M=require("../modalFooterButtons.component-c60423f7.js"),T=require("../modalHeader.component-3cd09ba2.js"),B=require("../modal.component-f1f7c5ff.js"),P=require("../notificationCounter.component-27fafaa0.js"),y=require("../picture.component-c9ffd27e.js"),C=require("../popoverBody.component-ae4cc471.js"),A=require("../popoverCloseButton.component-a90b5616.js"),F=require("../popoverFooter.component-b39d12d1.js"),L=require("../popoverFooterButtons.component-a82c319c.js"),S=require("../popoverHeader.component-0ee69cde.js"),D=require("../popover.component-35b520f6.js"),I=require("../radio.component-77c1b19b.js"),O=require("../radioGroup.component-2db1673c.js"),G=require("../ratingDot.component-776080cf.js"),H=require("../ratingDots.component-9d3ff8ae.js"),R=require("../select.component-16435271.js"),V=require("../dragHandle.component-54c727f1.js"),W=require("../sortableItem.component-9aab4eb2.js"),w=require("../sortableOverlay.component-7ecbda06.js"),N=require("../sortableList.component-8df7a374.js"),z=require("../spinner.component-f49dcd1b.js"),_=require("../switch.component-1d4c63d2.js"),E=require("../tab.component-0b3a6898.js"),J=require("../tabs.component-539035fa.js"),K=require("../tabsLayout.component-dfaf353a.js"),Q=require("../tag.component-31c40c4c.js"),U=require("../text.component-dabbab97.js"),X=require("../textarea.component-0c4f51e1.js"),Y=require("../textInput.component-3cbb0726.js"),Z=require("../timePicker.component-3eb20ae7.js"),$=require("../timeRange.component-0749b951.js"),ee=require("../useToast-052a4359.js"),re=require("../tooltip.component-25303330.js"),oe=require("../truncatedText.component-02797815.js");require("../tslib.es6-f01c41a6.js"),require("react"),require("../alert.config-23cd80bc.js"),require("../color.record-8ec2eb8a.js"),require("../radii-ee480bd7.js"),require("../chakra-ui-layout.esm-493ee04b.js"),require("../chakra-ui-system.esm-b563b97d.js"),require("../chakra-ui-icon.esm-30b0b8a9.js"),require("../shadows.config-fd05bf52.js"),require("../chakra-ui-alert.esm-9bb76feb.js"),require("../avatar.config-3134aaf8.js"),require("../chakra-ui-avatar.esm-d7e98d56.js"),require("../chakra-ui-image.esm-acdc667a.js"),require("../use-animation-state-5054a9f7.esm-ad9a45c2.js"),require("../useTheme-d7d8c3f5.js"),require("../strings-03c30366.js"),require("../chakra-ui-button.esm-32e420eb.js"),require("../chakra-ui-hooks.esm-c8f7aa0e.js"),require("../chakra-ui-visually-hidden.esm-3406a7fd.js"),require("../chakra-ui-checkbox.esm-6a6974f2.js"),require("../chakra-ui-form-control.esm-8240cc1c.js"),require("../motion-1db106fa.js"),require("../index-5c563615.js"),require("../formControl.component-09fb7ac9.js"),require("../useAdaptiveColorMap-0a74494f.js"),require("../index-fee8538e.js"),require("../chakra-ui-popover.esm-af9721a4.js"),require("../chakra-ui-popper.esm-78790840.js"),require("../chakra-ui-media-query.esm-a34e627c.js"),require("../icons/index.js"),require("../useIconTextSizeMap-b81a72a5.js"),require("../chakra-ui-menu.esm-22115f36.js"),require("../chakra-ui-clickable.esm-22135054.js"),require("../menu.context-6276be4d.js"),require("../menu.config-83ef52b8.js"),require("../fontSizes-6309063a.js"),require("../chakra-ui-modal.esm-cf414b2f.js"),require("../index-c60b408f.js"),require("../inheritsLoose-490721fe.js"),require("../chakra-ui-portal.esm-72927bd9.js"),require("react-dom"),require("../useAdaptiveColor-bd61f863.js"),require("../withDarkMode-3fdb3990.js"),require("../chakra-ui-radio.esm-ee587db1.js"),require("../chakra-ui-select.esm-85c971dc.js"),require("../sortableItem.context-f7dd54a1.js"),require("../core.esm-3a85aed4.js"),require("../chakra-ui-tabs.esm-dc1c4ea8.js"),require("../chakra-ui-textarea.esm-cfbdac00.js"),require("../chakra-ui-input.esm-5e794564.js"),require("../chakra-ui-theme.esm-cc694e08.js"),exports.Alert=e.Alert,Object.defineProperty(exports,"AlertVariant",{enumerable:!0,get:function(){return r.AlertVariant}}),exports.AvatarBadge=o.AvatarBadge,Object.defineProperty(exports,"AvatarBadgePosition",{enumerable:!0,get:function(){return o.AvatarBadgePosition}}),exports.Avatar=t.Avatar,Object.defineProperty(exports,"AvatarVariant",{enumerable:!0,get:function(){return t.AvatarVariant}}),exports.AvatarGroup=a.AvatarGroup,exports.Button=s.Button,exports.Card=n.Card,exports.Checkbox=i.Checkbox,exports.CheckboxGroup=u.WrappedCheckboxGroup,Object.defineProperty(exports,"DateFormats",{enumerable:!0,get:function(){return c.DateFormats}}),exports.DatePicker=c.DatePicker,exports.Heading=p.Heading,exports.Icon=d.Icon,exports.Link=m.Link,exports.Logo=j.Logo,exports.MenuButton=q.MenuButton,exports.MenuContainer=b.MenuContainer,exports.MenuItem=x.MenuItem,exports.MenuList=f.MenuList,exports.MenuOptionGroup=l.MenuOptionGroup,exports.Menu=k.Menu,exports.ModalBody=h.ModalBody,exports.ModalCloseButton=v.ModalCloseButton,exports.ModalFooter=g.ModalFooter,exports.ModalFooterButtons=M.ModalFooterButtons,exports.ModalHeader=T.ModalHeader,exports.Modal=B.Modal,exports.NotificationCounter=P.NotificationCounter,Object.defineProperty(exports,"NotificationCounterVariant",{enumerable:!0,get:function(){return P.NotificationCounterVariant}}),exports.Picture=y.Picture,exports.PopoverBody=C.PopoverBody,exports.PopoverCloseButton=A.PopoverCloseButton,exports.PopoverFooter=F.PopoverFooter,exports.PopoverFooterButtons=L.PopoverFooterButtons,exports.PopoverHeader=S.PopoverHeader,exports.Popover=D.Popover,exports.Radio=I.Radio,exports.RadioGroup=O.WrappedRadioGroup,exports.RatingDot=G.RatingDot,exports.RatingDots=H.RatingDots,exports.Select=R.WrappedSelect,exports.DragHandle=V.DragHandle,exports.SortableItem=W.SortableItem,exports.SortableOverlay=w.SortableOverlay,exports.SortableList=N.SortableList,exports.Spinner=z.Spinner,exports.Switch=_.WrappedSwitch,exports.Tab=E.Tab,exports.Tabs=J.Tabs,exports.TabsLayout=K.TabsLayout,exports.Tag=Q.Tag,exports.Text=U.Text,exports.Textarea=X.WrappedTextArea,exports.TextInput=Y.WrappedTextInput,Object.defineProperty(exports,"Meridiem",{enumerable:!0,get:function(){return Z.Meridiem}}),exports.TimePicker=Z.TimePicker,exports.TimeRange=$.TimeRange,exports.useToast=ee.useToast,exports.Tooltip=re.Tooltip,exports.TruncatedText=oe.TruncatedText;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("../alert.component-3eb10be7.js"),r=require("../alert.types-858cdf65.js"),o=require("../avatarBadge.component-1e9eda4a.js"),t=require("../avatar.component-dfb202f3.js"),a=require("../avatarGroup.component-7c7a078d.js"),s=require("../button.component-9ef47752.js"),n=require("../card.component-fc60f023.js"),i=require("../checkbox.component-60982355.js"),u=require("../checkboxGroup.component-200339e8.js"),c=require("../datepicker.types-1c0aec62.js"),p=require("../heading.component-46024b9d.js"),d=require("../icon.component-d8c1062a.js"),m=require("../link.component-289f48cd.js"),j=require("../logo.component-afdac3c6.js"),q=require("../menuButton.component-9ffb5a28.js"),b=require("../menuContainer.component-b44ee33f.js"),x=require("../menuItem.component-79319561.js"),f=require("../menuList.component-bd134c27.js"),l=require("../menuOptionGroup.component-c684dd20.js"),k=require("../menu.component-96545601.js"),h=require("../modalBody.component-d09b5512.js"),v=require("../modalCloseButton.component-247e0682.js"),g=require("../modalFooter.component-487913ba.js"),M=require("../modalFooterButtons.component-c60423f7.js"),T=require("../modalHeader.component-3cd09ba2.js"),B=require("../modal.component-f1f7c5ff.js"),P=require("../notificationCounter.component-27fafaa0.js"),y=require("../picture.component-c9ffd27e.js"),C=require("../popoverBody.component-ae4cc471.js"),A=require("../popoverCloseButton.component-a90b5616.js"),F=require("../popoverFooter.component-b39d12d1.js"),L=require("../popoverFooterButtons.component-a82c319c.js"),S=require("../popoverHeader.component-0ee69cde.js"),D=require("../popover.component-35b520f6.js"),I=require("../radio.component-77c1b19b.js"),O=require("../radioGroup.component-2db1673c.js"),G=require("../ratingDot.component-776080cf.js"),H=require("../ratingDots.component-9d3ff8ae.js"),R=require("../select.component-16435271.js"),V=require("../dragHandle.component-54c727f1.js"),W=require("../sortableItem.component-9aab4eb2.js"),w=require("../sortableOverlay.component-7ecbda06.js"),N=require("../sortableList.component-8df7a374.js"),z=require("../spinner.component-f49dcd1b.js"),_=require("../switch.component-1d4c63d2.js"),E=require("../tab.component-0b3a6898.js"),J=require("../tabs.component-539035fa.js"),K=require("../tabsLayout.component-dfaf353a.js"),Q=require("../tag.component-31c40c4c.js"),U=require("../text.component-dabbab97.js"),X=require("../textarea.component-0c4f51e1.js"),Y=require("../textInput.component-3cbb0726.js"),Z=require("../timePicker.component-3eb20ae7.js"),$=require("../timeRange.component-0749b951.js"),ee=require("../useToast-052a4359.js"),re=require("../tooltip.component-25303330.js"),oe=require("../truncatedText.component-02797815.js");require("../tslib.es6-f01c41a6.js"),require("react"),require("../alert.config-23cd80bc.js"),require("../color.record-8ec2eb8a.js"),require("../radii-ee480bd7.js"),require("../chakra-ui-layout.esm-493ee04b.js"),require("../chakra-ui-system.esm-b563b97d.js"),require("../chakra-ui-icon.esm-30b0b8a9.js"),require("../shadows.config-fd05bf52.js"),require("../chakra-ui-alert.esm-9bb76feb.js"),require("../avatar.config-3134aaf8.js"),require("../chakra-ui-avatar.esm-d7e98d56.js"),require("../chakra-ui-image.esm-acdc667a.js"),require("../use-animation-state-5054a9f7.esm-ad9a45c2.js"),require("../useTheme-d7d8c3f5.js"),require("../strings-03c30366.js"),require("../chakra-ui-button.esm-32e420eb.js"),require("../chakra-ui-hooks.esm-c8f7aa0e.js"),require("../chakra-ui-visually-hidden.esm-3406a7fd.js"),require("../chakra-ui-checkbox.esm-6a6974f2.js"),require("../chakra-ui-form-control.esm-8240cc1c.js"),require("../motion-1db106fa.js"),require("../index-5c563615.js"),require("../formControl.component-09fb7ac9.js"),require("../useAdaptiveColorMap-0a74494f.js"),require("../index-fee8538e.js"),require("../chakra-ui-popover.esm-af9721a4.js"),require("../chakra-ui-popper.esm-78790840.js"),require("../chakra-ui-media-query.esm-a34e627c.js"),require("../icons/index.js"),require("../useIconTextSizeMap-b81a72a5.js"),require("../chakra-ui-menu.esm-22115f36.js"),require("../chakra-ui-clickable.esm-22135054.js"),require("../menu.context-6276be4d.js"),require("../menu.config-83ef52b8.js"),require("../fontSizes-6309063a.js"),require("../chakra-ui-modal.esm-cf414b2f.js"),require("../index-c60b408f.js"),require("../inheritsLoose-490721fe.js"),require("../chakra-ui-portal.esm-72927bd9.js"),require("react-dom"),require("../useAdaptiveColor-bd61f863.js"),require("../withDarkMode-3fdb3990.js"),require("../chakra-ui-radio.esm-ee587db1.js"),require("../chakra-ui-select.esm-85c971dc.js"),require("../sortableItem.context-f7dd54a1.js"),require("../core.esm-3a85aed4.js"),require("../chakra-ui-tabs.esm-dc1c4ea8.js"),require("../chakra-ui-textarea.esm-cfbdac00.js"),require("../chakra-ui-input.esm-5e794564.js"),require("../chakra-ui-theme.esm-cc694e08.js"),exports.Alert=e.Alert,Object.defineProperty(exports,"AlertVariant",{enumerable:!0,get:function(){return r.AlertVariant}}),exports.AvatarBadge=o.AvatarBadge,Object.defineProperty(exports,"AvatarBadgePosition",{enumerable:!0,get:function(){return o.AvatarBadgePosition}}),exports.Avatar=t.Avatar,Object.defineProperty(exports,"AvatarVariant",{enumerable:!0,get:function(){return t.AvatarVariant}}),exports.AvatarGroup=a.AvatarGroup,exports.Button=s.Button,exports.Card=n.Card,exports.Checkbox=i.Checkbox,exports.CheckboxGroup=u.WrappedCheckboxGroup,Object.defineProperty(exports,"DateFormats",{enumerable:!0,get:function(){return c.DateFormats}}),exports.DatePicker=c.DatePicker,exports.Heading=p.Heading,exports.Icon=d.Icon,exports.Link=m.Link,exports.Logo=j.Logo,exports.MenuButton=q.MenuButton,exports.MenuContainer=b.MenuContainer,exports.MenuItem=x.MenuItem,exports.MenuList=f.MenuList,exports.MenuOptionGroup=l.MenuOptionGroup,exports.Menu=k.Menu,exports.ModalBody=h.ModalBody,exports.ModalCloseButton=v.ModalCloseButton,exports.ModalFooter=g.ModalFooter,exports.ModalFooterButtons=M.ModalFooterButtons,exports.ModalHeader=T.ModalHeader,exports.Modal=B.Modal,exports.NotificationCounter=P.NotificationCounter,Object.defineProperty(exports,"NotificationCounterVariant",{enumerable:!0,get:function(){return P.NotificationCounterVariant}}),exports.Picture=y.Picture,exports.PopoverBody=C.PopoverBody,exports.PopoverCloseButton=A.PopoverCloseButton,exports.PopoverFooter=F.PopoverFooter,exports.PopoverFooterButtons=L.PopoverFooterButtons,exports.PopoverHeader=S.PopoverHeader,exports.Popover=D.Popover,exports.Radio=I.Radio,exports.RadioGroup=O.WrappedRadioGroup,exports.RatingDot=G.RatingDot,exports.RatingDots=H.RatingDots,exports.Select=R.WrappedSelect,exports.DragHandle=V.DragHandle,exports.SortableItem=W.SortableItem,exports.SortableOverlay=w.SortableOverlay,exports.SortableList=N.SortableList,exports.Spinner=z.Spinner,exports.Switch=_.WrappedSwitch,exports.Tab=E.Tab,exports.Tabs=J.Tabs,exports.TabsLayout=K.TabsLayout,exports.Tag=Q.Tag,exports.Text=U.Text,exports.Textarea=X.WrappedTextArea,exports.TextInput=Y.WrappedTextInput,Object.defineProperty(exports,"Meridiem",{enumerable:!0,get:function(){return Z.Meridiem}}),exports.TimePicker=Z.TimePicker,exports.TimeRange=$.TimeRange,exports.useToast=ee.useToast,exports.Tooltip=re.Tooltip,exports.TruncatedText=oe.TruncatedText;
2
2
  //# sourceMappingURL=index.js.map
package/build/index.js CHANGED
@@ -1,2 +1,2 @@
1
- "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./alert.component-3eb10be7.js"),r=require("./alert.types-858cdf65.js"),o=require("./avatarBadge.component-1e9eda4a.js"),t=require("./avatar.component-dfb202f3.js"),s=require("./avatarGroup.component-7c7a078d.js"),a=require("./button.component-9ef47752.js"),p=require("./card.component-fc60f023.js"),n=require("./checkbox.component-60982355.js"),i=require("./checkboxGroup.component-200339e8.js"),u=require("./datepicker.types-1c0aec62.js"),c=require("./heading.component-46024b9d.js"),d=require("./icon.component-d8c1062a.js"),x=require("./link.component-289f48cd.js"),l=require("./logo.component-171aa1d4.js"),m=require("./menuButton.component-9ffb5a28.js"),b=require("./menuContainer.component-b44ee33f.js"),j=require("./menuItem.component-79319561.js"),q=require("./menuList.component-bd134c27.js"),f=require("./menuOptionGroup.component-c684dd20.js"),C=require("./menu.component-96545601.js"),v=require("./modalBody.component-d09b5512.js"),k=require("./modalCloseButton.component-247e0682.js"),h=require("./modalFooter.component-487913ba.js"),M=require("./modalFooterButtons.component-c60423f7.js"),T=require("./modalHeader.component-3cd09ba2.js"),g=require("./modal.component-f1f7c5ff.js"),B=require("./notificationCounter.component-27fafaa0.js"),P=require("./picture.component-c9ffd27e.js"),I=require("./popoverBody.component-ae4cc471.js"),y=require("./popoverCloseButton.component-a90b5616.js"),A=require("./popoverFooter.component-b39d12d1.js"),D=require("./popoverFooterButtons.component-a82c319c.js"),S=require("./popoverHeader.component-0ee69cde.js"),F=require("./popover.component-35b520f6.js"),L=require("./radio.component-77c1b19b.js"),G=require("./radioGroup.component-2db1673c.js"),O=require("./ratingDot.component-776080cf.js"),H=require("./ratingDots.component-9d3ff8ae.js"),w=require("./select.component-16435271.js"),R=require("./dragHandle.component-54c727f1.js"),N=require("./sortableItem.component-9aab4eb2.js"),V=require("./sortableOverlay.component-7ecbda06.js"),W=require("./sortableList.component-8df7a374.js"),E=require("./spinner.component-f49dcd1b.js"),z=require("./switch.component-1d4c63d2.js"),K=require("./tab.component-0b3a6898.js"),Q=require("./tabs.component-539035fa.js"),U=require("./tabsLayout.component-dfaf353a.js"),_=require("./tag.component-31c40c4c.js"),$=require("./text.component-dabbab97.js"),J=require("./textarea.component-0c4f51e1.js"),X=require("./textInput.component-3cbb0726.js"),Y=require("./timePicker.component-3eb20ae7.js"),Z=require("./timeRange.component-0749b951.js"),ee=require("./useToast-052a4359.js"),re=require("./tooltip.component-25303330.js"),oe=require("./truncatedText.component-02797815.js"),te=require("./withDarkMode-3fdb3990.js"),se=require("./withTheme-bac0a8eb.js"),ae=require("./useTheme-d7d8c3f5.js"),pe=require("./theme.provider-e8fb98dd.js"),ne=require("./chakra-ui-skeleton.esm-91e7ead1.js"),ie=require("./chakra-ui-modal.esm-cf414b2f.js"),ue=require("./chakra-ui-layout.esm-493ee04b.js"),ce=require("./chakra-ui-button.esm-32e420eb.js"),de=require("./chakra-ui-alert.esm-9bb76feb.js"),xe=require("./chakra-ui-avatar.esm-d7e98d56.js"),le=require("./chakra-ui-checkbox.esm-6a6974f2.js"),me=require("./chakra-ui-input.esm-5e794564.js"),be=require("./chakra-ui-menu.esm-22115f36.js"),je=require("./chakra-ui-popover.esm-af9721a4.js"),qe=require("./chakra-ui-radio.esm-ee587db1.js"),fe=require("./chakra-ui-select.esm-85c971dc.js"),Ce=require("./chakra-ui-tabs.esm-dc1c4ea8.js"),ve=require("./chakra-ui-textarea.esm-cfbdac00.js"),ke=require("./chakra-ui-form-control.esm-8240cc1c.js"),he=require("./chakra-ui-media-query.esm-a34e627c.js"),Me=require("./chakra-ui-image.esm-acdc667a.js"),Te=require("./chakra-ui-portal.esm-72927bd9.js"),ge=require("./chakra-ui-hooks.esm-c8f7aa0e.js");require("./tslib.es6-f01c41a6.js"),require("react"),require("./alert.config-23cd80bc.js"),require("./color.record-8ec2eb8a.js"),require("./radii-ee480bd7.js"),require("./chakra-ui-system.esm-b563b97d.js"),require("./shadows.config-fd05bf52.js"),require("./avatar.config-3134aaf8.js"),require("./strings-03c30366.js"),require("./formControl.component-09fb7ac9.js"),require("./useAdaptiveColorMap-0a74494f.js"),require("./index-fee8538e.js"),require("./icons/index.js"),require("./useIconTextSizeMap-b81a72a5.js"),require("./menu.context-6276be4d.js"),require("./menu.config-83ef52b8.js"),require("./fontSizes-6309063a.js"),require("./useAdaptiveColor-bd61f863.js"),require("./sortableItem.context-f7dd54a1.js"),require("./core.esm-3a85aed4.js"),require("react-dom"),require("./chakra-ui-icon.esm-30b0b8a9.js"),require("./chakra-ui-theme.esm-cc694e08.js"),require("./index-c60b408f.js"),require("./index-5c563615.js"),require("./motion-1db106fa.js"),require("./chakra-ui-popper.esm-78790840.js"),require("./chakra-ui-visually-hidden.esm-3406a7fd.js"),require("./use-animation-state-5054a9f7.esm-ad9a45c2.js"),require("./chakra-ui-react.esm-54b6d554.js"),require("styled-components"),require("./zIndeces-61cafdc0.js"),require("./inheritsLoose-490721fe.js"),require("./chakra-ui-clickable.esm-22135054.js"),exports.Alert=e.Alert,Object.defineProperty(exports,"AlertVariant",{enumerable:!0,get:function(){return r.AlertVariant}}),exports.AvatarBadge=o.AvatarBadge,Object.defineProperty(exports,"AvatarBadgePosition",{enumerable:!0,get:function(){return o.AvatarBadgePosition}}),exports.Avatar=t.Avatar,Object.defineProperty(exports,"AvatarVariant",{enumerable:!0,get:function(){return t.AvatarVariant}}),exports.AvatarGroup=s.AvatarGroup,exports.Button=a.Button,exports.Card=p.Card,exports.Checkbox=n.Checkbox,exports.CheckboxGroup=i.WrappedCheckboxGroup,Object.defineProperty(exports,"DateFormats",{enumerable:!0,get:function(){return u.DateFormats}}),exports.DatePicker=u.DatePicker,exports.Heading=c.Heading,exports.Icon=d.Icon,exports.Link=x.Link,exports.Logo=l.Logo,exports.MenuButton=m.MenuButton,exports.MenuContainer=b.MenuContainer,exports.MenuItem=j.MenuItem,exports.MenuList=q.MenuList,exports.MenuOptionGroup=f.MenuOptionGroup,exports.Menu=C.Menu,exports.ModalBody=v.ModalBody,exports.ModalCloseButton=k.ModalCloseButton,exports.ModalFooter=h.ModalFooter,exports.ModalFooterButtons=M.ModalFooterButtons,exports.ModalHeader=T.ModalHeader,exports.Modal=g.Modal,exports.NotificationCounter=B.NotificationCounter,Object.defineProperty(exports,"NotificationCounterVariant",{enumerable:!0,get:function(){return B.NotificationCounterVariant}}),exports.Picture=P.Picture,exports.PopoverBody=I.PopoverBody,exports.PopoverCloseButton=y.PopoverCloseButton,exports.PopoverFooter=A.PopoverFooter,exports.PopoverFooterButtons=D.PopoverFooterButtons,exports.PopoverHeader=S.PopoverHeader,exports.Popover=F.Popover,exports.Radio=L.Radio,exports.RadioGroup=G.WrappedRadioGroup,exports.RatingDot=O.RatingDot,exports.RatingDots=H.RatingDots,exports.Select=w.WrappedSelect,exports.DragHandle=R.DragHandle,exports.SortableItem=N.SortableItem,exports.SortableOverlay=V.SortableOverlay,exports.SortableList=W.SortableList,exports.Spinner=E.Spinner,exports.Switch=z.WrappedSwitch,exports.Tab=K.Tab,exports.Tabs=Q.Tabs,exports.TabsLayout=U.TabsLayout,exports.Tag=_.Tag,exports.Text=$.Text,exports.Textarea=J.WrappedTextArea,exports.TextInput=X.WrappedTextInput,Object.defineProperty(exports,"Meridiem",{enumerable:!0,get:function(){return Y.Meridiem}}),exports.TimePicker=Y.TimePicker,exports.TimeRange=Z.TimeRange,exports.useToast=ee.useToast,exports.Tooltip=re.Tooltip,exports.TruncatedText=oe.TruncatedText,exports.withDarkMode=te.withDarkMode,exports.withTheme=se.withTheme,exports.useTheme=ae.useTheme,exports.KibbleThemeProvider=pe.KibbleThemeProvider,exports.theme=pe.theme,exports.Accordion=ne.Accordion,exports.AccordionButton=ne.AccordionButton,exports.AccordionIcon=ne.AccordionIcon,exports.AccordionItem=ne.AccordionItem,exports.AccordionPanel=ne.AccordionPanel,exports.NumberDecrementStepper=ne.NumberDecrementStepper,exports.NumberIncrementStepper=ne.NumberIncrementStepper,exports.NumberInput=ne.NumberInput,exports.NumberInputField=ne.NumberInputField,exports.NumberInputStepper=ne.NumberInputStepper,exports.PinInput=ne.PinInput,exports.PinInputField=ne.PinInputField,exports.Progress=ne.Progress,exports.Skeleton=ne.Skeleton,exports.SkeletonText=ne.SkeletonText,exports.Table=ne.Table,exports.TableCaption=ne.TableCaption,exports.TableContainer=ne.TableContainer,exports.Tbody=ne.Tbody,exports.Td=ne.Td,exports.Tfoot=ne.Tfoot,exports.Th=ne.Th,exports.Thead=ne.Thead,exports.Tr=ne.Tr,exports.AlertDialog=ie.AlertDialog,exports.AlertDialogBody=ie.ModalBody,exports.AlertDialogContent=ie.AlertDialogContent,exports.AlertDialogFooter=ie.ModalFooter,exports.AlertDialogHeader=ie.ModalHeader,exports.AlertDialogOverlay=ie.ModalOverlay,exports.CModal=ie.Modal,exports.CModalBody=ie.ModalBody,exports.CModalCloseButton=ie.ModalCloseButton,exports.CModalFooter=ie.ModalFooter,exports.CModalHeader=ie.ModalHeader,exports.Collapse=ie.Collapse,exports.Drawer=ie.Drawer,exports.DrawerBody=ie.ModalBody,exports.DrawerCloseButton=ie.ModalCloseButton,exports.DrawerContent=ie.DrawerContent,exports.DrawerFooter=ie.ModalFooter,exports.DrawerHeader=ie.ModalHeader,exports.DrawerOverlay=ie.ModalOverlay,exports.ModalContent=ie.ModalContent,exports.ModalOverlay=ie.ModalOverlay,exports.Badge=ue.Badge,exports.Box=ue.Box,exports.Center=ue.Center,exports.Circle=ue.Circle,exports.Code=ue.Code,exports.Container=ue.Container,exports.Divider=ue.Divider,exports.Flex=ue.Flex,exports.Grid=ue.Grid,exports.GridItem=ue.GridItem,exports.HStack=ue.HStack,exports.LinkBox=ue.LinkBox,exports.LinkOverlay=ue.LinkOverlay,exports.List=ue.List,exports.ListItem=ue.ListItem,exports.OrderedList=ue.OrderedList,exports.SimpleGrid=ue.SimpleGrid,exports.Spacer=ue.Spacer,exports.Square=ue.Square,exports.Stack=ue.Stack,exports.UnorderedList=ue.UnorderedList,exports.VStack=ue.VStack,exports.Wrap=ue.Wrap,exports.WrapItem=ue.WrapItem,exports.ButtonGroup=ce.ButtonGroup,exports.CButton=ce.Button,exports.IconButton=ce.IconButton,exports.CAlert=de.Alert,exports.CAvatar=xe.Avatar,exports.CCheckboxGroup=le.CheckboxGroup,exports.useCheckbox=le.useCheckbox,exports.useCheckboxGroup=le.useCheckboxGroup,exports.CInput=me.Input,exports.InputGroup=me.InputGroup,exports.InputLeftAddon=me.InputLeftAddon,exports.InputLeftElement=me.InputLeftElement,exports.InputRightElement=me.InputRightElement,exports.CMenu=be.Menu,exports.CMenuButton=be.MenuButton,exports.CMenuItem=be.MenuItem,exports.CMenuList=be.MenuList,exports.MenuDivider=be.MenuDivider,exports.MenuGroup=be.MenuGroup,exports.MenuItemOption=be.MenuItemOption,exports.CPopover=je.Popover,exports.CPopoverBody=je.PopoverBody,exports.CPopoverFooter=je.PopoverFooter,exports.CPopoverHeader=je.PopoverHeader,exports.PopoverArrow=je.PopoverArrow,exports.PopoverContent=je.PopoverContent,exports.PopoverTrigger=je.PopoverTrigger,exports.usePopoverContext=je.usePopoverContext,exports.CRadioGroup=qe.RadioGroup,exports.useRadio=qe.useRadio,exports.useRadioGroup=qe.useRadioGroup,exports.CSelect=fe.Select,exports.CTab=Ce.Tab,exports.CTabs=Ce.Tabs,exports.TabList=Ce.TabList,exports.TabPanel=Ce.TabPanel,exports.TabPanels=Ce.TabPanels,exports.CTextarea=ve.Textarea,exports.FormControl=ke.FormControl,exports.FormErrorMessage=ke.FormErrorMessage,exports.FormHelperText=ke.FormHelperText,exports.FormLabel=ke.FormLabel,exports.Hide=he.Hide,exports.Show=he.Show,exports.useBreakpoint=he.useBreakpoint,exports.useBreakpointValue=he.useBreakpointValue,exports.useMediaQuery=he.useMediaQuery,exports.Image=Me.Image$1,exports.Portal=Te.Portal,exports.useConst=ge.useConst,exports.useDisclosure=ge.useDisclosure,exports.useInterval=ge.useInterval,exports.useOutsideClick=ge.useOutsideClick;
1
+ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});var e=require("./alert.component-3eb10be7.js"),r=require("./alert.types-858cdf65.js"),o=require("./avatarBadge.component-1e9eda4a.js"),t=require("./avatar.component-dfb202f3.js"),s=require("./avatarGroup.component-7c7a078d.js"),a=require("./button.component-9ef47752.js"),p=require("./card.component-fc60f023.js"),n=require("./checkbox.component-60982355.js"),i=require("./checkboxGroup.component-200339e8.js"),u=require("./datepicker.types-1c0aec62.js"),c=require("./heading.component-46024b9d.js"),d=require("./icon.component-d8c1062a.js"),x=require("./link.component-289f48cd.js"),l=require("./logo.component-afdac3c6.js"),m=require("./menuButton.component-9ffb5a28.js"),b=require("./menuContainer.component-b44ee33f.js"),j=require("./menuItem.component-79319561.js"),q=require("./menuList.component-bd134c27.js"),f=require("./menuOptionGroup.component-c684dd20.js"),C=require("./menu.component-96545601.js"),v=require("./modalBody.component-d09b5512.js"),k=require("./modalCloseButton.component-247e0682.js"),h=require("./modalFooter.component-487913ba.js"),M=require("./modalFooterButtons.component-c60423f7.js"),T=require("./modalHeader.component-3cd09ba2.js"),g=require("./modal.component-f1f7c5ff.js"),B=require("./notificationCounter.component-27fafaa0.js"),P=require("./picture.component-c9ffd27e.js"),I=require("./popoverBody.component-ae4cc471.js"),y=require("./popoverCloseButton.component-a90b5616.js"),A=require("./popoverFooter.component-b39d12d1.js"),D=require("./popoverFooterButtons.component-a82c319c.js"),S=require("./popoverHeader.component-0ee69cde.js"),F=require("./popover.component-35b520f6.js"),L=require("./radio.component-77c1b19b.js"),G=require("./radioGroup.component-2db1673c.js"),O=require("./ratingDot.component-776080cf.js"),H=require("./ratingDots.component-9d3ff8ae.js"),w=require("./select.component-16435271.js"),R=require("./dragHandle.component-54c727f1.js"),N=require("./sortableItem.component-9aab4eb2.js"),V=require("./sortableOverlay.component-7ecbda06.js"),W=require("./sortableList.component-8df7a374.js"),E=require("./spinner.component-f49dcd1b.js"),z=require("./switch.component-1d4c63d2.js"),K=require("./tab.component-0b3a6898.js"),Q=require("./tabs.component-539035fa.js"),U=require("./tabsLayout.component-dfaf353a.js"),_=require("./tag.component-31c40c4c.js"),$=require("./text.component-dabbab97.js"),J=require("./textarea.component-0c4f51e1.js"),X=require("./textInput.component-3cbb0726.js"),Y=require("./timePicker.component-3eb20ae7.js"),Z=require("./timeRange.component-0749b951.js"),ee=require("./useToast-052a4359.js"),re=require("./tooltip.component-25303330.js"),oe=require("./truncatedText.component-02797815.js"),te=require("./withDarkMode-3fdb3990.js"),se=require("./withTheme-bac0a8eb.js"),ae=require("./useTheme-d7d8c3f5.js"),pe=require("./theme.provider-e8fb98dd.js"),ne=require("./chakra-ui-skeleton.esm-91e7ead1.js"),ie=require("./chakra-ui-modal.esm-cf414b2f.js"),ue=require("./chakra-ui-layout.esm-493ee04b.js"),ce=require("./chakra-ui-button.esm-32e420eb.js"),de=require("./chakra-ui-alert.esm-9bb76feb.js"),xe=require("./chakra-ui-avatar.esm-d7e98d56.js"),le=require("./chakra-ui-checkbox.esm-6a6974f2.js"),me=require("./chakra-ui-input.esm-5e794564.js"),be=require("./chakra-ui-menu.esm-22115f36.js"),je=require("./chakra-ui-popover.esm-af9721a4.js"),qe=require("./chakra-ui-radio.esm-ee587db1.js"),fe=require("./chakra-ui-select.esm-85c971dc.js"),Ce=require("./chakra-ui-tabs.esm-dc1c4ea8.js"),ve=require("./chakra-ui-textarea.esm-cfbdac00.js"),ke=require("./chakra-ui-form-control.esm-8240cc1c.js"),he=require("./chakra-ui-media-query.esm-a34e627c.js"),Me=require("./chakra-ui-image.esm-acdc667a.js"),Te=require("./chakra-ui-portal.esm-72927bd9.js"),ge=require("./chakra-ui-hooks.esm-c8f7aa0e.js");require("./tslib.es6-f01c41a6.js"),require("react"),require("./alert.config-23cd80bc.js"),require("./color.record-8ec2eb8a.js"),require("./radii-ee480bd7.js"),require("./chakra-ui-system.esm-b563b97d.js"),require("./shadows.config-fd05bf52.js"),require("./avatar.config-3134aaf8.js"),require("./strings-03c30366.js"),require("./formControl.component-09fb7ac9.js"),require("./useAdaptiveColorMap-0a74494f.js"),require("./index-fee8538e.js"),require("./icons/index.js"),require("./useIconTextSizeMap-b81a72a5.js"),require("./menu.context-6276be4d.js"),require("./menu.config-83ef52b8.js"),require("./fontSizes-6309063a.js"),require("./useAdaptiveColor-bd61f863.js"),require("./sortableItem.context-f7dd54a1.js"),require("./core.esm-3a85aed4.js"),require("react-dom"),require("./chakra-ui-icon.esm-30b0b8a9.js"),require("./chakra-ui-theme.esm-cc694e08.js"),require("./index-c60b408f.js"),require("./index-5c563615.js"),require("./motion-1db106fa.js"),require("./chakra-ui-popper.esm-78790840.js"),require("./chakra-ui-visually-hidden.esm-3406a7fd.js"),require("./use-animation-state-5054a9f7.esm-ad9a45c2.js"),require("./chakra-ui-react.esm-54b6d554.js"),require("styled-components"),require("./zIndeces-61cafdc0.js"),require("./inheritsLoose-490721fe.js"),require("./chakra-ui-clickable.esm-22135054.js"),exports.Alert=e.Alert,Object.defineProperty(exports,"AlertVariant",{enumerable:!0,get:function(){return r.AlertVariant}}),exports.AvatarBadge=o.AvatarBadge,Object.defineProperty(exports,"AvatarBadgePosition",{enumerable:!0,get:function(){return o.AvatarBadgePosition}}),exports.Avatar=t.Avatar,Object.defineProperty(exports,"AvatarVariant",{enumerable:!0,get:function(){return t.AvatarVariant}}),exports.AvatarGroup=s.AvatarGroup,exports.Button=a.Button,exports.Card=p.Card,exports.Checkbox=n.Checkbox,exports.CheckboxGroup=i.WrappedCheckboxGroup,Object.defineProperty(exports,"DateFormats",{enumerable:!0,get:function(){return u.DateFormats}}),exports.DatePicker=u.DatePicker,exports.Heading=c.Heading,exports.Icon=d.Icon,exports.Link=x.Link,exports.Logo=l.Logo,exports.MenuButton=m.MenuButton,exports.MenuContainer=b.MenuContainer,exports.MenuItem=j.MenuItem,exports.MenuList=q.MenuList,exports.MenuOptionGroup=f.MenuOptionGroup,exports.Menu=C.Menu,exports.ModalBody=v.ModalBody,exports.ModalCloseButton=k.ModalCloseButton,exports.ModalFooter=h.ModalFooter,exports.ModalFooterButtons=M.ModalFooterButtons,exports.ModalHeader=T.ModalHeader,exports.Modal=g.Modal,exports.NotificationCounter=B.NotificationCounter,Object.defineProperty(exports,"NotificationCounterVariant",{enumerable:!0,get:function(){return B.NotificationCounterVariant}}),exports.Picture=P.Picture,exports.PopoverBody=I.PopoverBody,exports.PopoverCloseButton=y.PopoverCloseButton,exports.PopoverFooter=A.PopoverFooter,exports.PopoverFooterButtons=D.PopoverFooterButtons,exports.PopoverHeader=S.PopoverHeader,exports.Popover=F.Popover,exports.Radio=L.Radio,exports.RadioGroup=G.WrappedRadioGroup,exports.RatingDot=O.RatingDot,exports.RatingDots=H.RatingDots,exports.Select=w.WrappedSelect,exports.DragHandle=R.DragHandle,exports.SortableItem=N.SortableItem,exports.SortableOverlay=V.SortableOverlay,exports.SortableList=W.SortableList,exports.Spinner=E.Spinner,exports.Switch=z.WrappedSwitch,exports.Tab=K.Tab,exports.Tabs=Q.Tabs,exports.TabsLayout=U.TabsLayout,exports.Tag=_.Tag,exports.Text=$.Text,exports.Textarea=J.WrappedTextArea,exports.TextInput=X.WrappedTextInput,Object.defineProperty(exports,"Meridiem",{enumerable:!0,get:function(){return Y.Meridiem}}),exports.TimePicker=Y.TimePicker,exports.TimeRange=Z.TimeRange,exports.useToast=ee.useToast,exports.Tooltip=re.Tooltip,exports.TruncatedText=oe.TruncatedText,exports.withDarkMode=te.withDarkMode,exports.withTheme=se.withTheme,exports.useTheme=ae.useTheme,exports.KibbleThemeProvider=pe.KibbleThemeProvider,exports.theme=pe.theme,exports.Accordion=ne.Accordion,exports.AccordionButton=ne.AccordionButton,exports.AccordionIcon=ne.AccordionIcon,exports.AccordionItem=ne.AccordionItem,exports.AccordionPanel=ne.AccordionPanel,exports.NumberDecrementStepper=ne.NumberDecrementStepper,exports.NumberIncrementStepper=ne.NumberIncrementStepper,exports.NumberInput=ne.NumberInput,exports.NumberInputField=ne.NumberInputField,exports.NumberInputStepper=ne.NumberInputStepper,exports.PinInput=ne.PinInput,exports.PinInputField=ne.PinInputField,exports.Progress=ne.Progress,exports.Skeleton=ne.Skeleton,exports.SkeletonText=ne.SkeletonText,exports.Table=ne.Table,exports.TableCaption=ne.TableCaption,exports.TableContainer=ne.TableContainer,exports.Tbody=ne.Tbody,exports.Td=ne.Td,exports.Tfoot=ne.Tfoot,exports.Th=ne.Th,exports.Thead=ne.Thead,exports.Tr=ne.Tr,exports.AlertDialog=ie.AlertDialog,exports.AlertDialogBody=ie.ModalBody,exports.AlertDialogContent=ie.AlertDialogContent,exports.AlertDialogFooter=ie.ModalFooter,exports.AlertDialogHeader=ie.ModalHeader,exports.AlertDialogOverlay=ie.ModalOverlay,exports.CModal=ie.Modal,exports.CModalBody=ie.ModalBody,exports.CModalCloseButton=ie.ModalCloseButton,exports.CModalFooter=ie.ModalFooter,exports.CModalHeader=ie.ModalHeader,exports.Collapse=ie.Collapse,exports.Drawer=ie.Drawer,exports.DrawerBody=ie.ModalBody,exports.DrawerCloseButton=ie.ModalCloseButton,exports.DrawerContent=ie.DrawerContent,exports.DrawerFooter=ie.ModalFooter,exports.DrawerHeader=ie.ModalHeader,exports.DrawerOverlay=ie.ModalOverlay,exports.ModalContent=ie.ModalContent,exports.ModalOverlay=ie.ModalOverlay,exports.Badge=ue.Badge,exports.Box=ue.Box,exports.Center=ue.Center,exports.Circle=ue.Circle,exports.Code=ue.Code,exports.Container=ue.Container,exports.Divider=ue.Divider,exports.Flex=ue.Flex,exports.Grid=ue.Grid,exports.GridItem=ue.GridItem,exports.HStack=ue.HStack,exports.LinkBox=ue.LinkBox,exports.LinkOverlay=ue.LinkOverlay,exports.List=ue.List,exports.ListItem=ue.ListItem,exports.OrderedList=ue.OrderedList,exports.SimpleGrid=ue.SimpleGrid,exports.Spacer=ue.Spacer,exports.Square=ue.Square,exports.Stack=ue.Stack,exports.UnorderedList=ue.UnorderedList,exports.VStack=ue.VStack,exports.Wrap=ue.Wrap,exports.WrapItem=ue.WrapItem,exports.ButtonGroup=ce.ButtonGroup,exports.CButton=ce.Button,exports.IconButton=ce.IconButton,exports.CAlert=de.Alert,exports.CAvatar=xe.Avatar,exports.CCheckboxGroup=le.CheckboxGroup,exports.useCheckbox=le.useCheckbox,exports.useCheckboxGroup=le.useCheckboxGroup,exports.CInput=me.Input,exports.InputGroup=me.InputGroup,exports.InputLeftAddon=me.InputLeftAddon,exports.InputLeftElement=me.InputLeftElement,exports.InputRightElement=me.InputRightElement,exports.CMenu=be.Menu,exports.CMenuButton=be.MenuButton,exports.CMenuItem=be.MenuItem,exports.CMenuList=be.MenuList,exports.MenuDivider=be.MenuDivider,exports.MenuGroup=be.MenuGroup,exports.MenuItemOption=be.MenuItemOption,exports.CPopover=je.Popover,exports.CPopoverBody=je.PopoverBody,exports.CPopoverFooter=je.PopoverFooter,exports.CPopoverHeader=je.PopoverHeader,exports.PopoverArrow=je.PopoverArrow,exports.PopoverContent=je.PopoverContent,exports.PopoverTrigger=je.PopoverTrigger,exports.usePopoverContext=je.usePopoverContext,exports.CRadioGroup=qe.RadioGroup,exports.useRadio=qe.useRadio,exports.useRadioGroup=qe.useRadioGroup,exports.CSelect=fe.Select,exports.CTab=Ce.Tab,exports.CTabs=Ce.Tabs,exports.TabList=Ce.TabList,exports.TabPanel=Ce.TabPanel,exports.TabPanels=Ce.TabPanels,exports.CTextarea=ve.Textarea,exports.FormControl=ke.FormControl,exports.FormErrorMessage=ke.FormErrorMessage,exports.FormHelperText=ke.FormHelperText,exports.FormLabel=ke.FormLabel,exports.Hide=he.Hide,exports.Show=he.Show,exports.useBreakpoint=he.useBreakpoint,exports.useBreakpointValue=he.useBreakpointValue,exports.useMediaQuery=he.useMediaQuery,exports.Image=Me.Image$1,exports.Portal=Te.Portal,exports.useConst=ge.useConst,exports.useDisclosure=ge.useDisclosure,exports.useInterval=ge.useInterval,exports.useOutsideClick=ge.useOutsideClick;
2
2
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,2 @@
1
+ "use strict";var t=require("./tslib.es6-f01c41a6.js"),c=require("react");function e(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function n(t){if(t&&t.__esModule)return t;var c=Object.create(null);return t&&Object.keys(t).forEach((function(e){if("default"!==e){var n=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(c,e,n.get?n:{enumerable:!0,get:function(){return t[e]}})}})),c.default=t,Object.freeze(c)}var r,a=n(c),l=e(c);function i(){return i=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},i.apply(this,arguments)}var o;function s(){return s=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},s.apply(this,arguments)}var v;function f(){return f=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},f.apply(this,arguments)}var Z;function h(){return h=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},h.apply(this,arguments)}var p;function u(){return u=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},u.apply(this,arguments)}var g;function M(){return M=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},M.apply(this,arguments)}var w;function b(){return b=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},b.apply(this,arguments)}var m;function O(){return O=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},O.apply(this,arguments)}var j;function y(){return y=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},y.apply(this,arguments)}var d;function C(){return C=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},C.apply(this,arguments)}var E;function x(){return x=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},x.apply(this,arguments)}var B;function P(){return P=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},P.apply(this,arguments)}var V;function F(){return F=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},F.apply(this,arguments)}var A;function L(){return L=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},L.apply(this,arguments)}var k;function _(){return _=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},_.apply(this,arguments)}var D;function q(){return q=Object.assign?Object.assign.bind():function(t){for(var c=1;c<arguments.length;c++){var e=arguments[c];for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&(t[n]=e[n])}return t},q.apply(this,arguments)}var z={black:function(t){return a.createElement("svg",s({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),o||(o=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.449-.283-13.596 12.251-21.881 24.856-22.873 12.676-.991 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#2A2A2A"})))},white:function(t){return a.createElement("svg",h({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),Z||(Z=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.449-.283-13.596 12.251-21.881 24.856-22.873 12.676-.991 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#fff"})))},salmon:function(t){return a.createElement("svg",M({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),g||(g=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#F96C59"})))},salmonLight:function(t){return a.createElement("svg",O({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),m||(m=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#FFEDED"})))},teal:function(t){return a.createElement("svg",C({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),d||(d=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#2B959C"})))},tealLight:function(t){return a.createElement("svg",P({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),B||(B=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.21 16.217-42.134 40.365-42.134 24.076 0 40.364 16.924 40.364 42.134Z",fill:"#E4FAF6"})))},brand:function(t){return a.createElement("svg",L({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),A||(A=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.991 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.103C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.819 13.95-13.597 21.386-32.363 21.386-54.103-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.209 16.217-42.134 40.365-42.134 24.076 0 40.364 16.925 40.364 42.134Z",fill:"#554EF6"})))},brandLight:function(t){return a.createElement("svg",q({viewBox:"0 0 220 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),D||(D=a.createElement("path",{d:"M188.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM52.31 60.739c-15.65.07-22.943-8.215-21.385-26.202 1.062-12.322 8.78-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM216.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.991 26.768 6.94 24.997 21.103ZM115.195.263c-14.376 2.69-23.37 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM134.951 90.693C121 77.096 101.88 69.873 79.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.103C38.148 212.777 57.338 220 79.645 220c22.235 0 41.355-7.223 55.306-20.819 13.95-13.597 21.386-32.363 21.386-54.103-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.364 41.852-24.148 0-40.365-16.854-40.365-41.852 0-25.209 16.217-42.134 40.365-42.134 24.076 0 40.364 16.925 40.364 42.134Z",fill:"#E8E7FE"})))}},N={black:function(t){return a.createElement("svg",i({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),r||(r=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.449-.283-13.596 12.251-21.881 24.856-22.873 12.676-.991 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#2A2A2A"})))},white:function(t){return a.createElement("svg",f({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),v||(v=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.449-.283-13.596 12.251-21.881 24.856-22.873 12.676-.991 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#fff"})))},salmon:function(t){return a.createElement("svg",u({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),p||(p=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#F96C59"})))},salmonLight:function(t){return a.createElement("svg",b({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),w||(w=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#FFEDED"})))},teal:function(t){return a.createElement("svg",y({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),j||(j=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#2B959C"})))},tealLight:function(t){return a.createElement("svg",x({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),E||(E=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.99 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.102C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.82 13.951-13.596 21.386-32.362 21.386-54.102 0-21.881-7.364-40.718-21.386-54.385-13.95-13.668-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.148 0 40.364 16.924 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.641-17.846-16.641h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.641-17.845-16.641h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.312 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.102 13.879 13.597 33.07 20.82 55.377 20.82 22.235 0 41.355-7.223 55.306-20.82 13.95-13.596 21.386-32.362 21.386-54.102-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.21 16.217-42.134 40.364-42.134 24.077 0 40.365 16.924 40.365 42.134Z",fill:"#E4FAF6"})))},brand:function(t){return a.createElement("svg",F({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),V||(V=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.991 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.103C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.819 13.951-13.597 21.386-32.363 21.386-54.103 0-21.881-7.364-40.718-21.386-54.385-13.95-13.667-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.209 16.217-42.134 40.364-42.134 24.148 0 40.364 16.925 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.64-17.846-16.64h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.311 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.64-17.845-16.64h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.311 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.103C444.147 212.777 463.338 220 485.645 220c22.235 0 41.355-7.223 55.306-20.819 13.95-13.597 21.386-32.363 21.386-54.103-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.209 16.217-42.134 40.364-42.134 24.077 0 40.365 16.925 40.365 42.134Z",fill:"#554EF6"})))},brandLight:function(t){return a.createElement("svg",_({viewBox:"0 0 624 220",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),k||(k=a.createElement("path",{d:"M594.486 76.672c-11.118 11.4-28.255 15.862-40.577-1.912-6.231-9.135-3.116-24.148 6.161-32.363 14.659-13.03 39.09-17.916 44.259 2.479 2.904 11.401-3.186 24.998-9.843 31.796ZM458.311 60.739c-15.65.07-22.944-8.215-21.386-26.202 1.062-12.322 8.781-24.218 22.448-23.581 13.455-.567 20.89 16.712 20.89 27.9 0 11.614-7.152 22.307-21.952 21.883ZM622.883 117.319c-1.699 14.163-13.171 22.802-24.855 24.219-12.464 1.558-24.856-5.099-24.998-22.448-.283-13.597 12.251-21.882 24.856-22.874 12.676-.991 26.768 6.94 24.997 21.103ZM521.195.263c-14.376 2.69-23.369 16.995-26.06 28.255-3.045 12.746 1.416 25.847 18.907 30.096 10.764 2.55 24.998-5.453 27.972-17.42 5.948-19.97-4.603-43.976-20.819-40.931ZM76.621 69.873c-22.306 0-41.497 7.223-55.377 20.82C7.364 104.36 0 123.126 0 145.078c0 21.811 7.365 40.506 21.244 54.103C35.124 212.777 54.314 220 76.621 220c22.236 0 41.356-7.223 55.306-20.819 13.951-13.597 21.386-32.363 21.386-54.103 0-21.881-7.364-40.718-21.386-54.385-13.95-13.667-33.07-20.82-55.306-20.82Zm40.364 75.134c0 24.998-16.216 41.852-40.364 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.209 16.217-42.134 40.364-42.134 24.148 0 40.364 16.925 40.364 42.134ZM264.068 168.518c-5.595 0-10.481 2.762-13.738 7.789-4.32 6.869-10.906 10.552-19.12 10.552-13.455 0-21.174-8.781-21.174-24.077v-56.368h46.525c10.835 0 17.846-6.445 17.846-16.359 0-10.268-6.799-16.64-17.846-16.64h-46.525V44.38c0-11.684-6.798-18.978-17.845-18.978-11.047 0-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.311 2.266-9.277 0-10.056-6.728-16.783-16.712-16.783ZM383.177 168.518c-5.594 0-10.481 2.762-13.738 7.789-4.32 6.869-10.905 10.552-19.12 10.552-13.455 0-21.173-8.781-21.173-24.077v-56.368h46.525c10.834 0 17.845-6.445 17.845-16.359 0-10.268-6.798-16.64-17.845-16.64h-46.525V44.38c0-11.684-6.799-18.978-17.846-18.978s-17.845 7.294-17.845 18.978v117.623c0 36.328 20.678 57.997 55.377 57.997 23.085 0 40.435-9.064 48.791-25.422.991-2.054 2.266-5.311 2.266-9.277-.071-10.056-6.727-16.783-16.712-16.783ZM540.951 90.693C527 77.096 507.88 69.873 485.645 69.873c-22.307 0-41.498 7.223-55.377 20.82-13.88 13.667-21.245 32.433-21.245 54.385 0 21.811 7.365 40.506 21.245 54.103C444.147 212.777 463.338 220 485.645 220c22.235 0 41.355-7.223 55.306-20.819 13.95-13.597 21.386-32.363 21.386-54.103-.071-21.952-7.436-40.718-21.386-54.385Zm-14.871 54.314c0 24.998-16.217 41.852-40.365 41.852-24.147 0-40.364-16.854-40.364-41.852 0-25.209 16.217-42.134 40.364-42.134 24.077 0 40.365 16.925 40.365 42.134Z",fill:"#E8E7FE"})))}},G=function(c){var e,n=c.type,r=void 0===n?"full":n,a=c.color,i=void 0===a?"brand":a,o=c.handleClick,s=t.__rest(c,["type","color","handleClick"]);return e="icon"===r?z[i]:N[i],l.default.createElement(e,t.__assign({},s,{onClick:o}))};G.displayName="Logo",exports.Logo=G;
2
+ //# sourceMappingURL=logo.component-afdac3c6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logo.component-afdac3c6.js","sources":["../src/assets/logos/logo-black.svg","../src/assets/logos/logo-black-icon.svg","../src/assets/logos/logo-white.svg","../src/assets/logos/logo-white-icon.svg","../src/assets/logos/logo-salmon.svg","../src/assets/logos/logo-salmon-icon.svg","../src/assets/logos/logo-salmon-light.svg","../src/assets/logos/logo-salmon-light-icon.svg","../src/assets/logos/logo-teal.svg","../src/assets/logos/logo-teal-icon.svg","../src/assets/logos/logo-teal-light.svg","../src/assets/logos/logo-teal-light-icon.svg","../src/assets/logos/logo-brand.svg","../src/assets/logos/logo-brand-icon.svg","../src/assets/logos/logo-brand-light.svg","../src/assets/logos/logo-brand-light-icon.svg","../src/components/Logo/logo.config.ts","../src/components/Logo/logo.component.tsx"],"sourcesContent":["<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#2A2A2A\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#2A2A2A\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.089C572.747 105.493 585.281 97.2078 597.886 96.2164C610.562 95.225 624.654 103.156 622.883 117.319Z\" fill=\"#2A2A2A\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#2A2A2A\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"#2A2A2A\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#2A2A2A\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#2A2A2A\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"#2A2A2A\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#2A2A2A\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#2A2A2A\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.089C166.747 105.493 179.281 97.2078 191.886 96.2164C204.562 95.225 218.654 103.156 216.883 117.319Z\" fill=\"#2A2A2A\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#2A2A2A\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"#2A2A2A\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"white\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"white\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.089C572.747 105.493 585.281 97.2078 597.886 96.2164C610.562 95.225 624.654 103.156 622.883 117.319Z\" fill=\"white\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"white\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"white\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"white\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"white\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"white\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"white\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"white\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.089C166.747 105.493 179.281 97.2078 191.886 96.2164C204.562 95.225 218.654 103.156 216.883 117.319Z\" fill=\"white\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"white\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"white\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#F96C59\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#F96C59\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2079 597.886 96.2165C610.562 95.2251 624.654 103.156 622.883 117.319Z\" fill=\"#F96C59\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#F96C59\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"#F96C59\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#F96C59\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#F96C59\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"#F96C59\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#F96C59\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#F96C59\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2079 191.886 96.2165C204.562 95.2251 218.654 103.156 216.883 117.319Z\" fill=\"#F96C59\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#F96C59\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"#F96C59\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#FFEDED\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#FFEDED\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2079 597.886 96.2165C610.562 95.2251 624.654 103.156 622.883 117.319Z\" fill=\"#FFEDED\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#FFEDED\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"#FFEDED\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#FFEDED\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#FFEDED\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"#FFEDED\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#FFEDED\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#FFEDED\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2079 191.886 96.2165C204.562 95.2251 218.654 103.156 216.883 117.319Z\" fill=\"#FFEDED\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#FFEDED\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"#FFEDED\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#2B959C\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#2B959C\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2079 597.886 96.2165C610.562 95.2251 624.654 103.156 622.883 117.319Z\" fill=\"#2B959C\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#2B959C\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"#2B959C\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#2B959C\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#2B959C\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"#2B959C\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#2B959C\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#2B959C\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2079 191.886 96.2165C204.562 95.2251 218.654 103.156 216.883 117.319Z\" fill=\"#2B959C\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#2B959C\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"#2B959C\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#E4FAF6\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#E4FAF6\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2079 597.886 96.2165C610.562 95.2251 624.654 103.156 622.883 117.319Z\" fill=\"#E4FAF6\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#E4FAF6\"/>\n<path d=\"M76.6212 69.8733C54.3147 69.8733 35.124 77.0964 21.2443 90.6927C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.18C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.18C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6927C117.977 77.0255 98.857 69.8733 76.6212 69.8733ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.797 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.797 116.985 145.007Z\" fill=\"#E4FAF6\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0554C274.407 79.7873 267.608 73.414 256.561 73.414H210.036V44.3801C210.036 32.6957 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6957 174.346 44.3801V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.266 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#E4FAF6\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0554C393.516 79.7873 386.718 73.414 375.671 73.414H329.146V44.3801C329.146 32.6957 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6957 293.455 44.3801V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.266 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#E4FAF6\"/>\n<path d=\"M540.951 90.6927C527 77.0964 507.88 69.8733 485.645 69.8733C463.338 69.8733 444.147 77.0964 430.268 90.6927C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.18C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.18C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6927ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.797 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.797 526.08 145.007Z\" fill=\"#E4FAF6\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#E4FAF6\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#E4FAF6\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2079 191.886 96.2165C204.562 95.2251 218.654 103.156 216.883 117.319Z\" fill=\"#E4FAF6\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#E4FAF6\"/>\n<path d=\"M134.951 90.6927C121 77.0964 101.88 69.8733 79.6447 69.8733C57.3381 69.8733 38.1474 77.0964 24.2678 90.6927C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.18C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.18C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6927ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.797 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.797 120.08 145.007Z\" fill=\"#E4FAF6\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#554EF6\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#554EF6\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2078 597.886 96.2164C610.562 95.225 624.654 103.156 622.883 117.319Z\" fill=\"#554EF6\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#554EF6\"/>\n<path d=\"M76.6212 69.8734C54.3147 69.8734 35.124 77.0964 21.2443 90.6928C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.181C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.181C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6928C117.977 77.0256 98.857 69.8734 76.6212 69.8734ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.798 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.798 116.985 145.007Z\" fill=\"#554EF6\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0555C274.407 79.7874 267.608 73.4141 256.561 73.4141H210.036V44.3802C210.036 32.6958 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6958 174.346 44.3802V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.267 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#554EF6\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0555C393.516 79.7874 386.718 73.4141 375.671 73.4141H329.146V44.3802C329.146 32.6958 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6958 293.455 44.3802V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.267 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#554EF6\"/>\n<path d=\"M540.951 90.6928C527 77.0964 507.88 69.8734 485.645 69.8734C463.338 69.8734 444.147 77.0964 430.268 90.6928C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.181C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.181C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6928ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.798 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.798 526.08 145.007Z\" fill=\"#554EF6\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#554EF6\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#554EF6\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2078 191.886 96.2164C204.562 95.225 218.654 103.156 216.883 117.319Z\" fill=\"#554EF6\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#554EF6\"/>\n<path d=\"M134.951 90.6928C121 77.0964 101.88 69.8734 79.6447 69.8734C57.3381 69.8734 38.1474 77.0964 24.2678 90.6928C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.181C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.181C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6928ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.798 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.798 120.08 145.007Z\" fill=\"#554EF6\"/>\n</svg>\n","<svg viewBox=\"0 0 624 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M594.486 76.6717C583.368 88.0728 566.231 92.5341 553.909 74.7597C547.678 65.6246 550.793 50.612 560.07 42.3975C574.729 29.3676 599.16 24.4814 604.329 44.876C607.233 56.2771 601.143 69.8735 594.486 76.6717Z\" fill=\"#E8E7FE\"/>\n<path d=\"M458.311 60.7385C442.661 60.8093 435.367 52.524 436.925 34.5371C437.987 22.2154 445.706 10.3186 459.373 10.9559C472.828 10.3894 480.263 27.6681 480.263 38.8568C480.263 50.4704 473.111 61.1633 458.311 60.7385Z\" fill=\"#E8E7FE\"/>\n<path d=\"M622.883 117.319C621.184 131.482 609.712 140.121 598.028 141.538C585.564 143.096 573.172 136.439 573.03 119.09C572.747 105.493 585.281 97.2078 597.886 96.2164C610.562 95.225 624.654 103.156 622.883 117.319Z\" fill=\"#E8E7FE\"/>\n<path d=\"M521.195 0.262903C506.819 2.95385 497.826 17.2584 495.135 28.5179C492.09 41.2645 496.551 54.3651 514.042 58.614C524.806 61.1633 539.04 53.1613 542.014 41.1936C547.962 21.224 537.411 -2.78212 521.195 0.262903Z\" fill=\"#E8E7FE\"/>\n<path d=\"M76.6212 69.8734C54.3147 69.8734 35.124 77.0964 21.2443 90.6928C7.36471 104.36 0 123.126 0 145.078C0 166.889 7.36471 185.584 21.2443 199.181C35.124 212.777 54.3147 220 76.6212 220C98.857 220 117.977 212.777 131.927 199.181C145.878 185.584 153.313 166.818 153.313 145.078C153.313 123.197 145.949 104.36 131.927 90.6928C117.977 77.0256 98.857 69.8734 76.6212 69.8734ZM116.985 145.007C116.985 170.005 100.769 186.859 76.6212 186.859C52.4735 186.859 36.257 170.005 36.257 145.007C36.257 119.798 52.4735 102.873 76.6212 102.873C100.769 102.873 116.985 119.798 116.985 145.007Z\" fill=\"#E8E7FE\"/>\n<path d=\"M264.068 168.518C258.473 168.518 253.587 171.28 250.33 176.307C246.01 183.176 239.424 186.859 231.21 186.859C217.755 186.859 210.036 178.078 210.036 162.782V106.414H256.561C267.396 106.414 274.407 99.9695 274.407 90.0555C274.407 79.7874 267.608 73.4141 256.561 73.4141H210.036V44.3802C210.036 32.6958 203.238 25.4019 192.191 25.4019C181.144 25.4019 174.346 32.6958 174.346 44.3802V162.003C174.346 198.331 195.024 220 229.723 220C252.808 220 270.158 210.936 278.514 194.578C279.505 192.524 280.78 189.267 280.78 185.301C280.78 175.245 274.052 168.518 264.068 168.518Z\" fill=\"#E8E7FE\"/>\n<path d=\"M383.177 168.518C377.583 168.518 372.696 171.28 369.439 176.307C365.119 183.176 358.534 186.859 350.319 186.859C336.864 186.859 329.146 178.078 329.146 162.782V106.414H375.671C386.505 106.414 393.516 99.9695 393.516 90.0555C393.516 79.7874 386.718 73.4141 375.671 73.4141H329.146V44.3802C329.146 32.6958 322.347 25.4019 311.3 25.4019C300.253 25.4019 293.455 32.6958 293.455 44.3802V162.003C293.455 198.331 314.133 220 348.832 220C371.917 220 389.267 210.936 397.623 194.578C398.614 192.524 399.889 189.267 399.889 185.301C399.818 175.245 393.162 168.518 383.177 168.518Z\" fill=\"#E8E7FE\"/>\n<path d=\"M540.951 90.6928C527 77.0964 507.88 69.8734 485.645 69.8734C463.338 69.8734 444.147 77.0964 430.268 90.6928C416.388 104.36 409.023 123.126 409.023 145.078C409.023 166.889 416.388 185.584 430.268 199.181C444.147 212.777 463.338 220 485.645 220C507.88 220 527 212.777 540.951 199.181C554.901 185.584 562.337 166.818 562.337 145.078C562.266 123.126 554.901 104.36 540.951 90.6928ZM526.08 145.007C526.08 170.005 509.863 186.859 485.715 186.859C461.568 186.859 445.351 170.005 445.351 145.007C445.351 119.798 461.568 102.873 485.715 102.873C509.792 102.873 526.08 119.798 526.08 145.007Z\" fill=\"#E8E7FE\"/>\n</svg>\n","<svg viewBox=\"0 0 220 220\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M188.486 76.6717C177.368 88.0728 160.231 92.5341 147.909 74.7597C141.678 65.6246 144.793 50.612 154.07 42.3975C168.729 29.3676 193.16 24.4814 198.329 44.876C201.233 56.2771 195.143 69.8735 188.486 76.6717Z\" fill=\"#E8E7FE\"/>\n<path d=\"M52.3107 60.7385C36.6607 60.8093 29.3668 52.524 30.9247 34.5371C31.987 22.2154 39.7057 10.3186 53.3729 10.9559C66.8277 10.3894 74.2632 27.6681 74.2632 38.8568C74.2632 50.4704 67.1109 61.1633 52.3107 60.7385Z\" fill=\"#E8E7FE\"/>\n<path d=\"M216.883 117.319C215.184 131.482 203.712 140.121 192.028 141.538C179.564 143.096 167.172 136.439 167.03 119.09C166.747 105.493 179.281 97.2078 191.886 96.2164C204.562 95.225 218.654 103.156 216.883 117.319Z\" fill=\"#E8E7FE\"/>\n<path d=\"M115.195 0.262903C100.819 2.95385 91.8258 17.2584 89.1348 28.5179C86.0898 41.2645 90.5511 54.3651 108.042 58.614C118.806 61.1633 133.04 53.1613 136.014 41.1936C141.962 21.224 131.411 -2.78212 115.195 0.262903Z\" fill=\"#E8E7FE\"/>\n<path d=\"M134.951 90.6928C121 77.0964 101.88 69.8734 79.6447 69.8734C57.3381 69.8734 38.1474 77.0964 24.2678 90.6928C10.3881 104.36 3.02344 123.126 3.02344 145.078C3.02344 166.889 10.3881 185.584 24.2678 199.181C38.1474 212.777 57.3381 220 79.6447 220C101.88 220 121 212.777 134.951 199.181C148.901 185.584 156.337 166.818 156.337 145.078C156.266 123.126 148.901 104.36 134.951 90.6928ZM120.08 145.007C120.08 170.005 103.863 186.859 79.7155 186.859C55.5677 186.859 39.3512 170.005 39.3512 145.007C39.3512 119.798 55.5677 102.873 79.7155 102.873C103.792 102.873 120.08 119.798 120.08 145.007Z\" fill=\"#E8E7FE\"/>\n</svg>\n","import { Props } from 'framer-motion/types/types';\nimport { LogoColor } from './logo.types';\nimport {\n BlackLogo,\n BlackLogoIcon,\n WhiteLogo,\n WhiteLogoIcon,\n SalmonLogo,\n SalmonLogoIcon,\n SalmonLightLogo,\n SalmonLightLogoIcon,\n TealLogo,\n TealLogoIcon,\n TealLightLogo,\n TealLightLogoIcon,\n BrandLogo,\n BrandLogoIcon,\n BrandLightLogo,\n BrandLightLogoIcon,\n} from './logos';\n\nexport const logoIconMap: Record<LogoColor, React.FC<Props>> = {\n black: BlackLogoIcon,\n white: WhiteLogoIcon,\n salmon: SalmonLogoIcon,\n salmonLight: SalmonLightLogoIcon,\n teal: TealLogoIcon,\n tealLight: TealLightLogoIcon,\n brand: BrandLogoIcon,\n brandLight: BrandLightLogoIcon,\n};\n\nexport const fullLogoMap: Record<LogoColor, React.FC<Props>> = {\n black: BlackLogo,\n white: WhiteLogo,\n salmon: SalmonLogo,\n salmonLight: SalmonLightLogo,\n teal: TealLogo,\n tealLight: TealLightLogo,\n brand: BrandLogo,\n brandLight: BrandLightLogo,\n};\n","import { BoxProps } from '@chakra-ui/react';\nimport React from 'react';\nimport { logoIconMap, fullLogoMap } from './logo.config';\nimport { LogoType, LogoColor } from './logo.types';\n\nexport interface LogoProps extends BoxProps {\n type?: LogoType;\n color?: LogoColor;\n handleClick?: () => void;\n}\n\nexport const Logo = ({ type = 'full', color = 'brand', handleClick, ...rest }: LogoProps): JSX.Element => {\n let LogoComponent;\n\n if (type === 'icon') {\n LogoComponent = logoIconMap[color];\n } else {\n LogoComponent = fullLogoMap[color];\n }\n\n return <LogoComponent {...rest} onClick={handleClick} />;\n};\n\nLogo.displayName = 'Logo';\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","logoIconMap","black","props","React","createElement","viewBox","fill","xmlns","d","white","salmon","salmonLight","teal","tealLight","brand","brandLight","fullLogoMap","Logo","_a","LogoComponent","_b","type","_c","color","handleClick","rest","__rest","__assign","onClick","displayName"],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@televet/kibble-ui",
3
- "version": "2.0.0-beta.866ardb4h.3",
3
+ "version": "2.0.0-beta.866ardb4h.6",
4
4
  "description": "Kibble Design System by Otto",
5
5
  "author": "Otto",
6
6
  "main": "build/index.js",
@@ -1,2 +0,0 @@
1
- "use strict";var t=require("react");function e(t){return t&&"object"==typeof t&&"default"in t?t:{default:t}}function c(t){if(t&&t.__esModule)return t;var e=Object.create(null);return t&&Object.keys(t).forEach((function(c){if("default"!==c){var n=Object.getOwnPropertyDescriptor(t,c);Object.defineProperty(e,c,n.get?n:{enumerable:!0,get:function(){return t[c]}})}})),e.default=t,Object.freeze(e)}var n,r=c(t),a=e(t);function l(){return l=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},l.apply(this,arguments)}var i;function o(){return o=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},o.apply(this,arguments)}function s(){return s=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},s.apply(this,arguments)}var h;function f(){return f=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},f.apply(this,arguments)}function m(){return m=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},m.apply(this,arguments)}var v;function p(){return p=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},p.apply(this,arguments)}function u(){return u=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},u.apply(this,arguments)}var Z;function g(){return g=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},g.apply(this,arguments)}function w(){return w=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},w.apply(this,arguments)}var b;function O(){return O=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},O.apply(this,arguments)}function y(){return y=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},y.apply(this,arguments)}var j;function d(){return d=Object.assign?Object.assign.bind():function(t){for(var e=1;e<arguments.length;e++){var c=arguments[e];for(var n in c)Object.prototype.hasOwnProperty.call(c,n)&&(t[n]=c[n])}return t},d.apply(this,arguments)}var M={black:function(t){return r.createElement("svg",o({viewBox:"0 0 325 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),i||(i=r.createElement("path",{d:"M212.123 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM148.793 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#000"})))},white:function(t){return r.createElement("svg",f({viewBox:"0 0 325 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),h||(h=r.createElement("path",{d:"M212.164 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM148.834 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#fff"})))},purple:function(t){return r.createElement("svg",d({viewBox:"0 0 325 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),j||(j=r.createElement("path",{d:"M212.425 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM149.095 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#554EF6"})))},beige:function(t){return r.createElement("svg",p({viewBox:"0 0 325 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),v||(v=r.createElement("path",{d:"M212.384 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM149.054 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#F9E6D9"})))},darkGreen:function(t){return r.createElement("svg",g({viewBox:"0 0 325 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),Z||(Z=r.createElement("path",{d:"M212.644 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM149.314 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#124B4F"})))},lightGreen:function(t){return r.createElement("svg",O({viewBox:"0 0 326 329",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),b||(b=r.createElement("path",{d:"M212.904 56.71c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.35 76.35 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42h-.01Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22h-.02Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57h.01Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15h-.01Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16v-.01ZM149.574 77.28c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15v-.01Z",fill:"#DEF4B5"})))}},E={black:function(t){return r.createElement("svg",l({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),n||(n=r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z"})))},white:function(t){return r.createElement("svg",s({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z",style:{fill:"#fff"}}))},purple:function(t){return r.createElement("svg",y({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z",style:{fill:"#554ef6"}}))},beige:function(t){return r.createElement("svg",m({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z",style:{fill:"#f9e6d9"}}))},darkGreen:function(t){return r.createElement("svg",u({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z",style:{fill:"#124b4f"}}))},lightGreen:function(t){return r.createElement("svg",w({xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 1080 750"},t),r.createElement("path",{d:"M867.87 311.93c8.22-8.77 18.84-15.14 30.26-18.9 9.02-2.97 19.24-4.25 27.78-.09 4.55 2.22 8.36 5.93 10.7 10.42 1.82 3.49 2.73 7.36 3.02 11.31.15 2.11.12 4.24-.05 6.35-.84 10.49-4.99 20.56-10.94 29.25a76.352 76.352 0 0 1-26.44 23.86c-8.94 4.86-19.55 7.92-29.3 5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79 11.7-53.42Zm-15.07 85c11.05 24.23 12.37 53.97 3.6 81.61-8.44 26.62-25.87 51.76-50.39 72.72-17.15 14.65-34.64 24.45-52 29.11-7.44 2-15 3.01-22.47 3-39.25-.04-70.09-27.18-75-65.98-3.16-24.99 3.72-49.85 10.07-68.72 10.35-30.76 22.34-53.02 37.75-70.04 19.76-21.84 45.54-34.35 70.73-34.32h.75c29.62.32 58.61 18.54 73.86 46.4 1.1 2.01 2.15 4.11 3.12 6.22Zm-76.89 7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26 3.39-7.09 5.97-18.87 26.63-33.87 61.05-36.63 93.86-.16 1.86-.25 3.76.25 5.56.67 2.38 2.71 4.44 5.14 5.01 2.3.54 4.7.07 6.98-.52 13.82-3.58 26.21-11.76 36-22.16 10.79-11.47 18.71-26.07 20.24-41.74 1.53-15.67-3.94-32.34-15.9-42.57Zm203.97 5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92 1.87-80.9 38.36-.33 12.24 8.24 23.54 19.19 28.99 10.96 5.45 23.84 5.83 35.92 3.84 16.6-2.72 33.64-10.82 41.09-25.9 3.21-6.5 4.41-13.92 3.89-21.15Zm-33.37 78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4 9.59-41.5 36.68 4.7 8.54 13.34 14.29 22.39 17.91 10.12 4.05 21.19 5.84 32.04 4.78 6.75-.66 13.79-2.64 18.34-7.67 6.76-7.47 5.85-19.41 1.21-28.35a42.038 42.038 0 0 0-3.93-6.16ZM764.26 293.09c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3 2.55-27.43 4.39-9.44 1.9-18.85 3.95-28.23 6.15-3.09.72-6.18 1.46-9.27 2.22-1.22.3-2.88 1.03-2.38-1.03 3.31-13.55 8.14-26.66 11.34-40.22 3.06-10.7 5.96-20.8 7.3-26.39.47-1.95.95-3.93 1.45-5.93 3.26-13.29 6.64-27.03 6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09 1.66-13.11 4.43-5.03 3.46-8.27 8.02-10.92 12.02-16.78 25.35-25.44 54.28-33.81 82.24-1.49 4.97-5.02 17.19-8.45 29.09-3.13 10.85-7.89 25.83-9.24 30.37-.03.1-.1.2-.15.3-1.45 3.42-1.31 5.59-5.31 6.79-10.21 3.05-20.42 6.07-30.69 8.95-9.19 2.58-18.41 5.35-26.95 9.67-5.46 2.76-10.61 6.18-15.01 10.44-4.19 4.06-7.4 9.05-8.97 14.7-2.18 7.85-.92 15.76 3.56 22.29 4.93 7.18 13.06 11.82 22.3 12.72 1.72.17 3.51.23 5.32.17 5.28-.15 10.32-1.45 15.47-2.5 5.21-1.06 10.38-2.55 15.54-3.84.39-.1 1.17-.23 1.48.14.36.43 0 1.33-.15 1.77-17.11 48.42-30.88 98.14-43.98 147.77-2.14 8.09-4.24 16.18-6.33 24.28-3.34 12.96-6.59 26.1-7.28 39.52-.64 12.53-.04 25.75 10.68 33.94 6.71 5.13 16.31 5.97 24.33 4.55 30.1-5.34 38.74-52.77 46.7-80.81 7.56-26.62 14.48-53.42 21.55-80.18 7.97-30.15 15.84-60.33 23.95-90.45l2.82-10.47c1.62-6.03 4.02-10.07 10.26-11.9 35.54-10.48 72.33-18.07 105.31-34.97 7.8-4 15.98-9.28 18.44-17.7Zm40.28 39.41c3.6 1.87 7.85 2.09 11.88 1.62 10.86-1.26 20.92-7.26 27.98-15.61 7.06-8.35 11.25-18.91 12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86 8.46-40.15 40.39-29.94 64.62 1.9 4.51 4.74 8.89 9.08 11.15ZM565.06 227.92c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94 1.15-15.82 2.48-23.62 4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42 1.93-9.08 4.77-17.85 7.29-26.78 2.55-9.05 5.55-18.4 7.02-27.7 1.34-8.46 2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29 1.46-7.96 4.32-11.18 7.5-14.84 14.66-22 36.18-27.99 55.72-2.94 9.58-5.58 19.25-8.52 28.84-1.49 4.87-3.06 9.71-4.77 14.5-1.46 4.08-2.19 8.76-6.42 10.7-7.89 3.62-17.52 4.61-25.85 7.13-8.61 2.61-17.09 5.62-25.37 9.15-.41.18-.83.35-1.24.53-12.62 5.48-26.36 13.1-31.44 26.73-2.3 6.16-2.48 13.12.77 18.97 4.63 8.34 14.53 11.74 23.55 12.29 5.85.36 11.68-.61 17.46-1.34l18.38-2.31c2.71-.34 1.03 2.42.57 3.74-.69 2.03-1.41 4.05-2.14 6.07-1.48 4.12-2.99 8.24-4.37 12.39-1.35 4.08-2.72 8.15-4.07 12.23-2.76 8.34-5.44 16.71-8.08 25.09-4.43 14.04-8.72 28.13-12.93 42.23a4271.09 4271.09 0 0 0-12.88 44.11c-4.21 14.69-8.35 29.4-12.44 44.12-3.91 14.08-7.78 28.17-11.61 42.27-3.49 12.84-6.95 25.7-10.39 38.56-.77 2.89-1.54 5.78-2.32 8.67-.38 1.43-.76 2.86-1.14 4.28-.32 1.2-1.07 2.79-1.07 4.02-3.51 13.18-6.48 28.66 2.09 39.27 5.13 6.35 13.42 9.35 21.51 10.46 21.7 2.97 33.06-11.95 38.38-31.28 23.83-86.52 65.79-226.64 94.83-311.5.99-2.91 2.04-5.91 4.13-8.16 2.59-2.79 6.41-4.04 10.08-5.06 16.08-4.47 33.03-6.71 47.79-14.51 14.76-7.8 27.23-23.28 24.94-39.81ZM328.18 395.25c-1.89 31.91-11.53 64.68-27.14 92.28-30.61 54.14-71.98 76.76-100.48 79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94 1.44-26.39 11.18-55.56 28.18-84.36 14.42-24.44 33.76-48.08 54.45-66.58 14.99-13.4 38.82-29.54 67.25-30.35 1.05-.03 2.11-.04 3.18-.03 18.73.22 34.57 7.14 47.08 20.57 23.47 25.2 29.78 68.61 27.87 100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59 1.65-1.8 1.16-3.23 2.82-4.58 4.49-18.36 22.65-28.75 50.98-36.22 78.85-.25.93-.5 1.87-.74 2.81l-.57 2.21c-2.13 8.38-3.97 16.84-5.58 25.33-2.84 14.96-7.5 45.83 15.14 47.22 6.56.4 12.95-2.24 18.54-5.7 17.17-10.63 29.09-29.02 36.98-47.23 8.14-18.76 11.99-39.4 11.03-59.84Z",style:{fill:"#def4b5"}}))}},x=function(t){var e,c=t.type,n=void 0===c?"full":c,r=t.color,l=void 0===r?"purple":r,i=t.height,o=t.width,s=t.handleClick,h={height:i,width:o};return e="icon"===n?M[l]:E[l],a.default.createElement(e,{style:h,onClick:s})};x.displayName="Logo",exports.Logo=x;
2
- //# sourceMappingURL=logo.component-171aa1d4.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"logo.component-171aa1d4.js","sources":["../src/assets/logos/black.svg","../src/assets/logos/blackIcon.svg","../src/assets/logos/white.svg","../src/assets/logos/whiteIcon.svg","../src/assets/logos/beige.svg","../src/assets/logos/beigeIcon.svg","../src/assets/logos/darkGreen.svg","../src/assets/logos/darkGreenIcon.svg","../src/assets/logos/lightGreen.svg","../src/assets/logos/lightGreenIcon.svg","../src/assets/logos/purple.svg","../src/assets/logos/purpleIcon.svg","../src/components/Logo/logo.config.ts","../src/components/Logo/logo.component.tsx"],"sourcesContent":["<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><path d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 325 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.123 56.7097C220.343 47.9397 230.963 41.5697 242.383 37.8097C251.403 34.8397 261.623 33.5597 270.163 37.7197C274.713 39.9397 278.523 43.6497 280.863 48.1397C282.683 51.6297 283.593 55.4997 283.883 59.4497C284.033 61.5597 284.003 63.6897 283.833 65.7997C282.993 76.2897 278.843 86.3597 272.893 95.0497C266.123 104.94 256.983 113.19 246.453 118.91C237.513 123.77 226.903 126.83 217.153 123.94C210.043 121.83 204.013 116.62 200.433 110.13C190.713 92.4797 199.363 70.3397 212.133 56.7097H212.123ZM197.053 141.71C208.103 165.94 209.423 195.68 200.653 223.32C192.213 249.94 174.783 275.08 150.263 296.04C133.113 310.69 115.623 320.49 98.2633 325.15C90.8233 327.15 83.2633 328.16 75.7933 328.15C36.5433 328.11 5.70331 300.97 0.793307 262.17C-2.36669 237.18 4.51331 212.32 10.8633 193.45C21.2133 162.69 33.2033 140.43 48.6133 123.41C68.3733 101.57 94.1534 89.0597 119.343 89.0897H120.093C149.713 89.4097 178.703 107.63 193.953 135.49C195.053 137.5 196.103 139.6 197.073 141.71H197.053ZM120.163 149.38C117.723 147.29 114.693 145.39 111.523 145.9C111.403 145.92 111.283 145.94 111.163 145.97C108.103 146.63 105.903 149.36 104.073 151.94C85.2033 178.57 70.2033 212.99 67.4433 245.8C67.2833 247.66 67.1933 249.56 67.6933 251.36C68.3633 253.74 70.4033 255.8 72.8333 256.37C75.1333 256.91 77.5333 256.44 79.8133 255.85C93.6333 252.27 106.023 244.09 115.813 233.69C126.603 222.22 134.523 207.62 136.053 191.95C137.583 176.28 132.113 159.61 120.153 149.38H120.163ZM324.133 155.14C323.913 152.13 323.373 149.08 322.383 146.23C321.343 143.26 319.823 140.5 317.663 138.22C314.273 134.64 309.633 132.53 304.953 131C277.563 122.01 225.033 132.87 224.053 169.36C223.723 181.6 232.293 192.9 243.243 198.35C254.203 203.8 267.083 204.18 279.163 202.19C295.763 199.47 312.803 191.37 320.253 176.29C323.463 169.79 324.663 162.37 324.143 155.14H324.133ZM290.763 233.72C283.863 224.74 273.403 218.51 262.213 216.54C240.833 212.77 205.813 226.13 220.713 253.22C225.413 261.76 234.053 267.51 243.103 271.13C253.223 275.18 264.293 276.97 275.143 275.91C281.893 275.25 288.933 273.27 293.483 268.24C300.243 260.77 299.333 248.83 294.693 239.89C293.563 237.72 292.243 235.66 290.763 233.73V233.72ZM148.793 77.2797C152.393 79.1497 156.643 79.3697 160.673 78.8997C171.533 77.6397 181.593 71.6397 188.653 63.2897C195.713 54.9397 199.903 44.3797 201.513 33.5597C202.173 29.1097 202.323 24.3797 201.613 19.8997C200.773 14.6297 198.733 9.70968 194.933 6.00968C188.473 -0.260322 178.183 -1.38034 169.653 1.51966C144.793 9.97966 129.503 41.9096 139.713 66.1396C141.613 70.6496 144.453 75.0297 148.793 77.2897V77.2797Z\" fill=\"black\"/>\n</svg>\n","<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><defs><style>.cls-1{fill:#fff;}</style></defs><path class=\"cls-1\" d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 325 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.164 56.7097C220.384 47.9397 231.004 41.5697 242.424 37.8097C251.444 34.8397 261.664 33.5597 270.204 37.7197C274.754 39.9397 278.564 43.6497 280.904 48.1397C282.724 51.6297 283.634 55.4997 283.924 59.4497C284.074 61.5597 284.044 63.6897 283.874 65.7997C283.034 76.2897 278.884 86.3597 272.934 95.0497C266.164 104.94 257.024 113.19 246.494 118.91C237.554 123.77 226.944 126.83 217.194 123.94C210.084 121.83 204.054 116.62 200.474 110.13C190.754 92.4797 199.404 70.3397 212.174 56.7097H212.164ZM197.094 141.71C208.144 165.94 209.464 195.68 200.694 223.32C192.254 249.94 174.824 275.08 150.304 296.04C133.154 310.69 115.664 320.49 98.3044 325.15C90.8644 327.15 83.3043 328.16 75.8343 328.15C36.5843 328.11 5.74432 300.97 0.834323 262.17C-2.32568 237.18 4.55433 212.32 10.9043 193.45C21.2543 162.69 33.2443 140.43 48.6543 123.41C68.4143 101.57 94.1944 89.0597 119.384 89.0897H120.134C149.754 89.4097 178.744 107.63 193.994 135.49C195.094 137.5 196.144 139.6 197.114 141.71H197.094ZM120.204 149.38C117.764 147.29 114.734 145.39 111.564 145.9C111.444 145.92 111.324 145.94 111.204 145.97C108.144 146.63 105.944 149.36 104.114 151.94C85.2443 178.57 70.2443 212.99 67.4843 245.8C67.3243 247.66 67.2343 249.56 67.7343 251.36C68.4043 253.74 70.4444 255.8 72.8744 256.37C75.1744 256.91 77.5743 256.44 79.8543 255.85C93.6743 252.27 106.064 244.09 115.854 233.69C126.644 222.22 134.564 207.62 136.094 191.95C137.624 176.28 132.154 159.61 120.194 149.38H120.204ZM324.174 155.14C323.954 152.13 323.414 149.08 322.424 146.23C321.384 143.26 319.864 140.5 317.704 138.22C314.314 134.64 309.674 132.53 304.994 131C277.604 122.01 225.074 132.87 224.094 169.36C223.764 181.6 232.334 192.9 243.284 198.35C254.244 203.8 267.124 204.18 279.204 202.19C295.804 199.47 312.844 191.37 320.294 176.29C323.504 169.79 324.704 162.37 324.184 155.14H324.174ZM290.804 233.72C283.904 224.74 273.444 218.51 262.254 216.54C240.874 212.77 205.854 226.13 220.754 253.22C225.454 261.76 234.094 267.51 243.144 271.13C253.264 275.18 264.334 276.97 275.184 275.91C281.934 275.25 288.974 273.27 293.524 268.24C300.284 260.77 299.374 248.83 294.734 239.89C293.604 237.72 292.284 235.66 290.804 233.73V233.72ZM148.834 77.2797C152.434 79.1497 156.684 79.3697 160.714 78.8997C171.574 77.6397 181.634 71.6397 188.694 63.2897C195.754 54.9397 199.944 44.3797 201.554 33.5597C202.214 29.1097 202.364 24.3797 201.654 19.8997C200.814 14.6297 198.774 9.70968 194.974 6.00968C188.514 -0.260322 178.224 -1.38034 169.694 1.51966C144.834 9.97966 129.544 41.9096 139.754 66.1396C141.654 70.6496 144.494 75.0297 148.834 77.2897V77.2797Z\" fill=\"white\"/>\n</svg>\n","<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><defs><style>.cls-1{fill:#f9e6d9;}</style></defs><path class=\"cls-1\" d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 325 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.384 56.7097C220.604 47.9397 231.224 41.5697 242.644 37.8097C251.664 34.8397 261.884 33.5597 270.424 37.7197C274.974 39.9397 278.784 43.6497 281.124 48.1397C282.944 51.6297 283.854 55.4997 284.144 59.4497C284.294 61.5597 284.264 63.6897 284.094 65.7997C283.254 76.2897 279.104 86.3597 273.154 95.0497C266.384 104.94 257.244 113.19 246.714 118.91C237.774 123.77 227.164 126.83 217.414 123.94C210.304 121.83 204.274 116.62 200.694 110.13C190.974 92.4797 199.624 70.3397 212.394 56.7097H212.384ZM197.314 141.71C208.364 165.94 209.684 195.68 200.914 223.32C192.474 249.94 175.044 275.08 150.524 296.04C133.374 310.69 115.884 320.49 98.5236 325.15C91.0836 327.15 83.5236 328.16 76.0536 328.15C36.8036 328.11 5.96356 300.97 1.05356 262.17C-2.10644 237.18 4.77357 212.32 11.1236 193.45C21.4736 162.69 33.4636 140.43 48.8736 123.41C68.6336 101.57 94.4136 89.0597 119.604 89.0897H120.354C149.974 89.4097 178.964 107.63 194.214 135.49C195.314 137.5 196.364 139.6 197.334 141.71H197.314ZM120.424 149.38C117.984 147.29 114.954 145.39 111.784 145.9C111.664 145.92 111.544 145.94 111.424 145.97C108.364 146.63 106.164 149.36 104.334 151.94C85.4636 178.57 70.4636 212.99 67.7036 245.8C67.5436 247.66 67.4536 249.56 67.9536 251.36C68.6236 253.74 70.6636 255.8 73.0936 256.37C75.3936 256.91 77.7936 256.44 80.0736 255.85C93.8936 252.27 106.284 244.09 116.074 233.69C126.864 222.22 134.784 207.62 136.314 191.95C137.844 176.28 132.374 159.61 120.414 149.38H120.424ZM324.394 155.14C324.174 152.13 323.634 149.08 322.644 146.23C321.604 143.26 320.084 140.5 317.924 138.22C314.534 134.64 309.894 132.53 305.214 131C277.824 122.01 225.294 132.87 224.314 169.36C223.984 181.6 232.554 192.9 243.504 198.35C254.464 203.8 267.344 204.18 279.424 202.19C296.024 199.47 313.064 191.37 320.514 176.29C323.724 169.79 324.924 162.37 324.404 155.14H324.394ZM291.024 233.72C284.124 224.74 273.664 218.51 262.474 216.54C241.094 212.77 206.074 226.13 220.974 253.22C225.674 261.76 234.314 267.51 243.364 271.13C253.484 275.18 264.554 276.97 275.404 275.91C282.154 275.25 289.194 273.27 293.744 268.24C300.504 260.77 299.594 248.83 294.954 239.89C293.824 237.72 292.504 235.66 291.024 233.73V233.72ZM149.054 77.2797C152.654 79.1497 156.904 79.3697 160.934 78.8997C171.794 77.6397 181.854 71.6397 188.914 63.2897C195.974 54.9397 200.164 44.3797 201.774 33.5597C202.434 29.1097 202.584 24.3797 201.874 19.8997C201.034 14.6297 198.994 9.70968 195.194 6.00968C188.734 -0.260322 178.444 -1.38034 169.914 1.51966C145.054 9.97966 129.764 41.9096 139.974 66.1396C141.874 70.6496 144.714 75.0297 149.054 77.2897V77.2797Z\" fill=\"#F9E6D9\"/>\n</svg>\n","<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><defs><style>.cls-1{fill:#124b4f;}</style></defs><path class=\"cls-1\" d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 325 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.644 56.7097C220.864 47.9397 231.484 41.5697 242.904 37.8097C251.924 34.8397 262.144 33.5597 270.684 37.7197C275.234 39.9397 279.044 43.6497 281.384 48.1397C283.204 51.6297 284.114 55.4997 284.404 59.4497C284.554 61.5597 284.524 63.6897 284.354 65.7997C283.514 76.2897 279.364 86.3597 273.414 95.0497C266.644 104.94 257.504 113.19 246.974 118.91C238.034 123.77 227.424 126.83 217.674 123.94C210.564 121.83 204.534 116.62 200.954 110.13C191.234 92.4797 199.884 70.3397 212.654 56.7097H212.644ZM197.574 141.71C208.624 165.94 209.944 195.68 201.174 223.32C192.734 249.94 175.304 275.08 150.784 296.04C133.634 310.69 116.144 320.49 98.7838 325.15C91.3438 327.15 83.7838 328.16 76.3138 328.15C37.0638 328.11 6.22381 300.97 1.31381 262.17C-1.84619 237.18 5.03382 212.32 11.3838 193.45C21.7338 162.69 33.7238 140.43 49.1338 123.41C68.8938 101.57 94.6739 89.0597 119.864 89.0897H120.614C150.234 89.4097 179.224 107.63 194.474 135.49C195.574 137.5 196.624 139.6 197.594 141.71H197.574ZM120.684 149.38C118.244 147.29 115.214 145.39 112.044 145.9C111.924 145.92 111.804 145.94 111.684 145.97C108.624 146.63 106.424 149.36 104.594 151.94C85.7238 178.57 70.7238 212.99 67.9638 245.8C67.8038 247.66 67.7138 249.56 68.2138 251.36C68.8838 253.74 70.9239 255.8 73.3539 256.37C75.6539 256.91 78.0538 256.44 80.3338 255.85C94.1538 252.27 106.544 244.09 116.334 233.69C127.124 222.22 135.044 207.62 136.574 191.95C138.104 176.28 132.634 159.61 120.674 149.38H120.684ZM324.654 155.14C324.434 152.13 323.894 149.08 322.904 146.23C321.864 143.26 320.344 140.5 318.184 138.22C314.794 134.64 310.154 132.53 305.474 131C278.084 122.01 225.554 132.87 224.574 169.36C224.244 181.6 232.814 192.9 243.764 198.35C254.724 203.8 267.604 204.18 279.684 202.19C296.284 199.47 313.324 191.37 320.774 176.29C323.984 169.79 325.184 162.37 324.664 155.14H324.654ZM291.284 233.72C284.384 224.74 273.924 218.51 262.734 216.54C241.354 212.77 206.334 226.13 221.234 253.22C225.934 261.76 234.574 267.51 243.624 271.13C253.744 275.18 264.814 276.97 275.664 275.91C282.414 275.25 289.454 273.27 294.004 268.24C300.764 260.77 299.854 248.83 295.214 239.89C294.084 237.72 292.764 235.66 291.284 233.73V233.72ZM149.314 77.2797C152.914 79.1497 157.164 79.3697 161.194 78.8997C172.054 77.6397 182.114 71.6397 189.174 63.2897C196.234 54.9397 200.424 44.3797 202.034 33.5597C202.694 29.1097 202.844 24.3797 202.134 19.8997C201.294 14.6297 199.254 9.70968 195.454 6.00968C188.994 -0.260322 178.704 -1.38034 170.174 1.51966C145.314 9.97966 130.024 41.9096 140.234 66.1396C142.134 70.6496 144.974 75.0297 149.314 77.2897V77.2797Z\" fill=\"#124B4F\"/>\n</svg>\n","<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><defs><style>.cls-1{fill:#def4b5;}</style></defs><path class=\"cls-1\" d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 326 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.904 56.7097C221.124 47.9397 231.744 41.5697 243.164 37.8097C252.184 34.8397 262.404 33.5597 270.944 37.7197C275.494 39.9397 279.304 43.6497 281.644 48.1397C283.464 51.6297 284.374 55.4997 284.664 59.4497C284.814 61.5597 284.784 63.6897 284.614 65.7997C283.774 76.2897 279.624 86.3597 273.674 95.0497C266.904 104.94 257.764 113.19 247.234 118.91C238.294 123.77 227.684 126.83 217.934 123.94C210.824 121.83 204.794 116.62 201.214 110.13C191.494 92.4797 200.144 70.3397 212.914 56.7097H212.904ZM197.834 141.71C208.884 165.94 210.204 195.68 201.434 223.32C192.994 249.94 175.564 275.08 151.044 296.04C133.894 310.69 116.404 320.49 99.0441 325.15C91.6041 327.15 84.0441 328.16 76.5741 328.15C37.3241 328.11 6.48407 300.97 1.57407 262.17C-1.58593 237.18 5.29408 212.32 11.6441 193.45C21.9941 162.69 33.9841 140.43 49.3941 123.41C69.1541 101.57 94.9341 89.0597 120.124 89.0897H120.874C150.494 89.4097 179.484 107.63 194.734 135.49C195.834 137.5 196.884 139.6 197.854 141.71H197.834ZM120.944 149.38C118.504 147.29 115.474 145.39 112.304 145.9C112.184 145.92 112.064 145.94 111.944 145.97C108.884 146.63 106.684 149.36 104.854 151.94C85.9841 178.57 70.9841 212.99 68.2241 245.8C68.0641 247.66 67.9741 249.56 68.4741 251.36C69.1441 253.74 71.1841 255.8 73.6141 256.37C75.9141 256.91 78.3141 256.44 80.5941 255.85C94.4141 252.27 106.804 244.09 116.594 233.69C127.384 222.22 135.304 207.62 136.834 191.95C138.364 176.28 132.894 159.61 120.934 149.38H120.944ZM324.914 155.14C324.694 152.13 324.154 149.08 323.164 146.23C322.124 143.26 320.604 140.5 318.444 138.22C315.054 134.64 310.414 132.53 305.734 131C278.344 122.01 225.814 132.87 224.834 169.36C224.504 181.6 233.074 192.9 244.024 198.35C254.984 203.8 267.864 204.18 279.944 202.19C296.544 199.47 313.584 191.37 321.034 176.29C324.244 169.79 325.444 162.37 324.924 155.14H324.914ZM291.544 233.72C284.644 224.74 274.184 218.51 262.994 216.54C241.614 212.77 206.594 226.13 221.494 253.22C226.194 261.76 234.834 267.51 243.884 271.13C254.004 275.18 265.074 276.97 275.924 275.91C282.674 275.25 289.714 273.27 294.264 268.24C301.024 260.77 300.114 248.83 295.474 239.89C294.344 237.72 293.024 235.66 291.544 233.73V233.72ZM149.574 77.2797C153.174 79.1497 157.424 79.3697 161.454 78.8997C172.314 77.6397 182.374 71.6397 189.434 63.2897C196.494 54.9397 200.684 44.3797 202.294 33.5597C202.954 29.1097 203.104 24.3797 202.394 19.8997C201.554 14.6297 199.514 9.70968 195.714 6.00968C189.254 -0.260322 178.964 -1.38034 170.434 1.51966C145.574 9.97966 130.284 41.9096 140.494 66.1396C142.394 70.6496 145.234 75.0297 149.574 77.2897V77.2797Z\" fill=\"#DEF4B5\"/>\n</svg>\n","<?xml version=\"1.0\" encoding=\"UTF-8\"?><svg id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1080 750\"><defs><style>.cls-1{fill:#554ef6;}</style></defs><path class=\"cls-1\" d=\"m867.87,311.93c8.22-8.77,18.84-15.14,30.26-18.9,9.02-2.97,19.24-4.25,27.78-.09,4.55,2.22,8.36,5.93,10.7,10.42,1.82,3.49,2.73,7.36,3.02,11.31.15,2.11.12,4.24-.05,6.35-.84,10.49-4.99,20.56-10.94,29.25-6.77,9.89-15.91,18.14-26.44,23.86-8.94,4.86-19.55,7.92-29.3,5.03-7.11-2.11-13.14-7.32-16.72-13.81-9.72-17.65-1.07-39.79,11.7-53.42Zm-15.07,85c11.05,24.23,12.37,53.97,3.6,81.61-8.44,26.62-25.87,51.76-50.39,72.72-17.15,14.65-34.64,24.45-52,29.11-7.44,2-15,3.01-22.47,3h0c-39.25-.04-70.09-27.18-75-65.98-3.16-24.99,3.72-49.85,10.07-68.72,10.35-30.76,22.34-53.02,37.75-70.04,19.76-21.84,45.54-34.35,70.73-34.32h.75c29.62.32,58.61,18.54,73.86,46.4,1.1,2.01,2.15,4.11,3.12,6.22Zm-76.89,7.67c-2.44-2.09-5.47-3.99-8.64-3.48-.12.02-.24.04-.36.07-3.06.66-5.26,3.39-7.09,5.97-18.87,26.63-33.87,61.05-36.63,93.86-.16,1.86-.25,3.76.25,5.56.67,2.38,2.71,4.44,5.14,5.01,2.3.54,4.7.07,6.98-.52,13.82-3.58,26.21-11.76,36-22.16,10.79-11.47,18.71-26.07,20.24-41.74,1.53-15.67-3.94-32.34-15.9-42.57Zm203.97,5.76c-.22-3.01-.76-6.06-1.75-8.91-1.04-2.97-2.56-5.73-4.72-8.01-3.39-3.58-8.03-5.69-12.71-7.22-27.39-8.99-79.92,1.87-80.9,38.36-.33,12.24,8.24,23.54,19.19,28.99,10.96,5.45,23.84,5.83,35.92,3.84,16.6-2.72,33.64-10.82,41.09-25.9,3.21-6.5,4.41-13.92,3.89-21.15Zm-33.37,78.58c-6.9-8.98-17.36-15.21-28.55-17.18-21.38-3.77-56.4,9.59-41.5,36.68,4.7,8.54,13.34,14.29,22.39,17.91,10.12,4.05,21.19,5.84,32.04,4.78,6.75-.66,13.79-2.64,18.34-7.67,6.76-7.47,5.85-19.41,1.21-28.35-1.13-2.17-2.45-4.23-3.93-6.16Zm-182.25-195.85c1.69-5.82.09-11.89-3.35-16.93-2.6-3.79-6.24-6.99-10.32-9.03-9.49-4.75-20.63-4.66-31.22-3.87-9.27.69-18.3,2.55-27.43,4.39-9.44,1.9-18.85,3.95-28.23,6.15-3.09.72-6.18,1.46-9.27,2.22-1.22.3-2.88,1.03-2.38-1.03,3.31-13.55,8.14-26.66,11.34-40.22,3.06-10.7,5.96-20.8,7.3-26.39.47-1.95.95-3.93,1.45-5.93,3.26-13.29,6.64-27.03,6.94-40.44.17-7.38.55-24.67-13.58-30.67-2.7-1.13-5.59-1.66-8.61-1.58-4.55.13-9.09,1.66-13.11,4.43-5.03,3.46-8.27,8.02-10.92,12.02-16.78,25.35-25.44,54.28-33.81,82.24-1.49,4.97-5.02,17.19-8.45,29.09-3.13,10.85-7.89,25.83-9.24,30.37-.03.1-.1.2-.15.3-1.45,3.42-1.31,5.59-5.31,6.79-10.21,3.05-20.42,6.07-30.69,8.95-9.19,2.58-18.41,5.35-26.95,9.67-5.46,2.76-10.61,6.18-15.01,10.44-4.19,4.06-7.4,9.05-8.97,14.7-2.18,7.85-.92,15.76,3.56,22.29,4.93,7.18,13.06,11.82,22.3,12.72,1.72.17,3.51.23,5.32.17,5.28-.15,10.32-1.45,15.47-2.5,5.21-1.06,10.38-2.55,15.54-3.84.39-.1,1.17-.23,1.48.14.36.43,0,1.33-.15,1.77-17.11,48.42-30.88,98.14-43.98,147.77-2.14,8.09-4.24,16.18-6.33,24.28-3.34,12.96-6.59,26.1-7.28,39.52-.64,12.53-.04,25.75,10.68,33.94,6.71,5.13,16.31,5.97,24.33,4.55,30.1-5.34,38.74-52.77,46.7-80.81,7.56-26.62,14.48-53.42,21.55-80.18,7.97-30.15,15.84-60.33,23.95-90.45.94-3.49,1.88-6.98,2.82-10.47,1.62-6.03,4.02-10.07,10.26-11.9,35.54-10.48,72.33-18.07,105.31-34.97,7.8-4,15.98-9.28,18.44-17.7Zm40.28,39.41c3.6,1.87,7.85,2.09,11.88,1.62,10.86-1.26,20.92-7.26,27.98-15.61,7.06-8.35,11.25-18.91,12.86-29.73.66-4.45.81-9.18.1-13.66-.84-5.27-2.88-10.19-6.68-13.89-6.46-6.27-16.75-7.39-25.28-4.49-24.86,8.46-40.15,40.39-29.94,64.62,1.9,4.51,4.74,8.89,9.08,11.15Zm-239.48-104.58c-.05-.38-.11-.76-.18-1.14-.84-4.55-2.92-8.96-6.55-11.8-8.18-6.39-19.62-5.06-29.2-3.67-7.94,1.15-15.82,2.48-23.62,4.42-.67.17-1.37.34-2.05.24-1.33-.2-1.65-1.24-1.4-2.42,1.93-9.08,4.77-17.85,7.29-26.78,2.55-9.05,5.55-18.4,7.02-27.7,1.34-8.46,2.27-18.11-.5-26.41-.46-1.62-1.03-3.2-1.73-4.73-.35-.78-.73-1.54-1.15-2.28-.25-.45-1.23-1.56-1.23-2.04-.27-.41-1.48-1.62-1.48-2.06-5.57-7.17-14.3-12.34-23.5-9.22-4.29,1.46-7.96,4.32-11.18,7.5-14.84,14.66-22,36.18-27.99,55.72-2.94,9.58-5.58,19.25-8.52,28.84-1.49,4.87-3.06,9.71-4.77,14.5-1.46,4.08-2.19,8.76-6.42,10.7-7.89,3.62-17.52,4.61-25.85,7.13-8.61,2.61-17.09,5.62-25.37,9.15-.41.18-.83.35-1.24.53-12.62,5.48-26.36,13.1-31.44,26.73-2.3,6.16-2.48,13.12.77,18.97,4.63,8.34,14.53,11.74,23.55,12.29,5.85.36,11.68-.61,17.46-1.34l18.38-2.31c2.71-.34,1.03,2.42.57,3.74-.69,2.03-1.41,4.05-2.14,6.07-1.48,4.12-2.99,8.24-4.37,12.39-1.35,4.08-2.72,8.15-4.07,12.23-2.76,8.34-5.44,16.71-8.08,25.09-4.43,14.04-8.72,28.13-12.93,42.23-4.38,14.68-8.66,29.39-12.88,44.11-4.21,14.69-8.35,29.4-12.44,44.12-3.91,14.08-7.78,28.17-11.61,42.27-3.49,12.84-6.95,25.7-10.39,38.56-.77,2.89-1.54,5.78-2.32,8.67-.38,1.43-.76,2.86-1.14,4.28-.32,1.2-1.07,2.79-1.07,4.02-3.51,13.18-6.48,28.66,2.09,39.27,5.13,6.35,13.42,9.35,21.51,10.46,21.7,2.97,33.06-11.95,38.38-31.28,23.83-86.52,65.79-226.64,94.83-311.5.99-2.91,2.04-5.91,4.13-8.16,2.59-2.79,6.41-4.04,10.08-5.06,16.08-4.47,33.03-6.71,47.79-14.51,14.76-7.8,27.23-23.28,24.94-39.81Zm-236.88,167.33c-1.89,31.91-11.53,64.68-27.14,92.28-30.61,54.14-71.98,76.76-100.48,79.87-2.13.23-4.28.38-6.39.44-24.24.69-46.46-9.99-66.02-31.74-20.26-22.52-29.67-49.76-27.97-80.94,1.44-26.39,11.18-55.56,28.18-84.36,14.42-24.44,33.76-48.08,54.45-66.58,14.99-13.4,38.82-29.54,67.25-30.35,1.05-.03,2.11-.04,3.18-.03,18.73.22,34.57,7.14,47.08,20.57,23.47,25.2,29.78,68.61,27.87,100.84Zm-68.59-10.35c-.48-10.28-2.56-20.76-7.07-30.06-3.4-7.01-12.78-20.63-22.34-19.72-1.53.15-3.07.66-4.59,1.65-1.8,1.16-3.23,2.82-4.58,4.49-18.36,22.65-28.75,50.98-36.22,78.85-.25.93-.5,1.87-.74,2.81-.19.74-.38,1.47-.57,2.21-2.13,8.38-3.97,16.84-5.58,25.33-2.84,14.96-7.5,45.83,15.14,47.22,6.56.4,12.95-2.24,18.54-5.7,17.17-10.63,29.09-29.02,36.98-47.23,8.14-18.76,11.99-39.4,11.03-59.84Z\"/></svg>","<svg viewBox=\"0 0 325 329\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M212.425 56.7097C220.645 47.9397 231.265 41.5697 242.685 37.8097C251.705 34.8397 261.925 33.5597 270.465 37.7197C275.015 39.9397 278.825 43.6497 281.165 48.1397C282.985 51.6297 283.895 55.4997 284.185 59.4497C284.335 61.5597 284.305 63.6897 284.135 65.7997C283.295 76.2897 279.145 86.3597 273.195 95.0497C266.425 104.94 257.285 113.19 246.755 118.91C237.815 123.77 227.205 126.83 217.455 123.94C210.345 121.83 204.315 116.62 200.735 110.13C191.015 92.4797 199.665 70.3397 212.435 56.7097H212.425ZM197.355 141.71C208.405 165.94 209.725 195.68 200.955 223.32C192.515 249.94 175.085 275.08 150.565 296.04C133.415 310.69 115.925 320.49 98.5646 325.15C91.1246 327.15 83.5646 328.16 76.0946 328.15C36.8446 328.11 6.00458 300.97 1.09458 262.17C-2.06542 237.18 4.81458 212.32 11.1646 193.45C21.5146 162.69 33.5046 140.43 48.9146 123.41C68.6746 101.57 94.4546 89.0597 119.645 89.0897H120.395C150.015 89.4097 179.005 107.63 194.255 135.49C195.355 137.5 196.405 139.6 197.375 141.71H197.355ZM120.465 149.38C118.025 147.29 114.995 145.39 111.825 145.9C111.705 145.92 111.585 145.94 111.465 145.97C108.405 146.63 106.205 149.36 104.375 151.94C85.5046 178.57 70.5046 212.99 67.7446 245.8C67.5846 247.66 67.4946 249.56 67.9946 251.36C68.6646 253.74 70.7046 255.8 73.1346 256.37C75.4346 256.91 77.8346 256.44 80.1146 255.85C93.9346 252.27 106.325 244.09 116.115 233.69C126.905 222.22 134.825 207.62 136.355 191.95C137.885 176.28 132.415 159.61 120.455 149.38H120.465ZM324.435 155.14C324.215 152.13 323.675 149.08 322.685 146.23C321.645 143.26 320.125 140.5 317.965 138.22C314.575 134.64 309.935 132.53 305.255 131C277.865 122.01 225.335 132.87 224.355 169.36C224.025 181.6 232.595 192.9 243.545 198.35C254.505 203.8 267.385 204.18 279.465 202.19C296.065 199.47 313.105 191.37 320.555 176.29C323.765 169.79 324.965 162.37 324.445 155.14H324.435ZM291.065 233.72C284.165 224.74 273.705 218.51 262.515 216.54C241.135 212.77 206.115 226.13 221.015 253.22C225.715 261.76 234.355 267.51 243.405 271.13C253.525 275.18 264.595 276.97 275.445 275.91C282.195 275.25 289.235 273.27 293.785 268.24C300.545 260.77 299.635 248.83 294.995 239.89C293.865 237.72 292.545 235.66 291.065 233.73V233.72ZM149.095 77.2797C152.695 79.1497 156.945 79.3697 160.975 78.8997C171.835 77.6397 181.895 71.6397 188.955 63.2897C196.015 54.9397 200.205 44.3797 201.815 33.5597C202.475 29.1097 202.625 24.3797 201.915 19.8997C201.075 14.6297 199.035 9.70968 195.235 6.00968C188.775 -0.260322 178.485 -1.38034 169.955 1.51966C145.095 9.97966 129.805 41.9096 140.015 66.1396C141.915 70.6496 144.755 75.0297 149.095 77.2897V77.2797Z\" fill=\"#554EF6\"/>\n</svg>\n","import { Props } from 'framer-motion/types/types';\nimport { LogoColor } from './logo.types';\nimport {\n BlackLogoIcon,\n WhiteLogoIcon,\n BlackLogo,\n WhiteLogo,\n PurpleLogo,\n BeigeLogo,\n BeigeLogoIcon,\n DarkGreenLogo,\n DarkGreenLogoIcon,\n LightGreenLogo,\n LightGreenLogoIcon,\n PurpleLogoIcon,\n} from './logos';\n\nexport const logoIconMap: Record<LogoColor, React.FC<Props>> = {\n black: BlackLogoIcon,\n white: WhiteLogoIcon,\n purple: PurpleLogoIcon,\n beige: BeigeLogoIcon,\n darkGreen: DarkGreenLogoIcon,\n lightGreen: LightGreenLogoIcon,\n};\n\nexport const fullLogoMap: Record<LogoColor, React.FC<Props>> = {\n black: BlackLogo,\n white: WhiteLogo,\n purple: PurpleLogo,\n beige: BeigeLogo,\n darkGreen: DarkGreenLogo,\n lightGreen: LightGreenLogo,\n};\n","import React, { CSSProperties } from 'react';\nimport { logoIconMap, fullLogoMap } from './logo.config';\nimport { LogoType, LogoColor } from './logo.types';\n\nexport interface LogoProps {\n type?: LogoType;\n color?: LogoColor;\n height?: number;\n width?: number;\n handleClick?: () => void;\n}\n\nexport const Logo = ({ type = 'full', color = 'purple', height, width, handleClick }: LogoProps): JSX.Element => {\n let LogoComponent;\n\n const style: CSSProperties = { height, width };\n\n if (type === 'icon') {\n LogoComponent = logoIconMap[color];\n } else {\n LogoComponent = fullLogoMap[color];\n }\n\n return <LogoComponent style={style} onClick={handleClick} />;\n};\n\nLogo.displayName = 'Logo';\n"],"names":["_path","_extends","Object","assign","bind","target","i","arguments","length","source","key","prototype","hasOwnProperty","call","apply","this","logoIconMap","black","props","React","createElement","viewBox","fill","xmlns","d","white","purple","beige","darkGreen","lightGreen","fullLogoMap","style","Logo","_a","LogoComponent","_b","type","_c","color","height","width","handleClick","onClick","displayName"],"mappings":"+YAAIA,gBACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICHIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WCDtU,SAASN,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICFIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WCDtU,SAASN,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICFIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WCDtU,SAASN,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICFIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WCDtU,SAASN,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICFIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WCDtU,SAASN,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICFIP,EACJ,SAASC,IAAiS,OAApRA,EAAWC,OAAOC,OAASD,OAAOC,OAAOC,OAAS,SAAUC,GAAU,IAAK,IAAIC,EAAI,EAAGA,EAAIC,UAAUC,OAAQF,IAAK,CAAE,IAAIG,EAASF,UAAUD,GAAI,IAAK,IAAII,KAAOD,EAAcP,OAAOS,UAAUC,eAAeC,KAAKJ,EAAQC,KAAQL,EAAOK,GAAOD,EAAOC,IAAY,OAAOL,GAAkBJ,EAASa,MAAMC,KAAMR,WAEtU,ICcaS,EAAkD,CAC7DC,MXfiB,SAAsBC,GACvC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,YWSRG,MThBiB,SAAsBP,GACvC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,YSURI,ODjBkB,SAAuBR,GACzC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,eCWRK,MPlBiB,SAAsBT,GACvC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,eOYRM,ULnBqB,SAA0BV,GAC/C,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,eKaRO,WHpBsB,SAA2BX,GACjD,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDoB,QAAS,cACTC,KAAM,OACNC,MAAO,8BACNL,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,8uDACHF,KAAM,gBGgBGQ,EAAkD,CAC7Db,MZxBa,SAAkBC,GAC/B,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAQlB,IAAUA,EAAqBmB,EAAMC,cAAc,OAAQ,CACpEI,EAAG,ypKYoBLC,MV1Ba,SAAkBP,GAC/B,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAqBC,EAAMC,cAAc,OAAQ,CAClDI,EAAG,opKACHO,MAAO,CACLT,KAAM,YUoBVI,OF3Bc,SAAmBR,GACjC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAqBC,EAAMC,cAAc,OAAQ,CAClDI,EAAG,opKACHO,MAAO,CACLT,KAAM,eEqBVK,MR5Ba,SAAkBT,GAC/B,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAqBC,EAAMC,cAAc,OAAQ,CAClDI,EAAG,opKACHO,MAAO,CACLT,KAAM,eQsBVM,UN7BiB,SAAsBV,GACvC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAqBC,EAAMC,cAAc,OAAQ,CAClDI,EAAG,opKACHO,MAAO,CACLT,KAAM,eMuBVO,WJ9BkB,SAAuBX,GACzC,OAAoBC,EAAMC,cAAc,MAAOnB,EAAS,CACtDsB,MAAO,6BACPF,QAAS,gBACRH,GAAqBC,EAAMC,cAAc,OAAQ,CAClDI,EAAG,opKACHO,MAAO,CACLT,KAAM,gBKGCU,EAAO,SAACC,OACfC,EADiBC,EAAaF,EAAAG,KAAbA,OAAO,IAAAD,EAAA,SAAQE,EAAAJ,EAAAK,MAAAA,OAAK,IAAAD,EAAG,SAAQA,EAAEE,EAAMN,EAAAM,OAAEC,EAAKP,EAAAO,MAAEC,EAAWR,EAAAQ,YAG1EV,EAAuB,CAAEQ,SAAQC,MAAKA,GAQ5C,OALEN,EADW,SAATE,EACcpB,EAAYsB,GAEZR,EAAYQ,GAGvBnB,EAAA,QAAAC,cAACc,EAAa,CAACH,MAAOA,EAAOW,QAASD,KAG/CT,EAAKW,YAAc"}