{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/hero-icons/Home.js@0.0.28", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/e2Sac5CteYvQZxvyghQl/o6L4u8DqF9II9ia45Pa3/iX4EAjI__.js", "ssg:https://framerusercontent.com/modules/6XsxxT66gOlSSLvGby9p/rsIMHCEPA7lAStRslmVM/vvoPUXj22.js", "ssg:https://framerusercontent.com/modules/AXwtvv0zPO52WTxvBwaX/yHGyr2ySVtxuxDQOC309/iX4EAjI__.js", "ssg:https://framerusercontent.com/modules/KSvW272AvnPHWUyg5Sh3/zniYiLQFWZpwdNpwNMvO/vvoPUXj22.js", "ssg:https://framerusercontent.com/modules/uWL4h17f23cxcxRUoHUs/p9QCgigPTwLQk0cmXcSi/Rn8K9yNjJ.js", "ssg:https://framerusercontent.com/modules/tCBgt6AJBDeGCM7PxGKD/B7oyfZwnAHxS5mBQSkeY/sPtu4n76t.js", "ssg:https://framerusercontent.com/modules/mB6gF7tRTETk5RlclIr8/tlbAi3cb7blpR6GRtkDe/RnrbkcAHL.js"],
  "sourcesContent": ["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map", "let Component;\nvar Home_default = (React) => {\n  if (!Component) {\n    const HomeIcon = React.forwardRef(function HomeIcon2({\n      title,\n      titleId,\n      ...props\n    }, svgRef) {\n      return /* @__PURE__ */ React.createElement(\"svg\", Object.assign({\n        xmlns: \"http://www.w3.org/2000/svg\",\n        viewBox: \"0 0 24 24\",\n        fill: \"currentColor\",\n        \"aria-hidden\": \"true\",\n        \"data-slot\": \"icon\",\n        ref: svgRef,\n        \"aria-labelledby\": titleId\n      }, props), title ? /* @__PURE__ */ React.createElement(\"title\", {\n        id: titleId\n      }, title) : null, /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"M11.47 3.841a.75.75 0 0 1 1.06 0l8.69 8.69a.75.75 0 1 0 1.06-1.061l-8.689-8.69a2.25 2.25 0 0 0-3.182 0l-8.69 8.69a.75.75 0 1 0 1.061 1.06l8.69-8.689Z\"\n      }), /* @__PURE__ */ React.createElement(\"path\", {\n        d: \"m12 5.432 8.159 8.159c.03.03.06.058.091.086v6.198c0 1.035-.84 1.875-1.875 1.875H15a.75.75 0 0 1-.75-.75v-4.5a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75V21a.75.75 0 0 1-.75.75H5.625a1.875 1.875 0 0 1-1.875-1.875v-6.198a2.29 2.29 0 0 0 .091-.086L12 5.432Z\"\n      }));\n    });\n    Component = HomeIcon;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  Home_default as default\n};\n", "import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/hero-icons/Home.js@0.0.28\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"AcademicCap\",\"AdjustmentsVertical\",\"ArchiveBox\",\"ArchiveBoxArrowDown\",\"ArchiveBoxXMark\",\"ArrowDown\",\"ArrowDownCircle\",\"ArrowDownLeft\",\"ArrowDownOnSquare\",\"ArrowDownRight\",\"ArrowDownTray\",\"ArrowLeft\",\"ArrowLeftCircle\",\"ArrowLeftOnRectangle\",\"ArrowLongDown\",\"ArrowLongLeft\",\"ArrowLongRight\",\"ArrowLongUp\",\"ArrowPath\",\"ArrowRight\",\"ArrowRightCircle\",\"ArrowSmallDown\",\"ArrowSmallLeft\",\"ArrowSmallRight\",\"ArrowSmallUp\",\"ArrowTrendingDown\",\"ArrowTrendingUp\",\"ArrowUp\",\"ArrowUpCircle\",\"ArrowUpLeft\",\"ArrowUpOnSquare\",\"ArrowUpOnSquareStack\",\"ArrowUpRight\",\"ArrowUpTray\",\"ArrowUturnDown\",\"ArrowUturnLeft\",\"ArrowUturnRight\",\"ArrowUturnUp\",\"ArrowsPointingIn\",\"ArrowsPointingOut\",\"ArrowsRightLeft\",\"ArrowsUpDown\",\"AtSymbol\",\"Backspace\",\"Backward\",\"Banknotes\",\"Bars2\",\"Bars3\",\"Bars3BottomLeft\",\"Bars3BottomRight\",\"Bars3CenterLeft\",\"Bars4\",\"BarsArrowDown\",\"BarsArrowUp\",\"Battery0\",\"Battery100\",\"Battery50\",\"Beaker\",\"Bell\",\"BellAlert\",\"BellSlash\",\"BellSnooze\",\"Bolt\",\"BoltSlash\",\"BookOpen\",\"Bookmark\",\"BookmarkSlash\",\"BookmarkSquare\",\"Briefcase\",\"BugAnt\",\"BuildingLibrary\",\"BuildingOffice\",\"BuildingOffice2\",\"BuildingStorefront\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarDays\",\"Camera\",\"ChartBar\",\"ChartBarSquare\",\"ChartPie\",\"ChatBubbleLeft\",\"ChatBubbleLeftRight\",\"ChatBubbleOvalLeft\",\"Check\",\"CheckBadge\",\"CheckCircle\",\"ChevronDoubleDown\",\"ChevronDoubleLeft\",\"ChevronDoubleRight\",\"ChevronDoubleUp\",\"ChevronDown\",\"ChevronLeft\",\"ChevronRight\",\"ChevronUp\",\"ChevronUpDown\",\"CircleStack\",\"Clipboard\",\"ClipboardDocument\",\"Clock\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CodeBracket\",\"CodeBracketSquare\",\"Cog\",\"Cog6Tooth\",\"Cog8Tooth\",\"CommandLine\",\"ComputerDesktop\",\"CpuChip\",\"CreditCard\",\"Cube\",\"CubeTransparent\",\"CurrencyBangladeshi\",\"CurrencyDollar\",\"CurrencyEuro\",\"CurrencyPound\",\"CurrencyRupee\",\"CurrencyYen\",\"CursorArrowRays\",\"CursorArrowRipple\",\"DevicePhoneMobile\",\"DeviceTablet\",\"Document\",\"DocumentArrowDown\",\"DocumentArrowUp\",\"DocumentChartBar\",\"DocumentCheck\",\"DocumentDuplicate\",\"DocumentMinus\",\"DocumentPlus\",\"DocumentText\",\"EllipsisHorizontal\",\"EllipsisVertical\",\"Envelope\",\"EnvelopeOpen\",\"ExclamationCircle\",\"ExclamationTriangle\",\"Eye\",\"EyeDropper\",\"EyeSlash\",\"FaceFrown\",\"FaceSmile\",\"Film\",\"FingerPrint\",\"Fire\",\"Flag\",\"Folder\",\"FolderArrowDown\",\"FolderMinus\",\"FolderOpen\",\"FolderPlus\",\"Forward\",\"Funnel\",\"Gif\",\"Gift\",\"GiftTop\",\"GlobeAlt\",\"GlobeAmericas\",\"GlobeAsiaAustralia\",\"GlobeEuropeAfrica\",\"HandRaised\",\"HandThumbDown\",\"HandThumbUp\",\"Hashtag\",\"Heart\",\"Home\",\"HomeModern\",\"Identification\",\"Inbox\",\"InboxArrowDown\",\"InboxStack\",\"InformationCircle\",\"Key\",\"Language\",\"Lifebuoy\",\"LightBulb\",\"Link\",\"ListBullet\",\"LockClosed\",\"LockOpen\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Map\",\"MapPin\",\"Megaphone\",\"Microphone\",\"Minus\",\"MinusCircle\",\"MinusSmall\",\"Moon\",\"MusicalNote\",\"Newspaper\",\"NoSymbol\",\"PaintBrush\",\"PaperAirplane\",\"PaperClip\",\"Pause\",\"PauseCircle\",\"Pencil\",\"PencilSquare\",\"Phone\",\"PhoneArrowDownLeft\",\"PhoneArrowUpRight\",\"PhoneXMark\",\"Photo\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Plus\",\"PlusCircle\",\"PlusSmall\",\"Power\",\"PresentationChartBar\",\"Printer\",\"PuzzlePiece\",\"QrCode\",\"QuestionMarkCircle\",\"QueueList\",\"Radio\",\"ReceiptPercent\",\"ReceiptRefund\",\"RectangleGroup\",\"RectangleStack\",\"RocketLaunch\",\"Rss\",\"Scale\",\"Scissors\",\"Server\",\"ServerStack\",\"Share\",\"ShieldCheck\",\"ShieldExclamation\",\"ShoppingBag\",\"ShoppingCart\",\"Signal\",\"SignalSlash\",\"Sparkles\",\"SpeakerWave\",\"SpeakerXMark\",\"Square2Stack\",\"Square3Stack3D\",\"Squares2X2\",\"SquaresPlus\",\"Star\",\"Stop\",\"StopCircle\",\"Sun\",\"Swatch\",\"TableCells\",\"Tag\",\"Ticket\",\"Trash\",\"Trophy\",\"Truck\",\"Tv\",\"User\",\"UserCircle\",\"UserGroup\",\"UserMinus\",\"UserPlus\",\"Users\",\"Variable\",\"VideoCamera\",\"VideoCameraSlash\",\"ViewColumns\",\"ViewfinderCircle\",\"Wallet\",\"Wifi\",\"Window\",\"Wrench\",\"WrenchScrewdriver\",\"XCircle\",\"XMark\",\"index\"];const moduleBaseUrl=\"https://framer.com/m/hero-icons/\";const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * HERO\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.28`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch{if(isMounted.current)setSelectedIcon(null);}}// Import module when new style or icon is selected\nuseEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Hero\";Icon.defaultProps={width:24,height:24,iconSelection:\"Home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Hero site](https://heroicons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hero.map", "let r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\n", "import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-IZeI9 .framer-styles-preset-164p3le:not(.rich-text-wrapper), .framer-IZeI9 .framer-styles-preset-164p3le.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-IZeI9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (91bcfbd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"pAHfGZlH0\",\"YZY4qabnT\",\"p8qHdJYDb\"];const serializationHash=\"framer-bWdrM\";const variantClassNames={p8qHdJYDb:\"framer-v-iyylle\",pAHfGZlH0:\"framer-v-12lac6m\",YZY4qabnT:\"framer-v-poigga\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Blue - No By Line\":\"p8qHdJYDb\",Blue:\"YZY4qabnT\",White:\"pAHfGZlH0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pAHfGZlH0\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"pAHfGZlH0\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"p8qHdJYDb\")return true;return false;};const isDisplayed1=()=>{if([\"YZY4qabnT\",\"p8qHdJYDb\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"YZY4qabnT\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12lac6m\",className,classNames),\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"pAHfGZlH0\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({p8qHdJYDb:{\"data-framer-name\":\"Blue - No By Line\"},YZY4qabnT:{\"data-framer-name\":\"Blue\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1vvuxl2\",\"data-framer-name\":\"Collectivo_Alone\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:292,layoutDependency:layoutDependency,layoutId:\"TePvPI6dh\",svg:'<svg data-name=\"Group 177\" xmlns=\"http://www.w3.org/2000/svg\" width=\"292.268\" height=\"80.195\"><path data-name=\"Subtraction 14\" d=\"M40.1 80.2a40.1 40.1 0 1 1 40.1-40.1 40.143 40.143 0 0 1-40.1 40.1Zm-7.134-2.7-.064.344a38.84 38.84 0 0 0 7.2.669 38.144 38.144 0 0 0 14.951-3.018l.041-.017.017-.006-.028-.066.094-.007.094-.007h.03l.027-.013c.76-.328 1.5-.678 2.212-1.04l.14-.071-.182-.474-.154.044a27.666 27.666 0 0 1-2.736.64 26.72 26.72 0 0 1-1.463.223l-.162.02.041.732h.485c.237 0 .478 0 .738-.012a38.332 38.332 0 0 1-3.571 1.213l-.011-.121-.142-.017a27 27 0 0 1-3.455-.644l-.215-.055-.154.163a13.56 13.56 0 0 1-1.936 1.711l-.11.078.035.088c-1.078.13-2.17.214-3.247.253a12.014 12.014 0 0 0 3.6-2.241l.477-.432-.61-.209c-.731-.244-1.5-.537-2.278-.87l-.022-.009-.06-.016a46.02 46.02 0 0 1-3.064-.658l-.129-.032-.126.058a29.417 29.417 0 0 1-6.911 2.4l-1.293.266 1.238.462a27.949 27.949 0 0 0 3.843 1.117 38.252 38.252 0 0 1-3.142-.446Zm-4.373-7.683-.182.222a7.244 7.244 0 0 1-1.252 1.177 7.328 7.328 0 0 1-1.967 1.034l-.671.234.572.426a29.141 29.141 0 0 0 3.678 2.344l.1.052.1-.008a24.256 24.256 0 0 0 7.539-1.747l1-.393-1.024-.32a69.871 69.871 0 0 1-7.628-2.9l-.262-.116Zm-7.763 2.825.956.727a31.804 31.804 0 0 0 2.138 1.488l.057.035.06.013c.218.052.425.095.65.135l.138.027.267-.625-.116-.082a30.58 30.58 0 0 1-2.052-1.581l-.112-.088h-.38c-.169 0-.29 0-.405-.006Zm34.7-12.109-.115.024-.2.06-.069.085a54.27 54.27 0 0 1-3.689 4.094l-.1.1-.009.129a22.153 22.153 0 0 1-1.58 6.206 17.272 17.272 0 0 1-.96 1.915l-.328.565h.731a29.083 29.083 0 0 0 5.185-.456 26.866 26.866 0 0 0 10.745-4.5l.082-.054.039-.082a22.31 22.31 0 0 0 2.137-5.62l.119-.5-.511.03c-.51.035-1.05.052-1.6.052a24.92 24.92 0 0 1-9.761-2l-.108-.044Zm-5.59 5.727-.879.776a45.763 45.763 0 0 1-6.915 5.089l-.61.364.643.3c.226.106.467.215.735.333l.081.024a37.83 37.83 0 0 0 3.8.468l.209.014.13-.178a16 16 0 0 0 1.477-2.721 19.3 19.3 0 0 0 1.07-3.329l.259-1.144Zm-19.219-4.083-.008.416a17.339 17.339 0 0 1-.108 1.662l-.021.181.131.13a49.692 49.692 0 0 0 3.945 3.494 39.866 39.866 0 0 0 5.38 3.632l.181.1.187-.1a45.181 45.181 0 0 0 9.66-7.285l.1-.1.012-.14c.061-.719.094-1.436.1-2.13v-.451l-.446.077c-2.321.4-4.836.755-7.478 1.053h-.022a.451.451 0 0 1-.047 0h-.027c-.6.017-1.278.025-2.079.025a76.137 76.137 0 0 1-9.044-.528Zm-14.811 2.7-.273.086c-.5.161-.841.265-1.155.347l-.556.151.358.451a47.466 47.466 0 0 0 4.385 4.8l.059.061.08.025a14.058 14.058 0 0 0 1.359.391l1.265.286-.911-.922a39.341 39.341 0 0 1-4.454-5.444Zm2.9-1.115-.206.083a32.57 32.57 0 0 1-1.05.427l-.442.176.271.393a36.664 36.664 0 0 0 5.726 6.459l.128.11.171-.02a6.366 6.366 0 0 0 3.015-1.177 5.936 5.936 0 0 0 .65-.559l.369-.361-.457-.242a56.582 56.582 0 0 1-8-5.156Zm11.528 2.174-.167.6a10.309 10.309 0 0 1-.713 1.874l-.176.353.363.163a71.204 71.204 0 0 0 5.966 2.32l.143.049.319-.629-.124-.088a41.827 41.827 0 0 1-2.063-1.547 50.308 50.308 0 0 1-3.093-2.671l-.454-.427Zm-6-4.873-.124.064a70.795 70.795 0 0 1-3.542 1.794l-.567.272.5.374a55.332 55.332 0 0 0 7.2 4.517l.341.174.174-.338a10.226 10.226 0 0 0 .918-2.848l.033-.193-.138-.138a61.621 61.621 0 0 1-2.924-3.2l-.088-.1-.121-.029a68.48 68.48 0 0 1-1.518-.322l-.138-.03Zm47.9.088-.593.269a12.444 12.444 0 0 1-2.589.838l-.239.048-.055.242a27.247 27.247 0 0 1-.853 3.087l-.045.129.508.333.1-.11a38.391 38.391 0 0 0 3.419-4.324Zm-63.2-.533-.225.82a6.077 6.077 0 0 0-.146.663l-.009.069.041.058a38.27 38.27 0 0 0 1.769 2.314l.047.057.074.006c.092.006.187.012.28.014l.533.014-.161-.5c0-.019-.009-.037-.015-.056v-.013l-.007-.021a.263.263 0 0 1-.011-.033c0-.013-.008-.025-.013-.038s0-.014-.007-.022v-.016a.335.335 0 0 1-.011-.039l-.038-.132-.038-.054c-.5-.712-1.04-1.513-1.6-2.38Zm3.041-2.652-.672.174.011.146a25.174 25.174 0 0 0 .825 4.869l.025.069.033.05c.153.215.325.453.558.771l.238.33.245-.055c.417-.091.876-.213 1.4-.372l.468-.143-.259-.418a49.557 49.557 0 0 1-2.815-5.287l-.06-.134Zm3.969 3.491-.541.448.077.129c.243.406.441.732.663 1.09l.165.261 1.3-.5-.494-.41c-.357-.3-.732-.622-1.062-.918l-.113-.1Zm-.627-3.213-.382.575.1.1a51.284 51.284 0 0 0 3.675 3.26l.179.148.215-.1a55.61 55.61 0 0 0 2.192-1.042l.069-.033.05-.024.059-.029.965-.468-.968-.269a51.365 51.365 0 0 1-6.024-2.062l-.132-.055ZM41.829 49.6l-.283.215c-3.739 2.814-7.447 5.378-11.022 7.623l-.22.134.044.25c.107.647.195 1.325.261 2.016.019.2.032.388.045.572v.047l.033.467.313.036a74.682 74.682 0 0 0 9.178.556c.674 0 1.341-.01 2.038-.03h.036c2.649-.3 5.229-.662 7.666-1.089l.327-.058-.01-.339a37.933 37.933 0 0 0-.217-2.45L50 57.391l-.135-.1a43.038 43.038 0 0 1-7.8-7.417Zm26.44 6.536-.565.272a54.109 54.109 0 0 1-8.86 3.262l-1.271.361 1.269.368a23.467 23.467 0 0 0 6.557.935c.577 0 1.15-.02 1.7-.06h.083c.1-.008.2-.016.292-.026l.281-.03.055-.283a34.7 34.7 0 0 0 .434-4.165ZM77 49.506a23.678 23.678 0 0 1-5.5 4.794c-.581.374-1.182.734-1.788 1.07l-.192.107v.218a37.429 37.429 0 0 1-.371 4.726l-.088.58.566-.16a10.779 10.779 0 0 0 4.119-2.222l.024-.02.015-.027a38.5 38.5 0 0 0 1.7-3.522 38.063 38.063 0 0 0 1.821-5.386l-.3-.155ZM5.373 56.538l.14.289a38.414 38.414 0 0 0 2.005 3.629l.192.307.121-.341c.1-.287.221-.589.354-.9l.077-.179-.1-.166a89.793 89.793 0 0 1-1.338-2.325l-.1-.179-.2-.014a13.296 13.296 0 0 1-.827-.08l-.32-.041Zm23.8 1.741-.5.3c-.7.42-1.273.76-1.805 1.067l-.883.511 1 .188c.7.129 1.36.242 1.975.336l.476.075-.046-.588a5.291 5.291 0 0 0-.022-.207c-.032-.358-.073-.72-.124-1.108Zm22.187.041.055.726v.107c.013.166.024.334.033.5l.033.458.423-.082c.175-.034.348-.069.52-.1l.028-.006.2-.041 1.018-.211-.875-.5a24.726 24.726 0 0 1-.814-.474Zm-30.3-3.628-.256.061a93.435 93.435 0 0 1-4.991 1.078l-.186.034-.219.04-.255.046-1.337.231 1.135.5a50.933 50.933 0 0 0 8.862 2.977l1.048.251-.661-.851a71.854 71.854 0 0 1-2.99-4.152Zm44.23-12.069v.233l-.064.163a82.582 82.582 0 0 1-5.279 10.745 52.3 52.3 0 0 1-2.87 4.408l-.616.861 1.021-.273a52.95 52.95 0 0 0 10.6-3.92l.208-.105V54.5a47.693 47.693 0 0 0-1.521-11.084l-.044-.19-.185-.072c-.232-.091-.494-.2-.8-.338l-.442-.192Zm-37.446 10.2-.352.105c-1.579.474-3.14.913-4.639 1.3l-.521.14.309.441a71.492 71.492 0 0 0 2.812 3.84l.2.261.287-.165c.927-.534 1.859-1.088 2.77-1.646l.223-.138-.054-.261a35.031 35.031 0 0 0-.919-3.529Zm32.585-13.4-.218.121c-3.61 1.911-7.544 3.8-11.694 5.609l-.324.142.12.335a54.521 54.521 0 0 1 2.823 10.892l.028.16.134.094a28.83 28.83 0 0 0 3.4 1.991l.276.141.193-.248a52.239 52.239 0 0 0 3.711-5.527 80.863 80.863 0 0 0 5.271-10.752l.123-.306-.286-.163a24.656 24.656 0 0 1-3.356-2.325l-.2-.162Zm-20.685 9.323-.144.054c-3.463 1.316-6.9 2.51-10.212 3.549l-.358.115.114.36c.312.983.579 1.965.794 2.919l.119.525.451-.288a155.142 155.142 0 0 0 9.449-6.525l.122-.09-.336-.619Zm7.312-2.957-.373.159-.052.022-.017.007-.078.032-.215.092-.215.171c-.936.752-1.936 1.538-2.975 2.336l-.314.241.253.306a44.554 44.554 0 0 0 5.887 5.884l.807.65-.195-1.016a56.077 56.077 0 0 0-2.38-8.5l-.133-.38Zm-39.8 7.846-.518.437.231.445c.063.116.126.234.187.351l.058.11.033.062c.04.076.08.152.122.228l.107.2h.374c.228 0 .494 0 .79-.014l1.18-.044-.985-.652c-.524-.35-1.017-.7-1.467-1.039Zm-3.218-2.453-.393.583-.011.017-.036.058-.055.085.025.075a38.693 38.693 0 0 0 1.139 3.045l.006.014v.011l.036.071.077.019c.128.033.271.064.439.1l.763.146-.357-.692a46.95 46.95 0 0 1-1.365-2.891l-.273-.641Zm13.425-2.433-.358.394a84.265 84.265 0 0 0-2.784 3.257c-.567.7-1.1 1.381-1.575 2.024l-.547.73.9-.13a56.502 56.502 0 0 0 2.487-.412 85.437 85.437 0 0 0 4.234-.9l.515-.123-.281-.449a84.18 84.18 0 0 1-2.338-3.931l-.256-.463Zm-2.776-5.8-.38.229c-.326.2-.644.4-.947.588l-.182.112-.036.14a47.7 47.7 0 0 0-1.674 8.882l-.109 1.3.789-1.043a67.11 67.11 0 0 1 1.208-1.543 91.111 91.111 0 0 1 3.306-3.834l.176-.193-.119-.236a55.404 55.404 0 0 1-1.865-4l-.167-.407Zm53.426.752.142.594a49.092 49.092 0 0 1 1.245 9.126l.022.641.55-.33c.216-.129.456-.282.735-.458l.027-.017a19.842 19.842 0 0 0 7.081-7.346l.047-.088v-.1a30.815 30.815 0 0 0-.362-3.483l-.109-.716-.527.5a8.4 8.4 0 0 1-.909.756 7.742 7.742 0 0 1-4.633 1.392 11.757 11.757 0 0 1-2.712-.332l-.6-.14Zm-45.323-.448-.3.3a126.491 126.491 0 0 0-3.948 4.031l-.193.2.135.239a81.504 81.504 0 0 0 2.984 5.024l.152.226.258-.068c1.636-.415 3.378-.9 5.18-1.441l.386-.116-.144-.379a30.9 30.9 0 0 0-1.748-3.857 30.993 30.993 0 0 0-2.5-3.822l-.261-.339ZM6.011 49.138l-.347.332c-.106.1-.2.19-.332.319l-.268.265.264.27c.381.383.779.756 1.185 1.111l.113.1.539-.457-.08-.129c-.254-.4-.5-.819-.836-1.39l-.237-.42Zm2.38-1.973-.457.361c-.239.188-.5.4-.723.58l-.246.2.155.277c.514.914 1.06 1.808 1.624 2.659l.084.125.637-.3-.042-.145a55.503 55.503 0 0 1-.889-3.191l-.143-.566ZM32.329 34.7l-.21.173a174.727 174.727 0 0 0-8.185 7.28l-.24.234.206.269a32.719 32.719 0 0 1 2.74 4.16 33.067 33.067 0 0 1 1.86 4.137l.127.333.338-.105c3.4-1.062 6.968-2.307 10.6-3.7l.468-.178-.294-.4a78.721 78.721 0 0 1-5.454-8.68 43.695 43.695 0 0 1-1.582-3.21l-.11-.245-.185.041-.085-.1ZM3.72 44.752l-.537.187.044.159a49.46 49.46 0 0 0 1.045 3.25l.2.55.426-.407c.069-.071.149-.141.223-.206l.289-.267-.129-.256a61.05 61.05 0 0 1-.534-1.083 37.701 37.701 0 0 1-.8-1.83l-.173.035Zm7.89.132-.809.552a96.02 96.02 0 0 0-1.116.781l-.206.148.055.248c.173.727.349 1.415.521 2.044l.036.135.675-.031.027-.135c.174-.937.373-1.876.591-2.79l.225-.951ZM7.261 35.11l-.526.211a8.94 8.94 0 0 0-.807.383 7.846 7.846 0 0 0-2.638 2.308l-.1.135.033.163a34.864 34.864 0 0 0 2.643 7.841l.13.27c.025.051.049.1.074.155l.048.1.255.509.368-.3c.3-.24.627-.5 1.178-.919l.183-.138-.035-.228a56.409 56.409 0 0 1-.811-9.931v-.566Zm32-4-.584.231-.259.1-1.17.468c-1.2.486-2.161.884-3.031 1.252l-.053.022-.038.036c-.064.05-.127.1-.192.154l-.432.357.108.262a44.396 44.396 0 0 0 1.763 3.631 76.181 76.181 0 0 0 5.688 8.977l.173.231.27-.105c.47-.182 1-.393 1.524-.608 1.1-.448 1.9-.779 2.6-1.073l.049-.02.187-.148.06-.048.026-.021c.112-.09.229-.184.343-.28l.215-.174-.108-.254a58.523 58.523 0 0 0-6.963-12.751l-.173-.234Zm-19.385 8.885-.247.133c-1.273.69-2.48 1.367-3.588 2.011l-.283.168.129.3a56.893 56.893 0 0 0 1.6 3.533l.238.487.373-.4a139.96 139.96 0 0 1 3.653-3.7l.256-.25-.234-.269a32.206 32.206 0 0 0-1.7-1.827ZM9.639 34.76c-.265 0-.532.012-.793.037l-.338.035v.336a54.554 54.554 0 0 0 .629 9.252l.092.6.5-.344c.41-.283.784-.535 1.146-.78l.047-.031.014-.009.015-.009.049-.035.012-.008c.307-.2.625-.411.99-.645l.124-.079.033-.134c.332-1.121.718-2.3 1.147-3.5l.046-.123-.04-.123a58.606 58.606 0 0 1-1.122-3.87l-.052-.22-.222-.055a9.367 9.367 0 0 0-2.277-.295Zm41.8-7.947-.335.105a181.84 181.84 0 0 0-10.181 3.552l-.457.174.283.4a59.92 59.92 0 0 1 6.57 12l.193.481.4-.332a165.288 165.288 0 0 0 8.383-7.453l.249-.242-.218-.269a32.344 32.344 0 0 1-3.207-4.809 31.594 31.594 0 0 1-1.548-3.288l-.13-.325Zm22.39 4.1-.364.294a56.729 56.729 0 0 1-4.129 2.983c-.445.3-.9.593-1.354.88l-.126.08-.033.14a64.925 64.925 0 0 1-1.049 3.516l-.043.121.043.121c.332 1 .643 2.018.922 3.038l.055.2.195.064a11.324 11.324 0 0 0 3.47.589 6.546 6.546 0 0 0 3.917-1.159 7.022 7.022 0 0 0 1.708-1.753l.1-.138-.041-.165a38.082 38.082 0 0 0-1.552-4.966 42.056 42.056 0 0 0-1.508-3.42l-.211-.421Zm-16.479 5.54-.275.266a164.002 164.002 0 0 1-5.251 4.781l-.114.1.381.6.139-.065c2.327-1.084 4.592-2.2 6.732-3.321l.466-.245-.38-.364c-.515-.488-1-.979-1.435-1.461l-.264-.284Zm-29.576-.41-.136.064c-2.068.97-4.141 2-6.162 3.046l-.446.232.35.365c.435.451.862.916 1.268 1.382l.259.3.286-.272a173.793 173.793 0 0 1 4.856-4.424l.115-.1Zm-12.173.6v.283l-.077.193a86.83 86.83 0 0 0-.815 2.1l-.044.126.042.124c.16.473.313.9.442 1.247l.155.421.388-.224c.955-.551 1.879-1.071 2.746-1.544l.485-.264-.42-.357a24.396 24.396 0 0 0-2.425-1.814Zm49.135.4-.388.221c-.834.48-1.523.868-2.233 1.257l-.512.28.466.352a23.1 23.1 0 0 0 2.256 1.53l.39.231.159-.427c.17-.459.327-.9.508-1.434l.041-.123-.042-.121c-.162-.469-.321-.91-.487-1.35l-.155-.416ZM25.708 18.922l-.2.261a65.453 65.453 0 0 0-3.1 4.553 91.739 91.739 0 0 0-6.1 11.5l-.13.3.281.171c.4.246.8.518 1.211.807a25.806 25.806 0 0 1 2.21 1.786l.2.177.233-.123a172.703 172.703 0 0 1 11.169-5.36l.333-.143-.128-.338A48.276 48.276 0 0 1 28.9 21.031l-.021-.173-.143-.1c-.9-.612-1.82-1.179-2.737-1.684Zm36.571 12.565-.377.4a120.985 120.985 0 0 1-3.4 3.445l-.259.254.24.274c.605.661 1.247 1.3 1.908 1.9l.195.182.24-.127a130.146 130.146 0 0 0 3.153-1.767l.29-.167-.129-.306a69.091 69.091 0 0 0-1.1-2.5c-.138-.295-.3-.638-.522-1.092l-.24-.493Zm-53.91-6.07-.811.658a21.709 21.709 0 0 0-4.906 5.469l-.016.025-.046.2v.036a29.549 29.549 0 0 0 .219 3.934l.089.736.542-.5a9.331 9.331 0 0 1 1.9-1.361 9.8 9.8 0 0 1 1.712-.714l.25-.078.017-.266a50.358 50.358 0 0 1 .848-7.11l.2-1.025Zm59.921-.984-.757.964c-.245.317-.483.615-.6.763-1.04 1.3-2.245 2.7-3.58 4.168l-.173.193.118.229a70.039 70.039 0 0 1 1.886 4.078l.166.4.377-.225c.251-.149.58-.351.924-.569l.133-.08.036-.149a50.324 50.324 0 0 0 1.08-5.534c.14-1 .244-2.012.309-3.018Zm-43.64-6.18-1.021.262a48.146 48.146 0 0 0-11.605 4.545l-.189.11v.22a48.476 48.476 0 0 0 1.287 10.542l.047.2.193.067c.46.166.922.358 1.373.572l.352.171.157-.36a93.854 93.854 0 0 1 6.114-11.5 67.262 67.262 0 0 1 2.672-3.976l.621-.851Zm51.228 10.824-.572.542-.067.061-.022.02a9.939 9.939 0 0 1-.207.187l-.214.195.132.258a45.741 45.741 0 0 1 1.774 3.959l.115.313.11.272.691-.228-.06-.259-.022-.086c0-.008 0-.016-.007-.025v-.013l-.015-.056a53.481 53.481 0 0 0-1.439-4.594l-.195-.547ZM58.511 24.8l-.272.069c-1.606.414-3.361.9-5.216 1.459l-.4.12.154.386a31.883 31.883 0 0 0 1.422 3 30.9 30.9 0 0 0 2.972 4.481l.261.33.3-.292a120.37 120.37 0 0 0 3.759-3.845l.184-.2-.125-.237a71.379 71.379 0 0 0-2.9-5.038l-.143-.237ZM9.645 33.517a10.346 10.346 0 0 1 1.618.133l.545.09-.118-.54a50.3 50.3 0 0 1-1.073-8.625l-.026-.889-.7.717-.028.1a47.458 47.458 0 0 0-1.282 8.633l-.03.432.432-.031c.25-.012.467-.02.662-.02Zm59.889-9.462-.055 1.067a42.508 42.508 0 0 1-.349 3.717 50.985 50.985 0 0 1-.638 3.639l-.195.916.775-.522a52.185 52.185 0 0 0 3.922-2.884l.242-.2-.153-.275a46.99 46.99 0 0 0-2.916-4.594Zm-39.3-2.236.152.958a47.068 47.068 0 0 0 2.428 9.215l.138.371.4-.17.1-.041.036-.015.05-.022.138-.11.037-.03.337-.272.193-.159c.986-.792 2-1.59 3.02-2.373l.319-.242-.256-.3a43.869 43.869 0 0 0-6.329-6.207l-.76-.6Zm19.666-.052-.451.292a166.312 166.312 0 0 0-9.6 6.7l-.123.093.347.619.141-.054a186.935 186.935 0 0 1 10.423-3.653l.363-.115-.122-.366a32.035 32.035 0 0 1-.865-2.991Zm17.967 1.139-.91.137c-.693.1-1.453.231-2.259.38a91.035 91.035 0 0 0-4.407.938l-.511.119.274.446a78.416 78.416 0 0 1 2.269 3.94l.253.475.358-.4a82.173 82.173 0 0 0 3.037-3.557c.456-.568.909-1.154 1.346-1.742l.55-.737Zm5.683 3.574-.544.452.081.129c.3.48.582.963.875 1.478l.237.416.385-.36.112-.108.188-.182.27-.262-.259-.27c-.378-.394-.793-.8-1.233-1.192l-.112-.1ZM41.182 16.363c-.534 0-1.086.007-1.689.022a74.6 74.6 0 0 0-9.267.794l-.336.048.01.335c.019.806.067 1.625.14 2.432l.014.173.242.178.013.008.014.013a44.257 44.257 0 0 1 8 7.538l.226.276.294-.214c3.621-2.728 7.183-5.208 10.588-7.37l.209-.135-.041-.243a25.2 25.2 0 0 1-.283-2.652v-.288l-.014-.426-.325-.036a66.86 66.86 0 0 0-7.795-.453Zm-29.941-.155-.586.17-.04.013-.045.012h-.029l-.022.006h-.012c-.277.081-.561.177-.843.285l-.046.017-.03.039a38.275 38.275 0 0 0-4.881 8.39c-.311.735-.6 1.493-.872 2.253l.294.178a27.869 27.869 0 0 1 4.573-3.9l.11-.077.041-.138a42.133 42.133 0 0 1 2.215-6.308ZM54.4 19.026l-.289.162c-.891.521-1.859 1.105-2.877 1.736l-.226.14.055.259a32.717 32.717 0 0 0 1 3.618l.119.344.347-.105c1.612-.485 3.207-.937 4.742-1.342l.529-.138-.3-.441a66.816 66.816 0 0 0-2.892-3.98Zm18.02 3.544c-.238 0-.484 0-.771.014l-1.15.038.948.65c.624.433 1.2.857 1.7 1.26l.108.086.528-.424-.06-.126c-.182-.375-.4-.81-.654-1.293l-.105-.2h-.226c-.098-.005-.203-.005-.313-.005Zm-16.489-4.416-.007.005-.431.248.269.341a68.482 68.482 0 0 1 3.156 4.407l.145.223.261-.063a92.769 92.769 0 0 1 5.141-1.112c.281-.052.563-.1.946-.168l1.191-.2-1.094-.512a49.381 49.381 0 0 0-9.282-3.213l-.155-.036-.139.085Zm-41.246-2.308c-.472 0-.96.022-1.45.066l-.211.016-.1.195c-.256.517-.454.933-.625 1.31l-.011.027-.019.066c-.176 1.079-.3 2.2-.37 3.33v.068c0 .025-.005.049-.006.074v.067l-.014.655.569-.3a49.125 49.125 0 0 1 9.089-3.613l1.141-.333-1.121-.388a20.977 20.977 0 0 0-6.872-1.24Zm55 1.273-.634.253.024.14c.109.625.2 1.25.262 1.858l.126 1.18.578-1.032c.139-.242.283-.51.452-.845l.095-.193-.118-.182c-.2-.3-.421-.641-.705-1.06ZM66.77 13.47l-.344.088a29.3 29.3 0 0 0-3.326 1.118l-.581.232.479.407a52.143 52.143 0 0 1 4.426 4.278l.793.864-.142-1.163a27.281 27.281 0 0 0-1.193-5.494Zm-16.213 3.548v.44a.333.333 0 0 0 0 .061c.026.532.076 1.086.148 1.647l.071.581.5-.307c.614-.376 1.251-.757 1.948-1.167l.373-.223-.272-.341-.053-.064-.025-.03-.07-.082-.086-.1-.129-.024a56.973 56.973 0 0 0-1.977-.33l-.432-.066Zm10.489-1.709v.248l-.015.006c-.637.29-1.321.618-2.154 1.031l-1.175.6.925.261a50.575 50.575 0 0 1 6.088 2.152l.132.057.391-.571-.1-.1a50.546 50.546 0 0 0-3.708-3.378l-.383-.306Zm-32.389 2.122-.43.077-.115.022-.251.047-.112.022-.026.005-.147.028-1.2.228.881.508c.3.174.583.343.866.517l.611.383-.035-.723-.005-.08c0-.1-.006-.2-.009-.3v-.036l-.009-.261-.017-.438Zm-13.978-2.823h.012a23.988 23.988 0 0 1 9.809 2.331l.118.055.129-.032.581-.13.2-.044.338-.075.082-.1a55.542 55.542 0 0 1 2.786-3.178l.09-.094.011-.124a22.023 22.023 0 0 1 2.29-8.017l.3-.572-.651.017c-.839.02-1.688.068-2.522.143a35.787 35.787 0 0 0-5.078.82h-.019l-.017.008a38.215 38.215 0 0 0-5.106 3.026l-.03.025a32.789 32.789 0 0 0-3.943 5.362l-.347.586.679-.014Zm37.8-4.919-.189.272a9.4 9.4 0 0 0-1.345 3.034l-.055.209.151.151a57.728 57.728 0 0 1 2.631 2.855l.09.094.124.023c.657.13 1.287.264 1.872.4l.142.035.129-.071c.82-.443 1.59-.846 2.291-1.2a95.78 95.78 0 0 1 1.277-.625l.558-.269-.494-.374a52.012 52.012 0 0 0-5.1-3.39c-.6-.348-1.2-.681-1.789-.989ZM39.8 6.239l-.185.1a42.569 42.569 0 0 0-9.5 7.445l-.1.1-.015.14v.032c0 .065-.009.13-.016.2l-.012.184-.005.031c-.022.334-.039.676-.052 1.046l-.022.456.454-.064a76.416 76.416 0 0 1 9.117-.761 58.625 58.625 0 0 1 1.714-.022 68.553 68.553 0 0 1 7.744.435l.393.047.029-.393c.035-.475.091-.95.166-1.409l.035-.2-.145-.136a49.605 49.605 0 0 0-5.307-4.5 40.224 40.224 0 0 0-4.109-2.625Zm18.935.361a7.755 7.755 0 0 0-3.726.944 8.709 8.709 0 0 0-1.243.828l-.44.358.5.269c.485.264.931.515 1.364.765a53.982 53.982 0 0 1 6.068 4.126l.174.14.211-.088a35.383 35.383 0 0 1 3.788-1.39l.575-.171-.4-.446a46.227 46.227 0 0 0-2.514-2.6l-.016-.014a38.4 38.4 0 0 0-4.134-2.7L58.9 6.6h-.167Zm-15.2-.362-.289.638.123.082a45 45 0 0 1 1.448 1.012 49.576 49.576 0 0 1 4.622 3.83l.423.4.193-.545a10.677 10.677 0 0 1 1.049-2.157l.239-.363-.393-.186a46.645 46.645 0 0 0-7.271-2.668l-.144-.039ZM32.891 4.649l-.118.184a18.02 18.02 0 0 0-2.3 5.9L30.23 11.9l.872-.811a43.049 43.049 0 0 1 6.784-5.166l.6-.368-.638-.3a23.305 23.305 0 0 0-.466-.21l-.017-.008-.065-.026-.048-.025-.06-.006a44.18 44.18 0 0 0-4.088-.324Zm16.458-1.84h-.036a25.685 25.685 0 0 0-3.483.819c-.693.216-1.362.449-1.991.694l-1.064.415 1.1.3a47.786 47.786 0 0 1 8.047 2.986l.238.116.193-.187a9.379 9.379 0 0 1 2.06-1.51 9.194 9.194 0 0 1 1.991-.8l.46-.123-.432-.2a38.026 38.026 0 0 0-1.39-.621 38.3 38.3 0 0 0-5.664-1.89l-.035-.008ZM40.1 1.692a39.446 39.446 0 0 0-4.825.3L35.221 2l-.039.033-.2.171-.482.436.624.2c.812.268 1.623.576 2.41.914l.049.022.054.006c1.022.136 2.047.306 3.045.506l.124.023.111-.055a31.775 31.775 0 0 1 4.552-1.81l.117-.036-.025-.341a39.189 39.189 0 0 0-5.461-.377Z\" fill=\"#1976d2\"/><g data-name=\"Group 154\"><path data-name=\"Path 4\" d=\"M125.046 46.234a11.739 11.739 0 0 1-3.736 7.815 12.244 12.244 0 0 1-8.36 2.75 11.243 11.243 0 0 1-9.057-4.057q-3.408-4.054-3.408-10.847v-3.068a18.179 18.179 0 0 1 1.589-7.823 11.867 11.867 0 0 1 4.5-5.183 12.539 12.539 0 0 1 6.749-1.808 11.529 11.529 0 0 1 8.151 2.836 11.88 11.88 0 0 1 3.572 7.859h-4.229q-.548-3.825-2.378-5.539a7.194 7.194 0 0 0-5.117-1.714A7.528 7.528 0 0 0 107 30.438q-2.29 2.983-2.29 8.488v3.091a14.075 14.075 0 0 0 2.169 8.268 7.01 7.01 0 0 0 6.07 3.07 8.1 8.1 0 0 0 5.38-1.589q1.874-1.589 2.487-5.533Zm4.032-1.95a14 14 0 0 1 1.37-6.267 10.217 10.217 0 0 1 3.813-4.3 10.379 10.379 0 0 1 5.576-1.508 10 10 0 0 1 7.835 3.353 12.9 12.9 0 0 1 2.991 8.919v.285a14.127 14.127 0 0 1-1.326 6.212 10.067 10.067 0 0 1-3.791 4.284 10.5 10.5 0 0 1-5.665 1.534 9.974 9.974 0 0 1-7.812-3.353 12.834 12.834 0 0 1-2.991-8.874Zm4.076.482a10.144 10.144 0 0 0 1.83 6.333 5.856 5.856 0 0 0 4.9 2.389 5.821 5.821 0 0 0 4.909-2.422 11.092 11.092 0 0 0 1.816-6.782 10.126 10.126 0 0 0-1.852-6.322 5.887 5.887 0 0 0-4.92-2.422 5.821 5.821 0 0 0-4.844 2.389q-1.839 2.388-1.839 6.837Zm27 11.592h-4.061V22.699h4.054Zm10.891 0h-4.052V22.699h4.054Zm16.326.438a10.36 10.36 0 0 1-7.845-3.166 11.753 11.753 0 0 1-3.024-8.47v-.745a14.228 14.228 0 0 1 1.348-6.3 10.513 10.513 0 0 1 3.769-4.339 9.476 9.476 0 0 1 5.245-1.567 8.88 8.88 0 0 1 7.187 3.046q2.564 3.046 2.564 8.722v1.687h-16.062a8.428 8.428 0 0 0 2.049 5.665 6.44 6.44 0 0 0 4.985 2.158 7.061 7.061 0 0 0 3.638-.877 9.14 9.14 0 0 0 2.608-2.323l2.476 1.928a9.957 9.957 0 0 1-8.941 4.581Zm-.507-21.256a5.407 5.407 0 0 0-4.12 1.786 8.681 8.681 0 0 0-2.06 5.007h11.877v-.306a7.721 7.721 0 0 0-1.668-4.788 5.091 5.091 0 0 0-4.029-1.699Zm23.951 17.947a5.839 5.839 0 0 0 3.791-1.315 4.626 4.626 0 0 0 1.8-3.287h3.835a7.351 7.351 0 0 1-1.4 3.879 9.237 9.237 0 0 1-3.451 2.936 9.959 9.959 0 0 1-4.569 1.1 9.767 9.767 0 0 1-7.7-3.232q-2.86-3.232-2.86-8.842v-.683a14.275 14.275 0 0 1 1.271-6.158 9.681 9.681 0 0 1 3.649-4.185 10.364 10.364 0 0 1 5.612-1.491 9.509 9.509 0 0 1 6.629 2.389 8.536 8.536 0 0 1 2.816 6.2h-3.835a5.587 5.587 0 0 0-1.742-3.78 5.42 5.42 0 0 0-3.868-1.478 5.674 5.674 0 0 0-4.788 2.224q-1.7 2.224-1.7 6.432v.767a10.238 10.238 0 0 0 1.688 6.311 5.7 5.7 0 0 0 4.822 2.213Zm19.478-26.581v5.743h4.43v3.132h-4.43v14.723a3.291 3.291 0 0 0 .592 2.139 2.49 2.49 0 0 0 2.016.713 9.815 9.815 0 0 0 1.928-.263v3.268a11.822 11.822 0 0 1-3.112.436 5.049 5.049 0 0 1-4.1-1.644 7.061 7.061 0 0 1-1.381-4.668V35.781h-4.311v-3.132h4.317v-5.743Zm13.564 29.452h-4.054V32.649h4.054Zm-4.383-30a2.42 2.42 0 0 1 .6-1.665 2.263 2.263 0 0 1 1.786-.679 2.3 2.3 0 0 1 1.8.679 2.394 2.394 0 0 1 .614 1.665 2.316 2.316 0 0 1-.614 1.644 2.339 2.339 0 0 1-1.8.657 2.3 2.3 0 0 1-1.786-.657 2.34 2.34 0 0 1-.596-1.643Zm18.692 24.5 5.877-18.209h4.142l-8.5 23.71h-3.092l-8.591-23.71h4.142Zm12.517-6.574a14 14 0 0 1 1.37-6.267 10.217 10.217 0 0 1 3.813-4.3 10.379 10.379 0 0 1 5.577-1.512 10 10 0 0 1 7.833 3.357 12.9 12.9 0 0 1 2.991 8.919v.285a14.126 14.126 0 0 1-1.326 6.212 10.067 10.067 0 0 1-3.791 4.284 10.5 10.5 0 0 1-5.665 1.534 9.974 9.974 0 0 1-7.812-3.353 12.834 12.834 0 0 1-2.99-8.874Zm4.076.482a10.144 10.144 0 0 0 1.83 6.333 6.2 6.2 0 0 0 9.806-.033 11.092 11.092 0 0 0 1.819-6.782 10.126 10.126 0 0 0-1.852-6.322 5.887 5.887 0 0 0-4.92-2.421 5.821 5.821 0 0 0-4.843 2.389q-1.84 2.387-1.84 6.836Z\" fill=\"#1976d2\"/></g></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-7befgd\",\"data-framer-name\":\"logo\",fill:\"black\",intrinsicHeight:72,intrinsicWidth:262,layoutDependency:layoutDependency,layoutId:\"RrNfwaEg_\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"262.323\" height=\"72\"><g data-name=\"Group 155\" fill=\"#fff\"><path data-name=\"Subtraction 14\" d=\"M36 72a36 36 0 1 1 36-36 36.04 36.04 0 0 1-36 36Zm-6.405-2.428-.058.309a34.87 34.87 0 0 0 6.463.6 34.246 34.246 0 0 0 13.423-2.71l.037-.015.015-.006-.025-.059.085-.006.084-.006h.027l.024-.011c.682-.295 1.35-.609 1.986-.934l.126-.064-.164-.426-.138.039a24.839 24.839 0 0 1-2.456.574c-.461.083-.9.15-1.313.2l-.145.018.037.657h.436c.213 0 .43 0 .662-.011a34.31 34.31 0 0 1-3.206 1.089l-.01-.109-.127-.015a24.243 24.243 0 0 1-3.1-.578l-.193-.049-.138.147a12.175 12.175 0 0 1-1.738 1.536l-.1.07.031.079c-.968.116-1.948.192-2.916.227a10.786 10.786 0 0 0 3.233-2.012l.429-.388-.547-.188a27.052 27.052 0 0 1-2.045-.781l-.02-.008-.054-.014a39.77 39.77 0 0 1-2.75-.591l-.116-.028-.113.052a26.411 26.411 0 0 1-6.2 2.151l-1.161.238 1.112.415a25.093 25.093 0 0 0 3.45 1c-.957-.1-1.906-.231-2.821-.4Zm-3.926-6.9-.164.2a6.5 6.5 0 0 1-1.124 1.057 6.579 6.579 0 0 1-1.766.928l-.6.21.513.382a26.164 26.164 0 0 0 3.3 2.1l.086.047.093-.007a21.777 21.777 0 0 0 6.768-1.569l.9-.353-.919-.288a62.732 62.732 0 0 1-6.856-2.6l-.235-.1ZM18.7 65.211l.858.653c.642.486 1.288.935 1.92 1.336l.051.031.054.011c.2.046.382.085.584.121l.124.024.24-.562-.1-.073a27.685 27.685 0 0 1-1.842-1.419l-.1-.079h-.341c-.151 0-.261 0-.364-.006ZM49.849 54.34l-.1.021-.18.054-.062.076a49.595 49.595 0 0 1-3.312 3.676l-.09.086-.008.116a19.889 19.889 0 0 1-1.419 5.572 15.506 15.506 0 0 1-.862 1.719l-.295.508h.656a26.111 26.111 0 0 0 4.655-.409 24.12 24.12 0 0 0 9.647-4.042l.073-.048.035-.073a20.03 20.03 0 0 0 1.913-5.044l.107-.446-.458.027c-.457.031-.942.047-1.44.047a22.374 22.374 0 0 1-8.764-1.8l-.1-.04Zm-5.012 5.149-.79.7a41.087 41.087 0 0 1-6.208 4.569l-.547.327.577.272c.2.1.419.193.66.3l.073.021a33.963 33.963 0 0 0 3.415.42l.188.013.117-.159a14.362 14.362 0 0 0 1.326-2.452 17.323 17.323 0 0 0 .956-2.989l.233-1.027Zm-17.255-3.666-.007.374c-.01.519-.042 1.021-.1 1.492l-.018.162.117.117a44.617 44.617 0 0 0 3.541 3.137 35.793 35.793 0 0 0 4.83 3.261l.162.092.167-.089a40.564 40.564 0 0 0 8.672-6.541l.087-.087.011-.125c.054-.645.085-1.289.091-1.913v-.4l-.4.069c-2.083.359-4.342.677-6.714.945h-.083a67.35 67.35 0 0 1-1.866.022 68.356 68.356 0 0 1-8.12-.474Zm-13.3 2.422-.245.078c-.446.144-.755.238-1.037.312l-.5.135.321.4a42.616 42.616 0 0 0 3.937 4.31l.053.055.072.023a12.617 12.617 0 0 0 1.22.351l1.136.257-.818-.828a35.321 35.321 0 0 1-4-4.887Zm2.607-1-.185.075c-.343.146-.659.275-.943.384l-.4.158.243.352a32.918 32.918 0 0 0 5.139 5.8l.115.1.153-.018a5.715 5.715 0 0 0 2.707-1.057 5.33 5.33 0 0 0 .584-.5l.331-.324-.41-.217a50.8 50.8 0 0 1-7.181-4.63ZM27.242 59.2l-.15.54a9.256 9.256 0 0 1-.64 1.683l-.158.317.326.147c1.819.8 3.621 1.5 5.356 2.083l.128.044.287-.564-.112-.079a39.354 39.354 0 0 1-1.852-1.389 45.188 45.188 0 0 1-2.777-2.4l-.408-.384Zm-5.39-4.375-.111.058c-.633.343-1.315.7-2.027 1.052-.394.2-.771.38-1.154.559l-.509.244.451.336a49.677 49.677 0 0 0 6.465 4.055l.306.157.156-.3a9.181 9.181 0 0 0 .824-2.557l.029-.174-.124-.124a55.776 55.776 0 0 1-2.625-2.872l-.079-.093-.115-.021c-.395-.078-.828-.17-1.363-.289l-.124-.027Zm43 .079-.533.241a11.173 11.173 0 0 1-2.319.747l-.215.044-.049.217a24.461 24.461 0 0 1-.766 2.771l-.04.116.456.3.089-.1a34.468 34.468 0 0 0 3.069-3.882Zm-56.74-.483-.2.736a5.455 5.455 0 0 0-.131.6l-.008.062.037.052c.5.706 1.033 1.405 1.588 2.078L9.44 58h.06c.083.005.168.011.251.013l.478.013-.144-.447c0-.017-.008-.033-.013-.05v-.011l-.006-.019a.236.236 0 0 1-.01-.03c0-.011-.007-.023-.011-.034s0-.013-.006-.019v-.014a.3.3 0 0 1-.01-.035l-.034-.119-.037-.048a59.954 59.954 0 0 1-1.434-2.137Zm2.731-2.381-.6.157.01.131a22.6 22.6 0 0 0 .74 4.371l.023.062.03.045c.138.193.291.407.5.693l.214.3.22-.049a17 17 0 0 0 1.258-.334l.421-.128-.233-.375A44.492 44.492 0 0 1 10.9 52.16l-.054-.12Zm3.563 3.134-.485.4.069.116c.218.365.4.657.6.979l.148.234 1.171-.45-.443-.368c-.32-.271-.657-.559-.954-.824l-.1-.089Zm-.563-2.884-.343.516.093.091a46.793 46.793 0 0 0 3.3 2.927l.161.133.193-.086a51.38 51.38 0 0 0 1.968-.935l.062-.029.045-.022.053-.026.866-.42-.869-.241a46.117 46.117 0 0 1-5.411-1.856l-.119-.049Zm23.711-7.758-.254.193c-3.357 2.526-6.686 4.829-9.9 6.844l-.2.12.039.224a24.32 24.32 0 0 1 .274 2.323v.042l.03.419.281.032a67.052 67.052 0 0 0 8.24.5c.605 0 1.2-.009 1.83-.027h.032c2.379-.265 4.694-.594 6.882-.977l.293-.052-.011-.3a34.313 34.313 0 0 0-.195-2.2l-.017-.147-.121-.089a38.639 38.639 0 0 1-7-6.659ZM61.293 50.4l-.508.244a48.579 48.579 0 0 1-7.954 2.928l-1.141.328 1.139.33a21.069 21.069 0 0 0 5.887.839c.518 0 1.033-.018 1.529-.053h.075c.091-.007.176-.014.262-.023l.253-.027.049-.254a31.148 31.148 0 0 0 .389-3.739Zm7.843-5.952a21.258 21.258 0 0 1-4.941 4.3c-.521.336-1.061.659-1.605.961l-.172.1v.2a33.606 33.606 0 0 1-.333 4.243l-.085.513.508-.144a9.677 9.677 0 0 0 3.7-1.995l.021-.018.014-.024a34.567 34.567 0 0 0 1.529-3.162 34.174 34.174 0 0 0 1.635-4.835l-.272-.14ZM4.824 50.76l.125.26a34.489 34.489 0 0 0 1.8 3.258l.172.275.109-.306c.091-.257.2-.528.317-.805l.069-.161-.088-.149c-.416-.7-.82-1.4-1.2-2.089l-.09-.161-.183-.013a11.837 11.837 0 0 1-.743-.072l-.287-.037Zm21.368 1.563-.446.265c-.628.378-1.143.682-1.621.958l-.793.454.9.169c.625.116 1.221.217 1.773.3l.427.068-.041-.528c-.005-.063-.013-.128-.019-.186a22.431 22.431 0 0 0-.112-.994Zm19.919.037.049.652v.1c.011.149.022.3.03.45l.03.411.38-.073c.157-.03.312-.062.467-.093l.033-.007.18-.037.914-.189-.785-.447c-.2-.113-.43-.244-.731-.426ZM18.907 49.1l-.23.055a84 84 0 0 1-4.481.968l-.167.03-.2.036-.229.041-1.2.207 1.019.453a45.728 45.728 0 0 0 7.957 2.673l.941.226-.594-.764a65.029 65.029 0 0 1-2.684-3.728Zm39.71-10.836v.209l-.058.147a74.143 74.143 0 0 1-4.74 9.647 46.953 46.953 0 0 1-2.577 3.958l-.553.775.917-.245a47.539 47.539 0 0 0 9.513-3.519l.187-.095v-.212a42.819 42.819 0 0 0-1.365-9.951l-.04-.171-.166-.065a23.568 23.568 0 0 1-.721-.3l-.4-.172ZM25 47.426l-.316.095c-1.417.426-2.819.819-4.165 1.171l-.468.126.278.4a63.664 63.664 0 0 0 2.525 3.447l.179.234.258-.148c.833-.48 1.669-.977 2.487-1.478l.2-.124-.048-.234a31.451 31.451 0 0 0-.825-3.168ZM54.252 35.4l-.2.109a155.12 155.12 0 0 1-10.5 5.036l-.291.127.108.3a48.949 48.949 0 0 1 2.535 9.779l.025.144.12.084a25.884 25.884 0 0 0 3.051 1.787l.248.127.173-.223a46.9 46.9 0 0 0 3.332-4.962 72.6 72.6 0 0 0 4.732-9.654l.11-.275-.257-.147a22.136 22.136 0 0 1-3.013-2.087l-.176-.146Zm-18.57 8.364-.128.048A165.368 165.368 0 0 1 26.386 47l-.322.1.1.323c.28.882.52 1.764.713 2.621l.107.471.4-.258a139.347 139.347 0 0 0 8.483-5.858l.11-.08-.3-.556Zm6.565-2.655-.335.142-.046.02-.015.006-.07.029-.193.083-.193.154c-.84.675-1.738 1.381-2.671 2.1l-.282.216.227.275a40 40 0 0 0 5.286 5.282l.724.584-.175-.913a50.347 50.347 0 0 0-2.137-7.635l-.12-.341ZM6.515 48.154l-.465.392.207.4c.056.1.113.21.168.315l.052.1.029.056c.036.068.072.136.109.2l.1.176h.336c.2 0 .444 0 .709-.013l1.06-.037-.884-.585c-.47-.314-.913-.628-1.317-.932Zm-2.89-2.2-.353.523-.01.015-.032.052-.049.076.023.07c.3.906.639 1.826 1.022 2.734l.006.013v.01l.033.064.069.017c.115.03.243.058.394.086l.685.131-.32-.621c-.414-.8-.826-1.673-1.226-2.6l-.245-.576Zm12.053-2.185-.321.354a78.816 78.816 0 0 0-2.5 2.924 55.5 55.5 0 0 0-1.414 1.817l-.491.656.811-.117c.738-.105 1.49-.23 2.232-.37a77.025 77.025 0 0 0 3.8-.806l.463-.11-.252-.4a74.636 74.636 0 0 1-2.1-3.529l-.23-.416Zm-2.493-5.209-.341.206c-.292.178-.579.356-.85.528l-.164.1-.032.125A42.824 42.824 0 0 0 10.3 47.5l-.1 1.169.708-.937c.387-.509.732-.95 1.085-1.385a82.46 82.46 0 0 1 2.968-3.442l.158-.173-.107-.212a48.837 48.837 0 0 1-1.674-3.593l-.15-.365Zm47.966.676.127.533a44.075 44.075 0 0 1 1.116 8.194l.02.575.494-.3c.194-.116.409-.253.66-.411l.024-.016a17.815 17.815 0 0 0 6.357-6.6l.042-.079v-.093a27.665 27.665 0 0 0-.32-3.123l-.1-.643-.473.45a7.538 7.538 0 0 1-.816.679 6.951 6.951 0 0 1-4.16 1.25 10.556 10.556 0 0 1-2.435-.3l-.536-.125Zm-40.69-.4-.274.268a111.633 111.633 0 0 0-3.545 3.619l-.174.182.121.214a73.246 73.246 0 0 0 2.679 4.511l.136.2.232-.061c1.468-.373 3.033-.808 4.651-1.293l.347-.1-.13-.34a27.737 27.737 0 0 0-1.569-3.463 27.827 27.827 0 0 0-2.235-3.435l-.234-.3ZM5.4 44.117l-.312.3c-.1.088-.181.17-.3.286l-.241.238.237.243c.342.343.7.679 1.064 1l.1.089.484-.411-.072-.116a41.244 41.244 0 0 1-.751-1.248l-.209-.381Zm2.137-1.772-.41.324c-.215.169-.448.357-.649.52l-.221.18.14.248c.462.821.952 1.624 1.458 2.387l.075.113.572-.269-.038-.13c-.286-.933-.555-1.9-.8-2.866l-.128-.508Zm21.488-11.187-.189.155a157.098 157.098 0 0 0-7.349 6.536l-.216.21.185.241a29.376 29.376 0 0 1 2.46 3.735 29.688 29.688 0 0 1 1.674 3.709l.114.3.3-.095a159.176 159.176 0 0 0 9.518-3.323l.42-.159-.264-.358a70.677 70.677 0 0 1-4.9-7.793c-.519-.953-1-1.923-1.42-2.882l-.1-.22-.166.037-.076-.093ZM3.34 40.179l-.482.168.04.143c.264.936.58 1.918.938 2.918l.176.494.382-.365c.062-.064.133-.126.2-.185l.26-.24-.116-.23a55.337 55.337 0 0 1-.479-.972 38.278 38.278 0 0 1-.722-1.643l-.155.031Zm7.084.118-.726.5c-.293.2-.613.425-1 .7l-.185.133.05.223c.156.653.313 1.27.468 1.835l.033.121.606-.028.024-.121c.157-.841.335-1.684.531-2.505l.2-.853Zm-3.9-8.775-.472.189a7.8 7.8 0 0 0-.725.344 7.044 7.044 0 0 0-2.369 2.072l-.089.121.03.147a31.3 31.3 0 0 0 2.373 7.04l.117.242c.023.046.044.092.066.139l.043.091.229.457.33-.265c.266-.216.563-.447 1.058-.825l.164-.124-.031-.2a50.644 50.644 0 0 1-.728-8.916v-.508Zm28.733-3.59-.525.207-.233.093-1.051.42c-1.075.437-1.94.794-2.721 1.124l-.048.02-.034.032c-.058.045-.114.09-.172.138l-.388.32.1.236a39.846 39.846 0 0 0 1.583 3.26 68.4 68.4 0 0 0 5.1 8.057l.155.207.242-.095a182.46 182.46 0 0 0 3.701-1.509l.044-.018.167-.133.054-.043.023-.019c.1-.081.205-.165.308-.251l.193-.156-.094-.233a52.543 52.543 0 0 0-6.252-11.448l-.155-.21Zm-17.412 7.976-.221.12c-1.143.62-2.227 1.227-3.222 1.806l-.254.151.116.272a49.419 49.419 0 0 0 1.439 3.172l.214.437.335-.355c1-1.053 2.1-2.17 3.28-3.319l.23-.224-.21-.241c-.484-.563-1-1.115-1.528-1.64Zm-9.191-4.7c-.238 0-.478.011-.712.034l-.3.031v.3a48.979 48.979 0 0 0 .558 8.308l.082.539.447-.309c.368-.254.7-.481 1.029-.7l.042-.028.013-.009.013-.008.048-.031.011-.007c.276-.181.562-.369.889-.579l.111-.071.03-.12c.3-1.006.645-2.064 1.029-3.145l.041-.11-.036-.11a51.645 51.645 0 0 1-1.007-3.474l-.046-.2-.2-.049a8.41 8.41 0 0 0-2.042-.262Zm37.528-7.135-.3.095c-2.977.937-6.052 2.01-9.141 3.189l-.41.156.254.36a53.8 53.8 0 0 1 5.9 10.778l.173.432.357-.3c2.665-2.217 5.2-4.468 7.526-6.691l.223-.217-.2-.241a29.038 29.038 0 0 1-2.879-4.318 28.364 28.364 0 0 1-1.39-2.952l-.117-.292Zm20.1 3.677-.327.264a50.877 50.877 0 0 1-3.707 2.678c-.4.267-.809.533-1.216.79l-.113.072-.03.125c-.295 1.1-.612 2.16-.942 3.157l-.038.108.038.109c.3.894.577 1.812.828 2.728l.049.176.175.058a10.167 10.167 0 0 0 3.116.529 5.877 5.877 0 0 0 3.518-1.044 6.3 6.3 0 0 0 1.533-1.574l.09-.124-.037-.148a34.192 34.192 0 0 0-1.393-4.454 37.67 37.67 0 0 0-1.354-3.071l-.189-.378Zm-14.8 4.973-.247.238a144.64 144.64 0 0 1-4.714 4.292l-.1.089.342.535.125-.058a145.672 145.672 0 0 0 6.044-2.982l.419-.22-.341-.327c-.462-.438-.9-.879-1.288-1.312l-.237-.255Zm-26.554-.368-.123.058a152.717 152.717 0 0 0-5.533 2.735l-.4.209.314.327c.39.405.774.823 1.138 1.241l.233.266.257-.244a155.808 155.808 0 0 1 4.36-3.972l.1-.09Zm-10.929.537v.254l-.069.174a65.548 65.548 0 0 0-.732 1.889l-.039.113.038.111c.144.425.281.8.4 1.12l.14.378.348-.2c.857-.495 1.687-.961 2.466-1.387l.436-.237-.377-.32a21.85 21.85 0 0 0-1.392-1.09 18.54 18.54 0 0 0-.786-.535Zm44.113.363-.348.2c-.749.431-1.367.779-2 1.129l-.46.251.418.316a20.742 20.742 0 0 0 2.025 1.374l.35.207.142-.384c.153-.412.293-.809.456-1.288l.037-.11-.038-.109a47.48 47.48 0 0 0-.438-1.212l-.14-.374ZM23.081 16.988l-.176.234a57.121 57.121 0 0 0-2.783 4.088 82.364 82.364 0 0 0-5.479 10.329l-.117.271.252.154c.357.221.723.465 1.088.725a23.17 23.17 0 0 1 1.983 1.6l.176.159.209-.11c3.1-1.636 6.477-3.256 10.027-4.813l.3-.128-.115-.3a43.343 43.343 0 0 1-2.5-10.314l-.018-.155-.128-.088a30.679 30.679 0 0 0-2.457-1.512ZM55.914 28.27l-.339.357a113.63 113.63 0 0 1-3.048 3.093l-.233.228.216.246a24.74 24.74 0 0 0 1.713 1.7l.175.164.216-.114c.972-.527 1.924-1.061 2.831-1.587l.26-.15-.116-.275a56.183 56.183 0 0 0-1.458-3.221l-.216-.443Zm-48.4-5.45-.728.591a19.491 19.491 0 0 0-4.4 4.91l-.014.023-.041.182v.033a26.53 26.53 0 0 0 .2 3.532l.08.661.487-.453a8.377 8.377 0 0 1 1.705-1.222 8.8 8.8 0 0 1 1.54-.645l.225-.07.016-.238a45.212 45.212 0 0 1 .761-6.384l.181-.92Zm53.8-.884-.68.866c-.22.285-.433.552-.542.685a77.955 77.955 0 0 1-3.215 3.742l-.155.174.106.206a60.36 60.36 0 0 1 1.693 3.662l.149.361.339-.2c.226-.134.52-.315.83-.511l.12-.072.032-.134a45.179 45.179 0 0 0 .975-4.972c.125-.895.219-1.806.278-2.71Zm-39.18-5.548-.917.235A43.226 43.226 0 0 0 10.795 20.7l-.17.1v.2a43.522 43.522 0 0 0 1.155 9.464l.042.181.174.061c.413.149.827.322 1.233.513l.316.154.141-.323a84.262 84.262 0 0 1 5.489-10.328 60.585 60.585 0 0 1 2.4-3.57l.557-.764Zm45.993 9.718-.513.487-.06.055-.02.018c-.06.056-.121.112-.186.168l-.192.175.119.231a40.598 40.598 0 0 1 1.592 3.554l.1.281.1.244.621-.2-.054-.233-.02-.077c0-.007 0-.015-.006-.022v-.011c0-.016-.009-.033-.013-.05a50.302 50.302 0 0 0-1.292-4.124l-.175-.491Zm-15.595-3.842-.244.062c-1.442.372-3.018.812-4.683 1.31l-.357.107.139.347a28.627 28.627 0 0 0 1.277 2.694 27.742 27.742 0 0 0 2.669 4.023l.234.3.27-.262a104.496 104.496 0 0 0 3.375-3.452l.165-.176-.114-.217a65.757 65.757 0 0 0-2.6-4.524l-.128-.213ZM8.659 30.092a9.288 9.288 0 0 1 1.453.12l.489.081-.106-.484a45.158 45.158 0 0 1-.963-7.744l-.024-.8-.628.643-.025.092A42.608 42.608 0 0 0 7.7 29.752l-.027.388.388-.028c.229-.012.423-.02.598-.02Zm53.769-8.5-.049.958a38.205 38.205 0 0 1-.313 3.337 45.698 45.698 0 0 1-.573 3.267l-.175.822.7-.468a46.854 46.854 0 0 0 3.521-2.59l.217-.181-.137-.247A42.186 42.186 0 0 0 63 22.371Zm-35.287-2.003.136.861a42.258 42.258 0 0 0 2.18 8.273l.124.333.359-.152.088-.036.032-.013.045-.02.124-.1.033-.027.3-.244.173-.142c.885-.711 1.8-1.428 2.711-2.13l.286-.217-.23-.269a39.386 39.386 0 0 0-5.682-5.573l-.682-.543Zm17.659-.046-.4.262a148.533 148.533 0 0 0-8.618 6.016l-.11.083.312.556.127-.048c3.153-1.208 6.3-2.312 9.358-3.28l.331-.1-.11-.329c-.3-.864-.558-1.768-.777-2.686Zm16.131 1.023-.817.123c-.622.093-1.3.208-2.028.341-1.241.23-2.572.513-3.957.842l-.458.107.246.4a71.217 71.217 0 0 1 2.037 3.538l.227.426.322-.358c1-1.113 1.921-2.188 2.727-3.194.409-.51.816-1.036 1.209-1.564l.494-.662Zm5.106 3.209-.488.406.072.116c.265.431.523.865.786 1.327l.213.374.346-.323.1-.1c.057-.055.114-.109.168-.164l.243-.235-.233-.242a21.498 21.498 0 0 0-1.107-1.071l-.1-.09Zm-29.06-9.084c-.48 0-.975.007-1.516.02a66.972 66.972 0 0 0-8.32.713l-.3.044.009.3c.017.724.06 1.459.126 2.184l.013.155.217.159.011.007.013.011a39.734 39.734 0 0 1 7.185 6.768l.2.248.264-.192c3.251-2.45 6.449-4.676 9.506-6.617l.188-.121-.037-.219a22.62 22.62 0 0 1-.254-2.381v-.256l-.013-.382-.292-.033a60.027 60.027 0 0 0-7.003-.408Zm-26.881-.14-.526.152-.036.011-.041.011h-.026l-.02.005h-.011c-.249.073-.5.159-.757.256l-.041.015-.027.035a34.363 34.363 0 0 0-4.385 7.544c-.28.66-.543 1.34-.783 2.023l.264.159a25.021 25.021 0 0 1 4.106-3.505l.1-.069.037-.124A37.827 37.827 0 0 1 9.937 15.4Zm38.752 2.53-.259.145c-.8.468-1.669.992-2.583 1.558l-.2.125.049.233a29.373 29.373 0 0 0 .9 3.249l.107.309.312-.095c1.447-.436 2.88-.841 4.257-1.2l.465-.123-.269-.4a60.078 60.078 0 0 0-2.6-3.573Zm16.179 3.182c-.214 0-.434 0-.692.013l-1.035.034.851.584c.56.389 1.075.769 1.529 1.131l.1.077.474-.381-.054-.113a52.644 52.644 0 0 0-.587-1.161l-.095-.179h-.2c-.101-.004-.196-.004-.295-.004ZM50.216 16.3h-.006l-.387.223.241.306a61.882 61.882 0 0 1 2.834 3.956l.13.2.234-.056c1.642-.4 3.2-.737 4.615-1 .252-.047.506-.092.849-.151L59.8 19.6l-.982-.46a44.335 44.335 0 0 0-8.333-2.884l-.14-.033-.125.076Zm-37.032-2.073c-.424 0-.862.02-1.3.059l-.189.014-.089.175c-.23.464-.408.838-.562 1.176l-.01.024-.017.059a30.337 30.337 0 0 0-.332 2.99v.061c0 .023 0 .044-.006.066s0 .041 0 .061l-.013.588.511-.269a44.1 44.1 0 0 1 8.16-3.244l1.024-.3-1.006-.348a18.834 18.834 0 0 0-6.171-1.112Zm49.378 1.143-.57.227.021.126c.1.561.177 1.122.235 1.668l.113 1.059.519-.927c.125-.217.254-.458.406-.759l.085-.174-.106-.164a52.735 52.735 0 0 0-.633-.952Zm-2.615-3.275-.309.079a26.306 26.306 0 0 0-2.986 1l-.522.209.43.365a46.814 46.814 0 0 1 3.974 3.841l.712.776-.127-1.044a24.493 24.493 0 0 0-1.072-4.93ZM45.39 15.279v.395a.3.3 0 0 0 0 .055c.023.478.068.975.133 1.478l.063.522.45-.275c.551-.337 1.123-.68 1.749-1.048l.335-.2-.244-.306-.047-.057-.022-.027-.063-.074-.078-.086-.116-.021a60.913 60.913 0 0 0-1.775-.3l-.388-.059Zm9.417-1.535v.223l-.013.006c-.572.261-1.186.555-1.933.925l-1.055.54.831.234A45.407 45.407 0 0 1 58.1 17.6l.118.051.351-.512-.092-.092a45.604 45.604 0 0 0-3.329-3.033l-.344-.275ZM25.729 15.65l-.386.069-.1.019-.226.043-.1.019h-.024l-.132.025-1.078.2.791.456c.269.156.524.308.777.464l.549.344-.031-.649v-.072c0-.09-.005-.179-.008-.268v-.032l-.008-.234-.015-.394Zm-12.55-2.535h.011A21.537 21.537 0 0 1 22 15.208l.106.049.116-.028.521-.117.176-.04.3-.068.073-.092c.815-1 1.656-1.963 2.5-2.853l.08-.085.01-.111a19.773 19.773 0 0 1 2.058-7.192l.274-.513-.584.015c-.754.018-1.515.061-2.264.128a32.13 32.13 0 0 0-4.559.736h-.017l-.016.007a34.31 34.31 0 0 0-4.584 2.717l-.027.022a29.438 29.438 0 0 0-3.54 4.814l-.312.526.609-.013ZM47.117 8.7l-.17.244a8.435 8.435 0 0 0-1.207 2.724l-.049.187.135.135c.791.8 1.586 1.663 2.362 2.563l.08.084.112.021c.59.117 1.155.237 1.681.357l.127.031.116-.064c.736-.4 1.428-.76 2.057-1.076.458-.229.837-.412 1.147-.562l.5-.241-.443-.336a46.7 46.7 0 0 0-4.577-3.044 43.84 43.84 0 0 0-1.606-.888ZM35.733 5.6l-.166.092a38.219 38.219 0 0 0-8.532 6.684l-.09.086-.01.127v.028c0 .058-.008.117-.014.179l-.011.165v.028c-.02.3-.035.607-.046.939l-.02.409.408-.058a68.607 68.607 0 0 1 8.178-.679c.46-.013.963-.02 1.539-.02a61.548 61.548 0 0 1 6.952.391l.353.042.026-.353c.031-.427.081-.853.149-1.265l.031-.176-.13-.124a44.537 44.537 0 0 0-4.763-4.045A36.113 36.113 0 0 0 35.9 5.693Zm17 .322a6.963 6.963 0 0 0-3.345.847 7.819 7.819 0 0 0-1.116.743l-.395.321.45.241c.436.237.836.462 1.224.687A48.465 48.465 0 0 1 55 12.468l.156.125.189-.079a31.768 31.768 0 0 1 3.4-1.248l.516-.154-.361-.4a41.323 41.323 0 0 0-2.257-2.335l-.014-.013a34.474 34.474 0 0 0-3.711-2.42l-.035-.02h-.15ZM39.089 5.6l-.259.572.11.073c.436.292.861.589 1.3.908a44.51 44.51 0 0 1 4.15 3.439l.379.355.174-.49a9.586 9.586 0 0 1 .942-1.937l.215-.32-.353-.167a41.879 41.879 0 0 0-6.528-2.4l-.13-.035ZM29.53 4.174l-.106.165a16.179 16.179 0 0 0-2.065 5.3l-.218 1.047.783-.728a38.65 38.65 0 0 1 6.091-4.638l.539-.33-.573-.269c-.14-.065-.28-.127-.419-.189l-.016-.007-.055-.025-.044-.023-.054-.006a39.146 39.146 0 0 0-3.67-.29Zm14.776-1.652h-.033a23.06 23.06 0 0 0-3.127.735c-.622.194-1.223.4-1.787.623l-.955.372.992.272a42.9 42.9 0 0 1 7.225 2.681l.214.1.173-.168a8.42 8.42 0 0 1 1.849-1.356 8.255 8.255 0 0 1 1.788-.715l.413-.11-.388-.183c-.408-.192-.827-.38-1.248-.557a34.389 34.389 0 0 0-5.085-1.7l-.031-.007ZM36 1.519a35.415 35.415 0 0 0-4.332.266l-.046.007-.035.03c-.06.051-.117.1-.176.154l-.439.394.56.183a26.78 26.78 0 0 1 2.164.821l.044.02.048.006c.918.122 1.838.275 2.733.454l.112.021.1-.049A28.528 28.528 0 0 1 40.819 2.2l.105-.033-.024-.305a35.184 35.184 0 0 0-4.9-.343Z\"/><g data-name=\"Group 154\"><path data-name=\"Path 4\" d=\"M112.234 33a10.536 10.536 0 0 1-3.353 7.012 10.99 10.99 0 0 1-7.5 2.468 10.091 10.091 0 0 1-8.133-3.639q-3.058-3.639-3.058-9.736v-2.753a16.316 16.316 0 0 1 1.422-7.026 10.651 10.651 0 0 1 4.042-4.652 11.254 11.254 0 0 1 6.058-1.623 10.348 10.348 0 0 1 7.316 2.552 10.662 10.662 0 0 1 3.206 7.051h-3.8a8.228 8.228 0 0 0-2.134-4.971 6.457 6.457 0 0 0-4.593-1.539 6.756 6.756 0 0 0-5.67 2.682q-2.055 2.677-2.055 7.618v2.771a12.633 12.633 0 0 0 1.947 7.421 6.292 6.292 0 0 0 5.448 2.756 7.267 7.267 0 0 0 4.829-1.426q1.682-1.426 2.232-4.966Zm3.619-1.75a12.57 12.57 0 0 1 1.229-5.624 9.17 9.17 0 0 1 3.423-3.857 9.316 9.316 0 0 1 5.005-1.357 8.975 8.975 0 0 1 7.032 3.014 11.577 11.577 0 0 1 2.685 8v.256a12.679 12.679 0 0 1-1.19 5.576 9.035 9.035 0 0 1-3.4 3.845 9.423 9.423 0 0 1-5.088 1.377 8.952 8.952 0 0 1-7.011-3.009 11.519 11.519 0 0 1-2.685-7.966Zm3.658.433a9.1 9.1 0 0 0 1.643 5.683 5.256 5.256 0 0 0 4.4 2.144 5.224 5.224 0 0 0 4.406-2.173 9.956 9.956 0 0 0 1.628-6.088 9.088 9.088 0 0 0-1.662-5.674 5.283 5.283 0 0 0-4.416-2.173 5.225 5.225 0 0 0-4.347 2.143 9.882 9.882 0 0 0-1.652 6.137Zm24.231 10.4h-3.638V11.876h3.639Zm9.775 0h-3.638V11.876h3.639Zm14.653.393a9.3 9.3 0 0 1-7.041-2.842 10.549 10.549 0 0 1-2.714-7.6v-.667a12.77 12.77 0 0 1 1.21-5.655 9.436 9.436 0 0 1 3.383-3.894 8.505 8.505 0 0 1 4.71-1.406 7.97 7.97 0 0 1 6.451 2.734q2.3 2.734 2.3 7.828v1.514h-14.415a7.565 7.565 0 0 0 1.839 5.084 5.78 5.78 0 0 0 4.475 1.937 6.337 6.337 0 0 0 3.265-.787 8.2 8.2 0 0 0 2.341-2.085l2.224 1.732a8.936 8.936 0 0 1-8.027 4.111Zm-.452-19.074a4.853 4.853 0 0 0-3.7 1.6 7.791 7.791 0 0 0-1.849 4.494h10.66v-.27a6.93 6.93 0 0 0-1.492-4.3 4.569 4.569 0 0 0-3.619-1.524Zm21.5 16.108a5.241 5.241 0 0 0 3.4-1.18 4.152 4.152 0 0 0 1.613-2.95h3.442a6.6 6.6 0 0 1-1.259 3.481 8.29 8.29 0 0 1-3.1 2.636 8.938 8.938 0 0 1-4.1.983 8.767 8.767 0 0 1-6.913-2.9q-2.567-2.9-2.567-7.936v-.61a12.812 12.812 0 0 1 1.142-5.528 8.689 8.689 0 0 1 3.275-3.757 9.3 9.3 0 0 1 5.047-1.337 8.535 8.535 0 0 1 5.95 2.144 7.662 7.662 0 0 1 2.525 5.57h-3.442a5.014 5.014 0 0 0-1.564-3.4 4.864 4.864 0 0 0-3.469-1.324 5.093 5.093 0 0 0-4.3 2 9.375 9.375 0 0 0-1.524 5.773v.688a9.189 9.189 0 0 0 1.515 5.663 5.117 5.117 0 0 0 4.327 1.984Zm17.48-23.858v5.153h3.973v2.813h-3.973v13.214a2.954 2.954 0 0 0 .531 1.92 2.235 2.235 0 0 0 1.809.64 8.809 8.809 0 0 0 1.731-.236v2.933a10.611 10.611 0 0 1-2.793.391 4.532 4.532 0 0 1-3.678-1.475 6.337 6.337 0 0 1-1.239-4.189v-13.2h-3.871v-2.811h3.875v-5.153Zm12.177 26.434h-3.638V20.805h3.639Zm-3.933-26.925a2.172 2.172 0 0 1 .541-1.495 2.031 2.031 0 0 1 1.6-.61 2.062 2.062 0 0 1 1.613.61 2.149 2.149 0 0 1 .551 1.495 2.078 2.078 0 0 1-.549 1.475 2.1 2.1 0 0 1-1.613.59 2.067 2.067 0 0 1-1.6-.59 2.1 2.1 0 0 1-.543-1.475Zm16.777 21.989 5.271-16.344h3.717l-7.631 21.28h-2.778l-7.705-21.281h3.717Zm11.231-5.9a12.57 12.57 0 0 1 1.229-5.624 9.17 9.17 0 0 1 3.419-3.857 9.316 9.316 0 0 1 5.006-1.357 8.975 8.975 0 0 1 7.034 3.014 11.577 11.577 0 0 1 2.685 8v.256a12.679 12.679 0 0 1-1.19 5.576 9.035 9.035 0 0 1-3.4 3.845 9.423 9.423 0 0 1-5.084 1.377 8.952 8.952 0 0 1-7.012-3.009 11.519 11.519 0 0 1-2.685-7.966Zm3.658.433a9.1 9.1 0 0 0 1.642 5.684 5.565 5.565 0 0 0 8.8-.03 9.956 9.956 0 0 0 1.632-6.087 9.088 9.088 0 0 0-1.66-5.675 5.284 5.284 0 0 0-4.416-2.173 5.225 5.225 0 0 0-4.346 2.143 9.882 9.882 0 0 0-1.652 6.137Z\"/><path data-name=\"Path 3\" d=\"M92.892 61.213v-1.335h2.2a1.186 1.186 0 0 0 .92-.361 1.222 1.222 0 0 0 .331-.854 1.306 1.306 0 0 0-.144-.614 1.071 1.071 0 0 0-.426-.441 1.343 1.343 0 0 0-.68-.162h-2.2v-1.321h2.021a1.237 1.237 0 0 0 .812-.253.925.925 0 0 0 .307-.758.94.94 0 0 0-.307-.77 1.237 1.237 0 0 0-.812-.253h-2.021v-1.335h2.214a2.96 2.96 0 0 1 1.414.307 2.121 2.121 0 0 1 .86.806 2.137 2.137 0 0 1 .289 1.089 1.875 1.875 0 0 1-.441 1.245 2.591 2.591 0 0 1-1.281.776l.072-.529a2.84 2.84 0 0 1 1.45.872 2.2 2.2 0 0 1 .509 1.461 2.315 2.315 0 0 1-.329 1.225 2.384 2.384 0 0 1-.962.878 3.271 3.271 0 0 1-1.534.331Zm-1.2 0v-8.457h1.624v8.457Zm11.056-3.26-3.272-5.2h1.889l2.535 4.166h-1.083l2.538-4.162h1.865l-3.308 5.2Zm-.217 3.26v-4.138h1.648v4.138Zm10.177 0v-8.457h1.636v8.457Zm5.305 0v-8.457h1.636v8.457Zm-4.273-3.645v-1.443h4.728v1.443Zm8.839 3.645v-8.457h1.639v8.457Zm6.857.12a4.019 4.019 0 0 1-1.75-.349 3.981 3.981 0 0 1-1.314-1.046l1.082-1.082a2.735 2.735 0 0 0 .866.764 2.47 2.47 0 0 0 1.2.271 1.808 1.808 0 0 0 1.02-.253.8.8 0 0 0 .379-.7.9.9 0 0 0-.217-.626 1.787 1.787 0 0 0-.571-.404 6.489 6.489 0 0 0-.782-.31q-.427-.138-.854-.318a3.581 3.581 0 0 1-.782-.451 2 2 0 0 1-.571-.7 2.372 2.372 0 0 1-.217-1.077 2.255 2.255 0 0 1 .373-1.311 2.386 2.386 0 0 1 1.023-.833 3.577 3.577 0 0 1 1.468-.289 3.662 3.662 0 0 1 1.564.325 3.341 3.341 0 0 1 1.143.842l-1.084 1.088a2.62 2.62 0 0 0-.764-.6 1.976 1.976 0 0 0-.884-.192 1.589 1.589 0 0 0-.89.217.706.706 0 0 0-.325.626.765.765 0 0 0 .217.565 1.857 1.857 0 0 0 .571.373q.355.156.782.3t.854.325a3.215 3.215 0 0 1 .782.469 2.118 2.118 0 0 1 .571.74 2.561 2.561 0 0 1 .217 1.111 2.256 2.256 0 0 1-.83 1.853 3.508 3.508 0 0 1-2.274.673Zm7.35-.12v-8.276h1.648v8.276Zm-2.695-7v-1.457h7.038v1.452Zm12.84 7.133a4.4 4.4 0 0 1-1.726-.338 4.326 4.326 0 0 1-1.4-.932 4.326 4.326 0 0 1-.932-1.4 4.372 4.372 0 0 1-.333-1.709 4.352 4.352 0 0 1 .331-1.7 4.279 4.279 0 0 1 .926-1.383 4.262 4.262 0 0 1 1.389-.926 4.428 4.428 0 0 1 1.72-.331 4.46 4.46 0 0 1 1.732.331 4.262 4.262 0 0 1 1.389.926 4.343 4.343 0 0 1 .932 1.389 4.328 4.328 0 0 1 .339 1.706 4.328 4.328 0 0 1-.337 1.708 4.343 4.343 0 0 1-.932 1.389 4.361 4.361 0 0 1-1.383.932 4.315 4.315 0 0 1-1.715.338Zm-.024-1.528a2.707 2.707 0 0 0 1.42-.361 2.545 2.545 0 0 0 .944-1 3.1 3.1 0 0 0 .343-1.49 3.255 3.255 0 0 0-.192-1.143 2.6 2.6 0 0 0-.553-.9 2.474 2.474 0 0 0-.854-.583 2.865 2.865 0 0 0-1.107-.2 2.727 2.727 0 0 0-1.4.355 2.49 2.49 0 0 0-.95.992 3.077 3.077 0 0 0-.343 1.48 3.3 3.3 0 0 0 .2 1.167 2.63 2.63 0 0 0 .553.9 2.439 2.439 0 0 0 .854.577 2.845 2.845 0 0 0 1.085.206Zm8.1-2.141v-1.276h1.961a1.32 1.32 0 0 0 .932-.307 1.1 1.1 0 0 0 .331-.848 1.119 1.119 0 0 0-.331-.824 1.261 1.261 0 0 0-.932-.331h-1.965v-1.335h2.106a3.1 3.1 0 0 1 1.438.319 2.39 2.39 0 0 1 .962.872 2.371 2.371 0 0 1 .343 1.275 2.386 2.386 0 0 1-.343 1.294 2.314 2.314 0 0 1-.968.854 3.268 3.268 0 0 1-1.456.307Zm-1.2 3.537v-8.458h1.636v8.457Zm4.62 0-2.798-3.658 1.5-.469 3.272 4.126Zm4.114 0v-8.458h1.636v8.457Zm8.493.12a4.428 4.428 0 0 1-1.72-.331 4.262 4.262 0 0 1-1.389-.926 4.108 4.108 0 0 1-.914-1.389 4.542 4.542 0 0 1-.326-1.709 4.542 4.542 0 0 1 .319-1.708 4.044 4.044 0 0 1 .914-1.383 4.412 4.412 0 0 1 1.383-.926 4.346 4.346 0 0 1 1.726-.337 4.477 4.477 0 0 1 1.78.331 4.416 4.416 0 0 1 1.359.908l-1.105 1.106a2.424 2.424 0 0 0-.854-.6 2.974 2.974 0 0 0-1.179-.217 2.828 2.828 0 0 0-1.077.2 2.417 2.417 0 0 0-.848.577 2.584 2.584 0 0 0-.553.9 3.3 3.3 0 0 0-.193 1.149 3.291 3.291 0 0 0 .192 1.155 2.6 2.6 0 0 0 .553.9 2.488 2.488 0 0 0 .848.583 2.755 2.755 0 0 0 1.077.2 3.121 3.121 0 0 0 1.221-.217 2.344 2.344 0 0 0 .86-.614l1.107 1.107a4.2 4.2 0 0 1-1.371.914 4.708 4.708 0 0 1-1.817.327Zm10.2-.12v-1.456h2.145a2.886 2.886 0 0 0 1.432-.343 2.416 2.416 0 0 0 .956-.968 3.033 3.033 0 0 0 .343-1.48 2.905 2.905 0 0 0-.349-1.45 2.467 2.467 0 0 0-.962-.962 2.861 2.861 0 0 0-1.42-.347h-2.186v-1.452h2.214a4.733 4.733 0 0 1 1.738.313 4.2 4.2 0 0 1 1.4.884 4.061 4.061 0 0 1 .926 1.341 4.221 4.221 0 0 1 .326 1.685 4.265 4.265 0 0 1-.331 1.69 4.088 4.088 0 0 1-.92 1.347 4.135 4.135 0 0 1-1.389.884 4.7 4.7 0 0 1-1.726.313Zm-1.119 0v-8.458h1.636v8.457Zm9.564 0 3.4-8.458h1.335l3.392 8.457h-1.744l-2.622-6.941h.6l-2.661 6.941Zm1.8-1.576v-1.372h4.547v1.372Zm9.624 1.576v-8.277h1.648v8.276Zm-2.695-7v-1.458h7.038v1.452Zm7.651 7 3.4-8.457h1.34l3.392 8.457h-1.744l-2.622-6.942h.6l-2.658 6.941Zm1.8-1.576v-1.372h4.547v1.372Z\" opacity=\".84\"/></g></g></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p2c0vd\",\"data-framer-name\":\"logo\",fill:\"black\",intrinsicHeight:72,intrinsicWidth:262,layoutDependency:layoutDependency,layoutId:\"UJyuWayLc\",svg:'<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0\" y=\"0\" viewBox=\"0 0 262.3 72\" style=\"enable-background:new 0 0 262.3 72\" xml:space=\"preserve\"><style>.st0{fill:#1976d2}</style><g id=\"Group_155\" transform=\"translate(-218 -106.149)\"><path id=\"Subtraction_14\" class=\"st0\" d=\"M254 178.1c-19.9 0-36-16.1-36-36s16.1-36 36-36 36 16.1 36 36-16.1 36-36 36zm-6.4-2.4-.1.3c2.1.4 4.3.6 6.5.6 4.6 0 9.2-.9 13.4-2.7v-.1h.2c.7-.3 1.4-.6 2-.9l.1-.1-.2-.4h-.1c-.8.2-1.6.4-2.5.6-.5.1-.9.2-1.3.2h-.1v.7h1.1c-1.1.4-2.1.8-3.2 1.1v-.1h-.1c-1-.1-2.1-.3-3.1-.6h-.2l-.1.1c-.5.6-1.1 1.1-1.7 1.5l-.1.1v.1c-1 .1-1.9.2-2.9.2 1.2-.5 2.3-1.2 3.2-2l.4-.4-.5-.2c-.7-.2-1.3-.5-2-.8h-.1l-2.7-.6h-.1l-.1.1c-2 1-4.1 1.7-6.2 2.2l-1.2.2 1.1.4c1.1.4 2.3.7 3.5 1-1-.2-2-.3-2.9-.5zm-3.9-6.9-.2.2c-.3.4-.7.8-1.1 1.1-.5.4-1.1.7-1.8.9l-.6.2.5.4c1 .8 2.1 1.5 3.3 2.1h.2c2.3-.2 4.6-.7 6.8-1.6l.9-.4-.9-.3c-2.3-.7-4.6-1.6-6.9-2.6h-.2zm-7 2.6.9.7c.6.5 1.3.9 1.9 1.3h.2c.2 0 .4.1.6.1h.1l.2-.6-.1-.1c-.6-.4-1.3-.9-1.8-1.4l-.1-.1h-.7l-1.2.1zm31.1-10.9h-.1l-.2.1-.1.1c-1 1.3-2.2 2.5-3.3 3.7l-.1.1v.1c-.2 1.9-.7 3.8-1.4 5.6-.3.6-.5 1.2-.9 1.7l-.3.5h.7c1.6 0 3.1-.1 4.7-.4 3.5-.6 6.8-2 9.6-4h.1v-.1c.9-1.6 1.5-3.3 1.9-5l.1-.4h-1.9c-2.9-.2-5.9-.8-8.8-2zm-5 5.1-.8.7c-1.9 1.7-4 3.2-6.2 4.6l-.5.3.6.3c.2.1.4.2.7.3h.1c1.1.2 2.3.3 3.4.4h.2l.1-.2c.5-.8 1-1.6 1.3-2.5.4-1 .7-2 1-3l.1-.9zm-17.2-3.6v.4c0 .5 0 1-.1 1.5v.2l.1.1c1.1 1.1 2.3 2.2 3.5 3.1 1.5 1.2 3.1 2.3 4.8 3.3l.2.1.2-.1c3.2-1.8 6.1-4 8.7-6.5l.1-.1v-.1c.1-.6.1-1.3.1-1.9v-.4l-.4.1c-2.1.4-4.3.7-6.7.9h-1.9c-2.7 0-5.4-.2-8.1-.5l-.5-.1zm-13.3 2.4-.2.1c-.4.1-.8.2-1 .3l-.5.1.3.4c1.2 1.5 2.5 3 3.9 4.3l.1.1h.1c.4.1.8.3 1.2.4l1.1.3-.8-.8c-1.5-1.5-2.8-3.1-4-4.9l-.2-.3zm2.6-1-.2.1c-.3.1-.7.3-.9.4l-.4.2.2.4c1.5 2.1 3.2 4.1 5.1 5.8l.1.1h.2c1-.1 1.9-.5 2.7-1.1.2-.2.4-.3.6-.5l.3-.3-.4-.2c-2.5-1.3-4.9-2.9-7.2-4.6l-.1-.3zm10.3 1.9-.2.5c-.2.6-.4 1.1-.6 1.7l-.2.3.3.1c1.8.8 3.6 1.5 5.4 2.1h.1l.3-.6-.1-.1c-.6-.5-1.3-.9-1.9-1.4-.9-.8-1.9-1.6-2.8-2.4l-.3-.2zm-5.3-4.3-.1.1c-.6.3-1.3.7-2 1.1l-1.2.6-.5.2.5.3c2 1.5 4.2 2.9 6.5 4.1l.3.2.2-.3c.4-.8.7-1.7.8-2.6v-.2l-.1-.1c-.9-.9-1.8-1.9-2.6-2.9l-.1-.1h-.1c-.4-.1-.8-.2-1.4-.3l-.2-.1zm43 .1-.5.2c-.7.3-1.5.6-2.3.7h-.2v.2c-.2.9-.5 1.9-.8 2.8v.1l.5.3.1-.1c1.1-1.2 2.1-2.5 3.1-3.9l.1-.3zm-56.8-.5-.2.7c-.1.2-.1.4-.1.6v.2c.5.7 1 1.4 1.6 2.1v.1h.9l-.1-.4v-.1c-.5-.6-.9-1.4-1.4-2.1l-.7-1.1zm2.7-2.4-.6.2v.1c.1 1.5.4 2.9.7 4.4v.1c.1.2.3.4.5.7l.2.3h.2c.4-.1.8-.2 1.3-.3l.4-.1-.2-.4c-.9-1.5-1.8-3.1-2.5-4.8v-.2zm3.6 3.1-.5.4.1.1c.2.4.4.7.6 1l.1.2 1.2-.4-.4-.4c-.3-.3-.7-.6-1-.8l-.1-.1zm-.6-2.9-.3.5.1.1c1 1 2.2 2 3.3 2.9l.2.1.2-.1c.7-.3 1.3-.6 2-.9h.2l.9-.4-.9-.2c-1.8-.5-3.6-1.1-5.4-1.9l-.3-.1zm23.8-7.7-.3.2c-3.4 2.5-6.7 4.8-9.9 6.8l-.2.1v.2c.1.6.2 1.2.2 1.8v.9h.3c2.7.3 5.5.5 8.2.5h1.8c2.4-.3 4.7-.6 6.9-1l.3-.1v-.3c0-.8-.1-1.5-.2-2.2v-.1l-.1-.1c-2.6-1.9-5-4.2-7-6.7zm23.7 5.8-.5.2c-2.6 1.2-5.2 2.2-8 2.9l-1.1.3 1.1.3c1.9.6 3.9.8 5.9.8.5 0 1 0 1.5-.1h.7v-.3c.2-1.2.3-2.5.4-3.7v-.4zm7.8-5.9c-1.4 1.7-3.1 3.1-4.9 4.3-.5.3-1.1.7-1.6 1l-.2.1v.2c0 1.4-.1 2.8-.3 4.2l-.1.5.5-.1c1.4-.4 2.6-1.1 3.7-2 .6-1 1.1-2.1 1.5-3.2.7-1.6 1.2-3.2 1.6-4.8l-.2-.2zm-64.3 6.3.1.3c.5 1.1 1.1 2.2 1.8 3.3l.2.3.1-.3c.1-.3.2-.5.3-.8l.1-.2-.1-.1-1.2-2.1-.1-.3h-.2c-.2 0-.5 0-.7-.1h-.3zm21.4 1.6-.4.3c-.6.4-1.1.7-1.6 1l-.8.5.9.2 1.8.3.4.1v-.7c0-.3-.1-.6-.1-1l-.2-.7zm19.9 0v1.6l.4-.1c.2 0 .3-.1.5-.1h.2l.9-.2-.8-.4c-.2-.1-.4-.2-.7-.4l-.5-.4zm-27.2-3.3-.2.1c-1.6.4-3.1.7-4.5 1h-.6l-1.2.2 1 .5c2.6 1.1 5.2 2 8 2.7l.9.2-.6-.8c-.9-1.2-1.8-2.4-2.7-3.7l-.1-.2zm39.7-10.8v.2l-.1.1c-1.3 3.3-2.9 6.6-4.7 9.6-.8 1.4-1.7 2.7-2.6 4l-.6.8.9-.2c3.3-.8 6.5-2 9.5-3.5l.2-.1v-.2c-.1-3.4-.5-6.7-1.4-10v-.2l-.2-.1c-.2-.1-.4-.2-.7-.3l-.3-.1zm-33.6 9.2-.3.1-4.2 1.2-.5.1.3.4c.8 1.2 1.7 2.4 2.5 3.4l.2.2.3-.1c.8-.5 1.7-1 2.5-1.5l.2-.1v-.2c-.2-1.1-.5-2.1-.8-3.2l-.2-.3zm29.3-12.1-.2.1c-3.2 1.7-6.8 3.4-10.5 5l-.3.1.1.3c1.2 3.2 2 6.4 2.5 9.8v.1l.1.1c1 .7 2 1.3 3.1 1.8l.2.1.2-.2c1.2-1.6 2.3-3.2 3.3-5 1.8-3.1 3.4-6.3 4.7-9.7l.1-.3-.3-.1c-1.1-.6-2.1-1.3-3-2.1zm-18.6 8.4h-.1c-3.1 1.2-6.2 2.3-9.2 3.2l-.3.1.1.3c.3.9.5 1.8.7 2.6l.1.5.4-.3c2.8-1.7 5.6-3.7 8.5-5.9l.1-.1-.3-.4zm6.5-2.6-.3.1h-.1l-.2.1-.2.2c-.8.7-1.7 1.4-2.7 2.1l-.3.2.2.3c1.6 1.9 3.4 3.7 5.3 5.3l.7.6-.2-.9c-.5-2.6-1.2-5.2-2.1-7.6l-.1-.4zm-35.7 7-.5.4.2.4c.1.1.1.2.2.3l.1.1v.1c0 .1.1.1.1.2l.1.2h2.1l-.9-.6c-.5-.3-.9-.6-1.3-.9l-.1-.2zm-2.9-2.2-.4.5v.3c.3.9.6 1.8 1 2.7v.1h.1c.1 0 .2.1.4.1l.7.1-.3-.6c-.4-.8-.8-1.7-1.2-2.6l-.3-.6zm12.1-2.2-.3.4c-.9 1-1.7 2-2.5 2.9-.5.6-1 1.2-1.4 1.8l-.5.7.8-.1c.7-.1 1.5-.2 2.2-.4 1.2-.2 2.5-.5 3.8-.8l.5-.1-.3-.4c-.7-1.1-1.4-2.3-2.1-3.5l-.2-.5zm-2.5-5.2-.3.2c-.3.2-.6.4-.8.5l-.2.1v.1c-.8 2.6-1.3 5.3-1.5 8l-.1 1.2.7-.9c.4-.5.7-.9 1.1-1.4.9-1.1 1.9-2.3 3-3.4l.2-.2-.1-.2c-.6-1.1-1.1-2.3-1.7-3.6l-.3-.4zm48 .7.1.5c.6 2.7 1 5.4 1.1 8.2v.6l.5-.3c.2-.1.4-.3.7-.4 2.7-1.6 4.8-3.9 6.4-6.6v-.2c0-1-.2-2.1-.3-3.1l-.1-.6-.5.4c-.3.2-.5.5-.8.7-1.2.9-2.7 1.3-4.2 1.2-.8 0-1.6-.1-2.4-.3l-.5-.1zm-40.7-.4-.3.3c-1.3 1.2-2.5 2.4-3.5 3.6l-.2.2.1.2c.8 1.6 1.8 3.1 2.7 4.5l.1.2.2-.1c1.5-.4 3-.8 4.7-1.3l.3-.1-.1-.3c-.4-1.2-1-2.3-1.6-3.5-.7-1.2-1.4-2.3-2.2-3.4l-.2-.3zm-15.1 5.3-.3.3-.3.3-.2.2.2.2c.3.3.7.7 1.1 1l.1.1.5-.4-.1-.1c-.2-.4-.5-.7-.8-1.2l-.2-.4zm2.1-1.8-.4.3c-.2.2-.4.4-.6.5l-.2.2.1.2 1.5 2.4.1.1.6-.3v-.1c-.3-.9-.6-1.9-.8-2.9l-.3-.4zm21.5-11.2-.2.2c-2.6 2.1-5 4.3-7.3 6.5l-.2.2.2.2c.9 1.2 1.7 2.4 2.5 3.7.6 1.2 1.2 2.4 1.7 3.7l.1.3.3-.1c3.1-1 6.3-2.1 9.5-3.3l.4-.2-.3-.4c-1.8-2.5-3.4-5.1-4.9-7.8-.5-1-1-1.9-1.4-2.9l-.1-.2-.3.1zm-25.7 9-.5.2v.1c.3.9.6 1.9.9 2.9l.2.5.4-.4.2-.2.3-.2-.1-.2c-.2-.3-.3-.6-.5-1-.3-.6-.5-1.1-.7-1.6h-.2v-.1zm7.1.1-.7.5c-.3.2-.6.4-1 .7l-.2.1.1.2c.2.7.3 1.3.5 1.8v.1h.6v-.1c.2-.8.3-1.7.5-2.5l.2-.8zm-3.9-8.7-.5.2c-.2.1-.5.2-.7.3-.9.5-1.7 1.2-2.4 2.1l-.1.1v.1c.5 2.4 1.3 4.8 2.4 7l.1.2s0 .1.1.1v.1l.2.5.3-.3c.3-.2.6-.4 1.1-.8l.2-.1v-.2c-.5-2.9-.7-5.9-.7-8.9v-.4zm28.8-3.6-.5.2-.2.1-1.1.4c-1.1.4-1.9.8-2.7 1.1-.1 0-.1.1-.2.1l-.4.3.1.2c.5 1.1 1 2.2 1.6 3.3 1.5 2.8 3.2 5.5 5.1 8.1l.2.2.2-.1c.4-.2.9-.4 1.4-.5 1-.4 1.7-.7 2.3-1l.2-.1h.1l.3-.3.2-.2-.1-.2c-1.6-4.1-3.7-7.9-6.3-11.4l-.2-.2zm-17.5 8-.2.1c-1.1.6-2.2 1.2-3.2 1.8l-.3.2.1.3c.4 1.1.9 2.1 1.4 3.2l.2.4.3-.4c1-1.1 2.1-2.2 3.3-3.3l.2-.2-.2-.2c-.5-.6-1-1.1-1.5-1.6l-.1-.3zm-9.1-4.7h-1v.3c-.1 2.8.1 5.6.6 8.3l.1.5.4-.3c.4-.3.7-.5 1-.7l.9-.6.1-.1v-.1c.3-1 .6-2.1 1-3.1v-.2c-.4-1.2-.7-2.4-1-3.5v-.2h-.2c-.6-.3-1.3-.3-1.9-.3zm37.5-7.2-.3.1c-3 .9-6.1 2-9.1 3.2l-.4.2.3.4c2.4 3.4 4.4 7 5.9 10.8l.2.4.4-.3c2.7-2.2 5.2-4.5 7.5-6.7l.2-.2-.2-.2c-1.1-1.4-2.1-2.8-2.9-4.3-.5-1-1-1.9-1.4-3l-.2-.4zm20.1 3.7-.3.3c-1.1.9-2.3 1.8-3.7 2.7-.4.3-.8.5-1.2.8l-.1.1v.1c-.3 1.1-.6 2.2-.9 3.2v.2c.3.9.6 1.8.8 2.7v.2l.2.1c1 .3 2.1.5 3.1.5 1.3 0 2.5-.3 3.5-1 .6-.4 1.1-1 1.5-1.6l.1-.1v-.1c-.4-1.5-.8-3-1.4-4.5-.4-1.1-.9-2.1-1.4-3.1l-.2-.5zm-14.8 5-.2.2c-1.5 1.4-3.1 2.8-4.7 4.3l-.1.1.3.5.1-.1c2.1-1 4.1-2 6-3l.4-.2-.3-.3c-.5-.4-.9-.9-1.3-1.3l-.2-.2zm-26.6-.4-.1.1c-1.9.9-3.7 1.8-5.5 2.7l-.4.2.3.3c.4.4.8.8 1.1 1.2l.2.3.3-.2c1.4-1.3 2.9-2.7 4.4-4l.1-.1-.4-.5zm-10.9.5v.3l-.1.2c-.3.7-.5 1.3-.7 1.9v.2c.1.4.3.8.4 1.1l.1.4.3-.2c.9-.5 1.7-1 2.5-1.4l.4-.2-.4-.3c-.4-.4-.9-.7-1.4-1.1-.2-.2-.5-.3-.8-.5l-.3-.4zm44.1.4-.3.2c-.7.4-1.4.8-2 1.1l-.5.3.4.3c.6.5 1.3 1 2 1.4l.3.2.1-.4c.2-.4.3-.8.5-1.3v-.2c-.1-.4-.3-.8-.4-1.2l-.1-.4zm-35-16.3-.2.2c-1 1.3-1.9 2.6-2.8 4.1-2.1 3.3-3.9 6.8-5.5 10.3l-.1.3.3.2c.4.2.7.5 1.1.7.7.5 1.4 1 2 1.6l.2.2.2-.1c3.1-1.6 6.5-3.3 10-4.8l.3-.1-.1-.3c-1.3-3.3-2.1-6.8-2.5-10.3v-.2l-.1-.1c-.8-.6-1.6-1.1-2.5-1.5l-.3-.2zm32.8 11.3-.3.4c-.9 1-1.9 2-3 3.1l-.2.2.2.2c.5.6 1.1 1.2 1.7 1.7l.2.2.2-.1c1-.5 1.9-1.1 2.8-1.6l.3-.1-.1-.3c-.3-.7-.6-1.5-1-2.2-.1-.3-.3-.6-.5-1l-.3-.5zm-48.4-5.4-.7.6c-1.7 1.4-3.2 3-4.4 4.9v.2c0 1.2.1 2.4.2 3.5l.1.7.5-.5c.5-.5 1.1-.9 1.7-1.2.5-.3 1-.5 1.5-.6l.2-.1v-.2c.1-2.1.4-4.3.8-6.4l.1-.9zm53.8-.9-.7.9c-.2.3-.4.6-.5.7-.9 1.2-2 2.4-3.2 3.7l-.2.2.1.2c.3.5.5 1.1.8 1.6l.9 2.1.1.4.3-.2c.2-.1.5-.3.8-.5l.1-.1v-.1c.4-1.6.7-3.3 1-5l.3-2.7.2-1.2zm-39.2-5.6-.9.2c-3.6.9-7.1 2.3-10.4 4.1l-.2.1v.2c0 3.2.4 6.4 1.2 9.5v.2l.2.1c.4.1.8.3 1.2.5l.3.2.1-.3c1.6-3.6 3.4-7 5.5-10.3.7-1.2 1.5-2.4 2.4-3.6l.6-.9zm46 9.8-.5.5-.1.1-.2.2-.2.2.1.2c.6 1.2 1.1 2.4 1.6 3.6l.1.3.1.2.6-.2-.1-.2v-.2c-.4-1.4-.8-2.8-1.3-4.1l-.1-.6zm-15.6-3.9-.2.1c-1.4.4-3 .8-4.7 1.3l-.4.1.1.3c.4.9.8 1.8 1.3 2.7.8 1.4 1.7 2.8 2.7 4l.2.3.3-.3c1.2-1.1 2.3-2.3 3.4-3.5l.2-.2-.1-.2c-.8-1.5-1.7-3-2.6-4.5l-.2-.1zm-43.8 7.8c.5 0 1 0 1.5.1l.5.1-.1-.5c-.5-2.5-.9-5.1-1-7.7v-.8l-.6.6v.1c-.6 2.5-1 5.1-1.2 7.8v.4h.4c.1-.1.3-.1.5-.1zm53.7-8.5v1l-.3 3.3c-.1 1.1-.3 2.2-.6 3.3l-.2.8.7-.5c1.3-.9 2.5-1.8 3.5-2.6l.2-.2-.1-.2c-.8-1.4-1.7-2.8-2.6-4.1l-.6-.8zm-35.3-2 .1.9c.4 2.8 1.2 5.6 2.2 8.3l.1.3.4-.2h.1l.1-.1.3-.2.2-.1 2.7-2.1.3-.2-.2-.3c-1.7-2-3.6-3.9-5.7-5.6l-.6-.7zm17.7 0-.4.3c-2.8 1.8-5.7 3.8-8.6 6l-.1.1.3.6h.1c3.2-1.2 6.3-2.3 9.4-3.3l.3-.1-.1-.3c-.3-.9-.6-1.8-.8-2.7l-.1-.6zm16.1 1-.8.1c-.6.1-1.3.2-2 .3-1.2.2-2.6.5-4 .8l-.5.1.2.4c.7 1.1 1.4 2.3 2 3.5l.2.4.3-.4c1-1.1 1.9-2.2 2.7-3.2.4-.5.8-1 1.2-1.6l.7-.4zm5.1 3.2-.5.4.1.1c.3.4.5.9.8 1.3l.2.4.3-.3.1-.1.2-.2.2-.2-.2-.2c-.3-.4-.7-.7-1.1-1.1l-.1-.1zm-29-9.1h-1.5c-2.8.1-5.6.3-8.3.7h-.3v.3c0 .7.1 1.5.1 2.2v.2l.2.2c2.7 1.9 5.1 4.2 7.2 6.8l.2.2.3-.2c3.3-2.4 6.4-4.7 9.5-6.6l.2-.1v-.2l-.3-2.4v-.7h-.3c-2.3-.2-4.7-.4-7-.4zm-26.9-.1-.5.2c-.2.1-.5.2-.8.3-1.8 2.3-3.2 4.9-4.4 7.5-.3.7-.5 1.3-.8 2l.3.2c1.2-1.3 2.6-2.5 4.1-3.5l.1-.1v-.1c.5-1.9 1.2-3.8 2-5.7v-.8zm38.7 2.5-.3.1c-.8.5-1.7 1-2.6 1.6l-.2.1v.2c.2 1.1.5 2.2.9 3.2l.1.3.3-.1c1.4-.4 2.9-.8 4.3-1.2l.5-.1-.3-.4c-.8-1.2-1.7-2.4-2.6-3.6l-.1-.1zm16.2 3.2h-1.7l.9.6c.6.4 1.1.8 1.5 1.1l.1.1.5-.4-.1-.1c-.2-.3-.4-.7-.6-1.2l-.1-.2h-.2c-.1.1-.2.1-.3.1zm-14.8-4-.4.2.2.3c1 1.3 1.9 2.6 2.8 4l.1.2.2-.1c1.6-.4 3.2-.7 4.6-1 .3 0 .5-.1.8-.2l1.1-.2-1-.5c-2.7-1.2-5.5-2.2-8.3-2.9h-.1v.2zm-37-2c-.4 0-.9 0-1.3.1h-.2l-.1.2c-.2.5-.4.8-.6 1.2v.1c-.2 1-.3 2-.3 3v.9l.5-.3c2.6-1.4 5.3-2.4 8.2-3.2l1-.3-1-.3c-2-1-4.1-1.4-6.2-1.4zm49.4 1.1-.6.2v.1c.1.6.2 1.1.2 1.7l.1 1.1.5-.9c.1-.2.3-.5.4-.8l.1-.2-.1-.2c-.2-.3-.4-.6-.6-1zm-2.7-3.3-.3.1c-1 .3-2 .6-3 1l-.5.2.4.4c1.4 1.2 2.7 2.5 4 3.8l.7.8-.1-1c-.2-1.7-.5-3.3-1.1-4.9l-.1-.4zm-14.5 3.2v.5c0 .5.1 1 .1 1.5l.1.5.5-.3c.6-.3 1.1-.7 1.7-1l.3-.2-.2-.3v-.1l-.1-.1-.1-.1h-.1l-1.8-.3-.4-.1zm9.4-1.5v.2c-.6.3-1.2.6-1.9.9l-1.1.5.8.2c1.9.5 3.7 1.2 5.5 1.9l.1.1.4-.5-.1-.1c-1.1-1.1-2.2-2.1-3.3-3l-.4-.2zm-29.1 1.9-.4.1h-.5l-1.1.2.8.5c.3.2.5.3.8.5l.5.3v-1.2l-.1-.4zm-12.5-2.5c3.1.1 6.1.8 8.8 2.1h.2l.5-.1h.2l.3-.1.1-.1c.8-1 1.7-2 2.5-2.9l.1-.1v-.1c.2-2.5.9-4.9 2.1-7.2l.3-.5h-.6c-.8 0-1.5.1-2.3.1-1.5.1-3.1.4-4.6.7-1.6.8-3.1 1.7-4.6 2.7-1.3 1.5-2.5 3.1-3.5 4.8l-.3.5h.6l.2.2zm33.9-4.5-.2.2c-.6.8-1 1.8-1.2 2.7v.2l.1.1c.8.8 1.6 1.7 2.4 2.6l.1.1h.1c.6.1 1.2.2 1.7.4h.1l.1-.1c.7-.4 1.4-.8 2.1-1.1.5-.2.8-.4 1.1-.6l.5-.2-.4-.3c-1.5-1.1-3-2.1-4.6-3-.5-.3-1.1-.6-1.6-.9l-.3-.1zm-11.4-3.1-.2.1c-3.1 1.8-6 4.1-8.5 6.7l-.1.1v1.8l.4-.1c2.7-.4 5.4-.6 8.2-.7h1.5c2.3 0 4.6.1 7 .4h.4v-.4c0-.4.1-.9.1-1.3v-.2l-.1-.1c-1.5-1.5-3.1-2.8-4.8-4-1.2-.9-2.4-1.6-3.7-2.4l-.2.1zm17 .4c-1.2 0-2.3.3-3.3.8-.4.2-.8.5-1.1.7l-.4.3.4.2c.4.2.8.5 1.2.7 1.9 1.1 3.7 2.3 5.4 3.7l.2.1.2-.1c1.1-.5 2.2-.9 3.4-1.2l.5-.2-.4-.4c-.7-.8-1.5-1.6-2.3-2.3-1.2-.9-2.4-1.7-3.7-2.4l-.1.1zm-13.6-.4-.3.6.1.1c.4.3.9.6 1.3.9 1.5 1.1 2.8 2.2 4.2 3.4l.4.4.2-.5c.2-.7.6-1.3.9-1.9l.2-.3-.4-.2c-2.1-1-4.3-1.8-6.5-2.4l-.1-.1zm-9.6-1.4-.1.2c-1 1.6-1.7 3.4-2.1 5.3l-.2 1 .8-.7c1.9-1.7 3.9-3.3 6.1-4.6l.5-.3-.6-.3c-.1-.1-.3-.1-.4-.2h-.2c-1.2-.2-2.5-.3-3.7-.3l-.1-.1zm14.8-1.6c-1.1.2-2.1.4-3.2.7l-1.8.6-1 .4 1 .3c2.5.7 4.9 1.6 7.2 2.7l.2.1.2-.2c.6-.5 1.2-1 1.8-1.4.6-.3 1.2-.5 1.8-.7l.4-.1-.4-.2-1.2-.6c-1.5-.6-3.2-1.2-5-1.6zm-8.3-1c-1.4 0-2.9.1-4.3.3l-.2.2-.4.4.6.2c.7.2 1.5.5 2.2.8.9.1 1.8.3 2.7.5h.2c1.3-.6 2.7-1.2 4.1-1.6h.1v-.3c-1.7-.4-3.4-.5-5-.5z\"/><g id=\"Group_154\" transform=\"translate(308.186 118.025)\"><path id=\"Path_4\" class=\"st0\" d=\"M22 21.1c-.2 2.7-1.4 5.2-3.4 7-2.1 1.7-4.8 2.6-7.5 2.5C8 30.7 5 29.4 3 27c-2-2.5-3-5.7-3-9.8v-2.8c-.1-2.4.4-4.8 1.4-7 .9-1.9 2.3-3.5 4-4.7C7.2 1.6 9.3 1 11.5 1.1c2.7-.1 5.3.9 7.3 2.6 1.9 1.9 3.1 4.4 3.2 7.1h-3.8c-.1-1.9-.9-3.6-2.1-5-1.3-1.1-2.9-1.6-4.6-1.5-2.2-.1-4.3.9-5.6 2.6-1.4 1.8-2.1 4.3-2.1 7.6v2.8c-.1 2.6.5 5.2 1.9 7.4 1.2 1.8 3.3 2.8 5.4 2.8 1.7.1 3.4-.4 4.8-1.4 1.1-1 1.9-2.6 2.2-5H22zm3.7-1.7c0-1.9.4-3.9 1.2-5.6.7-1.6 1.9-2.9 3.4-3.9 1.5-.9 3.2-1.4 5-1.4 2.7-.1 5.3 1 7 3 1.9 2.2 2.8 5.1 2.7 8v.3c0 1.9-.4 3.8-1.2 5.6-.7 1.6-1.9 2.9-3.4 3.8-1.5.9-3.3 1.4-5.1 1.4-2.7.1-5.2-1-7-3-1.9-2.2-2.8-5.1-2.7-8v-.2zm3.6.4c-.1 2 .5 4 1.6 5.7 1 1.4 2.7 2.2 4.4 2.1 1.7.1 3.4-.8 4.4-2.2 1.2-1.8 1.8-3.9 1.6-6.1.1-2-.5-4-1.7-5.7-1-1.4-2.7-2.2-4.4-2.2-1.7 0-3.3.8-4.3 2.1-1.1 2-1.7 4.1-1.6 6.3zm24.3 10.4H50V0h3.6v30.2zm9.7 0h-3.6V0h3.6v30.2zm14.7.4c-2.6.1-5.2-.9-7-2.8-1.9-2.1-2.9-4.8-2.7-7.6v-.7c0-2 .4-3.9 1.2-5.7.7-1.6 1.9-2.9 3.4-3.9 1.4-.9 3-1.4 4.7-1.4 2.5-.1 4.8.9 6.5 2.7 1.5 1.8 2.3 4.4 2.3 7.8v1.5H71.9c0 1.9.6 3.7 1.8 5.1 1.1 1.3 2.8 2 4.5 1.9 1.1 0 2.3-.2 3.3-.8.9-.5 1.7-1.2 2.3-2.1l2.2 1.7c-1.7 2.9-4.8 4.5-8 4.3zm-.5-19.1c-1.4 0-2.8.6-3.7 1.6-1.1 1.3-1.7 2.8-1.8 4.5h10.7v-.3c0-1.6-.5-3.1-1.5-4.3-1-1-2.3-1.5-3.7-1.5zM99 27.6c1.2 0 2.4-.4 3.4-1.2.9-.7 1.5-1.8 1.6-2.9h3.4c-.1 1.3-.5 2.5-1.3 3.5-.8 1.1-1.9 2-3.1 2.6-1.3.6-2.7 1-4.1 1-2.6.1-5.2-.9-6.9-2.9-1.7-1.9-2.6-4.6-2.6-7.9v-.6c0-1.9.4-3.8 1.1-5.5.7-1.5 1.8-2.9 3.3-3.8 1.5-.9 3.3-1.4 5-1.3 2.2-.1 4.3.7 5.9 2.1 1.6 1.4 2.5 3.4 2.5 5.6H104c-.1-1.3-.6-2.5-1.6-3.4-.9-.9-2.2-1.4-3.5-1.3-1.7-.1-3.3.7-4.3 2-1.1 1.7-1.7 3.7-1.5 5.8v.6c-.1 2 .4 4 1.5 5.7 1.1 1.3 2.7 2 4.4 1.9zm17.5-23.8V9h4v2.8h-4V25c-.1.7.1 1.4.5 1.9.5.5 1.1.7 1.8.6.6 0 1.2-.1 1.7-.2v2.9c-.9.3-1.8.4-2.8.4-1.4.1-2.7-.4-3.7-1.5-.9-1.2-1.3-2.7-1.2-4.2V11.7H109V8.9h3.9V3.8h3.6zm12.2 26.4h-3.6V8.9h3.6v21.3zm-3.9-26.9c0-.5.2-1.1.5-1.5.4-.4 1-.7 1.6-.6.6 0 1.2.2 1.6.6.4.4.6.9.6 1.5 0 .5-.2 1.1-.5 1.5-.4.4-1 .6-1.6.6-.6 0-1.2-.2-1.6-.6-.5-.4-.7-1-.6-1.5zm16.7 22L146.8 9h3.7l-7.6 21.3h-2.8L132.4 9h3.7l5.4 16.3zm11.3-5.9c0-1.9.4-3.9 1.2-5.6.7-1.6 1.9-2.9 3.4-3.9 1.5-.9 3.2-1.4 5-1.4 2.7-.1 5.3 1 7 3 1.9 2.2 2.8 5.1 2.7 8v.3c0 1.9-.4 3.8-1.2 5.6-.7 1.6-1.9 2.9-3.4 3.8-1.5.9-3.3 1.4-5.1 1.4-2.7.1-5.2-1-7-3-1.9-2.2-2.8-5.1-2.7-8l.1-.2zm3.6.4c-.1 2 .5 4 1.6 5.7 1.9 2.4 5.4 2.9 7.8 1 .4-.3.7-.6 1-1 1.2-1.8 1.8-3.9 1.6-6.1.1-2-.5-4-1.7-5.7-1-1.4-2.7-2.2-4.4-2.2-1.7 0-3.3.8-4.3 2.1-1.1 1.9-1.7 4-1.6 6.2z\"/><path id=\"Path_3\" d=\"M2.7 49.3V48h2.2c.3 0 .7-.1.9-.4.2-.2.3-.5.3-.9 0-.2 0-.4-.1-.6-.1-.2-.2-.3-.4-.4-.2-.1-.4-.2-.7-.2H2.7v-1.3h2c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3h-2v-1.3h2.2c.5 0 1 .1 1.4.3.4.4.7.6.9 1 .2.3.3.7.3 1.1 0 .5-.1.9-.4 1.2-.3.4-.8.6-1.3.8l.1-.5c.6.1 1.1.4 1.5.9.3.4.5.9.5 1.5 0 .4-.1.9-.3 1.2-.2.4-.6.7-1 .9-.5.2-1 .3-1.5.3l-2.4-.1zm-1.2 0v-8.5h1.6v8.5H1.5zm11.1-3.2-3.3-5.2h1.9l2.5 4.2h-1.1l2.5-4.2H17l-3.3 5.2h-1.1zm-.3 3.2v-4.1H14v4.1h-1.7zm10.2 0v-8.5h1.6v8.5h-1.6zm5.3 0v-8.5h1.6v8.5h-1.6zm-4.2-3.6v-1.4h4.7v1.4h-4.7zm8.8 3.6v-8.5H34v8.5h-1.6zm6.8.2c-.6 0-1.2-.1-1.8-.3-.5-.3-1-.6-1.3-1l1.1-1.1c.2.3.5.6.9.8.4.2.8.3 1.2.3.4 0 .7-.1 1-.3.2-.1.4-.4.4-.7 0-.2-.1-.5-.2-.6-.2-.2-.4-.3-.6-.4-.3-.1-.5-.2-.8-.3l-.9-.3c-.3-.1-.5-.3-.8-.5-.2-.2-.4-.4-.6-.7-.2-.3-.2-.7-.2-1.1 0-.5.1-.9.4-1.3.3-.4.6-.7 1-.8.5-.2 1-.3 1.5-.3s1.1.1 1.6.3c.4.2.8.5 1.1.8l-1 1c-.2-.2-.5-.4-.8-.6-.3-.1-.6-.2-.9-.2-.3 0-.6.1-.9.2-.2.1-.3.4-.3.6 0 .2.1.4.2.6.2.2.4.3.6.4.2.1.5.2.8.3l.9.3c.3.1.5.3.8.5.2.2.4.5.6.7.2.3.2.7.2 1.1 0 .7-.3 1.4-.8 1.9-.7.5-1.5.7-2.4.7zm7.4-.2V41h1.6v8.3h-1.6zm-2.7-7v-1.5h7v1.5h-7zm12.8 7.2c-.6 0-1.2-.1-1.7-.3-.5-.2-1-.5-1.4-.9-.4-.4-.7-.9-.9-1.4-.2-.5-.3-1.1-.3-1.7 0-.6.1-1.2.3-1.7.2-.5.5-1 .9-1.4.4-.4.9-.7 1.4-.9.5-.2 1.1-.3 1.7-.3.6 0 1.2.1 1.7.3.5.2 1 .5 1.4.9.4.4.7.9.9 1.4.2.5.3 1.1.3 1.7 0 .6-.1 1.2-.3 1.7-.2.5-.5 1-.9 1.4-.4.4-.9.7-1.4.9-.5.2-1.1.3-1.7.3zm0-1.6c.5 0 1-.1 1.4-.4.4-.2.7-.6.9-1 .2-.5.4-1 .3-1.5 0-.4-.1-.8-.2-1.1-.1-.3-.3-.6-.6-.9-.2-.3-.5-.5-.9-.6-.4-.1-.7-.2-1.1-.2-.5 0-1 .1-1.4.4-.4.2-.7.6-1 1-.2.5-.4 1-.3 1.5 0 .4.1.8.2 1.2.1.3.3.6.6.9.2.3.5.4.9.6.5.1.8.1 1.2.1zm8.1-2.1v-1.3h2c.3 0 .7-.1.9-.3.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.3-.2-.6-.4-.9-.3h-2V41h2.1c.5 0 1 .1 1.4.3.4.2.7.5 1 .9.2.4.4.8.3 1.3 0 .5-.1.9-.3 1.3-.2.4-.6.7-1 .9-.5.2-1 .3-1.5.3h-2zm-1.2 3.5v-8.5h1.6v8.5h-1.6zm4.6 0-2.8-3.7 1.5-.5 3.3 4.1-2 .1zm4.2 0v-8.5H74v8.5h-1.6zm8.4.2c-.6 0-1.2-.1-1.7-.3-.5-.2-1-.5-1.4-.9-.4-.4-.7-.9-.9-1.4-.2-.5-.3-1.1-.3-1.7 0-.6.1-1.2.3-1.7.2-.5.5-1 .9-1.4.4-.4.9-.7 1.4-.9.5-.2 1.1-.3 1.7-.3.6 0 1.2.1 1.8.3.5.2 1 .5 1.4.9l-1.1 1.1c-.2-.3-.5-.5-.9-.6-.4-.2-.8-.2-1.2-.2-.4 0-.7.1-1.1.2-.3.1-.6.3-.8.6l-.6.9c-.1.4-.2.8-.2 1.1 0 .4.1.8.2 1.2.1.3.3.6.6.9.2.3.5.4.8.6.3.1.7.2 1.1.2.4 0 .8-.1 1.2-.2.3-.1.6-.3.9-.6l1.1 1.1c-.4.4-.9.7-1.4.9-.5.1-1.1.2-1.8.2zm10.2-.2v-1.5h2.1c.5 0 1-.1 1.4-.3.4-.2.7-.6 1-1 .2-.5.4-1 .3-1.5 0-.5-.1-1-.3-1.4-.2-.4-.6-.7-1-1-.4-.2-.9-.4-1.4-.3H91v-1.5h2.2c.6 0 1.2.1 1.7.3.5.2 1 .5 1.4.9.4.4.7.8.9 1.3.2.5.3 1.1.3 1.7 0 .6-.1 1.2-.3 1.7-.2.5-.5 1-.9 1.3-.3.5-.8.8-1.3 1-.6.2-1.1.3-1.7.3H91zm-1.1 0v-8.5h1.6v8.5h-1.6zm9.6 0 3.4-8.5h1.3l3.4 8.5h-1.7l-2.6-6.9h.6l-2.7 6.9h-1.7zm1.8-1.5v-1.4h4.5v1.4h-4.5zm9.6 1.5V41h1.6v8.3h-1.6zm-2.7-7v-1.5h7v1.5h-7zm7.7 7 3.4-8.5h1.3l3.4 8.5h-1.7l-2.6-6.9h.6l-2.7 6.9h-1.7zm1.8-1.5v-1.4h4.5v1.4h-4.5z\" style=\"opacity:.84;fill:#1976d2;enable-background:new\"/></g></g></svg>',withExternalLayout:true})]})})})});});const css=['.framer-bWdrM[data-border=\"true\"]::after, .framer-bWdrM [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bWdrM.framer-tch7yz, .framer-bWdrM .framer-tch7yz { display: block; }\",\".framer-bWdrM.framer-12lac6m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 262px; }\",\".framer-bWdrM .framer-1vvuxl2 { flex: none; height: 80px; position: relative; width: 292px; }\",\".framer-bWdrM .framer-7befgd { aspect-ratio: 3.638888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 100%; }\",\".framer-bWdrM .framer-1p2c0vd { aspect-ratio: 3.638888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bWdrM.framer-12lac6m { gap: 0px; } .framer-bWdrM.framer-12lac6m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bWdrM.framer-12lac6m > :first-child { margin-top: 0px; } .framer-bWdrM.framer-12lac6m > :last-child { margin-bottom: 0px; } }\",\".framer-bWdrM.framer-v-poigga .framer-1p2c0vd { height: var(--framer-aspect-ratio-supported, 72px); }\",\".framer-bWdrM.framer-v-iyylle.framer-12lac6m { height: min-content; width: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 262\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YZY4qabnT\":{\"layout\":[\"fixed\",\"fixed\"]},\"p8qHdJYDb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramervvoPUXj22=withCSS(Component,css,\"framer-bWdrM\");export default FramervvoPUXj22;FramervvoPUXj22.displayName=\"Logo\";FramervvoPUXj22.defaultProps={height:72,width:262};addPropertyControls(FramervvoPUXj22,{variant:{options:[\"pAHfGZlH0\",\"YZY4qabnT\",\"p8qHdJYDb\"],optionTitles:[\"White\",\"Blue\",\"Blue - No By Line\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervvoPUXj22,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervvoPUXj22\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"262\",\"framerIntrinsicHeight\":\"72\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YZY4qabnT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p8qHdJYDb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vvoPUXj22.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[];export const css=[\".framer-IZeI9 .framer-styles-preset-164p3le:not(.rich-text-wrapper), .framer-IZeI9 .framer-styles-preset-164p3le.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: #ffffff; --framer-link-text-decoration: none; }\"];export const className=\"framer-IZeI9\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (91bcfbd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"pAHfGZlH0\",\"YZY4qabnT\",\"p8qHdJYDb\"];const serializationHash=\"framer-bWdrM\";const variantClassNames={p8qHdJYDb:\"framer-v-iyylle\",pAHfGZlH0:\"framer-v-12lac6m\",YZY4qabnT:\"framer-v-poigga\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Blue - No By Line\":\"p8qHdJYDb\",Blue:\"YZY4qabnT\",White:\"pAHfGZlH0\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pAHfGZlH0\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"pAHfGZlH0\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"p8qHdJYDb\")return true;return false;};const isDisplayed1=()=>{if([\"YZY4qabnT\",\"p8qHdJYDb\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"YZY4qabnT\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-12lac6m\",className,classNames),\"data-framer-name\":\"White\",layoutDependency:layoutDependency,layoutId:\"pAHfGZlH0\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({p8qHdJYDb:{\"data-framer-name\":\"Blue - No By Line\"},YZY4qabnT:{\"data-framer-name\":\"Blue\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1vvuxl2\",\"data-framer-name\":\"Collectivo_Alone\",fill:\"black\",intrinsicHeight:80,intrinsicWidth:292,layoutDependency:layoutDependency,layoutId:\"TePvPI6dh\",svg:'<svg data-name=\"Group 177\" xmlns=\"http://www.w3.org/2000/svg\" width=\"292.268\" height=\"80.195\"><path data-name=\"Subtraction 14\" d=\"M40.1 80.2a40.1 40.1 0 1 1 40.1-40.1 40.143 40.143 0 0 1-40.1 40.1Zm-7.134-2.7-.064.344a38.84 38.84 0 0 0 7.2.669 38.144 38.144 0 0 0 14.951-3.018l.041-.017.017-.006-.028-.066.094-.007.094-.007h.03l.027-.013c.76-.328 1.5-.678 2.212-1.04l.14-.071-.182-.474-.154.044a27.666 27.666 0 0 1-2.736.64 26.72 26.72 0 0 1-1.463.223l-.162.02.041.732h.485c.237 0 .478 0 .738-.012a38.332 38.332 0 0 1-3.571 1.213l-.011-.121-.142-.017a27 27 0 0 1-3.455-.644l-.215-.055-.154.163a13.56 13.56 0 0 1-1.936 1.711l-.11.078.035.088c-1.078.13-2.17.214-3.247.253a12.014 12.014 0 0 0 3.6-2.241l.477-.432-.61-.209c-.731-.244-1.5-.537-2.278-.87l-.022-.009-.06-.016a46.02 46.02 0 0 1-3.064-.658l-.129-.032-.126.058a29.417 29.417 0 0 1-6.911 2.4l-1.293.266 1.238.462a27.949 27.949 0 0 0 3.843 1.117 38.252 38.252 0 0 1-3.142-.446Zm-4.373-7.683-.182.222a7.244 7.244 0 0 1-1.252 1.177 7.328 7.328 0 0 1-1.967 1.034l-.671.234.572.426a29.141 29.141 0 0 0 3.678 2.344l.1.052.1-.008a24.256 24.256 0 0 0 7.539-1.747l1-.393-1.024-.32a69.871 69.871 0 0 1-7.628-2.9l-.262-.116Zm-7.763 2.825.956.727a31.804 31.804 0 0 0 2.138 1.488l.057.035.06.013c.218.052.425.095.65.135l.138.027.267-.625-.116-.082a30.58 30.58 0 0 1-2.052-1.581l-.112-.088h-.38c-.169 0-.29 0-.405-.006Zm34.7-12.109-.115.024-.2.06-.069.085a54.27 54.27 0 0 1-3.689 4.094l-.1.1-.009.129a22.153 22.153 0 0 1-1.58 6.206 17.272 17.272 0 0 1-.96 1.915l-.328.565h.731a29.083 29.083 0 0 0 5.185-.456 26.866 26.866 0 0 0 10.745-4.5l.082-.054.039-.082a22.31 22.31 0 0 0 2.137-5.62l.119-.5-.511.03c-.51.035-1.05.052-1.6.052a24.92 24.92 0 0 1-9.761-2l-.108-.044Zm-5.59 5.727-.879.776a45.763 45.763 0 0 1-6.915 5.089l-.61.364.643.3c.226.106.467.215.735.333l.081.024a37.83 37.83 0 0 0 3.8.468l.209.014.13-.178a16 16 0 0 0 1.477-2.721 19.3 19.3 0 0 0 1.07-3.329l.259-1.144Zm-19.219-4.083-.008.416a17.339 17.339 0 0 1-.108 1.662l-.021.181.131.13a49.692 49.692 0 0 0 3.945 3.494 39.866 39.866 0 0 0 5.38 3.632l.181.1.187-.1a45.181 45.181 0 0 0 9.66-7.285l.1-.1.012-.14c.061-.719.094-1.436.1-2.13v-.451l-.446.077c-2.321.4-4.836.755-7.478 1.053h-.022a.451.451 0 0 1-.047 0h-.027c-.6.017-1.278.025-2.079.025a76.137 76.137 0 0 1-9.044-.528Zm-14.811 2.7-.273.086c-.5.161-.841.265-1.155.347l-.556.151.358.451a47.466 47.466 0 0 0 4.385 4.8l.059.061.08.025a14.058 14.058 0 0 0 1.359.391l1.265.286-.911-.922a39.341 39.341 0 0 1-4.454-5.444Zm2.9-1.115-.206.083a32.57 32.57 0 0 1-1.05.427l-.442.176.271.393a36.664 36.664 0 0 0 5.726 6.459l.128.11.171-.02a6.366 6.366 0 0 0 3.015-1.177 5.936 5.936 0 0 0 .65-.559l.369-.361-.457-.242a56.582 56.582 0 0 1-8-5.156Zm11.528 2.174-.167.6a10.309 10.309 0 0 1-.713 1.874l-.176.353.363.163a71.204 71.204 0 0 0 5.966 2.32l.143.049.319-.629-.124-.088a41.827 41.827 0 0 1-2.063-1.547 50.308 50.308 0 0 1-3.093-2.671l-.454-.427Zm-6-4.873-.124.064a70.795 70.795 0 0 1-3.542 1.794l-.567.272.5.374a55.332 55.332 0 0 0 7.2 4.517l.341.174.174-.338a10.226 10.226 0 0 0 .918-2.848l.033-.193-.138-.138a61.621 61.621 0 0 1-2.924-3.2l-.088-.1-.121-.029a68.48 68.48 0 0 1-1.518-.322l-.138-.03Zm47.9.088-.593.269a12.444 12.444 0 0 1-2.589.838l-.239.048-.055.242a27.247 27.247 0 0 1-.853 3.087l-.045.129.508.333.1-.11a38.391 38.391 0 0 0 3.419-4.324Zm-63.2-.533-.225.82a6.077 6.077 0 0 0-.146.663l-.009.069.041.058a38.27 38.27 0 0 0 1.769 2.314l.047.057.074.006c.092.006.187.012.28.014l.533.014-.161-.5c0-.019-.009-.037-.015-.056v-.013l-.007-.021a.263.263 0 0 1-.011-.033c0-.013-.008-.025-.013-.038s0-.014-.007-.022v-.016a.335.335 0 0 1-.011-.039l-.038-.132-.038-.054c-.5-.712-1.04-1.513-1.6-2.38Zm3.041-2.652-.672.174.011.146a25.174 25.174 0 0 0 .825 4.869l.025.069.033.05c.153.215.325.453.558.771l.238.33.245-.055c.417-.091.876-.213 1.4-.372l.468-.143-.259-.418a49.557 49.557 0 0 1-2.815-5.287l-.06-.134Zm3.969 3.491-.541.448.077.129c.243.406.441.732.663 1.09l.165.261 1.3-.5-.494-.41c-.357-.3-.732-.622-1.062-.918l-.113-.1Zm-.627-3.213-.382.575.1.1a51.284 51.284 0 0 0 3.675 3.26l.179.148.215-.1a55.61 55.61 0 0 0 2.192-1.042l.069-.033.05-.024.059-.029.965-.468-.968-.269a51.365 51.365 0 0 1-6.024-2.062l-.132-.055ZM41.829 49.6l-.283.215c-3.739 2.814-7.447 5.378-11.022 7.623l-.22.134.044.25c.107.647.195 1.325.261 2.016.019.2.032.388.045.572v.047l.033.467.313.036a74.682 74.682 0 0 0 9.178.556c.674 0 1.341-.01 2.038-.03h.036c2.649-.3 5.229-.662 7.666-1.089l.327-.058-.01-.339a37.933 37.933 0 0 0-.217-2.45L50 57.391l-.135-.1a43.038 43.038 0 0 1-7.8-7.417Zm26.44 6.536-.565.272a54.109 54.109 0 0 1-8.86 3.262l-1.271.361 1.269.368a23.467 23.467 0 0 0 6.557.935c.577 0 1.15-.02 1.7-.06h.083c.1-.008.2-.016.292-.026l.281-.03.055-.283a34.7 34.7 0 0 0 .434-4.165ZM77 49.506a23.678 23.678 0 0 1-5.5 4.794c-.581.374-1.182.734-1.788 1.07l-.192.107v.218a37.429 37.429 0 0 1-.371 4.726l-.088.58.566-.16a10.779 10.779 0 0 0 4.119-2.222l.024-.02.015-.027a38.5 38.5 0 0 0 1.7-3.522 38.063 38.063 0 0 0 1.821-5.386l-.3-.155ZM5.373 56.538l.14.289a38.414 38.414 0 0 0 2.005 3.629l.192.307.121-.341c.1-.287.221-.589.354-.9l.077-.179-.1-.166a89.793 89.793 0 0 1-1.338-2.325l-.1-.179-.2-.014a13.296 13.296 0 0 1-.827-.08l-.32-.041Zm23.8 1.741-.5.3c-.7.42-1.273.76-1.805 1.067l-.883.511 1 .188c.7.129 1.36.242 1.975.336l.476.075-.046-.588a5.291 5.291 0 0 0-.022-.207c-.032-.358-.073-.72-.124-1.108Zm22.187.041.055.726v.107c.013.166.024.334.033.5l.033.458.423-.082c.175-.034.348-.069.52-.1l.028-.006.2-.041 1.018-.211-.875-.5a24.726 24.726 0 0 1-.814-.474Zm-30.3-3.628-.256.061a93.435 93.435 0 0 1-4.991 1.078l-.186.034-.219.04-.255.046-1.337.231 1.135.5a50.933 50.933 0 0 0 8.862 2.977l1.048.251-.661-.851a71.854 71.854 0 0 1-2.99-4.152Zm44.23-12.069v.233l-.064.163a82.582 82.582 0 0 1-5.279 10.745 52.3 52.3 0 0 1-2.87 4.408l-.616.861 1.021-.273a52.95 52.95 0 0 0 10.6-3.92l.208-.105V54.5a47.693 47.693 0 0 0-1.521-11.084l-.044-.19-.185-.072c-.232-.091-.494-.2-.8-.338l-.442-.192Zm-37.446 10.2-.352.105c-1.579.474-3.14.913-4.639 1.3l-.521.14.309.441a71.492 71.492 0 0 0 2.812 3.84l.2.261.287-.165c.927-.534 1.859-1.088 2.77-1.646l.223-.138-.054-.261a35.031 35.031 0 0 0-.919-3.529Zm32.585-13.4-.218.121c-3.61 1.911-7.544 3.8-11.694 5.609l-.324.142.12.335a54.521 54.521 0 0 1 2.823 10.892l.028.16.134.094a28.83 28.83 0 0 0 3.4 1.991l.276.141.193-.248a52.239 52.239 0 0 0 3.711-5.527 80.863 80.863 0 0 0 5.271-10.752l.123-.306-.286-.163a24.656 24.656 0 0 1-3.356-2.325l-.2-.162Zm-20.685 9.323-.144.054c-3.463 1.316-6.9 2.51-10.212 3.549l-.358.115.114.36c.312.983.579 1.965.794 2.919l.119.525.451-.288a155.142 155.142 0 0 0 9.449-6.525l.122-.09-.336-.619Zm7.312-2.957-.373.159-.052.022-.017.007-.078.032-.215.092-.215.171c-.936.752-1.936 1.538-2.975 2.336l-.314.241.253.306a44.554 44.554 0 0 0 5.887 5.884l.807.65-.195-1.016a56.077 56.077 0 0 0-2.38-8.5l-.133-.38Zm-39.8 7.846-.518.437.231.445c.063.116.126.234.187.351l.058.11.033.062c.04.076.08.152.122.228l.107.2h.374c.228 0 .494 0 .79-.014l1.18-.044-.985-.652c-.524-.35-1.017-.7-1.467-1.039Zm-3.218-2.453-.393.583-.011.017-.036.058-.055.085.025.075a38.693 38.693 0 0 0 1.139 3.045l.006.014v.011l.036.071.077.019c.128.033.271.064.439.1l.763.146-.357-.692a46.95 46.95 0 0 1-1.365-2.891l-.273-.641Zm13.425-2.433-.358.394a84.265 84.265 0 0 0-2.784 3.257c-.567.7-1.1 1.381-1.575 2.024l-.547.73.9-.13a56.502 56.502 0 0 0 2.487-.412 85.437 85.437 0 0 0 4.234-.9l.515-.123-.281-.449a84.18 84.18 0 0 1-2.338-3.931l-.256-.463Zm-2.776-5.8-.38.229c-.326.2-.644.4-.947.588l-.182.112-.036.14a47.7 47.7 0 0 0-1.674 8.882l-.109 1.3.789-1.043a67.11 67.11 0 0 1 1.208-1.543 91.111 91.111 0 0 1 3.306-3.834l.176-.193-.119-.236a55.404 55.404 0 0 1-1.865-4l-.167-.407Zm53.426.752.142.594a49.092 49.092 0 0 1 1.245 9.126l.022.641.55-.33c.216-.129.456-.282.735-.458l.027-.017a19.842 19.842 0 0 0 7.081-7.346l.047-.088v-.1a30.815 30.815 0 0 0-.362-3.483l-.109-.716-.527.5a8.4 8.4 0 0 1-.909.756 7.742 7.742 0 0 1-4.633 1.392 11.757 11.757 0 0 1-2.712-.332l-.6-.14Zm-45.323-.448-.3.3a126.491 126.491 0 0 0-3.948 4.031l-.193.2.135.239a81.504 81.504 0 0 0 2.984 5.024l.152.226.258-.068c1.636-.415 3.378-.9 5.18-1.441l.386-.116-.144-.379a30.9 30.9 0 0 0-1.748-3.857 30.993 30.993 0 0 0-2.5-3.822l-.261-.339ZM6.011 49.138l-.347.332c-.106.1-.2.19-.332.319l-.268.265.264.27c.381.383.779.756 1.185 1.111l.113.1.539-.457-.08-.129c-.254-.4-.5-.819-.836-1.39l-.237-.42Zm2.38-1.973-.457.361c-.239.188-.5.4-.723.58l-.246.2.155.277c.514.914 1.06 1.808 1.624 2.659l.084.125.637-.3-.042-.145a55.503 55.503 0 0 1-.889-3.191l-.143-.566ZM32.329 34.7l-.21.173a174.727 174.727 0 0 0-8.185 7.28l-.24.234.206.269a32.719 32.719 0 0 1 2.74 4.16 33.067 33.067 0 0 1 1.86 4.137l.127.333.338-.105c3.4-1.062 6.968-2.307 10.6-3.7l.468-.178-.294-.4a78.721 78.721 0 0 1-5.454-8.68 43.695 43.695 0 0 1-1.582-3.21l-.11-.245-.185.041-.085-.1ZM3.72 44.752l-.537.187.044.159a49.46 49.46 0 0 0 1.045 3.25l.2.55.426-.407c.069-.071.149-.141.223-.206l.289-.267-.129-.256a61.05 61.05 0 0 1-.534-1.083 37.701 37.701 0 0 1-.8-1.83l-.173.035Zm7.89.132-.809.552a96.02 96.02 0 0 0-1.116.781l-.206.148.055.248c.173.727.349 1.415.521 2.044l.036.135.675-.031.027-.135c.174-.937.373-1.876.591-2.79l.225-.951ZM7.261 35.11l-.526.211a8.94 8.94 0 0 0-.807.383 7.846 7.846 0 0 0-2.638 2.308l-.1.135.033.163a34.864 34.864 0 0 0 2.643 7.841l.13.27c.025.051.049.1.074.155l.048.1.255.509.368-.3c.3-.24.627-.5 1.178-.919l.183-.138-.035-.228a56.409 56.409 0 0 1-.811-9.931v-.566Zm32-4-.584.231-.259.1-1.17.468c-1.2.486-2.161.884-3.031 1.252l-.053.022-.038.036c-.064.05-.127.1-.192.154l-.432.357.108.262a44.396 44.396 0 0 0 1.763 3.631 76.181 76.181 0 0 0 5.688 8.977l.173.231.27-.105c.47-.182 1-.393 1.524-.608 1.1-.448 1.9-.779 2.6-1.073l.049-.02.187-.148.06-.048.026-.021c.112-.09.229-.184.343-.28l.215-.174-.108-.254a58.523 58.523 0 0 0-6.963-12.751l-.173-.234Zm-19.385 8.885-.247.133c-1.273.69-2.48 1.367-3.588 2.011l-.283.168.129.3a56.893 56.893 0 0 0 1.6 3.533l.238.487.373-.4a139.96 139.96 0 0 1 3.653-3.7l.256-.25-.234-.269a32.206 32.206 0 0 0-1.7-1.827ZM9.639 34.76c-.265 0-.532.012-.793.037l-.338.035v.336a54.554 54.554 0 0 0 .629 9.252l.092.6.5-.344c.41-.283.784-.535 1.146-.78l.047-.031.014-.009.015-.009.049-.035.012-.008c.307-.2.625-.411.99-.645l.124-.079.033-.134c.332-1.121.718-2.3 1.147-3.5l.046-.123-.04-.123a58.606 58.606 0 0 1-1.122-3.87l-.052-.22-.222-.055a9.367 9.367 0 0 0-2.277-.295Zm41.8-7.947-.335.105a181.84 181.84 0 0 0-10.181 3.552l-.457.174.283.4a59.92 59.92 0 0 1 6.57 12l.193.481.4-.332a165.288 165.288 0 0 0 8.383-7.453l.249-.242-.218-.269a32.344 32.344 0 0 1-3.207-4.809 31.594 31.594 0 0 1-1.548-3.288l-.13-.325Zm22.39 4.1-.364.294a56.729 56.729 0 0 1-4.129 2.983c-.445.3-.9.593-1.354.88l-.126.08-.033.14a64.925 64.925 0 0 1-1.049 3.516l-.043.121.043.121c.332 1 .643 2.018.922 3.038l.055.2.195.064a11.324 11.324 0 0 0 3.47.589 6.546 6.546 0 0 0 3.917-1.159 7.022 7.022 0 0 0 1.708-1.753l.1-.138-.041-.165a38.082 38.082 0 0 0-1.552-4.966 42.056 42.056 0 0 0-1.508-3.42l-.211-.421Zm-16.479 5.54-.275.266a164.002 164.002 0 0 1-5.251 4.781l-.114.1.381.6.139-.065c2.327-1.084 4.592-2.2 6.732-3.321l.466-.245-.38-.364c-.515-.488-1-.979-1.435-1.461l-.264-.284Zm-29.576-.41-.136.064c-2.068.97-4.141 2-6.162 3.046l-.446.232.35.365c.435.451.862.916 1.268 1.382l.259.3.286-.272a173.793 173.793 0 0 1 4.856-4.424l.115-.1Zm-12.173.6v.283l-.077.193a86.83 86.83 0 0 0-.815 2.1l-.044.126.042.124c.16.473.313.9.442 1.247l.155.421.388-.224c.955-.551 1.879-1.071 2.746-1.544l.485-.264-.42-.357a24.396 24.396 0 0 0-2.425-1.814Zm49.135.4-.388.221c-.834.48-1.523.868-2.233 1.257l-.512.28.466.352a23.1 23.1 0 0 0 2.256 1.53l.39.231.159-.427c.17-.459.327-.9.508-1.434l.041-.123-.042-.121c-.162-.469-.321-.91-.487-1.35l-.155-.416ZM25.708 18.922l-.2.261a65.453 65.453 0 0 0-3.1 4.553 91.739 91.739 0 0 0-6.1 11.5l-.13.3.281.171c.4.246.8.518 1.211.807a25.806 25.806 0 0 1 2.21 1.786l.2.177.233-.123a172.703 172.703 0 0 1 11.169-5.36l.333-.143-.128-.338A48.276 48.276 0 0 1 28.9 21.031l-.021-.173-.143-.1c-.9-.612-1.82-1.179-2.737-1.684Zm36.571 12.565-.377.4a120.985 120.985 0 0 1-3.4 3.445l-.259.254.24.274c.605.661 1.247 1.3 1.908 1.9l.195.182.24-.127a130.146 130.146 0 0 0 3.153-1.767l.29-.167-.129-.306a69.091 69.091 0 0 0-1.1-2.5c-.138-.295-.3-.638-.522-1.092l-.24-.493Zm-53.91-6.07-.811.658a21.709 21.709 0 0 0-4.906 5.469l-.016.025-.046.2v.036a29.549 29.549 0 0 0 .219 3.934l.089.736.542-.5a9.331 9.331 0 0 1 1.9-1.361 9.8 9.8 0 0 1 1.712-.714l.25-.078.017-.266a50.358 50.358 0 0 1 .848-7.11l.2-1.025Zm59.921-.984-.757.964c-.245.317-.483.615-.6.763-1.04 1.3-2.245 2.7-3.58 4.168l-.173.193.118.229a70.039 70.039 0 0 1 1.886 4.078l.166.4.377-.225c.251-.149.58-.351.924-.569l.133-.08.036-.149a50.324 50.324 0 0 0 1.08-5.534c.14-1 .244-2.012.309-3.018Zm-43.64-6.18-1.021.262a48.146 48.146 0 0 0-11.605 4.545l-.189.11v.22a48.476 48.476 0 0 0 1.287 10.542l.047.2.193.067c.46.166.922.358 1.373.572l.352.171.157-.36a93.854 93.854 0 0 1 6.114-11.5 67.262 67.262 0 0 1 2.672-3.976l.621-.851Zm51.228 10.824-.572.542-.067.061-.022.02a9.939 9.939 0 0 1-.207.187l-.214.195.132.258a45.741 45.741 0 0 1 1.774 3.959l.115.313.11.272.691-.228-.06-.259-.022-.086c0-.008 0-.016-.007-.025v-.013l-.015-.056a53.481 53.481 0 0 0-1.439-4.594l-.195-.547ZM58.511 24.8l-.272.069c-1.606.414-3.361.9-5.216 1.459l-.4.12.154.386a31.883 31.883 0 0 0 1.422 3 30.9 30.9 0 0 0 2.972 4.481l.261.33.3-.292a120.37 120.37 0 0 0 3.759-3.845l.184-.2-.125-.237a71.379 71.379 0 0 0-2.9-5.038l-.143-.237ZM9.645 33.517a10.346 10.346 0 0 1 1.618.133l.545.09-.118-.54a50.3 50.3 0 0 1-1.073-8.625l-.026-.889-.7.717-.028.1a47.458 47.458 0 0 0-1.282 8.633l-.03.432.432-.031c.25-.012.467-.02.662-.02Zm59.889-9.462-.055 1.067a42.508 42.508 0 0 1-.349 3.717 50.985 50.985 0 0 1-.638 3.639l-.195.916.775-.522a52.185 52.185 0 0 0 3.922-2.884l.242-.2-.153-.275a46.99 46.99 0 0 0-2.916-4.594Zm-39.3-2.236.152.958a47.068 47.068 0 0 0 2.428 9.215l.138.371.4-.17.1-.041.036-.015.05-.022.138-.11.037-.03.337-.272.193-.159c.986-.792 2-1.59 3.02-2.373l.319-.242-.256-.3a43.869 43.869 0 0 0-6.329-6.207l-.76-.6Zm19.666-.052-.451.292a166.312 166.312 0 0 0-9.6 6.7l-.123.093.347.619.141-.054a186.935 186.935 0 0 1 10.423-3.653l.363-.115-.122-.366a32.035 32.035 0 0 1-.865-2.991Zm17.967 1.139-.91.137c-.693.1-1.453.231-2.259.38a91.035 91.035 0 0 0-4.407.938l-.511.119.274.446a78.416 78.416 0 0 1 2.269 3.94l.253.475.358-.4a82.173 82.173 0 0 0 3.037-3.557c.456-.568.909-1.154 1.346-1.742l.55-.737Zm5.683 3.574-.544.452.081.129c.3.48.582.963.875 1.478l.237.416.385-.36.112-.108.188-.182.27-.262-.259-.27c-.378-.394-.793-.8-1.233-1.192l-.112-.1ZM41.182 16.363c-.534 0-1.086.007-1.689.022a74.6 74.6 0 0 0-9.267.794l-.336.048.01.335c.019.806.067 1.625.14 2.432l.014.173.242.178.013.008.014.013a44.257 44.257 0 0 1 8 7.538l.226.276.294-.214c3.621-2.728 7.183-5.208 10.588-7.37l.209-.135-.041-.243a25.2 25.2 0 0 1-.283-2.652v-.288l-.014-.426-.325-.036a66.86 66.86 0 0 0-7.795-.453Zm-29.941-.155-.586.17-.04.013-.045.012h-.029l-.022.006h-.012c-.277.081-.561.177-.843.285l-.046.017-.03.039a38.275 38.275 0 0 0-4.881 8.39c-.311.735-.6 1.493-.872 2.253l.294.178a27.869 27.869 0 0 1 4.573-3.9l.11-.077.041-.138a42.133 42.133 0 0 1 2.215-6.308ZM54.4 19.026l-.289.162c-.891.521-1.859 1.105-2.877 1.736l-.226.14.055.259a32.717 32.717 0 0 0 1 3.618l.119.344.347-.105c1.612-.485 3.207-.937 4.742-1.342l.529-.138-.3-.441a66.816 66.816 0 0 0-2.892-3.98Zm18.02 3.544c-.238 0-.484 0-.771.014l-1.15.038.948.65c.624.433 1.2.857 1.7 1.26l.108.086.528-.424-.06-.126c-.182-.375-.4-.81-.654-1.293l-.105-.2h-.226c-.098-.005-.203-.005-.313-.005Zm-16.489-4.416-.007.005-.431.248.269.341a68.482 68.482 0 0 1 3.156 4.407l.145.223.261-.063a92.769 92.769 0 0 1 5.141-1.112c.281-.052.563-.1.946-.168l1.191-.2-1.094-.512a49.381 49.381 0 0 0-9.282-3.213l-.155-.036-.139.085Zm-41.246-2.308c-.472 0-.96.022-1.45.066l-.211.016-.1.195c-.256.517-.454.933-.625 1.31l-.011.027-.019.066c-.176 1.079-.3 2.2-.37 3.33v.068c0 .025-.005.049-.006.074v.067l-.014.655.569-.3a49.125 49.125 0 0 1 9.089-3.613l1.141-.333-1.121-.388a20.977 20.977 0 0 0-6.872-1.24Zm55 1.273-.634.253.024.14c.109.625.2 1.25.262 1.858l.126 1.18.578-1.032c.139-.242.283-.51.452-.845l.095-.193-.118-.182c-.2-.3-.421-.641-.705-1.06ZM66.77 13.47l-.344.088a29.3 29.3 0 0 0-3.326 1.118l-.581.232.479.407a52.143 52.143 0 0 1 4.426 4.278l.793.864-.142-1.163a27.281 27.281 0 0 0-1.193-5.494Zm-16.213 3.548v.44a.333.333 0 0 0 0 .061c.026.532.076 1.086.148 1.647l.071.581.5-.307c.614-.376 1.251-.757 1.948-1.167l.373-.223-.272-.341-.053-.064-.025-.03-.07-.082-.086-.1-.129-.024a56.973 56.973 0 0 0-1.977-.33l-.432-.066Zm10.489-1.709v.248l-.015.006c-.637.29-1.321.618-2.154 1.031l-1.175.6.925.261a50.575 50.575 0 0 1 6.088 2.152l.132.057.391-.571-.1-.1a50.546 50.546 0 0 0-3.708-3.378l-.383-.306Zm-32.389 2.122-.43.077-.115.022-.251.047-.112.022-.026.005-.147.028-1.2.228.881.508c.3.174.583.343.866.517l.611.383-.035-.723-.005-.08c0-.1-.006-.2-.009-.3v-.036l-.009-.261-.017-.438Zm-13.978-2.823h.012a23.988 23.988 0 0 1 9.809 2.331l.118.055.129-.032.581-.13.2-.044.338-.075.082-.1a55.542 55.542 0 0 1 2.786-3.178l.09-.094.011-.124a22.023 22.023 0 0 1 2.29-8.017l.3-.572-.651.017c-.839.02-1.688.068-2.522.143a35.787 35.787 0 0 0-5.078.82h-.019l-.017.008a38.215 38.215 0 0 0-5.106 3.026l-.03.025a32.789 32.789 0 0 0-3.943 5.362l-.347.586.679-.014Zm37.8-4.919-.189.272a9.4 9.4 0 0 0-1.345 3.034l-.055.209.151.151a57.728 57.728 0 0 1 2.631 2.855l.09.094.124.023c.657.13 1.287.264 1.872.4l.142.035.129-.071c.82-.443 1.59-.846 2.291-1.2a95.78 95.78 0 0 1 1.277-.625l.558-.269-.494-.374a52.012 52.012 0 0 0-5.1-3.39c-.6-.348-1.2-.681-1.789-.989ZM39.8 6.239l-.185.1a42.569 42.569 0 0 0-9.5 7.445l-.1.1-.015.14v.032c0 .065-.009.13-.016.2l-.012.184-.005.031c-.022.334-.039.676-.052 1.046l-.022.456.454-.064a76.416 76.416 0 0 1 9.117-.761 58.625 58.625 0 0 1 1.714-.022 68.553 68.553 0 0 1 7.744.435l.393.047.029-.393c.035-.475.091-.95.166-1.409l.035-.2-.145-.136a49.605 49.605 0 0 0-5.307-4.5 40.224 40.224 0 0 0-4.109-2.625Zm18.935.361a7.755 7.755 0 0 0-3.726.944 8.709 8.709 0 0 0-1.243.828l-.44.358.5.269c.485.264.931.515 1.364.765a53.982 53.982 0 0 1 6.068 4.126l.174.14.211-.088a35.383 35.383 0 0 1 3.788-1.39l.575-.171-.4-.446a46.227 46.227 0 0 0-2.514-2.6l-.016-.014a38.4 38.4 0 0 0-4.134-2.7L58.9 6.6h-.167Zm-15.2-.362-.289.638.123.082a45 45 0 0 1 1.448 1.012 49.576 49.576 0 0 1 4.622 3.83l.423.4.193-.545a10.677 10.677 0 0 1 1.049-2.157l.239-.363-.393-.186a46.645 46.645 0 0 0-7.271-2.668l-.144-.039ZM32.891 4.649l-.118.184a18.02 18.02 0 0 0-2.3 5.9L30.23 11.9l.872-.811a43.049 43.049 0 0 1 6.784-5.166l.6-.368-.638-.3a23.305 23.305 0 0 0-.466-.21l-.017-.008-.065-.026-.048-.025-.06-.006a44.18 44.18 0 0 0-4.088-.324Zm16.458-1.84h-.036a25.685 25.685 0 0 0-3.483.819c-.693.216-1.362.449-1.991.694l-1.064.415 1.1.3a47.786 47.786 0 0 1 8.047 2.986l.238.116.193-.187a9.379 9.379 0 0 1 2.06-1.51 9.194 9.194 0 0 1 1.991-.8l.46-.123-.432-.2a38.026 38.026 0 0 0-1.39-.621 38.3 38.3 0 0 0-5.664-1.89l-.035-.008ZM40.1 1.692a39.446 39.446 0 0 0-4.825.3L35.221 2l-.039.033-.2.171-.482.436.624.2c.812.268 1.623.576 2.41.914l.049.022.054.006c1.022.136 2.047.306 3.045.506l.124.023.111-.055a31.775 31.775 0 0 1 4.552-1.81l.117-.036-.025-.341a39.189 39.189 0 0 0-5.461-.377Z\" fill=\"#1976d2\"/><g data-name=\"Group 154\"><path data-name=\"Path 4\" d=\"M125.046 46.234a11.739 11.739 0 0 1-3.736 7.815 12.244 12.244 0 0 1-8.36 2.75 11.243 11.243 0 0 1-9.057-4.057q-3.408-4.054-3.408-10.847v-3.068a18.179 18.179 0 0 1 1.589-7.823 11.867 11.867 0 0 1 4.5-5.183 12.539 12.539 0 0 1 6.749-1.808 11.529 11.529 0 0 1 8.151 2.836 11.88 11.88 0 0 1 3.572 7.859h-4.229q-.548-3.825-2.378-5.539a7.194 7.194 0 0 0-5.117-1.714A7.528 7.528 0 0 0 107 30.438q-2.29 2.983-2.29 8.488v3.091a14.075 14.075 0 0 0 2.169 8.268 7.01 7.01 0 0 0 6.07 3.07 8.1 8.1 0 0 0 5.38-1.589q1.874-1.589 2.487-5.533Zm4.032-1.95a14 14 0 0 1 1.37-6.267 10.217 10.217 0 0 1 3.813-4.3 10.379 10.379 0 0 1 5.576-1.508 10 10 0 0 1 7.835 3.353 12.9 12.9 0 0 1 2.991 8.919v.285a14.127 14.127 0 0 1-1.326 6.212 10.067 10.067 0 0 1-3.791 4.284 10.5 10.5 0 0 1-5.665 1.534 9.974 9.974 0 0 1-7.812-3.353 12.834 12.834 0 0 1-2.991-8.874Zm4.076.482a10.144 10.144 0 0 0 1.83 6.333 5.856 5.856 0 0 0 4.9 2.389 5.821 5.821 0 0 0 4.909-2.422 11.092 11.092 0 0 0 1.816-6.782 10.126 10.126 0 0 0-1.852-6.322 5.887 5.887 0 0 0-4.92-2.422 5.821 5.821 0 0 0-4.844 2.389q-1.839 2.388-1.839 6.837Zm27 11.592h-4.061V22.699h4.054Zm10.891 0h-4.052V22.699h4.054Zm16.326.438a10.36 10.36 0 0 1-7.845-3.166 11.753 11.753 0 0 1-3.024-8.47v-.745a14.228 14.228 0 0 1 1.348-6.3 10.513 10.513 0 0 1 3.769-4.339 9.476 9.476 0 0 1 5.245-1.567 8.88 8.88 0 0 1 7.187 3.046q2.564 3.046 2.564 8.722v1.687h-16.062a8.428 8.428 0 0 0 2.049 5.665 6.44 6.44 0 0 0 4.985 2.158 7.061 7.061 0 0 0 3.638-.877 9.14 9.14 0 0 0 2.608-2.323l2.476 1.928a9.957 9.957 0 0 1-8.941 4.581Zm-.507-21.256a5.407 5.407 0 0 0-4.12 1.786 8.681 8.681 0 0 0-2.06 5.007h11.877v-.306a7.721 7.721 0 0 0-1.668-4.788 5.091 5.091 0 0 0-4.029-1.699Zm23.951 17.947a5.839 5.839 0 0 0 3.791-1.315 4.626 4.626 0 0 0 1.8-3.287h3.835a7.351 7.351 0 0 1-1.4 3.879 9.237 9.237 0 0 1-3.451 2.936 9.959 9.959 0 0 1-4.569 1.1 9.767 9.767 0 0 1-7.7-3.232q-2.86-3.232-2.86-8.842v-.683a14.275 14.275 0 0 1 1.271-6.158 9.681 9.681 0 0 1 3.649-4.185 10.364 10.364 0 0 1 5.612-1.491 9.509 9.509 0 0 1 6.629 2.389 8.536 8.536 0 0 1 2.816 6.2h-3.835a5.587 5.587 0 0 0-1.742-3.78 5.42 5.42 0 0 0-3.868-1.478 5.674 5.674 0 0 0-4.788 2.224q-1.7 2.224-1.7 6.432v.767a10.238 10.238 0 0 0 1.688 6.311 5.7 5.7 0 0 0 4.822 2.213Zm19.478-26.581v5.743h4.43v3.132h-4.43v14.723a3.291 3.291 0 0 0 .592 2.139 2.49 2.49 0 0 0 2.016.713 9.815 9.815 0 0 0 1.928-.263v3.268a11.822 11.822 0 0 1-3.112.436 5.049 5.049 0 0 1-4.1-1.644 7.061 7.061 0 0 1-1.381-4.668V35.781h-4.311v-3.132h4.317v-5.743Zm13.564 29.452h-4.054V32.649h4.054Zm-4.383-30a2.42 2.42 0 0 1 .6-1.665 2.263 2.263 0 0 1 1.786-.679 2.3 2.3 0 0 1 1.8.679 2.394 2.394 0 0 1 .614 1.665 2.316 2.316 0 0 1-.614 1.644 2.339 2.339 0 0 1-1.8.657 2.3 2.3 0 0 1-1.786-.657 2.34 2.34 0 0 1-.596-1.643Zm18.692 24.5 5.877-18.209h4.142l-8.5 23.71h-3.092l-8.591-23.71h4.142Zm12.517-6.574a14 14 0 0 1 1.37-6.267 10.217 10.217 0 0 1 3.813-4.3 10.379 10.379 0 0 1 5.577-1.512 10 10 0 0 1 7.833 3.357 12.9 12.9 0 0 1 2.991 8.919v.285a14.126 14.126 0 0 1-1.326 6.212 10.067 10.067 0 0 1-3.791 4.284 10.5 10.5 0 0 1-5.665 1.534 9.974 9.974 0 0 1-7.812-3.353 12.834 12.834 0 0 1-2.99-8.874Zm4.076.482a10.144 10.144 0 0 0 1.83 6.333 6.2 6.2 0 0 0 9.806-.033 11.092 11.092 0 0 0 1.819-6.782 10.126 10.126 0 0 0-1.852-6.322 5.887 5.887 0 0 0-4.92-2.421 5.821 5.821 0 0 0-4.843 2.389q-1.84 2.387-1.84 6.836Z\" fill=\"#1976d2\"/></g></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-7befgd\",\"data-framer-name\":\"logo\",fill:\"black\",intrinsicHeight:72,intrinsicWidth:262,layoutDependency:layoutDependency,layoutId:\"RrNfwaEg_\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"262.323\" height=\"72\"><g data-name=\"Group 155\" fill=\"#fff\"><path data-name=\"Subtraction 14\" d=\"M36 72a36 36 0 1 1 36-36 36.04 36.04 0 0 1-36 36Zm-6.405-2.428-.058.309a34.87 34.87 0 0 0 6.463.6 34.246 34.246 0 0 0 13.423-2.71l.037-.015.015-.006-.025-.059.085-.006.084-.006h.027l.024-.011c.682-.295 1.35-.609 1.986-.934l.126-.064-.164-.426-.138.039a24.839 24.839 0 0 1-2.456.574c-.461.083-.9.15-1.313.2l-.145.018.037.657h.436c.213 0 .43 0 .662-.011a34.31 34.31 0 0 1-3.206 1.089l-.01-.109-.127-.015a24.243 24.243 0 0 1-3.1-.578l-.193-.049-.138.147a12.175 12.175 0 0 1-1.738 1.536l-.1.07.031.079c-.968.116-1.948.192-2.916.227a10.786 10.786 0 0 0 3.233-2.012l.429-.388-.547-.188a27.052 27.052 0 0 1-2.045-.781l-.02-.008-.054-.014a39.77 39.77 0 0 1-2.75-.591l-.116-.028-.113.052a26.411 26.411 0 0 1-6.2 2.151l-1.161.238 1.112.415a25.093 25.093 0 0 0 3.45 1c-.957-.1-1.906-.231-2.821-.4Zm-3.926-6.9-.164.2a6.5 6.5 0 0 1-1.124 1.057 6.579 6.579 0 0 1-1.766.928l-.6.21.513.382a26.164 26.164 0 0 0 3.3 2.1l.086.047.093-.007a21.777 21.777 0 0 0 6.768-1.569l.9-.353-.919-.288a62.732 62.732 0 0 1-6.856-2.6l-.235-.1ZM18.7 65.211l.858.653c.642.486 1.288.935 1.92 1.336l.051.031.054.011c.2.046.382.085.584.121l.124.024.24-.562-.1-.073a27.685 27.685 0 0 1-1.842-1.419l-.1-.079h-.341c-.151 0-.261 0-.364-.006ZM49.849 54.34l-.1.021-.18.054-.062.076a49.595 49.595 0 0 1-3.312 3.676l-.09.086-.008.116a19.889 19.889 0 0 1-1.419 5.572 15.506 15.506 0 0 1-.862 1.719l-.295.508h.656a26.111 26.111 0 0 0 4.655-.409 24.12 24.12 0 0 0 9.647-4.042l.073-.048.035-.073a20.03 20.03 0 0 0 1.913-5.044l.107-.446-.458.027c-.457.031-.942.047-1.44.047a22.374 22.374 0 0 1-8.764-1.8l-.1-.04Zm-5.012 5.149-.79.7a41.087 41.087 0 0 1-6.208 4.569l-.547.327.577.272c.2.1.419.193.66.3l.073.021a33.963 33.963 0 0 0 3.415.42l.188.013.117-.159a14.362 14.362 0 0 0 1.326-2.452 17.323 17.323 0 0 0 .956-2.989l.233-1.027Zm-17.255-3.666-.007.374c-.01.519-.042 1.021-.1 1.492l-.018.162.117.117a44.617 44.617 0 0 0 3.541 3.137 35.793 35.793 0 0 0 4.83 3.261l.162.092.167-.089a40.564 40.564 0 0 0 8.672-6.541l.087-.087.011-.125c.054-.645.085-1.289.091-1.913v-.4l-.4.069c-2.083.359-4.342.677-6.714.945h-.083a67.35 67.35 0 0 1-1.866.022 68.356 68.356 0 0 1-8.12-.474Zm-13.3 2.422-.245.078c-.446.144-.755.238-1.037.312l-.5.135.321.4a42.616 42.616 0 0 0 3.937 4.31l.053.055.072.023a12.617 12.617 0 0 0 1.22.351l1.136.257-.818-.828a35.321 35.321 0 0 1-4-4.887Zm2.607-1-.185.075c-.343.146-.659.275-.943.384l-.4.158.243.352a32.918 32.918 0 0 0 5.139 5.8l.115.1.153-.018a5.715 5.715 0 0 0 2.707-1.057 5.33 5.33 0 0 0 .584-.5l.331-.324-.41-.217a50.8 50.8 0 0 1-7.181-4.63ZM27.242 59.2l-.15.54a9.256 9.256 0 0 1-.64 1.683l-.158.317.326.147c1.819.8 3.621 1.5 5.356 2.083l.128.044.287-.564-.112-.079a39.354 39.354 0 0 1-1.852-1.389 45.188 45.188 0 0 1-2.777-2.4l-.408-.384Zm-5.39-4.375-.111.058c-.633.343-1.315.7-2.027 1.052-.394.2-.771.38-1.154.559l-.509.244.451.336a49.677 49.677 0 0 0 6.465 4.055l.306.157.156-.3a9.181 9.181 0 0 0 .824-2.557l.029-.174-.124-.124a55.776 55.776 0 0 1-2.625-2.872l-.079-.093-.115-.021c-.395-.078-.828-.17-1.363-.289l-.124-.027Zm43 .079-.533.241a11.173 11.173 0 0 1-2.319.747l-.215.044-.049.217a24.461 24.461 0 0 1-.766 2.771l-.04.116.456.3.089-.1a34.468 34.468 0 0 0 3.069-3.882Zm-56.74-.483-.2.736a5.455 5.455 0 0 0-.131.6l-.008.062.037.052c.5.706 1.033 1.405 1.588 2.078L9.44 58h.06c.083.005.168.011.251.013l.478.013-.144-.447c0-.017-.008-.033-.013-.05v-.011l-.006-.019a.236.236 0 0 1-.01-.03c0-.011-.007-.023-.011-.034s0-.013-.006-.019v-.014a.3.3 0 0 1-.01-.035l-.034-.119-.037-.048a59.954 59.954 0 0 1-1.434-2.137Zm2.731-2.381-.6.157.01.131a22.6 22.6 0 0 0 .74 4.371l.023.062.03.045c.138.193.291.407.5.693l.214.3.22-.049a17 17 0 0 0 1.258-.334l.421-.128-.233-.375A44.492 44.492 0 0 1 10.9 52.16l-.054-.12Zm3.563 3.134-.485.4.069.116c.218.365.4.657.6.979l.148.234 1.171-.45-.443-.368c-.32-.271-.657-.559-.954-.824l-.1-.089Zm-.563-2.884-.343.516.093.091a46.793 46.793 0 0 0 3.3 2.927l.161.133.193-.086a51.38 51.38 0 0 0 1.968-.935l.062-.029.045-.022.053-.026.866-.42-.869-.241a46.117 46.117 0 0 1-5.411-1.856l-.119-.049Zm23.711-7.758-.254.193c-3.357 2.526-6.686 4.829-9.9 6.844l-.2.12.039.224a24.32 24.32 0 0 1 .274 2.323v.042l.03.419.281.032a67.052 67.052 0 0 0 8.24.5c.605 0 1.2-.009 1.83-.027h.032c2.379-.265 4.694-.594 6.882-.977l.293-.052-.011-.3a34.313 34.313 0 0 0-.195-2.2l-.017-.147-.121-.089a38.639 38.639 0 0 1-7-6.659ZM61.293 50.4l-.508.244a48.579 48.579 0 0 1-7.954 2.928l-1.141.328 1.139.33a21.069 21.069 0 0 0 5.887.839c.518 0 1.033-.018 1.529-.053h.075c.091-.007.176-.014.262-.023l.253-.027.049-.254a31.148 31.148 0 0 0 .389-3.739Zm7.843-5.952a21.258 21.258 0 0 1-4.941 4.3c-.521.336-1.061.659-1.605.961l-.172.1v.2a33.606 33.606 0 0 1-.333 4.243l-.085.513.508-.144a9.677 9.677 0 0 0 3.7-1.995l.021-.018.014-.024a34.567 34.567 0 0 0 1.529-3.162 34.174 34.174 0 0 0 1.635-4.835l-.272-.14ZM4.824 50.76l.125.26a34.489 34.489 0 0 0 1.8 3.258l.172.275.109-.306c.091-.257.2-.528.317-.805l.069-.161-.088-.149c-.416-.7-.82-1.4-1.2-2.089l-.09-.161-.183-.013a11.837 11.837 0 0 1-.743-.072l-.287-.037Zm21.368 1.563-.446.265c-.628.378-1.143.682-1.621.958l-.793.454.9.169c.625.116 1.221.217 1.773.3l.427.068-.041-.528c-.005-.063-.013-.128-.019-.186a22.431 22.431 0 0 0-.112-.994Zm19.919.037.049.652v.1c.011.149.022.3.03.45l.03.411.38-.073c.157-.03.312-.062.467-.093l.033-.007.18-.037.914-.189-.785-.447c-.2-.113-.43-.244-.731-.426ZM18.907 49.1l-.23.055a84 84 0 0 1-4.481.968l-.167.03-.2.036-.229.041-1.2.207 1.019.453a45.728 45.728 0 0 0 7.957 2.673l.941.226-.594-.764a65.029 65.029 0 0 1-2.684-3.728Zm39.71-10.836v.209l-.058.147a74.143 74.143 0 0 1-4.74 9.647 46.953 46.953 0 0 1-2.577 3.958l-.553.775.917-.245a47.539 47.539 0 0 0 9.513-3.519l.187-.095v-.212a42.819 42.819 0 0 0-1.365-9.951l-.04-.171-.166-.065a23.568 23.568 0 0 1-.721-.3l-.4-.172ZM25 47.426l-.316.095c-1.417.426-2.819.819-4.165 1.171l-.468.126.278.4a63.664 63.664 0 0 0 2.525 3.447l.179.234.258-.148c.833-.48 1.669-.977 2.487-1.478l.2-.124-.048-.234a31.451 31.451 0 0 0-.825-3.168ZM54.252 35.4l-.2.109a155.12 155.12 0 0 1-10.5 5.036l-.291.127.108.3a48.949 48.949 0 0 1 2.535 9.779l.025.144.12.084a25.884 25.884 0 0 0 3.051 1.787l.248.127.173-.223a46.9 46.9 0 0 0 3.332-4.962 72.6 72.6 0 0 0 4.732-9.654l.11-.275-.257-.147a22.136 22.136 0 0 1-3.013-2.087l-.176-.146Zm-18.57 8.364-.128.048A165.368 165.368 0 0 1 26.386 47l-.322.1.1.323c.28.882.52 1.764.713 2.621l.107.471.4-.258a139.347 139.347 0 0 0 8.483-5.858l.11-.08-.3-.556Zm6.565-2.655-.335.142-.046.02-.015.006-.07.029-.193.083-.193.154c-.84.675-1.738 1.381-2.671 2.1l-.282.216.227.275a40 40 0 0 0 5.286 5.282l.724.584-.175-.913a50.347 50.347 0 0 0-2.137-7.635l-.12-.341ZM6.515 48.154l-.465.392.207.4c.056.1.113.21.168.315l.052.1.029.056c.036.068.072.136.109.2l.1.176h.336c.2 0 .444 0 .709-.013l1.06-.037-.884-.585c-.47-.314-.913-.628-1.317-.932Zm-2.89-2.2-.353.523-.01.015-.032.052-.049.076.023.07c.3.906.639 1.826 1.022 2.734l.006.013v.01l.033.064.069.017c.115.03.243.058.394.086l.685.131-.32-.621c-.414-.8-.826-1.673-1.226-2.6l-.245-.576Zm12.053-2.185-.321.354a78.816 78.816 0 0 0-2.5 2.924 55.5 55.5 0 0 0-1.414 1.817l-.491.656.811-.117c.738-.105 1.49-.23 2.232-.37a77.025 77.025 0 0 0 3.8-.806l.463-.11-.252-.4a74.636 74.636 0 0 1-2.1-3.529l-.23-.416Zm-2.493-5.209-.341.206c-.292.178-.579.356-.85.528l-.164.1-.032.125A42.824 42.824 0 0 0 10.3 47.5l-.1 1.169.708-.937c.387-.509.732-.95 1.085-1.385a82.46 82.46 0 0 1 2.968-3.442l.158-.173-.107-.212a48.837 48.837 0 0 1-1.674-3.593l-.15-.365Zm47.966.676.127.533a44.075 44.075 0 0 1 1.116 8.194l.02.575.494-.3c.194-.116.409-.253.66-.411l.024-.016a17.815 17.815 0 0 0 6.357-6.6l.042-.079v-.093a27.665 27.665 0 0 0-.32-3.123l-.1-.643-.473.45a7.538 7.538 0 0 1-.816.679 6.951 6.951 0 0 1-4.16 1.25 10.556 10.556 0 0 1-2.435-.3l-.536-.125Zm-40.69-.4-.274.268a111.633 111.633 0 0 0-3.545 3.619l-.174.182.121.214a73.246 73.246 0 0 0 2.679 4.511l.136.2.232-.061c1.468-.373 3.033-.808 4.651-1.293l.347-.1-.13-.34a27.737 27.737 0 0 0-1.569-3.463 27.827 27.827 0 0 0-2.235-3.435l-.234-.3ZM5.4 44.117l-.312.3c-.1.088-.181.17-.3.286l-.241.238.237.243c.342.343.7.679 1.064 1l.1.089.484-.411-.072-.116a41.244 41.244 0 0 1-.751-1.248l-.209-.381Zm2.137-1.772-.41.324c-.215.169-.448.357-.649.52l-.221.18.14.248c.462.821.952 1.624 1.458 2.387l.075.113.572-.269-.038-.13c-.286-.933-.555-1.9-.8-2.866l-.128-.508Zm21.488-11.187-.189.155a157.098 157.098 0 0 0-7.349 6.536l-.216.21.185.241a29.376 29.376 0 0 1 2.46 3.735 29.688 29.688 0 0 1 1.674 3.709l.114.3.3-.095a159.176 159.176 0 0 0 9.518-3.323l.42-.159-.264-.358a70.677 70.677 0 0 1-4.9-7.793c-.519-.953-1-1.923-1.42-2.882l-.1-.22-.166.037-.076-.093ZM3.34 40.179l-.482.168.04.143c.264.936.58 1.918.938 2.918l.176.494.382-.365c.062-.064.133-.126.2-.185l.26-.24-.116-.23a55.337 55.337 0 0 1-.479-.972 38.278 38.278 0 0 1-.722-1.643l-.155.031Zm7.084.118-.726.5c-.293.2-.613.425-1 .7l-.185.133.05.223c.156.653.313 1.27.468 1.835l.033.121.606-.028.024-.121c.157-.841.335-1.684.531-2.505l.2-.853Zm-3.9-8.775-.472.189a7.8 7.8 0 0 0-.725.344 7.044 7.044 0 0 0-2.369 2.072l-.089.121.03.147a31.3 31.3 0 0 0 2.373 7.04l.117.242c.023.046.044.092.066.139l.043.091.229.457.33-.265c.266-.216.563-.447 1.058-.825l.164-.124-.031-.2a50.644 50.644 0 0 1-.728-8.916v-.508Zm28.733-3.59-.525.207-.233.093-1.051.42c-1.075.437-1.94.794-2.721 1.124l-.048.02-.034.032c-.058.045-.114.09-.172.138l-.388.32.1.236a39.846 39.846 0 0 0 1.583 3.26 68.4 68.4 0 0 0 5.1 8.057l.155.207.242-.095a182.46 182.46 0 0 0 3.701-1.509l.044-.018.167-.133.054-.043.023-.019c.1-.081.205-.165.308-.251l.193-.156-.094-.233a52.543 52.543 0 0 0-6.252-11.448l-.155-.21Zm-17.412 7.976-.221.12c-1.143.62-2.227 1.227-3.222 1.806l-.254.151.116.272a49.419 49.419 0 0 0 1.439 3.172l.214.437.335-.355c1-1.053 2.1-2.17 3.28-3.319l.23-.224-.21-.241c-.484-.563-1-1.115-1.528-1.64Zm-9.191-4.7c-.238 0-.478.011-.712.034l-.3.031v.3a48.979 48.979 0 0 0 .558 8.308l.082.539.447-.309c.368-.254.7-.481 1.029-.7l.042-.028.013-.009.013-.008.048-.031.011-.007c.276-.181.562-.369.889-.579l.111-.071.03-.12c.3-1.006.645-2.064 1.029-3.145l.041-.11-.036-.11a51.645 51.645 0 0 1-1.007-3.474l-.046-.2-.2-.049a8.41 8.41 0 0 0-2.042-.262Zm37.528-7.135-.3.095c-2.977.937-6.052 2.01-9.141 3.189l-.41.156.254.36a53.8 53.8 0 0 1 5.9 10.778l.173.432.357-.3c2.665-2.217 5.2-4.468 7.526-6.691l.223-.217-.2-.241a29.038 29.038 0 0 1-2.879-4.318 28.364 28.364 0 0 1-1.39-2.952l-.117-.292Zm20.1 3.677-.327.264a50.877 50.877 0 0 1-3.707 2.678c-.4.267-.809.533-1.216.79l-.113.072-.03.125c-.295 1.1-.612 2.16-.942 3.157l-.038.108.038.109c.3.894.577 1.812.828 2.728l.049.176.175.058a10.167 10.167 0 0 0 3.116.529 5.877 5.877 0 0 0 3.518-1.044 6.3 6.3 0 0 0 1.533-1.574l.09-.124-.037-.148a34.192 34.192 0 0 0-1.393-4.454 37.67 37.67 0 0 0-1.354-3.071l-.189-.378Zm-14.8 4.973-.247.238a144.64 144.64 0 0 1-4.714 4.292l-.1.089.342.535.125-.058a145.672 145.672 0 0 0 6.044-2.982l.419-.22-.341-.327c-.462-.438-.9-.879-1.288-1.312l-.237-.255Zm-26.554-.368-.123.058a152.717 152.717 0 0 0-5.533 2.735l-.4.209.314.327c.39.405.774.823 1.138 1.241l.233.266.257-.244a155.808 155.808 0 0 1 4.36-3.972l.1-.09Zm-10.929.537v.254l-.069.174a65.548 65.548 0 0 0-.732 1.889l-.039.113.038.111c.144.425.281.8.4 1.12l.14.378.348-.2c.857-.495 1.687-.961 2.466-1.387l.436-.237-.377-.32a21.85 21.85 0 0 0-1.392-1.09 18.54 18.54 0 0 0-.786-.535Zm44.113.363-.348.2c-.749.431-1.367.779-2 1.129l-.46.251.418.316a20.742 20.742 0 0 0 2.025 1.374l.35.207.142-.384c.153-.412.293-.809.456-1.288l.037-.11-.038-.109a47.48 47.48 0 0 0-.438-1.212l-.14-.374ZM23.081 16.988l-.176.234a57.121 57.121 0 0 0-2.783 4.088 82.364 82.364 0 0 0-5.479 10.329l-.117.271.252.154c.357.221.723.465 1.088.725a23.17 23.17 0 0 1 1.983 1.6l.176.159.209-.11c3.1-1.636 6.477-3.256 10.027-4.813l.3-.128-.115-.3a43.343 43.343 0 0 1-2.5-10.314l-.018-.155-.128-.088a30.679 30.679 0 0 0-2.457-1.512ZM55.914 28.27l-.339.357a113.63 113.63 0 0 1-3.048 3.093l-.233.228.216.246a24.74 24.74 0 0 0 1.713 1.7l.175.164.216-.114c.972-.527 1.924-1.061 2.831-1.587l.26-.15-.116-.275a56.183 56.183 0 0 0-1.458-3.221l-.216-.443Zm-48.4-5.45-.728.591a19.491 19.491 0 0 0-4.4 4.91l-.014.023-.041.182v.033a26.53 26.53 0 0 0 .2 3.532l.08.661.487-.453a8.377 8.377 0 0 1 1.705-1.222 8.8 8.8 0 0 1 1.54-.645l.225-.07.016-.238a45.212 45.212 0 0 1 .761-6.384l.181-.92Zm53.8-.884-.68.866c-.22.285-.433.552-.542.685a77.955 77.955 0 0 1-3.215 3.742l-.155.174.106.206a60.36 60.36 0 0 1 1.693 3.662l.149.361.339-.2c.226-.134.52-.315.83-.511l.12-.072.032-.134a45.179 45.179 0 0 0 .975-4.972c.125-.895.219-1.806.278-2.71Zm-39.18-5.548-.917.235A43.226 43.226 0 0 0 10.795 20.7l-.17.1v.2a43.522 43.522 0 0 0 1.155 9.464l.042.181.174.061c.413.149.827.322 1.233.513l.316.154.141-.323a84.262 84.262 0 0 1 5.489-10.328 60.585 60.585 0 0 1 2.4-3.57l.557-.764Zm45.993 9.718-.513.487-.06.055-.02.018c-.06.056-.121.112-.186.168l-.192.175.119.231a40.598 40.598 0 0 1 1.592 3.554l.1.281.1.244.621-.2-.054-.233-.02-.077c0-.007 0-.015-.006-.022v-.011c0-.016-.009-.033-.013-.05a50.302 50.302 0 0 0-1.292-4.124l-.175-.491Zm-15.595-3.842-.244.062c-1.442.372-3.018.812-4.683 1.31l-.357.107.139.347a28.627 28.627 0 0 0 1.277 2.694 27.742 27.742 0 0 0 2.669 4.023l.234.3.27-.262a104.496 104.496 0 0 0 3.375-3.452l.165-.176-.114-.217a65.757 65.757 0 0 0-2.6-4.524l-.128-.213ZM8.659 30.092a9.288 9.288 0 0 1 1.453.12l.489.081-.106-.484a45.158 45.158 0 0 1-.963-7.744l-.024-.8-.628.643-.025.092A42.608 42.608 0 0 0 7.7 29.752l-.027.388.388-.028c.229-.012.423-.02.598-.02Zm53.769-8.5-.049.958a38.205 38.205 0 0 1-.313 3.337 45.698 45.698 0 0 1-.573 3.267l-.175.822.7-.468a46.854 46.854 0 0 0 3.521-2.59l.217-.181-.137-.247A42.186 42.186 0 0 0 63 22.371Zm-35.287-2.003.136.861a42.258 42.258 0 0 0 2.18 8.273l.124.333.359-.152.088-.036.032-.013.045-.02.124-.1.033-.027.3-.244.173-.142c.885-.711 1.8-1.428 2.711-2.13l.286-.217-.23-.269a39.386 39.386 0 0 0-5.682-5.573l-.682-.543Zm17.659-.046-.4.262a148.533 148.533 0 0 0-8.618 6.016l-.11.083.312.556.127-.048c3.153-1.208 6.3-2.312 9.358-3.28l.331-.1-.11-.329c-.3-.864-.558-1.768-.777-2.686Zm16.131 1.023-.817.123c-.622.093-1.3.208-2.028.341-1.241.23-2.572.513-3.957.842l-.458.107.246.4a71.217 71.217 0 0 1 2.037 3.538l.227.426.322-.358c1-1.113 1.921-2.188 2.727-3.194.409-.51.816-1.036 1.209-1.564l.494-.662Zm5.106 3.209-.488.406.072.116c.265.431.523.865.786 1.327l.213.374.346-.323.1-.1c.057-.055.114-.109.168-.164l.243-.235-.233-.242a21.498 21.498 0 0 0-1.107-1.071l-.1-.09Zm-29.06-9.084c-.48 0-.975.007-1.516.02a66.972 66.972 0 0 0-8.32.713l-.3.044.009.3c.017.724.06 1.459.126 2.184l.013.155.217.159.011.007.013.011a39.734 39.734 0 0 1 7.185 6.768l.2.248.264-.192c3.251-2.45 6.449-4.676 9.506-6.617l.188-.121-.037-.219a22.62 22.62 0 0 1-.254-2.381v-.256l-.013-.382-.292-.033a60.027 60.027 0 0 0-7.003-.408Zm-26.881-.14-.526.152-.036.011-.041.011h-.026l-.02.005h-.011c-.249.073-.5.159-.757.256l-.041.015-.027.035a34.363 34.363 0 0 0-4.385 7.544c-.28.66-.543 1.34-.783 2.023l.264.159a25.021 25.021 0 0 1 4.106-3.505l.1-.069.037-.124A37.827 37.827 0 0 1 9.937 15.4Zm38.752 2.53-.259.145c-.8.468-1.669.992-2.583 1.558l-.2.125.049.233a29.373 29.373 0 0 0 .9 3.249l.107.309.312-.095c1.447-.436 2.88-.841 4.257-1.2l.465-.123-.269-.4a60.078 60.078 0 0 0-2.6-3.573Zm16.179 3.182c-.214 0-.434 0-.692.013l-1.035.034.851.584c.56.389 1.075.769 1.529 1.131l.1.077.474-.381-.054-.113a52.644 52.644 0 0 0-.587-1.161l-.095-.179h-.2c-.101-.004-.196-.004-.295-.004ZM50.216 16.3h-.006l-.387.223.241.306a61.882 61.882 0 0 1 2.834 3.956l.13.2.234-.056c1.642-.4 3.2-.737 4.615-1 .252-.047.506-.092.849-.151L59.8 19.6l-.982-.46a44.335 44.335 0 0 0-8.333-2.884l-.14-.033-.125.076Zm-37.032-2.073c-.424 0-.862.02-1.3.059l-.189.014-.089.175c-.23.464-.408.838-.562 1.176l-.01.024-.017.059a30.337 30.337 0 0 0-.332 2.99v.061c0 .023 0 .044-.006.066s0 .041 0 .061l-.013.588.511-.269a44.1 44.1 0 0 1 8.16-3.244l1.024-.3-1.006-.348a18.834 18.834 0 0 0-6.171-1.112Zm49.378 1.143-.57.227.021.126c.1.561.177 1.122.235 1.668l.113 1.059.519-.927c.125-.217.254-.458.406-.759l.085-.174-.106-.164a52.735 52.735 0 0 0-.633-.952Zm-2.615-3.275-.309.079a26.306 26.306 0 0 0-2.986 1l-.522.209.43.365a46.814 46.814 0 0 1 3.974 3.841l.712.776-.127-1.044a24.493 24.493 0 0 0-1.072-4.93ZM45.39 15.279v.395a.3.3 0 0 0 0 .055c.023.478.068.975.133 1.478l.063.522.45-.275c.551-.337 1.123-.68 1.749-1.048l.335-.2-.244-.306-.047-.057-.022-.027-.063-.074-.078-.086-.116-.021a60.913 60.913 0 0 0-1.775-.3l-.388-.059Zm9.417-1.535v.223l-.013.006c-.572.261-1.186.555-1.933.925l-1.055.54.831.234A45.407 45.407 0 0 1 58.1 17.6l.118.051.351-.512-.092-.092a45.604 45.604 0 0 0-3.329-3.033l-.344-.275ZM25.729 15.65l-.386.069-.1.019-.226.043-.1.019h-.024l-.132.025-1.078.2.791.456c.269.156.524.308.777.464l.549.344-.031-.649v-.072c0-.09-.005-.179-.008-.268v-.032l-.008-.234-.015-.394Zm-12.55-2.535h.011A21.537 21.537 0 0 1 22 15.208l.106.049.116-.028.521-.117.176-.04.3-.068.073-.092c.815-1 1.656-1.963 2.5-2.853l.08-.085.01-.111a19.773 19.773 0 0 1 2.058-7.192l.274-.513-.584.015c-.754.018-1.515.061-2.264.128a32.13 32.13 0 0 0-4.559.736h-.017l-.016.007a34.31 34.31 0 0 0-4.584 2.717l-.027.022a29.438 29.438 0 0 0-3.54 4.814l-.312.526.609-.013ZM47.117 8.7l-.17.244a8.435 8.435 0 0 0-1.207 2.724l-.049.187.135.135c.791.8 1.586 1.663 2.362 2.563l.08.084.112.021c.59.117 1.155.237 1.681.357l.127.031.116-.064c.736-.4 1.428-.76 2.057-1.076.458-.229.837-.412 1.147-.562l.5-.241-.443-.336a46.7 46.7 0 0 0-4.577-3.044 43.84 43.84 0 0 0-1.606-.888ZM35.733 5.6l-.166.092a38.219 38.219 0 0 0-8.532 6.684l-.09.086-.01.127v.028c0 .058-.008.117-.014.179l-.011.165v.028c-.02.3-.035.607-.046.939l-.02.409.408-.058a68.607 68.607 0 0 1 8.178-.679c.46-.013.963-.02 1.539-.02a61.548 61.548 0 0 1 6.952.391l.353.042.026-.353c.031-.427.081-.853.149-1.265l.031-.176-.13-.124a44.537 44.537 0 0 0-4.763-4.045A36.113 36.113 0 0 0 35.9 5.693Zm17 .322a6.963 6.963 0 0 0-3.345.847 7.819 7.819 0 0 0-1.116.743l-.395.321.45.241c.436.237.836.462 1.224.687A48.465 48.465 0 0 1 55 12.468l.156.125.189-.079a31.768 31.768 0 0 1 3.4-1.248l.516-.154-.361-.4a41.323 41.323 0 0 0-2.257-2.335l-.014-.013a34.474 34.474 0 0 0-3.711-2.42l-.035-.02h-.15ZM39.089 5.6l-.259.572.11.073c.436.292.861.589 1.3.908a44.51 44.51 0 0 1 4.15 3.439l.379.355.174-.49a9.586 9.586 0 0 1 .942-1.937l.215-.32-.353-.167a41.879 41.879 0 0 0-6.528-2.4l-.13-.035ZM29.53 4.174l-.106.165a16.179 16.179 0 0 0-2.065 5.3l-.218 1.047.783-.728a38.65 38.65 0 0 1 6.091-4.638l.539-.33-.573-.269c-.14-.065-.28-.127-.419-.189l-.016-.007-.055-.025-.044-.023-.054-.006a39.146 39.146 0 0 0-3.67-.29Zm14.776-1.652h-.033a23.06 23.06 0 0 0-3.127.735c-.622.194-1.223.4-1.787.623l-.955.372.992.272a42.9 42.9 0 0 1 7.225 2.681l.214.1.173-.168a8.42 8.42 0 0 1 1.849-1.356 8.255 8.255 0 0 1 1.788-.715l.413-.11-.388-.183c-.408-.192-.827-.38-1.248-.557a34.389 34.389 0 0 0-5.085-1.7l-.031-.007ZM36 1.519a35.415 35.415 0 0 0-4.332.266l-.046.007-.035.03c-.06.051-.117.1-.176.154l-.439.394.56.183a26.78 26.78 0 0 1 2.164.821l.044.02.048.006c.918.122 1.838.275 2.733.454l.112.021.1-.049A28.528 28.528 0 0 1 40.819 2.2l.105-.033-.024-.305a35.184 35.184 0 0 0-4.9-.343Z\"/><g data-name=\"Group 154\"><path data-name=\"Path 4\" d=\"M112.234 33a10.536 10.536 0 0 1-3.353 7.012 10.99 10.99 0 0 1-7.5 2.468 10.091 10.091 0 0 1-8.133-3.639q-3.058-3.639-3.058-9.736v-2.753a16.316 16.316 0 0 1 1.422-7.026 10.651 10.651 0 0 1 4.042-4.652 11.254 11.254 0 0 1 6.058-1.623 10.348 10.348 0 0 1 7.316 2.552 10.662 10.662 0 0 1 3.206 7.051h-3.8a8.228 8.228 0 0 0-2.134-4.971 6.457 6.457 0 0 0-4.593-1.539 6.756 6.756 0 0 0-5.67 2.682q-2.055 2.677-2.055 7.618v2.771a12.633 12.633 0 0 0 1.947 7.421 6.292 6.292 0 0 0 5.448 2.756 7.267 7.267 0 0 0 4.829-1.426q1.682-1.426 2.232-4.966Zm3.619-1.75a12.57 12.57 0 0 1 1.229-5.624 9.17 9.17 0 0 1 3.423-3.857 9.316 9.316 0 0 1 5.005-1.357 8.975 8.975 0 0 1 7.032 3.014 11.577 11.577 0 0 1 2.685 8v.256a12.679 12.679 0 0 1-1.19 5.576 9.035 9.035 0 0 1-3.4 3.845 9.423 9.423 0 0 1-5.088 1.377 8.952 8.952 0 0 1-7.011-3.009 11.519 11.519 0 0 1-2.685-7.966Zm3.658.433a9.1 9.1 0 0 0 1.643 5.683 5.256 5.256 0 0 0 4.4 2.144 5.224 5.224 0 0 0 4.406-2.173 9.956 9.956 0 0 0 1.628-6.088 9.088 9.088 0 0 0-1.662-5.674 5.283 5.283 0 0 0-4.416-2.173 5.225 5.225 0 0 0-4.347 2.143 9.882 9.882 0 0 0-1.652 6.137Zm24.231 10.4h-3.638V11.876h3.639Zm9.775 0h-3.638V11.876h3.639Zm14.653.393a9.3 9.3 0 0 1-7.041-2.842 10.549 10.549 0 0 1-2.714-7.6v-.667a12.77 12.77 0 0 1 1.21-5.655 9.436 9.436 0 0 1 3.383-3.894 8.505 8.505 0 0 1 4.71-1.406 7.97 7.97 0 0 1 6.451 2.734q2.3 2.734 2.3 7.828v1.514h-14.415a7.565 7.565 0 0 0 1.839 5.084 5.78 5.78 0 0 0 4.475 1.937 6.337 6.337 0 0 0 3.265-.787 8.2 8.2 0 0 0 2.341-2.085l2.224 1.732a8.936 8.936 0 0 1-8.027 4.111Zm-.452-19.074a4.853 4.853 0 0 0-3.7 1.6 7.791 7.791 0 0 0-1.849 4.494h10.66v-.27a6.93 6.93 0 0 0-1.492-4.3 4.569 4.569 0 0 0-3.619-1.524Zm21.5 16.108a5.241 5.241 0 0 0 3.4-1.18 4.152 4.152 0 0 0 1.613-2.95h3.442a6.6 6.6 0 0 1-1.259 3.481 8.29 8.29 0 0 1-3.1 2.636 8.938 8.938 0 0 1-4.1.983 8.767 8.767 0 0 1-6.913-2.9q-2.567-2.9-2.567-7.936v-.61a12.812 12.812 0 0 1 1.142-5.528 8.689 8.689 0 0 1 3.275-3.757 9.3 9.3 0 0 1 5.047-1.337 8.535 8.535 0 0 1 5.95 2.144 7.662 7.662 0 0 1 2.525 5.57h-3.442a5.014 5.014 0 0 0-1.564-3.4 4.864 4.864 0 0 0-3.469-1.324 5.093 5.093 0 0 0-4.3 2 9.375 9.375 0 0 0-1.524 5.773v.688a9.189 9.189 0 0 0 1.515 5.663 5.117 5.117 0 0 0 4.327 1.984Zm17.48-23.858v5.153h3.973v2.813h-3.973v13.214a2.954 2.954 0 0 0 .531 1.92 2.235 2.235 0 0 0 1.809.64 8.809 8.809 0 0 0 1.731-.236v2.933a10.611 10.611 0 0 1-2.793.391 4.532 4.532 0 0 1-3.678-1.475 6.337 6.337 0 0 1-1.239-4.189v-13.2h-3.871v-2.811h3.875v-5.153Zm12.177 26.434h-3.638V20.805h3.639Zm-3.933-26.925a2.172 2.172 0 0 1 .541-1.495 2.031 2.031 0 0 1 1.6-.61 2.062 2.062 0 0 1 1.613.61 2.149 2.149 0 0 1 .551 1.495 2.078 2.078 0 0 1-.549 1.475 2.1 2.1 0 0 1-1.613.59 2.067 2.067 0 0 1-1.6-.59 2.1 2.1 0 0 1-.543-1.475Zm16.777 21.989 5.271-16.344h3.717l-7.631 21.28h-2.778l-7.705-21.281h3.717Zm11.231-5.9a12.57 12.57 0 0 1 1.229-5.624 9.17 9.17 0 0 1 3.419-3.857 9.316 9.316 0 0 1 5.006-1.357 8.975 8.975 0 0 1 7.034 3.014 11.577 11.577 0 0 1 2.685 8v.256a12.679 12.679 0 0 1-1.19 5.576 9.035 9.035 0 0 1-3.4 3.845 9.423 9.423 0 0 1-5.084 1.377 8.952 8.952 0 0 1-7.012-3.009 11.519 11.519 0 0 1-2.685-7.966Zm3.658.433a9.1 9.1 0 0 0 1.642 5.684 5.565 5.565 0 0 0 8.8-.03 9.956 9.956 0 0 0 1.632-6.087 9.088 9.088 0 0 0-1.66-5.675 5.284 5.284 0 0 0-4.416-2.173 5.225 5.225 0 0 0-4.346 2.143 9.882 9.882 0 0 0-1.652 6.137Z\"/><path data-name=\"Path 3\" d=\"M92.892 61.213v-1.335h2.2a1.186 1.186 0 0 0 .92-.361 1.222 1.222 0 0 0 .331-.854 1.306 1.306 0 0 0-.144-.614 1.071 1.071 0 0 0-.426-.441 1.343 1.343 0 0 0-.68-.162h-2.2v-1.321h2.021a1.237 1.237 0 0 0 .812-.253.925.925 0 0 0 .307-.758.94.94 0 0 0-.307-.77 1.237 1.237 0 0 0-.812-.253h-2.021v-1.335h2.214a2.96 2.96 0 0 1 1.414.307 2.121 2.121 0 0 1 .86.806 2.137 2.137 0 0 1 .289 1.089 1.875 1.875 0 0 1-.441 1.245 2.591 2.591 0 0 1-1.281.776l.072-.529a2.84 2.84 0 0 1 1.45.872 2.2 2.2 0 0 1 .509 1.461 2.315 2.315 0 0 1-.329 1.225 2.384 2.384 0 0 1-.962.878 3.271 3.271 0 0 1-1.534.331Zm-1.2 0v-8.457h1.624v8.457Zm11.056-3.26-3.272-5.2h1.889l2.535 4.166h-1.083l2.538-4.162h1.865l-3.308 5.2Zm-.217 3.26v-4.138h1.648v4.138Zm10.177 0v-8.457h1.636v8.457Zm5.305 0v-8.457h1.636v8.457Zm-4.273-3.645v-1.443h4.728v1.443Zm8.839 3.645v-8.457h1.639v8.457Zm6.857.12a4.019 4.019 0 0 1-1.75-.349 3.981 3.981 0 0 1-1.314-1.046l1.082-1.082a2.735 2.735 0 0 0 .866.764 2.47 2.47 0 0 0 1.2.271 1.808 1.808 0 0 0 1.02-.253.8.8 0 0 0 .379-.7.9.9 0 0 0-.217-.626 1.787 1.787 0 0 0-.571-.404 6.489 6.489 0 0 0-.782-.31q-.427-.138-.854-.318a3.581 3.581 0 0 1-.782-.451 2 2 0 0 1-.571-.7 2.372 2.372 0 0 1-.217-1.077 2.255 2.255 0 0 1 .373-1.311 2.386 2.386 0 0 1 1.023-.833 3.577 3.577 0 0 1 1.468-.289 3.662 3.662 0 0 1 1.564.325 3.341 3.341 0 0 1 1.143.842l-1.084 1.088a2.62 2.62 0 0 0-.764-.6 1.976 1.976 0 0 0-.884-.192 1.589 1.589 0 0 0-.89.217.706.706 0 0 0-.325.626.765.765 0 0 0 .217.565 1.857 1.857 0 0 0 .571.373q.355.156.782.3t.854.325a3.215 3.215 0 0 1 .782.469 2.118 2.118 0 0 1 .571.74 2.561 2.561 0 0 1 .217 1.111 2.256 2.256 0 0 1-.83 1.853 3.508 3.508 0 0 1-2.274.673Zm7.35-.12v-8.276h1.648v8.276Zm-2.695-7v-1.457h7.038v1.452Zm12.84 7.133a4.4 4.4 0 0 1-1.726-.338 4.326 4.326 0 0 1-1.4-.932 4.326 4.326 0 0 1-.932-1.4 4.372 4.372 0 0 1-.333-1.709 4.352 4.352 0 0 1 .331-1.7 4.279 4.279 0 0 1 .926-1.383 4.262 4.262 0 0 1 1.389-.926 4.428 4.428 0 0 1 1.72-.331 4.46 4.46 0 0 1 1.732.331 4.262 4.262 0 0 1 1.389.926 4.343 4.343 0 0 1 .932 1.389 4.328 4.328 0 0 1 .339 1.706 4.328 4.328 0 0 1-.337 1.708 4.343 4.343 0 0 1-.932 1.389 4.361 4.361 0 0 1-1.383.932 4.315 4.315 0 0 1-1.715.338Zm-.024-1.528a2.707 2.707 0 0 0 1.42-.361 2.545 2.545 0 0 0 .944-1 3.1 3.1 0 0 0 .343-1.49 3.255 3.255 0 0 0-.192-1.143 2.6 2.6 0 0 0-.553-.9 2.474 2.474 0 0 0-.854-.583 2.865 2.865 0 0 0-1.107-.2 2.727 2.727 0 0 0-1.4.355 2.49 2.49 0 0 0-.95.992 3.077 3.077 0 0 0-.343 1.48 3.3 3.3 0 0 0 .2 1.167 2.63 2.63 0 0 0 .553.9 2.439 2.439 0 0 0 .854.577 2.845 2.845 0 0 0 1.085.206Zm8.1-2.141v-1.276h1.961a1.32 1.32 0 0 0 .932-.307 1.1 1.1 0 0 0 .331-.848 1.119 1.119 0 0 0-.331-.824 1.261 1.261 0 0 0-.932-.331h-1.965v-1.335h2.106a3.1 3.1 0 0 1 1.438.319 2.39 2.39 0 0 1 .962.872 2.371 2.371 0 0 1 .343 1.275 2.386 2.386 0 0 1-.343 1.294 2.314 2.314 0 0 1-.968.854 3.268 3.268 0 0 1-1.456.307Zm-1.2 3.537v-8.458h1.636v8.457Zm4.62 0-2.798-3.658 1.5-.469 3.272 4.126Zm4.114 0v-8.458h1.636v8.457Zm8.493.12a4.428 4.428 0 0 1-1.72-.331 4.262 4.262 0 0 1-1.389-.926 4.108 4.108 0 0 1-.914-1.389 4.542 4.542 0 0 1-.326-1.709 4.542 4.542 0 0 1 .319-1.708 4.044 4.044 0 0 1 .914-1.383 4.412 4.412 0 0 1 1.383-.926 4.346 4.346 0 0 1 1.726-.337 4.477 4.477 0 0 1 1.78.331 4.416 4.416 0 0 1 1.359.908l-1.105 1.106a2.424 2.424 0 0 0-.854-.6 2.974 2.974 0 0 0-1.179-.217 2.828 2.828 0 0 0-1.077.2 2.417 2.417 0 0 0-.848.577 2.584 2.584 0 0 0-.553.9 3.3 3.3 0 0 0-.193 1.149 3.291 3.291 0 0 0 .192 1.155 2.6 2.6 0 0 0 .553.9 2.488 2.488 0 0 0 .848.583 2.755 2.755 0 0 0 1.077.2 3.121 3.121 0 0 0 1.221-.217 2.344 2.344 0 0 0 .86-.614l1.107 1.107a4.2 4.2 0 0 1-1.371.914 4.708 4.708 0 0 1-1.817.327Zm10.2-.12v-1.456h2.145a2.886 2.886 0 0 0 1.432-.343 2.416 2.416 0 0 0 .956-.968 3.033 3.033 0 0 0 .343-1.48 2.905 2.905 0 0 0-.349-1.45 2.467 2.467 0 0 0-.962-.962 2.861 2.861 0 0 0-1.42-.347h-2.186v-1.452h2.214a4.733 4.733 0 0 1 1.738.313 4.2 4.2 0 0 1 1.4.884 4.061 4.061 0 0 1 .926 1.341 4.221 4.221 0 0 1 .326 1.685 4.265 4.265 0 0 1-.331 1.69 4.088 4.088 0 0 1-.92 1.347 4.135 4.135 0 0 1-1.389.884 4.7 4.7 0 0 1-1.726.313Zm-1.119 0v-8.458h1.636v8.457Zm9.564 0 3.4-8.458h1.335l3.392 8.457h-1.744l-2.622-6.941h.6l-2.661 6.941Zm1.8-1.576v-1.372h4.547v1.372Zm9.624 1.576v-8.277h1.648v8.276Zm-2.695-7v-1.458h7.038v1.452Zm7.651 7 3.4-8.457h1.34l3.392 8.457h-1.744l-2.622-6.942h.6l-2.658 6.941Zm1.8-1.576v-1.372h4.547v1.372Z\" opacity=\".84\"/></g></g></svg>',withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1p2c0vd\",\"data-framer-name\":\"logo\",fill:\"black\",intrinsicHeight:72,intrinsicWidth:262,layoutDependency:layoutDependency,layoutId:\"UJyuWayLc\",svg:'<svg version=\"1.1\" id=\"Layer_1\" xmlns=\"http://www.w3.org/2000/svg\" x=\"0\" y=\"0\" viewBox=\"0 0 262.3 72\" style=\"enable-background:new 0 0 262.3 72\" xml:space=\"preserve\"><style>.st0{fill:#1976d2}</style><g id=\"Group_155\" transform=\"translate(-218 -106.149)\"><path id=\"Subtraction_14\" class=\"st0\" d=\"M254 178.1c-19.9 0-36-16.1-36-36s16.1-36 36-36 36 16.1 36 36-16.1 36-36 36zm-6.4-2.4-.1.3c2.1.4 4.3.6 6.5.6 4.6 0 9.2-.9 13.4-2.7v-.1h.2c.7-.3 1.4-.6 2-.9l.1-.1-.2-.4h-.1c-.8.2-1.6.4-2.5.6-.5.1-.9.2-1.3.2h-.1v.7h1.1c-1.1.4-2.1.8-3.2 1.1v-.1h-.1c-1-.1-2.1-.3-3.1-.6h-.2l-.1.1c-.5.6-1.1 1.1-1.7 1.5l-.1.1v.1c-1 .1-1.9.2-2.9.2 1.2-.5 2.3-1.2 3.2-2l.4-.4-.5-.2c-.7-.2-1.3-.5-2-.8h-.1l-2.7-.6h-.1l-.1.1c-2 1-4.1 1.7-6.2 2.2l-1.2.2 1.1.4c1.1.4 2.3.7 3.5 1-1-.2-2-.3-2.9-.5zm-3.9-6.9-.2.2c-.3.4-.7.8-1.1 1.1-.5.4-1.1.7-1.8.9l-.6.2.5.4c1 .8 2.1 1.5 3.3 2.1h.2c2.3-.2 4.6-.7 6.8-1.6l.9-.4-.9-.3c-2.3-.7-4.6-1.6-6.9-2.6h-.2zm-7 2.6.9.7c.6.5 1.3.9 1.9 1.3h.2c.2 0 .4.1.6.1h.1l.2-.6-.1-.1c-.6-.4-1.3-.9-1.8-1.4l-.1-.1h-.7l-1.2.1zm31.1-10.9h-.1l-.2.1-.1.1c-1 1.3-2.2 2.5-3.3 3.7l-.1.1v.1c-.2 1.9-.7 3.8-1.4 5.6-.3.6-.5 1.2-.9 1.7l-.3.5h.7c1.6 0 3.1-.1 4.7-.4 3.5-.6 6.8-2 9.6-4h.1v-.1c.9-1.6 1.5-3.3 1.9-5l.1-.4h-1.9c-2.9-.2-5.9-.8-8.8-2zm-5 5.1-.8.7c-1.9 1.7-4 3.2-6.2 4.6l-.5.3.6.3c.2.1.4.2.7.3h.1c1.1.2 2.3.3 3.4.4h.2l.1-.2c.5-.8 1-1.6 1.3-2.5.4-1 .7-2 1-3l.1-.9zm-17.2-3.6v.4c0 .5 0 1-.1 1.5v.2l.1.1c1.1 1.1 2.3 2.2 3.5 3.1 1.5 1.2 3.1 2.3 4.8 3.3l.2.1.2-.1c3.2-1.8 6.1-4 8.7-6.5l.1-.1v-.1c.1-.6.1-1.3.1-1.9v-.4l-.4.1c-2.1.4-4.3.7-6.7.9h-1.9c-2.7 0-5.4-.2-8.1-.5l-.5-.1zm-13.3 2.4-.2.1c-.4.1-.8.2-1 .3l-.5.1.3.4c1.2 1.5 2.5 3 3.9 4.3l.1.1h.1c.4.1.8.3 1.2.4l1.1.3-.8-.8c-1.5-1.5-2.8-3.1-4-4.9l-.2-.3zm2.6-1-.2.1c-.3.1-.7.3-.9.4l-.4.2.2.4c1.5 2.1 3.2 4.1 5.1 5.8l.1.1h.2c1-.1 1.9-.5 2.7-1.1.2-.2.4-.3.6-.5l.3-.3-.4-.2c-2.5-1.3-4.9-2.9-7.2-4.6l-.1-.3zm10.3 1.9-.2.5c-.2.6-.4 1.1-.6 1.7l-.2.3.3.1c1.8.8 3.6 1.5 5.4 2.1h.1l.3-.6-.1-.1c-.6-.5-1.3-.9-1.9-1.4-.9-.8-1.9-1.6-2.8-2.4l-.3-.2zm-5.3-4.3-.1.1c-.6.3-1.3.7-2 1.1l-1.2.6-.5.2.5.3c2 1.5 4.2 2.9 6.5 4.1l.3.2.2-.3c.4-.8.7-1.7.8-2.6v-.2l-.1-.1c-.9-.9-1.8-1.9-2.6-2.9l-.1-.1h-.1c-.4-.1-.8-.2-1.4-.3l-.2-.1zm43 .1-.5.2c-.7.3-1.5.6-2.3.7h-.2v.2c-.2.9-.5 1.9-.8 2.8v.1l.5.3.1-.1c1.1-1.2 2.1-2.5 3.1-3.9l.1-.3zm-56.8-.5-.2.7c-.1.2-.1.4-.1.6v.2c.5.7 1 1.4 1.6 2.1v.1h.9l-.1-.4v-.1c-.5-.6-.9-1.4-1.4-2.1l-.7-1.1zm2.7-2.4-.6.2v.1c.1 1.5.4 2.9.7 4.4v.1c.1.2.3.4.5.7l.2.3h.2c.4-.1.8-.2 1.3-.3l.4-.1-.2-.4c-.9-1.5-1.8-3.1-2.5-4.8v-.2zm3.6 3.1-.5.4.1.1c.2.4.4.7.6 1l.1.2 1.2-.4-.4-.4c-.3-.3-.7-.6-1-.8l-.1-.1zm-.6-2.9-.3.5.1.1c1 1 2.2 2 3.3 2.9l.2.1.2-.1c.7-.3 1.3-.6 2-.9h.2l.9-.4-.9-.2c-1.8-.5-3.6-1.1-5.4-1.9l-.3-.1zm23.8-7.7-.3.2c-3.4 2.5-6.7 4.8-9.9 6.8l-.2.1v.2c.1.6.2 1.2.2 1.8v.9h.3c2.7.3 5.5.5 8.2.5h1.8c2.4-.3 4.7-.6 6.9-1l.3-.1v-.3c0-.8-.1-1.5-.2-2.2v-.1l-.1-.1c-2.6-1.9-5-4.2-7-6.7zm23.7 5.8-.5.2c-2.6 1.2-5.2 2.2-8 2.9l-1.1.3 1.1.3c1.9.6 3.9.8 5.9.8.5 0 1 0 1.5-.1h.7v-.3c.2-1.2.3-2.5.4-3.7v-.4zm7.8-5.9c-1.4 1.7-3.1 3.1-4.9 4.3-.5.3-1.1.7-1.6 1l-.2.1v.2c0 1.4-.1 2.8-.3 4.2l-.1.5.5-.1c1.4-.4 2.6-1.1 3.7-2 .6-1 1.1-2.1 1.5-3.2.7-1.6 1.2-3.2 1.6-4.8l-.2-.2zm-64.3 6.3.1.3c.5 1.1 1.1 2.2 1.8 3.3l.2.3.1-.3c.1-.3.2-.5.3-.8l.1-.2-.1-.1-1.2-2.1-.1-.3h-.2c-.2 0-.5 0-.7-.1h-.3zm21.4 1.6-.4.3c-.6.4-1.1.7-1.6 1l-.8.5.9.2 1.8.3.4.1v-.7c0-.3-.1-.6-.1-1l-.2-.7zm19.9 0v1.6l.4-.1c.2 0 .3-.1.5-.1h.2l.9-.2-.8-.4c-.2-.1-.4-.2-.7-.4l-.5-.4zm-27.2-3.3-.2.1c-1.6.4-3.1.7-4.5 1h-.6l-1.2.2 1 .5c2.6 1.1 5.2 2 8 2.7l.9.2-.6-.8c-.9-1.2-1.8-2.4-2.7-3.7l-.1-.2zm39.7-10.8v.2l-.1.1c-1.3 3.3-2.9 6.6-4.7 9.6-.8 1.4-1.7 2.7-2.6 4l-.6.8.9-.2c3.3-.8 6.5-2 9.5-3.5l.2-.1v-.2c-.1-3.4-.5-6.7-1.4-10v-.2l-.2-.1c-.2-.1-.4-.2-.7-.3l-.3-.1zm-33.6 9.2-.3.1-4.2 1.2-.5.1.3.4c.8 1.2 1.7 2.4 2.5 3.4l.2.2.3-.1c.8-.5 1.7-1 2.5-1.5l.2-.1v-.2c-.2-1.1-.5-2.1-.8-3.2l-.2-.3zm29.3-12.1-.2.1c-3.2 1.7-6.8 3.4-10.5 5l-.3.1.1.3c1.2 3.2 2 6.4 2.5 9.8v.1l.1.1c1 .7 2 1.3 3.1 1.8l.2.1.2-.2c1.2-1.6 2.3-3.2 3.3-5 1.8-3.1 3.4-6.3 4.7-9.7l.1-.3-.3-.1c-1.1-.6-2.1-1.3-3-2.1zm-18.6 8.4h-.1c-3.1 1.2-6.2 2.3-9.2 3.2l-.3.1.1.3c.3.9.5 1.8.7 2.6l.1.5.4-.3c2.8-1.7 5.6-3.7 8.5-5.9l.1-.1-.3-.4zm6.5-2.6-.3.1h-.1l-.2.1-.2.2c-.8.7-1.7 1.4-2.7 2.1l-.3.2.2.3c1.6 1.9 3.4 3.7 5.3 5.3l.7.6-.2-.9c-.5-2.6-1.2-5.2-2.1-7.6l-.1-.4zm-35.7 7-.5.4.2.4c.1.1.1.2.2.3l.1.1v.1c0 .1.1.1.1.2l.1.2h2.1l-.9-.6c-.5-.3-.9-.6-1.3-.9l-.1-.2zm-2.9-2.2-.4.5v.3c.3.9.6 1.8 1 2.7v.1h.1c.1 0 .2.1.4.1l.7.1-.3-.6c-.4-.8-.8-1.7-1.2-2.6l-.3-.6zm12.1-2.2-.3.4c-.9 1-1.7 2-2.5 2.9-.5.6-1 1.2-1.4 1.8l-.5.7.8-.1c.7-.1 1.5-.2 2.2-.4 1.2-.2 2.5-.5 3.8-.8l.5-.1-.3-.4c-.7-1.1-1.4-2.3-2.1-3.5l-.2-.5zm-2.5-5.2-.3.2c-.3.2-.6.4-.8.5l-.2.1v.1c-.8 2.6-1.3 5.3-1.5 8l-.1 1.2.7-.9c.4-.5.7-.9 1.1-1.4.9-1.1 1.9-2.3 3-3.4l.2-.2-.1-.2c-.6-1.1-1.1-2.3-1.7-3.6l-.3-.4zm48 .7.1.5c.6 2.7 1 5.4 1.1 8.2v.6l.5-.3c.2-.1.4-.3.7-.4 2.7-1.6 4.8-3.9 6.4-6.6v-.2c0-1-.2-2.1-.3-3.1l-.1-.6-.5.4c-.3.2-.5.5-.8.7-1.2.9-2.7 1.3-4.2 1.2-.8 0-1.6-.1-2.4-.3l-.5-.1zm-40.7-.4-.3.3c-1.3 1.2-2.5 2.4-3.5 3.6l-.2.2.1.2c.8 1.6 1.8 3.1 2.7 4.5l.1.2.2-.1c1.5-.4 3-.8 4.7-1.3l.3-.1-.1-.3c-.4-1.2-1-2.3-1.6-3.5-.7-1.2-1.4-2.3-2.2-3.4l-.2-.3zm-15.1 5.3-.3.3-.3.3-.2.2.2.2c.3.3.7.7 1.1 1l.1.1.5-.4-.1-.1c-.2-.4-.5-.7-.8-1.2l-.2-.4zm2.1-1.8-.4.3c-.2.2-.4.4-.6.5l-.2.2.1.2 1.5 2.4.1.1.6-.3v-.1c-.3-.9-.6-1.9-.8-2.9l-.3-.4zm21.5-11.2-.2.2c-2.6 2.1-5 4.3-7.3 6.5l-.2.2.2.2c.9 1.2 1.7 2.4 2.5 3.7.6 1.2 1.2 2.4 1.7 3.7l.1.3.3-.1c3.1-1 6.3-2.1 9.5-3.3l.4-.2-.3-.4c-1.8-2.5-3.4-5.1-4.9-7.8-.5-1-1-1.9-1.4-2.9l-.1-.2-.3.1zm-25.7 9-.5.2v.1c.3.9.6 1.9.9 2.9l.2.5.4-.4.2-.2.3-.2-.1-.2c-.2-.3-.3-.6-.5-1-.3-.6-.5-1.1-.7-1.6h-.2v-.1zm7.1.1-.7.5c-.3.2-.6.4-1 .7l-.2.1.1.2c.2.7.3 1.3.5 1.8v.1h.6v-.1c.2-.8.3-1.7.5-2.5l.2-.8zm-3.9-8.7-.5.2c-.2.1-.5.2-.7.3-.9.5-1.7 1.2-2.4 2.1l-.1.1v.1c.5 2.4 1.3 4.8 2.4 7l.1.2s0 .1.1.1v.1l.2.5.3-.3c.3-.2.6-.4 1.1-.8l.2-.1v-.2c-.5-2.9-.7-5.9-.7-8.9v-.4zm28.8-3.6-.5.2-.2.1-1.1.4c-1.1.4-1.9.8-2.7 1.1-.1 0-.1.1-.2.1l-.4.3.1.2c.5 1.1 1 2.2 1.6 3.3 1.5 2.8 3.2 5.5 5.1 8.1l.2.2.2-.1c.4-.2.9-.4 1.4-.5 1-.4 1.7-.7 2.3-1l.2-.1h.1l.3-.3.2-.2-.1-.2c-1.6-4.1-3.7-7.9-6.3-11.4l-.2-.2zm-17.5 8-.2.1c-1.1.6-2.2 1.2-3.2 1.8l-.3.2.1.3c.4 1.1.9 2.1 1.4 3.2l.2.4.3-.4c1-1.1 2.1-2.2 3.3-3.3l.2-.2-.2-.2c-.5-.6-1-1.1-1.5-1.6l-.1-.3zm-9.1-4.7h-1v.3c-.1 2.8.1 5.6.6 8.3l.1.5.4-.3c.4-.3.7-.5 1-.7l.9-.6.1-.1v-.1c.3-1 .6-2.1 1-3.1v-.2c-.4-1.2-.7-2.4-1-3.5v-.2h-.2c-.6-.3-1.3-.3-1.9-.3zm37.5-7.2-.3.1c-3 .9-6.1 2-9.1 3.2l-.4.2.3.4c2.4 3.4 4.4 7 5.9 10.8l.2.4.4-.3c2.7-2.2 5.2-4.5 7.5-6.7l.2-.2-.2-.2c-1.1-1.4-2.1-2.8-2.9-4.3-.5-1-1-1.9-1.4-3l-.2-.4zm20.1 3.7-.3.3c-1.1.9-2.3 1.8-3.7 2.7-.4.3-.8.5-1.2.8l-.1.1v.1c-.3 1.1-.6 2.2-.9 3.2v.2c.3.9.6 1.8.8 2.7v.2l.2.1c1 .3 2.1.5 3.1.5 1.3 0 2.5-.3 3.5-1 .6-.4 1.1-1 1.5-1.6l.1-.1v-.1c-.4-1.5-.8-3-1.4-4.5-.4-1.1-.9-2.1-1.4-3.1l-.2-.5zm-14.8 5-.2.2c-1.5 1.4-3.1 2.8-4.7 4.3l-.1.1.3.5.1-.1c2.1-1 4.1-2 6-3l.4-.2-.3-.3c-.5-.4-.9-.9-1.3-1.3l-.2-.2zm-26.6-.4-.1.1c-1.9.9-3.7 1.8-5.5 2.7l-.4.2.3.3c.4.4.8.8 1.1 1.2l.2.3.3-.2c1.4-1.3 2.9-2.7 4.4-4l.1-.1-.4-.5zm-10.9.5v.3l-.1.2c-.3.7-.5 1.3-.7 1.9v.2c.1.4.3.8.4 1.1l.1.4.3-.2c.9-.5 1.7-1 2.5-1.4l.4-.2-.4-.3c-.4-.4-.9-.7-1.4-1.1-.2-.2-.5-.3-.8-.5l-.3-.4zm44.1.4-.3.2c-.7.4-1.4.8-2 1.1l-.5.3.4.3c.6.5 1.3 1 2 1.4l.3.2.1-.4c.2-.4.3-.8.5-1.3v-.2c-.1-.4-.3-.8-.4-1.2l-.1-.4zm-35-16.3-.2.2c-1 1.3-1.9 2.6-2.8 4.1-2.1 3.3-3.9 6.8-5.5 10.3l-.1.3.3.2c.4.2.7.5 1.1.7.7.5 1.4 1 2 1.6l.2.2.2-.1c3.1-1.6 6.5-3.3 10-4.8l.3-.1-.1-.3c-1.3-3.3-2.1-6.8-2.5-10.3v-.2l-.1-.1c-.8-.6-1.6-1.1-2.5-1.5l-.3-.2zm32.8 11.3-.3.4c-.9 1-1.9 2-3 3.1l-.2.2.2.2c.5.6 1.1 1.2 1.7 1.7l.2.2.2-.1c1-.5 1.9-1.1 2.8-1.6l.3-.1-.1-.3c-.3-.7-.6-1.5-1-2.2-.1-.3-.3-.6-.5-1l-.3-.5zm-48.4-5.4-.7.6c-1.7 1.4-3.2 3-4.4 4.9v.2c0 1.2.1 2.4.2 3.5l.1.7.5-.5c.5-.5 1.1-.9 1.7-1.2.5-.3 1-.5 1.5-.6l.2-.1v-.2c.1-2.1.4-4.3.8-6.4l.1-.9zm53.8-.9-.7.9c-.2.3-.4.6-.5.7-.9 1.2-2 2.4-3.2 3.7l-.2.2.1.2c.3.5.5 1.1.8 1.6l.9 2.1.1.4.3-.2c.2-.1.5-.3.8-.5l.1-.1v-.1c.4-1.6.7-3.3 1-5l.3-2.7.2-1.2zm-39.2-5.6-.9.2c-3.6.9-7.1 2.3-10.4 4.1l-.2.1v.2c0 3.2.4 6.4 1.2 9.5v.2l.2.1c.4.1.8.3 1.2.5l.3.2.1-.3c1.6-3.6 3.4-7 5.5-10.3.7-1.2 1.5-2.4 2.4-3.6l.6-.9zm46 9.8-.5.5-.1.1-.2.2-.2.2.1.2c.6 1.2 1.1 2.4 1.6 3.6l.1.3.1.2.6-.2-.1-.2v-.2c-.4-1.4-.8-2.8-1.3-4.1l-.1-.6zm-15.6-3.9-.2.1c-1.4.4-3 .8-4.7 1.3l-.4.1.1.3c.4.9.8 1.8 1.3 2.7.8 1.4 1.7 2.8 2.7 4l.2.3.3-.3c1.2-1.1 2.3-2.3 3.4-3.5l.2-.2-.1-.2c-.8-1.5-1.7-3-2.6-4.5l-.2-.1zm-43.8 7.8c.5 0 1 0 1.5.1l.5.1-.1-.5c-.5-2.5-.9-5.1-1-7.7v-.8l-.6.6v.1c-.6 2.5-1 5.1-1.2 7.8v.4h.4c.1-.1.3-.1.5-.1zm53.7-8.5v1l-.3 3.3c-.1 1.1-.3 2.2-.6 3.3l-.2.8.7-.5c1.3-.9 2.5-1.8 3.5-2.6l.2-.2-.1-.2c-.8-1.4-1.7-2.8-2.6-4.1l-.6-.8zm-35.3-2 .1.9c.4 2.8 1.2 5.6 2.2 8.3l.1.3.4-.2h.1l.1-.1.3-.2.2-.1 2.7-2.1.3-.2-.2-.3c-1.7-2-3.6-3.9-5.7-5.6l-.6-.7zm17.7 0-.4.3c-2.8 1.8-5.7 3.8-8.6 6l-.1.1.3.6h.1c3.2-1.2 6.3-2.3 9.4-3.3l.3-.1-.1-.3c-.3-.9-.6-1.8-.8-2.7l-.1-.6zm16.1 1-.8.1c-.6.1-1.3.2-2 .3-1.2.2-2.6.5-4 .8l-.5.1.2.4c.7 1.1 1.4 2.3 2 3.5l.2.4.3-.4c1-1.1 1.9-2.2 2.7-3.2.4-.5.8-1 1.2-1.6l.7-.4zm5.1 3.2-.5.4.1.1c.3.4.5.9.8 1.3l.2.4.3-.3.1-.1.2-.2.2-.2-.2-.2c-.3-.4-.7-.7-1.1-1.1l-.1-.1zm-29-9.1h-1.5c-2.8.1-5.6.3-8.3.7h-.3v.3c0 .7.1 1.5.1 2.2v.2l.2.2c2.7 1.9 5.1 4.2 7.2 6.8l.2.2.3-.2c3.3-2.4 6.4-4.7 9.5-6.6l.2-.1v-.2l-.3-2.4v-.7h-.3c-2.3-.2-4.7-.4-7-.4zm-26.9-.1-.5.2c-.2.1-.5.2-.8.3-1.8 2.3-3.2 4.9-4.4 7.5-.3.7-.5 1.3-.8 2l.3.2c1.2-1.3 2.6-2.5 4.1-3.5l.1-.1v-.1c.5-1.9 1.2-3.8 2-5.7v-.8zm38.7 2.5-.3.1c-.8.5-1.7 1-2.6 1.6l-.2.1v.2c.2 1.1.5 2.2.9 3.2l.1.3.3-.1c1.4-.4 2.9-.8 4.3-1.2l.5-.1-.3-.4c-.8-1.2-1.7-2.4-2.6-3.6l-.1-.1zm16.2 3.2h-1.7l.9.6c.6.4 1.1.8 1.5 1.1l.1.1.5-.4-.1-.1c-.2-.3-.4-.7-.6-1.2l-.1-.2h-.2c-.1.1-.2.1-.3.1zm-14.8-4-.4.2.2.3c1 1.3 1.9 2.6 2.8 4l.1.2.2-.1c1.6-.4 3.2-.7 4.6-1 .3 0 .5-.1.8-.2l1.1-.2-1-.5c-2.7-1.2-5.5-2.2-8.3-2.9h-.1v.2zm-37-2c-.4 0-.9 0-1.3.1h-.2l-.1.2c-.2.5-.4.8-.6 1.2v.1c-.2 1-.3 2-.3 3v.9l.5-.3c2.6-1.4 5.3-2.4 8.2-3.2l1-.3-1-.3c-2-1-4.1-1.4-6.2-1.4zm49.4 1.1-.6.2v.1c.1.6.2 1.1.2 1.7l.1 1.1.5-.9c.1-.2.3-.5.4-.8l.1-.2-.1-.2c-.2-.3-.4-.6-.6-1zm-2.7-3.3-.3.1c-1 .3-2 .6-3 1l-.5.2.4.4c1.4 1.2 2.7 2.5 4 3.8l.7.8-.1-1c-.2-1.7-.5-3.3-1.1-4.9l-.1-.4zm-14.5 3.2v.5c0 .5.1 1 .1 1.5l.1.5.5-.3c.6-.3 1.1-.7 1.7-1l.3-.2-.2-.3v-.1l-.1-.1-.1-.1h-.1l-1.8-.3-.4-.1zm9.4-1.5v.2c-.6.3-1.2.6-1.9.9l-1.1.5.8.2c1.9.5 3.7 1.2 5.5 1.9l.1.1.4-.5-.1-.1c-1.1-1.1-2.2-2.1-3.3-3l-.4-.2zm-29.1 1.9-.4.1h-.5l-1.1.2.8.5c.3.2.5.3.8.5l.5.3v-1.2l-.1-.4zm-12.5-2.5c3.1.1 6.1.8 8.8 2.1h.2l.5-.1h.2l.3-.1.1-.1c.8-1 1.7-2 2.5-2.9l.1-.1v-.1c.2-2.5.9-4.9 2.1-7.2l.3-.5h-.6c-.8 0-1.5.1-2.3.1-1.5.1-3.1.4-4.6.7-1.6.8-3.1 1.7-4.6 2.7-1.3 1.5-2.5 3.1-3.5 4.8l-.3.5h.6l.2.2zm33.9-4.5-.2.2c-.6.8-1 1.8-1.2 2.7v.2l.1.1c.8.8 1.6 1.7 2.4 2.6l.1.1h.1c.6.1 1.2.2 1.7.4h.1l.1-.1c.7-.4 1.4-.8 2.1-1.1.5-.2.8-.4 1.1-.6l.5-.2-.4-.3c-1.5-1.1-3-2.1-4.6-3-.5-.3-1.1-.6-1.6-.9l-.3-.1zm-11.4-3.1-.2.1c-3.1 1.8-6 4.1-8.5 6.7l-.1.1v1.8l.4-.1c2.7-.4 5.4-.6 8.2-.7h1.5c2.3 0 4.6.1 7 .4h.4v-.4c0-.4.1-.9.1-1.3v-.2l-.1-.1c-1.5-1.5-3.1-2.8-4.8-4-1.2-.9-2.4-1.6-3.7-2.4l-.2.1zm17 .4c-1.2 0-2.3.3-3.3.8-.4.2-.8.5-1.1.7l-.4.3.4.2c.4.2.8.5 1.2.7 1.9 1.1 3.7 2.3 5.4 3.7l.2.1.2-.1c1.1-.5 2.2-.9 3.4-1.2l.5-.2-.4-.4c-.7-.8-1.5-1.6-2.3-2.3-1.2-.9-2.4-1.7-3.7-2.4l-.1.1zm-13.6-.4-.3.6.1.1c.4.3.9.6 1.3.9 1.5 1.1 2.8 2.2 4.2 3.4l.4.4.2-.5c.2-.7.6-1.3.9-1.9l.2-.3-.4-.2c-2.1-1-4.3-1.8-6.5-2.4l-.1-.1zm-9.6-1.4-.1.2c-1 1.6-1.7 3.4-2.1 5.3l-.2 1 .8-.7c1.9-1.7 3.9-3.3 6.1-4.6l.5-.3-.6-.3c-.1-.1-.3-.1-.4-.2h-.2c-1.2-.2-2.5-.3-3.7-.3l-.1-.1zm14.8-1.6c-1.1.2-2.1.4-3.2.7l-1.8.6-1 .4 1 .3c2.5.7 4.9 1.6 7.2 2.7l.2.1.2-.2c.6-.5 1.2-1 1.8-1.4.6-.3 1.2-.5 1.8-.7l.4-.1-.4-.2-1.2-.6c-1.5-.6-3.2-1.2-5-1.6zm-8.3-1c-1.4 0-2.9.1-4.3.3l-.2.2-.4.4.6.2c.7.2 1.5.5 2.2.8.9.1 1.8.3 2.7.5h.2c1.3-.6 2.7-1.2 4.1-1.6h.1v-.3c-1.7-.4-3.4-.5-5-.5z\"/><g id=\"Group_154\" transform=\"translate(308.186 118.025)\"><path id=\"Path_4\" class=\"st0\" d=\"M22 21.1c-.2 2.7-1.4 5.2-3.4 7-2.1 1.7-4.8 2.6-7.5 2.5C8 30.7 5 29.4 3 27c-2-2.5-3-5.7-3-9.8v-2.8c-.1-2.4.4-4.8 1.4-7 .9-1.9 2.3-3.5 4-4.7C7.2 1.6 9.3 1 11.5 1.1c2.7-.1 5.3.9 7.3 2.6 1.9 1.9 3.1 4.4 3.2 7.1h-3.8c-.1-1.9-.9-3.6-2.1-5-1.3-1.1-2.9-1.6-4.6-1.5-2.2-.1-4.3.9-5.6 2.6-1.4 1.8-2.1 4.3-2.1 7.6v2.8c-.1 2.6.5 5.2 1.9 7.4 1.2 1.8 3.3 2.8 5.4 2.8 1.7.1 3.4-.4 4.8-1.4 1.1-1 1.9-2.6 2.2-5H22zm3.7-1.7c0-1.9.4-3.9 1.2-5.6.7-1.6 1.9-2.9 3.4-3.9 1.5-.9 3.2-1.4 5-1.4 2.7-.1 5.3 1 7 3 1.9 2.2 2.8 5.1 2.7 8v.3c0 1.9-.4 3.8-1.2 5.6-.7 1.6-1.9 2.9-3.4 3.8-1.5.9-3.3 1.4-5.1 1.4-2.7.1-5.2-1-7-3-1.9-2.2-2.8-5.1-2.7-8v-.2zm3.6.4c-.1 2 .5 4 1.6 5.7 1 1.4 2.7 2.2 4.4 2.1 1.7.1 3.4-.8 4.4-2.2 1.2-1.8 1.8-3.9 1.6-6.1.1-2-.5-4-1.7-5.7-1-1.4-2.7-2.2-4.4-2.2-1.7 0-3.3.8-4.3 2.1-1.1 2-1.7 4.1-1.6 6.3zm24.3 10.4H50V0h3.6v30.2zm9.7 0h-3.6V0h3.6v30.2zm14.7.4c-2.6.1-5.2-.9-7-2.8-1.9-2.1-2.9-4.8-2.7-7.6v-.7c0-2 .4-3.9 1.2-5.7.7-1.6 1.9-2.9 3.4-3.9 1.4-.9 3-1.4 4.7-1.4 2.5-.1 4.8.9 6.5 2.7 1.5 1.8 2.3 4.4 2.3 7.8v1.5H71.9c0 1.9.6 3.7 1.8 5.1 1.1 1.3 2.8 2 4.5 1.9 1.1 0 2.3-.2 3.3-.8.9-.5 1.7-1.2 2.3-2.1l2.2 1.7c-1.7 2.9-4.8 4.5-8 4.3zm-.5-19.1c-1.4 0-2.8.6-3.7 1.6-1.1 1.3-1.7 2.8-1.8 4.5h10.7v-.3c0-1.6-.5-3.1-1.5-4.3-1-1-2.3-1.5-3.7-1.5zM99 27.6c1.2 0 2.4-.4 3.4-1.2.9-.7 1.5-1.8 1.6-2.9h3.4c-.1 1.3-.5 2.5-1.3 3.5-.8 1.1-1.9 2-3.1 2.6-1.3.6-2.7 1-4.1 1-2.6.1-5.2-.9-6.9-2.9-1.7-1.9-2.6-4.6-2.6-7.9v-.6c0-1.9.4-3.8 1.1-5.5.7-1.5 1.8-2.9 3.3-3.8 1.5-.9 3.3-1.4 5-1.3 2.2-.1 4.3.7 5.9 2.1 1.6 1.4 2.5 3.4 2.5 5.6H104c-.1-1.3-.6-2.5-1.6-3.4-.9-.9-2.2-1.4-3.5-1.3-1.7-.1-3.3.7-4.3 2-1.1 1.7-1.7 3.7-1.5 5.8v.6c-.1 2 .4 4 1.5 5.7 1.1 1.3 2.7 2 4.4 1.9zm17.5-23.8V9h4v2.8h-4V25c-.1.7.1 1.4.5 1.9.5.5 1.1.7 1.8.6.6 0 1.2-.1 1.7-.2v2.9c-.9.3-1.8.4-2.8.4-1.4.1-2.7-.4-3.7-1.5-.9-1.2-1.3-2.7-1.2-4.2V11.7H109V8.9h3.9V3.8h3.6zm12.2 26.4h-3.6V8.9h3.6v21.3zm-3.9-26.9c0-.5.2-1.1.5-1.5.4-.4 1-.7 1.6-.6.6 0 1.2.2 1.6.6.4.4.6.9.6 1.5 0 .5-.2 1.1-.5 1.5-.4.4-1 .6-1.6.6-.6 0-1.2-.2-1.6-.6-.5-.4-.7-1-.6-1.5zm16.7 22L146.8 9h3.7l-7.6 21.3h-2.8L132.4 9h3.7l5.4 16.3zm11.3-5.9c0-1.9.4-3.9 1.2-5.6.7-1.6 1.9-2.9 3.4-3.9 1.5-.9 3.2-1.4 5-1.4 2.7-.1 5.3 1 7 3 1.9 2.2 2.8 5.1 2.7 8v.3c0 1.9-.4 3.8-1.2 5.6-.7 1.6-1.9 2.9-3.4 3.8-1.5.9-3.3 1.4-5.1 1.4-2.7.1-5.2-1-7-3-1.9-2.2-2.8-5.1-2.7-8l.1-.2zm3.6.4c-.1 2 .5 4 1.6 5.7 1.9 2.4 5.4 2.9 7.8 1 .4-.3.7-.6 1-1 1.2-1.8 1.8-3.9 1.6-6.1.1-2-.5-4-1.7-5.7-1-1.4-2.7-2.2-4.4-2.2-1.7 0-3.3.8-4.3 2.1-1.1 1.9-1.7 4-1.6 6.2z\"/><path id=\"Path_3\" d=\"M2.7 49.3V48h2.2c.3 0 .7-.1.9-.4.2-.2.3-.5.3-.9 0-.2 0-.4-.1-.6-.1-.2-.2-.3-.4-.4-.2-.1-.4-.2-.7-.2H2.7v-1.3h2c.3 0 .6-.1.8-.3.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.2-.2-.5-.3-.8-.3h-2v-1.3h2.2c.5 0 1 .1 1.4.3.4.4.7.6.9 1 .2.3.3.7.3 1.1 0 .5-.1.9-.4 1.2-.3.4-.8.6-1.3.8l.1-.5c.6.1 1.1.4 1.5.9.3.4.5.9.5 1.5 0 .4-.1.9-.3 1.2-.2.4-.6.7-1 .9-.5.2-1 .3-1.5.3l-2.4-.1zm-1.2 0v-8.5h1.6v8.5H1.5zm11.1-3.2-3.3-5.2h1.9l2.5 4.2h-1.1l2.5-4.2H17l-3.3 5.2h-1.1zm-.3 3.2v-4.1H14v4.1h-1.7zm10.2 0v-8.5h1.6v8.5h-1.6zm5.3 0v-8.5h1.6v8.5h-1.6zm-4.2-3.6v-1.4h4.7v1.4h-4.7zm8.8 3.6v-8.5H34v8.5h-1.6zm6.8.2c-.6 0-1.2-.1-1.8-.3-.5-.3-1-.6-1.3-1l1.1-1.1c.2.3.5.6.9.8.4.2.8.3 1.2.3.4 0 .7-.1 1-.3.2-.1.4-.4.4-.7 0-.2-.1-.5-.2-.6-.2-.2-.4-.3-.6-.4-.3-.1-.5-.2-.8-.3l-.9-.3c-.3-.1-.5-.3-.8-.5-.2-.2-.4-.4-.6-.7-.2-.3-.2-.7-.2-1.1 0-.5.1-.9.4-1.3.3-.4.6-.7 1-.8.5-.2 1-.3 1.5-.3s1.1.1 1.6.3c.4.2.8.5 1.1.8l-1 1c-.2-.2-.5-.4-.8-.6-.3-.1-.6-.2-.9-.2-.3 0-.6.1-.9.2-.2.1-.3.4-.3.6 0 .2.1.4.2.6.2.2.4.3.6.4.2.1.5.2.8.3l.9.3c.3.1.5.3.8.5.2.2.4.5.6.7.2.3.2.7.2 1.1 0 .7-.3 1.4-.8 1.9-.7.5-1.5.7-2.4.7zm7.4-.2V41h1.6v8.3h-1.6zm-2.7-7v-1.5h7v1.5h-7zm12.8 7.2c-.6 0-1.2-.1-1.7-.3-.5-.2-1-.5-1.4-.9-.4-.4-.7-.9-.9-1.4-.2-.5-.3-1.1-.3-1.7 0-.6.1-1.2.3-1.7.2-.5.5-1 .9-1.4.4-.4.9-.7 1.4-.9.5-.2 1.1-.3 1.7-.3.6 0 1.2.1 1.7.3.5.2 1 .5 1.4.9.4.4.7.9.9 1.4.2.5.3 1.1.3 1.7 0 .6-.1 1.2-.3 1.7-.2.5-.5 1-.9 1.4-.4.4-.9.7-1.4.9-.5.2-1.1.3-1.7.3zm0-1.6c.5 0 1-.1 1.4-.4.4-.2.7-.6.9-1 .2-.5.4-1 .3-1.5 0-.4-.1-.8-.2-1.1-.1-.3-.3-.6-.6-.9-.2-.3-.5-.5-.9-.6-.4-.1-.7-.2-1.1-.2-.5 0-1 .1-1.4.4-.4.2-.7.6-1 1-.2.5-.4 1-.3 1.5 0 .4.1.8.2 1.2.1.3.3.6.6.9.2.3.5.4.9.6.5.1.8.1 1.2.1zm8.1-2.1v-1.3h2c.3 0 .7-.1.9-.3.2-.2.3-.5.3-.8 0-.3-.1-.6-.3-.8-.3-.2-.6-.4-.9-.3h-2V41h2.1c.5 0 1 .1 1.4.3.4.2.7.5 1 .9.2.4.4.8.3 1.3 0 .5-.1.9-.3 1.3-.2.4-.6.7-1 .9-.5.2-1 .3-1.5.3h-2zm-1.2 3.5v-8.5h1.6v8.5h-1.6zm4.6 0-2.8-3.7 1.5-.5 3.3 4.1-2 .1zm4.2 0v-8.5H74v8.5h-1.6zm8.4.2c-.6 0-1.2-.1-1.7-.3-.5-.2-1-.5-1.4-.9-.4-.4-.7-.9-.9-1.4-.2-.5-.3-1.1-.3-1.7 0-.6.1-1.2.3-1.7.2-.5.5-1 .9-1.4.4-.4.9-.7 1.4-.9.5-.2 1.1-.3 1.7-.3.6 0 1.2.1 1.8.3.5.2 1 .5 1.4.9l-1.1 1.1c-.2-.3-.5-.5-.9-.6-.4-.2-.8-.2-1.2-.2-.4 0-.7.1-1.1.2-.3.1-.6.3-.8.6l-.6.9c-.1.4-.2.8-.2 1.1 0 .4.1.8.2 1.2.1.3.3.6.6.9.2.3.5.4.8.6.3.1.7.2 1.1.2.4 0 .8-.1 1.2-.2.3-.1.6-.3.9-.6l1.1 1.1c-.4.4-.9.7-1.4.9-.5.1-1.1.2-1.8.2zm10.2-.2v-1.5h2.1c.5 0 1-.1 1.4-.3.4-.2.7-.6 1-1 .2-.5.4-1 .3-1.5 0-.5-.1-1-.3-1.4-.2-.4-.6-.7-1-1-.4-.2-.9-.4-1.4-.3H91v-1.5h2.2c.6 0 1.2.1 1.7.3.5.2 1 .5 1.4.9.4.4.7.8.9 1.3.2.5.3 1.1.3 1.7 0 .6-.1 1.2-.3 1.7-.2.5-.5 1-.9 1.3-.3.5-.8.8-1.3 1-.6.2-1.1.3-1.7.3H91zm-1.1 0v-8.5h1.6v8.5h-1.6zm9.6 0 3.4-8.5h1.3l3.4 8.5h-1.7l-2.6-6.9h.6l-2.7 6.9h-1.7zm1.8-1.5v-1.4h4.5v1.4h-4.5zm9.6 1.5V41h1.6v8.3h-1.6zm-2.7-7v-1.5h7v1.5h-7zm7.7 7 3.4-8.5h1.3l3.4 8.5h-1.7l-2.6-6.9h.6l-2.7 6.9h-1.7zm1.8-1.5v-1.4h4.5v1.4h-4.5z\" style=\"opacity:.84;fill:#1976d2;enable-background:new\"/></g></g></svg>',withExternalLayout:true})]})})})});});const css=['.framer-bWdrM[data-border=\"true\"]::after, .framer-bWdrM [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-bWdrM.framer-tch7yz, .framer-bWdrM .framer-tch7yz { display: block; }\",\".framer-bWdrM.framer-12lac6m { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 72px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 262px; }\",\".framer-bWdrM .framer-1vvuxl2 { flex: none; height: 80px; position: relative; width: 292px; }\",\".framer-bWdrM .framer-7befgd { aspect-ratio: 3.638888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 100%; }\",\".framer-bWdrM .framer-1p2c0vd { aspect-ratio: 3.638888888888889 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 55px); position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-bWdrM.framer-12lac6m { gap: 0px; } .framer-bWdrM.framer-12lac6m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bWdrM.framer-12lac6m > :first-child { margin-top: 0px; } .framer-bWdrM.framer-12lac6m > :last-child { margin-bottom: 0px; } }\",\".framer-bWdrM.framer-v-poigga .framer-1p2c0vd { height: var(--framer-aspect-ratio-supported, 72px); }\",\".framer-bWdrM.framer-v-iyylle.framer-12lac6m { height: min-content; width: min-content; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 262\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"YZY4qabnT\":{\"layout\":[\"fixed\",\"fixed\"]},\"p8qHdJYDb\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramervvoPUXj22=withCSS(Component,css,\"framer-bWdrM\");export default FramervvoPUXj22;FramervvoPUXj22.displayName=\"Logo\";FramervvoPUXj22.defaultProps={height:72,width:262};addPropertyControls(FramervvoPUXj22,{variant:{options:[\"pAHfGZlH0\",\"YZY4qabnT\",\"p8qHdJYDb\"],optionTitles:[\"White\",\"Blue\",\"Blue - No By Line\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramervvoPUXj22,[]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramervvoPUXj22\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"262\",\"framerIntrinsicHeight\":\"72\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YZY4qabnT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p8qHdJYDb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./vvoPUXj22.map", "// Generated by Framer (91bcfbd)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/AXwtvv0zPO52WTxvBwaX/yHGyr2ySVtxuxDQOC309/iX4EAjI__.js\";import Logo from\"https://framerusercontent.com/modules/KSvW272AvnPHWUyg5Sh3/zniYiLQFWZpwdNpwNMvO/vvoPUXj22.js\";const LogoFonts=getFonts(Logo);const FeatherFonts=getFonts(Feather);const cycleOrder=[\"eDhHmYiHo\"];const serializationHash=\"framer-Uo5VV\";const variantClassNames={eDhHmYiHo:\"framer-v-1lc76nb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transition1={delay:0,duration:.1,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,scale:1,transition:transition1,y:-3};const transition2={delay:0,duration:.1,ease:[0,0,1,1],type:\"tween\"};const animation1={opacity:1,rotate:0,scale:1,transition:transition2,y:-3};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({height,id,tap,width,...props})=>{return{...props,VxQTIs7Wb:tap!==null&&tap!==void 0?tap:props.VxQTIs7Wb};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,VxQTIs7Wb,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"eDhHmYiHo\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap17zv5ld=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(VxQTIs7Wb){const res=await VxQTIs7Wb(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1lc76nb\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"eDhHmYiHo\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap17zv5ld,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z5PSIF0q_\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-10wdyib framer-1jlsgjg\",layoutDependency:layoutDependency,layoutId:\"xfQFK_GmN\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7w2kaw-container\",layoutDependency:layoutDependency,layoutId:\"LDXCsn7ns-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"LDXCsn7ns\",layoutId:\"LDXCsn7ns\",variant:\"pAHfGZlH0\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-mziaj4\",layoutDependency:layoutDependency,layoutId:\"VSrJMAOBX\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z5PSIF0q_\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Home\"})})})}),className:\"framer-130dvd5\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"N6mahvXyd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTQavwd7O\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Pricing\"})})})}),className:\"framer-18vkv2k\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"HdYMCcwAh\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation1,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gMehNAhom\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Contact Us\"})})})}),className:\"framer-1junjs7\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"xNpxkK2Ti\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",whileHover:animation1,withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://collectivo.online\",openInNewTab:true,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1f468so framer-1jlsgjg\",layoutDependency:layoutDependency,layoutId:\"pQ8HlQts8\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},whileHover:animation,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ur9v8e-container\",layoutDependency:layoutDependency,layoutId:\"ITL8G6NJg-container\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(25, 118, 210)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"user\",id:\"ITL8G6NJg\",layoutId:\"ITL8G6NJg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 118, 210))\"},children:\"Login\"})}),className:\"framer-1c7qr1q\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"Z9jK3do_8\",style:{\"--extracted-r6o4lv\":\"rgb(25, 118, 210)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})})})});});const css=['.framer-Uo5VV[data-border=\"true\"]::after, .framer-Uo5VV [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Uo5VV.framer-1jlsgjg, .framer-Uo5VV .framer-1jlsgjg { display: block; }\",\".framer-Uo5VV.framer-1lc76nb { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; height: 133px; justify-content: space-between; overflow: hidden; padding: 0px 60px 0px 60px; position: relative; width: 1032px; }\",\".framer-Uo5VV .framer-10wdyib { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Uo5VV .framer-7w2kaw-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Uo5VV .framer-mziaj4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 53px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Uo5VV .framer-130dvd5, .framer-Uo5VV .framer-18vkv2k, .framer-Uo5VV .framer-1junjs7, .framer-Uo5VV .framer-1c7qr1q { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Uo5VV .framer-1f468so { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: 54px; justify-content: center; overflow: visible; padding: 27px 30px 27px 30px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Uo5VV .framer-1ur9v8e-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Uo5VV .framer-10wdyib, .framer-Uo5VV .framer-mziaj4, .framer-Uo5VV .framer-1f468so { gap: 0px; } .framer-Uo5VV .framer-10wdyib > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Uo5VV .framer-10wdyib > :first-child, .framer-Uo5VV .framer-mziaj4 > :first-child, .framer-Uo5VV .framer-1f468so > :first-child { margin-left: 0px; } .framer-Uo5VV .framer-10wdyib > :last-child, .framer-Uo5VV .framer-mziaj4 > :last-child, .framer-Uo5VV .framer-1f468so > :last-child { margin-right: 0px; } .framer-Uo5VV .framer-mziaj4 > * { margin: 0px; margin-left: calc(53px / 2); margin-right: calc(53px / 2); } .framer-Uo5VV .framer-1f468so > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133\n * @framerIntrinsicWidth 1032\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"VxQTIs7Wb\":\"tap\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerRn8K9yNjJ=withCSS(Component,css,\"framer-Uo5VV\");export default FramerRn8K9yNjJ;FramerRn8K9yNjJ.displayName=\"Header - Expanded\";FramerRn8K9yNjJ.defaultProps={height:133,width:1032};addPropertyControls(FramerRn8K9yNjJ,{VxQTIs7Wb:{title:\"Tap\",type:ControlType.EventHandler}});addFonts(FramerRn8K9yNjJ,[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9vBh05IsDqlA.woff2\",weight:\"500\"},...LogoFonts,...FeatherFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRn8K9yNjJ\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1032\",\"framerIntrinsicHeight\":\"133\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"VxQTIs7Wb\\\":\\\"tap\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Rn8K9yNjJ.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/e2Sac5CteYvQZxvyghQl/o6L4u8DqF9II9ia45Pa3/iX4EAjI__.js\";import Logo from\"https://framerusercontent.com/modules/6XsxxT66gOlSSLvGby9p/rsIMHCEPA7lAStRslmVM/vvoPUXj22.js\";const LogoFonts=getFonts(Logo);const FeatherFonts=getFonts(Feather);const HeroFonts=getFonts(Hero);const cycleOrder=[\"hnWnKSly7\",\"VANQEsvHn\"];const serializationHash=\"framer-EReZj\";const variantClassNames={hnWnKSly7:\"framer-v-1gobbwr\",VANQEsvHn:\"framer-v-v7j8sw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"hnWnKSly7\",\"Variant 2\":\"VANQEsvHn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"hnWnKSly7\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"hnWnKSly7\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap27s5a8=activeVariantCallback(async(...args)=>{setVariant(\"VANQEsvHn\");});const onClick16y3wyv=activeVariantCallback(async(...args)=>{setVariant(\"hnWnKSly7\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gobbwr\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"hnWnKSly7\",ref:refBinding,style:{...style},...addPropertyOverrides({VANQEsvHn:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qie8ay\",layoutDependency:layoutDependency,layoutId:\"RxCrF2Bjh\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z5PSIF0q_\"},motionChild:true,nodeId:\"f3o8X2C6z\",openInNewTab:false,scopeId:\"sPtu4n76t\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-r8htjm framer-pvikl7\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"f3o8X2C6z\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-a3gyk1-container\",layoutDependency:layoutDependency,layoutId:\"Oi07OIkKj-container\",nodeId:\"Oi07OIkKj\",rendersWithMotion:true,scopeId:\"sPtu4n76t\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"Oi07OIkKj\",layoutId:\"Oi07OIkKj\",variant:\"pAHfGZlH0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jtzwod\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ww0zJmbEN\",onTap:onTap27s5a8,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cxrfe4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rSswT9pxw-container\",nodeId:\"rSswT9pxw\",rendersWithMotion:true,scopeId:\"sPtu4n76t\",children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"menu\",id:\"rSswT9pxw\",layoutId:\"rSswT9pxw\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ikl8at\",\"data-framer-name\":\"Mobile Menu\",\"data-hide-scrollbars\":true,layoutDependency:layoutDependency,layoutId:\"Ode_CncDh\",style:{opacity:0},transformTemplate:transformTemplate1,variants:{VANQEsvHn:{opacity:1}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fyjj7h\",layoutDependency:layoutDependency,layoutId:\"BdVOwTnfn\",style:{backgroundColor:\"var(--token-432f4e95-f050-4155-b4b9-e6aeb041c4fd, rgb(25, 118, 210))\"},children:[/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"py7uATeOI\",scopeId:\"sPtu4n76t\",...addPropertyOverrides({VANQEsvHn:{href:{webPageId:\"z5PSIF0q_\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-lkojfc framer-pvikl7\",layoutDependency:layoutDependency,layoutId:\"py7uATeOI\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4pj0kz-container\",layoutDependency:layoutDependency,layoutId:\"RYkw0EhJX-container\",nodeId:\"RYkw0EhJX\",rendersWithMotion:true,scopeId:\"sPtu4n76t\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"RYkw0EhJX\",layoutId:\"RYkw0EhJX\",style:{height:\"100%\",width:\"100%\"},variant:\"pAHfGZlH0\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1szs5xo-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"wsWcTpcEg-container\",nodeId:\"wsWcTpcEg\",rendersWithMotion:true,scopeId:\"sPtu4n76t\",style:{opacity:.41},children:/*#__PURE__*/_jsx(Feather,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"x\",id:\"wsWcTpcEg\",layoutId:\"wsWcTpcEg\",mirrored:false,onClick:onClick16y3wyv,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qp6pla\",layoutDependency:layoutDependency,layoutId:\"vdIbuHd35\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"kh9HnkdSB\",openInNewTab:false,scopeId:\"sPtu4n76t\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Home\"})})})}),className:\"framer-5t9p0v\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"kh9HnkdSB\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({VANQEsvHn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"z5PSIF0q_\"},motionChild:true,nodeId:\"kh9HnkdSB\",openInNewTab:false,scopeId:\"sPtu4n76t\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Home\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nTQavwd7O\"},motionChild:true,nodeId:\"kkm_Py0Ru\",openInNewTab:false,scopeId:\"sPtu4n76t\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Pricing\"})})})}),className:\"framer-f5q2qx\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"kkm_Py0Ru\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTMwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gMehNAhom\"},motionChild:true,nodeId:\"ZF7D1E6VL\",openInNewTab:false,scopeId:\"sPtu4n76t\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-164p3le\",\"data-styles-preset\":\"iX4EAjI__\",children:\"Contact Us\"})})})}),className:\"framer-19kycn1\",fonts:[\"GF;Roboto-300\"],layoutDependency:layoutDependency,layoutId:\"ZF7D1E6VL\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1i2fszk\",layoutDependency:layoutDependency,layoutId:\"cUJ5Kx0yL\"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"GZ7M9qDlF\",scopeId:\"sPtu4n76t\",...addPropertyOverrides({VANQEsvHn:{href:\"collectivo.online\",openInNewTab:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-2f3pix framer-pvikl7\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GZ7M9qDlF\",onTap:onTap27s5a8,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:50,borderBottomRightRadius:50,borderTopLeftRadius:50,borderTopRightRadius:50},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jdde2y-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"acv6TzMjy-container\",nodeId:\"acv6TzMjy\",rendersWithMotion:true,scopeId:\"sPtu4n76t\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-432f4e95-f050-4155-b4b9-e6aeb041c4fd, rgb(25, 118, 210))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"User\",id:\"acv6TzMjy\",layoutId:\"acv6TzMjy\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7Um9ib3RvLTUwMA==\",\"--framer-font-family\":'\"Roboto\", \"Roboto Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.025em\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 118, 210))\"},children:\"Login\"})}),className:\"framer-12c58je\",fonts:[\"GF;Roboto-500\"],layoutDependency:layoutDependency,layoutId:\"YMwLuNefr\",style:{\"--extracted-r6o4lv\":\"rgb(25, 118, 210)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EReZj.framer-pvikl7, .framer-EReZj .framer-pvikl7 { display: block; }\",\".framer-EReZj.framer-1gobbwr { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; height: 829px; justify-content: space-between; overflow: visible; padding: 30px 15px 30px 15px; position: relative; width: 1090px; }\",\".framer-EReZj .framer-1qie8ay { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: wrap; height: 72px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-EReZj .framer-r8htjm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-EReZj .framer-a3gyk1-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-EReZj .framer-1jtzwod { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-EReZj .framer-cxrfe4-container { aspect-ratio: 0.7833333333333333 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); position: relative; width: 32px; }\",\".framer-EReZj .framer-ikl8at { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; left: 50%; overflow: auto; overflow-x: hidden; padding: 0px; pointer-events: none; position: absolute; top: -442px; width: 100%; z-index: 10; }\",\".framer-EReZj .framer-1fyjj7h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: visible; padding: 60px 40px 60px 40px; position: relative; width: 100%; }\",\".framer-EReZj .framer-lkojfc { flex: none; height: 72px; overflow: visible; position: relative; width: 262px; }\",\".framer-EReZj .framer-4pj0kz-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-EReZj .framer-1szs5xo-container { flex: none; height: 44px; position: absolute; right: 20px; top: 20px; width: 44px; z-index: 1; }\",\".framer-EReZj .framer-1qp6pla, .framer-EReZj .framer-1i2fszk { flex: none; height: 28px; overflow: visible; position: relative; width: 25px; }\",\".framer-EReZj .framer-5t9p0v, .framer-EReZj .framer-f5q2qx, .framer-EReZj .framer-19kycn1, .framer-EReZj .framer-12c58je { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-EReZj .framer-2f3pix { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 27px 20px 27px 20px; position: relative; text-decoration: none; width: min-content; }\",\".framer-EReZj .framer-jdde2y-container { flex: none; height: 22px; position: relative; width: 22px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EReZj .framer-r8htjm, .framer-EReZj .framer-1jtzwod, .framer-EReZj .framer-ikl8at, .framer-EReZj .framer-1fyjj7h, .framer-EReZj .framer-2f3pix { gap: 0px; } .framer-EReZj .framer-r8htjm > *, .framer-EReZj .framer-2f3pix > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EReZj .framer-r8htjm > :first-child, .framer-EReZj .framer-2f3pix > :first-child { margin-left: 0px; } .framer-EReZj .framer-r8htjm > :last-child, .framer-EReZj .framer-2f3pix > :last-child { margin-right: 0px; } .framer-EReZj .framer-1jtzwod > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-EReZj .framer-1jtzwod > :first-child, .framer-EReZj .framer-ikl8at > :first-child, .framer-EReZj .framer-1fyjj7h > :first-child { margin-top: 0px; } .framer-EReZj .framer-1jtzwod > :last-child, .framer-EReZj .framer-ikl8at > :last-child, .framer-EReZj .framer-1fyjj7h > :last-child { margin-bottom: 0px; } .framer-EReZj .framer-ikl8at > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-EReZj .framer-1fyjj7h > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } }\",\".framer-EReZj.framer-v-v7j8sw .framer-ikl8at { pointer-events: auto; top: -2px; }\",\".framer-EReZj.framer-v-v7j8sw .framer-1fyjj7h { padding: 173px 40px 173px 40px; }\",\".framer-EReZj.framer-v-v7j8sw .framer-lkojfc { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; text-decoration: none; width: min-content; }\",\".framer-EReZj.framer-v-v7j8sw .framer-4pj0kz-container { bottom: unset; height: 72px; left: unset; position: relative; right: unset; top: unset; width: 262px; }\",\".framer-EReZj.framer-v-v7j8sw .framer-1i2fszk { aspect-ratio: 0.8928571428571429 / 1; height: var(--framer-aspect-ratio-supported, 29px); width: 26px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EReZj.framer-v-v7j8sw .framer-lkojfc { gap: 0px; } .framer-EReZj.framer-v-v7j8sw .framer-lkojfc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-EReZj.framer-v-v7j8sw .framer-lkojfc > :first-child { margin-left: 0px; } .framer-EReZj.framer-v-v7j8sw .framer-lkojfc > :last-child { margin-right: 0px; } }\",...sharedStyle.css,'.framer-EReZj[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-EReZj [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-EReZj[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-EReZj [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-EReZj[data-hide-scrollbars=\"true\"], .framer-EReZj [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 829\n * @framerIntrinsicWidth 1090\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"VANQEsvHn\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersPtu4n76t=withCSS(Component,css,\"framer-EReZj\");export default FramersPtu4n76t;FramersPtu4n76t.displayName=\"Header - Collapsed\";FramersPtu4n76t.defaultProps={height:829,width:1090};addPropertyControls(FramersPtu4n76t,{variant:{options:[\"hnWnKSly7\",\"VANQEsvHn\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersPtu4n76t,[{explicitInter:true,fonts:[{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmWggvWl0Qn.woff2\",weight:\"300\"},{family:\"Roboto\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/roboto/v47/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmWggvWl0Qn.woff2\",weight:\"500\"}]},...LogoFonts,...FeatherFonts,...HeroFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersPtu4n76t\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"829\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VANQEsvHn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"1090\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sPtu4n76t.map", "// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import HeaderExpanded from\"https://framerusercontent.com/modules/uWL4h17f23cxcxRUoHUs/p9QCgigPTwLQk0cmXcSi/Rn8K9yNjJ.js\";import HeaderCollapsed from\"https://framerusercontent.com/modules/tCBgt6AJBDeGCM7PxGKD/B7oyfZwnAHxS5mBQSkeY/sPtu4n76t.js\";const HeaderCollapsedFonts=getFonts(HeaderCollapsed);const HeaderExpandedFonts=getFonts(HeaderExpanded);const cycleOrder=[\"C931QB6Hn\",\"OA4IWbw_u\",\"DUZp8PRgc\",\"K2ooUz4CR\"];const serializationHash=\"framer-5Bma1\";const variantClassNames={C931QB6Hn:\"framer-v-m0dade\",DUZp8PRgc:\"framer-v-11xdaka\",K2ooUz4CR:\"framer-v-hiccwy\",OA4IWbw_u:\"framer-v-tk6gl4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"C931QB6Hn\",\"Variant 2\":\"OA4IWbw_u\",\"Variant 4\":\"K2ooUz4CR\",Mobile:\"DUZp8PRgc\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"C931QB6Hn\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"C931QB6Hn\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const VxQTIs7Wb1khl85j=activeVariantCallback(async(...args)=>{setVariant(\"C931QB6Hn\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"DUZp8PRgc\",\"K2ooUz4CR\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"DUZp8PRgc\",\"K2ooUz4CR\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"K2ooUz4CR\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-m0dade\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"C931QB6Hn\",ref:refBinding,style:{...style},...addPropertyOverrides({DUZp8PRgc:{\"data-framer-name\":\"Mobile\"},K2ooUz4CR:{\"data-framer-name\":\"Variant 4\"},OA4IWbw_u:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-fj3oji\",layoutDependency:layoutDependency,layoutId:\"slV1Y8kk0\",style:{background:'linear-gradient(54deg, var(--token-432f4e95-f050-4155-b4b9-e6aeb041c4fd, rgb(25, 118, 210)) /* {\"name\":\"Primary Blue\"} */ 0%, var(--token-5446c8b9-3f6b-435f-b2fc-8664785f97d2, rgb(0, 53, 123)) /* {\"name\":\"Dark Blue\"} */ 100%)',opacity:0},variants:{DUZp8PRgc:{background:\"linear-gradient(54deg, rgba(25, 117, 209, 0) 0%, rgba(0, 53, 122, 0) 100%)\",opacity:1},K2ooUz4CR:{opacity:.95},OA4IWbw_u:{opacity:1}},children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({DUZp8PRgc:{height:829,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+174-173},K2ooUz4CR:{height:829,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+118-124}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-lvr537-container\",layoutDependency:layoutDependency,layoutId:\"NywLeEp2G-container\",nodeId:\"NywLeEp2G\",rendersWithMotion:true,scopeId:\"RnrbkcAHL\",children:/*#__PURE__*/_jsx(HeaderCollapsed,{height:\"100%\",id:\"NywLeEp2G\",layoutId:\"NywLeEp2G\",style:{width:\"100%\"},variant:\"hnWnKSly7\",width:\"100%\"})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mswtsa-container\",layoutDependency:layoutDependency,layoutId:\"JmD14F8GL-container\",nodeId:\"JmD14F8GL\",rendersWithMotion:true,scopeId:\"RnrbkcAHL\",style:{opacity:1},variants:{OA4IWbw_u:{opacity:.94}},children:/*#__PURE__*/_jsx(HeaderExpanded,{height:\"100%\",id:\"JmD14F8GL\",layoutId:\"JmD14F8GL\",style:{width:\"100%\"},VxQTIs7Wb:VxQTIs7Wb1khl85j,width:\"100%\",...addPropertyOverrides({OA4IWbw_u:{style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-12n8p0u\",layoutDependency:layoutDependency,layoutId:\"H_8G_0Qkl\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5Bma1.framer-1xw5ssc, .framer-5Bma1 .framer-1xw5ssc { display: block; }\",\".framer-5Bma1.framer-m0dade { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",\".framer-5Bma1 .framer-fj3oji { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 150px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-5Bma1 .framer-lvr537-container { flex: none; height: auto; position: relative; width: 1920px; z-index: 1; }\",\".framer-5Bma1 .framer-1mswtsa-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; z-index: 1; }\",\".framer-5Bma1 .framer-12n8p0u { flex: 1 0 0px; height: 23px; overflow: visible; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5Bma1.framer-m0dade, .framer-5Bma1 .framer-fj3oji { gap: 0px; } .framer-5Bma1.framer-m0dade > *, .framer-5Bma1 .framer-fj3oji > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-5Bma1.framer-m0dade > :first-child, .framer-5Bma1 .framer-fj3oji > :first-child { margin-left: 0px; } .framer-5Bma1.framer-m0dade > :last-child, .framer-5Bma1 .framer-fj3oji > :last-child { margin-right: 0px; } }\",\".framer-5Bma1.framer-v-tk6gl4.framer-m0dade { height: 102px; }\",\".framer-5Bma1.framer-v-tk6gl4 .framer-fj3oji { order: 0; }\",\".framer-5Bma1.framer-v-tk6gl4 .framer-1mswtsa-container { height: 100%; order: 1; }\",\".framer-5Bma1.framer-v-11xdaka.framer-m0dade { flex-direction: column; gap: 0px; justify-content: flex-start; min-height: 195px; overflow: visible; }\",\".framer-5Bma1.framer-v-11xdaka .framer-fj3oji { display: block; gap: unset; height: 174px; overflow: visible; padding: unset; }\",\".framer-5Bma1.framer-v-11xdaka .framer-lvr537-container { bottom: -656px; left: 0px; position: absolute; right: 0px; width: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5Bma1.framer-v-11xdaka.framer-m0dade, .framer-5Bma1.framer-v-11xdaka .framer-fj3oji { gap: 0px; } .framer-5Bma1.framer-v-11xdaka.framer-m0dade > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5Bma1.framer-v-11xdaka.framer-m0dade > :first-child { margin-top: 0px; } .framer-5Bma1.framer-v-11xdaka.framer-m0dade > :last-child { margin-bottom: 0px; } .framer-5Bma1.framer-v-11xdaka .framer-fj3oji > *, .framer-5Bma1.framer-v-11xdaka .framer-fj3oji > :first-child, .framer-5Bma1.framer-v-11xdaka .framer-fj3oji > :last-child { margin: 0px; } }\",\".framer-5Bma1.framer-v-hiccwy.framer-m0dade { flex-direction: column; gap: 0px; height: 105px; justify-content: flex-start; overflow: visible; }\",\".framer-5Bma1.framer-v-hiccwy .framer-fj3oji { display: block; gap: unset; height: 118px; order: 0; overflow: visible; padding: unset; }\",\".framer-5Bma1.framer-v-hiccwy .framer-lvr537-container { bottom: -705px; left: 0px; position: absolute; right: 0px; width: unset; }\",\".framer-5Bma1.framer-v-hiccwy .framer-12n8p0u { flex: none; height: 0px; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5Bma1.framer-v-hiccwy.framer-m0dade, .framer-5Bma1.framer-v-hiccwy .framer-fj3oji { gap: 0px; } .framer-5Bma1.framer-v-hiccwy.framer-m0dade > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-5Bma1.framer-v-hiccwy.framer-m0dade > :first-child { margin-top: 0px; } .framer-5Bma1.framer-v-hiccwy.framer-m0dade > :last-child { margin-bottom: 0px; } .framer-5Bma1.framer-v-hiccwy .framer-fj3oji > *, .framer-5Bma1.framer-v-hiccwy .framer-fj3oji > :first-child, .framer-5Bma1.framer-v-hiccwy .framer-fj3oji > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 133\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"OA4IWbw_u\":{\"layout\":[\"fixed\",\"fixed\"]},\"DUZp8PRgc\":{\"layout\":[\"fixed\",\"auto\"]},\"K2ooUz4CR\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRnrbkcAHL=withCSS(Component,css,\"framer-5Bma1\");export default FramerRnrbkcAHL;FramerRnrbkcAHL.displayName=\"Scroll Animation\";FramerRnrbkcAHL.defaultProps={height:133,width:1920};addPropertyControls(FramerRnrbkcAHL,{variant:{options:[\"C931QB6Hn\",\"OA4IWbw_u\",\"DUZp8PRgc\",\"K2ooUz4CR\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Mobile\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerRnrbkcAHL,[{explicitInter:true,fonts:[]},...HeaderCollapsedFonts,...HeaderExpandedFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRnrbkcAHL\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"133\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1920\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OA4IWbw_u\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DUZp8PRgc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"K2ooUz4CR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "Home_default", "React", "title", "titleId", "props", "svgRef", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "Home_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "defaultEvents", "r", "s", "o", "n", "e", "i", "l", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "SVG", "css", "FramervvoPUXj22", "withCSS", "vvoPUXj22_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "SVG", "css", "FramervvoPUXj22", "withCSS", "vvoPUXj22_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "vvoPUXj22_default", "FeatherFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "tap", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "VxQTIs7Wb", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap17zv5ld", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "cx", "serializationHash", "Link", "vvoPUXj22_default", "RichText2", "Icon", "css", "FramerRn8K9yNjJ", "withCSS", "Rn8K9yNjJ_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "FeatherFonts", "fonts", "LogoFonts", "getFonts", "vvoPUXj22_default", "FeatherFonts", "Icon", "HeroFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap27s5a8", "args", "onClick16y3wyv", "scopingClassNames", "cx", "LayoutGroup", "u", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "css", "FramersPtu4n76t", "withCSS", "sPtu4n76t_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "HeaderCollapsedFonts", "getFonts", "sPtu4n76t_default", "HeaderExpandedFonts", "Rn8K9yNjJ_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "VxQTIs7Wb1khl85j", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerRnrbkcAHL", "withCSS", "RnrbkcAHL_default", "addPropertyControls", "ControlType", "addFonts"]
}
