{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/iS9H0YqzNzmIIcyepFIK/72YuJ0SLLCLiyGwno79H/Platform_link_species.js", "ssg:https://framerusercontent.com/modules/42f8fz0HFYeQM9iiNNnG/XHFxW8WK38zHJAMGu9ia/aIKOzQ034.js", "ssg:https://framerusercontent.com/modules/r59pdpPCirqNEAX4GWey/SxvpDq4IRMOHACdGsKKA/Platform_link_regions.js", "ssg:https://framerusercontent.com/modules/jzT1F1e0QIdvwad2ZOf5/fM3JhuNAkwF0oL477ivs/gEEPSb4kA.js", "ssg:https://framerusercontent.com/modules/JfqhrKsctvoTZoC31qJI/9L9fY5MQgjmmTS3QXD8f/Platform_link_patterns.js", "ssg:https://framerusercontent.com/modules/S4gOW5mcZMAI4AeMAswW/vm7aAkud4LiozPspqOhA/GJhBFL1Aq.js", "ssg:https://framerusercontent.com/modules/wAfFmfXD4Dpj7YdhR2jc/8IWeHiFwl57RX3w5WOW7/NBqcJDOAc.js", "ssg:https://framerusercontent.com/modules/lbmLK1OUuvI0SyccCb7K/aoHaGU52Ee4BApgJoOf6/U9yiKInpl.js", "ssg:https://framerusercontent.com/modules/O1cCMIJvs8AZyLPlKiux/wGmVUPOk0VP8NwyWFxiJ/ZCY3he106.js", "ssg:https://framerusercontent.com/modules/WqZwylCNa0KWElFiOUsL/kGQKx4Gq7KcE1vXMDCfo/hy_uzvLPu.js", "ssg:https://framerusercontent.com/modules/11c7TL36g5wNSggWglNo/MD01BDrK2cSFOrGeBUKN/Platform_link_get_started_species.js", "ssg:https://framerusercontent.com/modules/su5iLyPIz0VBSOFWx6Sc/xkx5TT9xmxyuKFD1PVzg/qWjPPmXJJ.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";export function LinkToDashboard(){return{onTap(){window.location.href=\"/dashboard/species\";}};}const useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{rotate:90},transition:{duration:2}});});}export function withHover(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,whileHover:{scale:1.05}});});}export function withRandomColor(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});});}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withLinkToDashboard(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...LinkToDashboard(props)});};}withLinkToDashboard.displayName=\"LinkToDashboard\";\nexport const __FramerMetadata__ = {\"exports\":{\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkToDashboard\":{\"type\":\"override\",\"name\":\"LinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLinkToDashboard\":{\"type\":\"reactHoc\",\"name\":\"withLinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Platform_link_species.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withLinkToDashboard}from\"https://framerusercontent.com/modules/iS9H0YqzNzmIIcyepFIK/72YuJ0SLLCLiyGwno79H/Platform_link_species.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ipt5U6SoWyv0WG5Z2meL/QpnY6bTLpxmCKF44SZxq/Q72cAtFSS.js\";const MotionDivWithLinkToDashboardje1525=withCodeBoundaryForOverrides(motion.div,{nodeId:\"HUHLYQLaA\",override:withLinkToDashboard,scopeId:\"aIKOzQ034\"});const enabledGestures={HUHLYQLaA:{hover:true}};const serializationHash=\"framer-EVJjB\";const variantClassNames={HUHLYQLaA:\"framer-v-je1525\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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 getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"HUHLYQLaA\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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(MotionDivWithLinkToDashboardje1525,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-je1525\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"HUHLYQLaA\",ref:refBinding,style:{...style},...addPropertyOverrides({\"HUHLYQLaA-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hl9ffs\",layoutDependency:layoutDependency,layoutId:\"vaMc6gh0S\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14bz38u\",\"data-framer-name\":\"Icon+Title\",layoutDependency:layoutDependency,layoutId:\"thZqkZK9Z\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+0+0)+0+0+2.3),pixelHeight:494,pixelWidth:545,positionX:\"center\",positionY:\"center\",sizes:\"33px\",src:\"https://framerusercontent.com/images/diEFQNWqThlJ4Ptv5tGVQed8jhg.png\",srcSet:\"https://framerusercontent.com/images/diEFQNWqThlJ4Ptv5tGVQed8jhg.png?scale-down-to=512 512w,https://framerusercontent.com/images/diEFQNWqThlJ4Ptv5tGVQed8jhg.png 545w\"},className:\"framer-35ohr6\",layoutDependency:layoutDependency,layoutId:\"Pg6bKwegF\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255)))\"},children:\"Species\"})}),className:\"framer-yy2mg6\",\"data-framer-name\":\"Scalable\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"OpZEzzBbn\",style:{\"--extracted-r6o4lv\":\"var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1eo0u7g\",\"data-styles-preset\":\"Q72cAtFSS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217)))\"},children:\"Explore the extensive database of species profiles.\"})}),className:\"framer-11fttf\",\"data-framer-name\":\"The scalable blockchain market refers to the segment of the blockchain industry that focuses on developing.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YKWfuXUV8\",style:{\"--extracted-r6o4lv\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Map of Life platform Species page\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+155.6+26)),pixelHeight:835,pixelWidth:1849,positionX:\"5.5%\",positionY:\"8.3%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZzqRfWlVVXNfX2mIMIb48yY7N68.png\",srcSet:\"https://framerusercontent.com/images/ZzqRfWlVVXNfX2mIMIb48yY7N68.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZzqRfWlVVXNfX2mIMIb48yY7N68.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZzqRfWlVVXNfX2mIMIb48yY7N68.png 1849w\"},className:\"framer-k7gu7k\",layoutDependency:layoutDependency,layoutId:\"SvnDSU4eo\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28,boxShadow:\"none\"},variants:{\"HUHLYQLaA-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2b4f685e-25cf-49a9-9c2b-16aa0647e782, rgb(53, 173, 173))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 4px 48px 0px rgba(54, 173, 173, 0.46)\"}},...addPropertyOverrides({\"HUHLYQLaA-hover\":{\"data-border\":true}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-EVJjB.framer-1bbiui8, .framer-EVJjB .framer-1bbiui8 { display: block; }\",\".framer-EVJjB.framer-je1525 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 366px; }\",\".framer-EVJjB .framer-1hl9ffs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-EVJjB .framer-14bz38u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 10%; z-index: 1; }\",\".framer-EVJjB .framer-35ohr6 { aspect-ratio: 1.1379310344827587 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 33px; }\",\".framer-EVJjB .framer-yy2mg6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-EVJjB .framer-11fttf { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 77%; word-break: break-word; word-wrap: break-word; }\",\".framer-EVJjB .framer-k7gu7k { flex: none; height: 242px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-EVJjB.framer-je1525, .framer-EVJjB .framer-1hl9ffs, .framer-EVJjB .framer-14bz38u { gap: 0px; } .framer-EVJjB.framer-je1525 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-EVJjB.framer-je1525 > :first-child, .framer-EVJjB .framer-1hl9ffs > :first-child { margin-top: 0px; } .framer-EVJjB.framer-je1525 > :last-child, .framer-EVJjB .framer-1hl9ffs > :last-child { margin-bottom: 0px; } .framer-EVJjB .framer-1hl9ffs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-EVJjB .framer-14bz38u > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-EVJjB .framer-14bz38u > :first-child { margin-left: 0px; } .framer-EVJjB .framer-14bz38u > :last-child { margin-right: 0px; } }\",\".framer-EVJjB.framer-v-je1525.hover.framer-je1525 { overflow: visible; }\",...sharedStyle.css,'.framer-EVJjB[data-border=\"true\"]::after, .framer-EVJjB [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 355\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ue19ZYwyl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameraIKOzQ034=withCSS(Component,css,\"framer-EVJjB\");export default FrameraIKOzQ034;FrameraIKOzQ034.displayName=\"species dashboard - platform page\";FrameraIKOzQ034.defaultProps={height:355,width:366};addFonts(FrameraIKOzQ034,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraIKOzQ034\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ue19ZYwyl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"366\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"355\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./aIKOzQ034.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";export function LinkToDashboard(){return{onTap(){window.location.href=\"/dashboard/regions\";}};}const useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{rotate:90},transition:{duration:2}});});}export function withHover(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,whileHover:{scale:1.05}});});}export function withRandomColor(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});});}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withLinkToDashboard(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...LinkToDashboard(props)});};}withLinkToDashboard.displayName=\"LinkToDashboard\";\nexport const __FramerMetadata__ = {\"exports\":{\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLinkToDashboard\":{\"type\":\"reactHoc\",\"name\":\"withLinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkToDashboard\":{\"type\":\"override\",\"name\":\"LinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Platform_link_regions.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withLinkToDashboard}from\"https://framerusercontent.com/modules/r59pdpPCirqNEAX4GWey/SxvpDq4IRMOHACdGsKKA/Platform_link_regions.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ipt5U6SoWyv0WG5Z2meL/QpnY6bTLpxmCKF44SZxq/Q72cAtFSS.js\";const MotionDivWithLinkToDashboard11dcy0o=withCodeBoundaryForOverrides(motion.div,{nodeId:\"KMhmllw6Q\",override:withLinkToDashboard,scopeId:\"gEEPSb4kA\"});const enabledGestures={KMhmllw6Q:{hover:true}};const serializationHash=\"framer-m0XdB\";const variantClassNames={KMhmllw6Q:\"framer-v-11dcy0o\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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 getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"KMhmllw6Q\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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(MotionDivWithLinkToDashboard11dcy0o,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-11dcy0o\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KMhmllw6Q\",ref:refBinding,style:{...style},...addPropertyOverrides({\"KMhmllw6Q-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ex94gi\",layoutDependency:layoutDependency,layoutId:\"nv5y0Qato\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1i781qd\",\"data-framer-name\":\"Icon+Title\",layoutDependency:layoutDependency,layoutId:\"WHGDdZNTP\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+0+0)+0+0+2.3),pixelHeight:538,pixelWidth:417,positionX:\"center\",positionY:\"center\",sizes:\"33px\",src:\"https://framerusercontent.com/images/rT8tTQdi82fejqcFUQfXBfZkBcs.png\",srcSet:\"https://framerusercontent.com/images/rT8tTQdi82fejqcFUQfXBfZkBcs.png 417w\"},className:\"framer-1uapl6k\",layoutDependency:layoutDependency,layoutId:\"BywKqEd8b\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14noa2p\",\"data-framer-name\":\"Region\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"BfhKBbbVU\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 29 29\"><path d=\"M 0 0 L 29 0 L 29 29 L 0 29 Z\" fill=\"var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)) /* {&quot;name&quot;:&quot;darkest brand blue&quot;} */\"></path><path d=\"M 3.625 3.625 L 8.458 25.375\" fill=\"transparent\" stroke-width=\"1.21\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path><path d=\"M 4.167 4.375 L 8.873 25.375 M 4.167 4.375 L 19.461 4.375 M 8.873 25.375 L 24.167 25.375 M 19.461 4.375 L 24.167 25.375\" fill=\"transparent\" stroke-width=\"2.42\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path><path d=\"M 1.51 3.625 C 1.51 2.457 2.457 1.51 3.625 1.51 C 4.793 1.51 5.74 2.457 5.74 3.625 C 5.74 4.793 4.793 5.74 3.625 5.74 C 2.457 5.74 1.51 4.793 1.51 3.625 Z\" fill=\"var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)) /* {&quot;name&quot;:&quot;darkest brand blue&quot;} */\" stroke-width=\"1.81\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path><path d=\"M 6.344 25.375 C 6.344 24.207 7.29 23.26 8.458 23.26 C 9.626 23.26 10.573 24.207 10.573 25.375 C 10.573 26.543 9.626 27.49 8.458 27.49 C 7.29 27.49 6.344 26.543 6.344 25.375 Z\" fill=\"var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)) /* {&quot;name&quot;:&quot;darkest brand blue&quot;} */\" stroke-width=\"1.81\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path><path d=\"M 22.052 25.375 C 22.052 24.207 22.999 23.26 24.167 23.26 C 25.335 23.26 26.281 24.207 26.281 25.375 C 26.281 26.543 25.335 27.49 24.167 27.49 C 22.999 27.49 22.052 26.543 22.052 25.375 Z\" fill=\"var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)) /* {&quot;name&quot;:&quot;darkest brand blue&quot;} */\" stroke-width=\"1.81\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path><path d=\"M 17.219 3.625 C 17.219 2.457 18.165 1.51 19.333 1.51 C 20.501 1.51 21.448 2.457 21.448 3.625 C 21.448 4.793 20.501 5.74 19.333 5.74 C 18.165 5.74 17.219 4.793 17.219 3.625 Z\" fill=\"var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)) /* {&quot;name&quot;:&quot;darkest brand blue&quot;} */\" stroke-width=\"1.81\" stroke=\"rgb(141, 71, 254)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:10849285479,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255)))\"},children:\"Regions\"})}),className:\"framer-15cv5ay\",\"data-framer-name\":\"Scalable\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"tKWZuWl9V\",style:{\"--extracted-r6o4lv\":\"var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1eo0u7g\",\"data-styles-preset\":\"Q72cAtFSS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217)))\"},children:[\"Search by \",/*#__PURE__*/_jsx(motion.strong,{children:\"region\"}),\", \",/*#__PURE__*/_jsx(motion.strong,{children:\"province\"}),\", or \",/*#__PURE__*/_jsx(motion.strong,{children:\"protected area\"}),\".\"]})}),className:\"framer-13m7rt9\",\"data-framer-name\":\"The scalable blockchain market refers to the segment of the blockchain industry that focuses on developing.\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"V7XmgqLdU\",style:{\"--extracted-r6o4lv\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Map of Life platform Regions page\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+155.6+26)),pixelHeight:837,pixelWidth:1848,positionX:\"4.9%\",positionY:\"23.7%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/leq8kCQztwKXY093U8vbUL9zKY.png\",srcSet:\"https://framerusercontent.com/images/leq8kCQztwKXY093U8vbUL9zKY.png?scale-down-to=512 512w,https://framerusercontent.com/images/leq8kCQztwKXY093U8vbUL9zKY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/leq8kCQztwKXY093U8vbUL9zKY.png 1848w\"},className:\"framer-1gre453\",layoutDependency:layoutDependency,layoutId:\"b18NtNBIS\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28,boxShadow:\"none\"},variants:{\"KMhmllw6Q-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2b4f685e-25cf-49a9-9c2b-16aa0647e782, rgb(53, 173, 173))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 4px 48px 0px rgba(53, 173, 173, 0.46)\"}},...addPropertyOverrides({\"KMhmllw6Q-hover\":{\"data-border\":true}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-m0XdB.framer-11zsqyh, .framer-m0XdB .framer-11zsqyh { display: block; }\",\".framer-m0XdB.framer-11dcy0o { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 366px; }\",\".framer-m0XdB .framer-ex94gi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 376px; }\",\".framer-m0XdB .framer-1i781qd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-m0XdB .framer-1uapl6k { align-content: center; align-items: center; aspect-ratio: 1.1379310344827587 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 29px); justify-content: center; padding: 0px; position: relative; width: 33px; }\",\".framer-m0XdB .framer-14noa2p { flex: none; height: 29px; position: relative; width: 29px; }\",\".framer-m0XdB .framer-15cv5ay { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-m0XdB .framer-13m7rt9 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 67%; word-break: break-word; word-wrap: break-word; }\",\".framer-m0XdB .framer-1gre453 { flex: none; height: 242px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-m0XdB.framer-11dcy0o, .framer-m0XdB .framer-ex94gi, .framer-m0XdB .framer-1i781qd, .framer-m0XdB .framer-1uapl6k { gap: 0px; } .framer-m0XdB.framer-11dcy0o > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-m0XdB.framer-11dcy0o > :first-child, .framer-m0XdB .framer-ex94gi > :first-child { margin-top: 0px; } .framer-m0XdB.framer-11dcy0o > :last-child, .framer-m0XdB .framer-ex94gi > :last-child { margin-bottom: 0px; } .framer-m0XdB .framer-ex94gi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-m0XdB .framer-1i781qd > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-m0XdB .framer-1i781qd > :first-child, .framer-m0XdB .framer-1uapl6k > :first-child { margin-left: 0px; } .framer-m0XdB .framer-1i781qd > :last-child, .framer-m0XdB .framer-1uapl6k > :last-child { margin-right: 0px; } .framer-m0XdB .framer-1uapl6k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-m0XdB.framer-v-11dcy0o.hover.framer-11dcy0o { overflow: visible; }\",...sharedStyle.css,'.framer-m0XdB[data-border=\"true\"]::after, .framer-m0XdB [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 355\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qjcv0g_pD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramergEEPSb4kA=withCSS(Component,css,\"framer-m0XdB\");export default FramergEEPSb4kA;FramergEEPSb4kA.displayName=\"regions - platform page\";FramergEEPSb4kA.defaultProps={height:355,width:366};addFonts(FramergEEPSb4kA,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramergEEPSb4kA\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"366\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qjcv0g_pD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"355\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./gEEPSb4kA.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";export function LinkToDashboard(){return{onTap(){window.location.href=\"/dashboard/patterns\";}};}const useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{rotate:90},transition:{duration:2}});});}export function withHover(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,whileHover:{scale:1.05}});});}export function withRandomColor(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});});}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withLinkToDashboard(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...LinkToDashboard(props)});};}withLinkToDashboard.displayName=\"LinkToDashboard\";\nexport const __FramerMetadata__ = {\"exports\":{\"LinkToDashboard\":{\"type\":\"override\",\"name\":\"LinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLinkToDashboard\":{\"type\":\"reactHoc\",\"name\":\"withLinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Platform_link_patterns.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withLinkToDashboard}from\"https://framerusercontent.com/modules/JfqhrKsctvoTZoC31qJI/9L9fY5MQgjmmTS3QXD8f/Platform_link_patterns.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/ipt5U6SoWyv0WG5Z2meL/QpnY6bTLpxmCKF44SZxq/Q72cAtFSS.js\";const MotionDivWithLinkToDashboardlgedge=withCodeBoundaryForOverrides(motion.div,{nodeId:\"ohFNF47Gt\",override:withLinkToDashboard,scopeId:\"GJhBFL1Aq\"});const enabledGestures={ohFNF47Gt:{hover:true}};const serializationHash=\"framer-CsL3d\";const variantClassNames={ohFNF47Gt:\"framer-v-lgedge\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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 getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"ohFNF47Gt\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);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(MotionDivWithLinkToDashboardlgedge,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-lgedge\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"ohFNF47Gt\",ref:refBinding,style:{...style},...addPropertyOverrides({\"ohFNF47Gt-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x008g2\",layoutDependency:layoutDependency,layoutId:\"YW7kAYfHN\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mzbh16\",\"data-framer-name\":\"Icon+Title\",layoutDependency:layoutDependency,layoutId:\"ELGZXvGyY\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+0+0)+0+0+2.3),pixelHeight:605,pixelWidth:594,positionX:\"center\",positionY:\"center\",sizes:\"33px\",src:\"https://framerusercontent.com/images/mRQF08VrXOuSX5hwoIPIsLGmWVo.png\",srcSet:\"https://framerusercontent.com/images/mRQF08VrXOuSX5hwoIPIsLGmWVo.png 594w\"},className:\"framer-qkrexx\",layoutDependency:layoutDependency,layoutId:\"XgPAJ5h9J\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ib2xk\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"700\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255)))\"},children:\"Patterns\"})}),className:\"framer-wdnp0n\",\"data-framer-name\":\"Scalable\",fonts:[\"FS;Satoshi-bold\"],layoutDependency:layoutDependency,layoutId:\"wduiTpaEm\",style:{\"--extracted-r6o4lv\":\"var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1eo0u7g\",\"data-styles-preset\":\"Q72cAtFSS\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217)))\"},children:\"See global biodiversity trends and patterns.\"})}),className:\"framer-1it5v5n\",\"data-framer-name\":\"The scalable blockchain market refers to the segment of the blockchain industry that focuses on developing.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"oe8W4CGRZ\",style:{\"--extracted-r6o4lv\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"Map of Life platform Patterns page\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||355)-0-423.6)/2+155.6+26)),pixelHeight:1562,pixelWidth:2990,positionX:\"13.9%\",positionY:\"30.8%\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/o9xXR3cdIH5b8SOctMXJBEM8uk.png\",srcSet:\"https://framerusercontent.com/images/o9xXR3cdIH5b8SOctMXJBEM8uk.png?scale-down-to=512 512w,https://framerusercontent.com/images/o9xXR3cdIH5b8SOctMXJBEM8uk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/o9xXR3cdIH5b8SOctMXJBEM8uk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/o9xXR3cdIH5b8SOctMXJBEM8uk.png 2990w\"},className:\"framer-r2z9mx\",layoutDependency:layoutDependency,layoutId:\"yvjWYBka8\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:28,borderBottomRightRadius:28,borderTopLeftRadius:28,borderTopRightRadius:28,boxShadow:\"none\"},variants:{\"ohFNF47Gt-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-2b4f685e-25cf-49a9-9c2b-16aa0647e782, rgb(53, 173, 173))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",boxShadow:\"0px 4px 48px 0px rgba(53, 173, 173, 0.46)\"}},...addPropertyOverrides({\"ohFNF47Gt-hover\":{\"data-border\":true}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CsL3d.framer-1gtt743, .framer-CsL3d .framer-1gtt743 { display: block; }\",\".framer-CsL3d.framer-lgedge { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 366px; }\",\".framer-CsL3d .framer-x008g2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 368px; }\",\".framer-CsL3d .framer-1mzbh16 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-CsL3d .framer-qkrexx { aspect-ratio: 1.1379310344827587 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 29px); position: relative; width: 33px; }\",\".framer-CsL3d .framer-wdnp0n { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CsL3d .framer-1it5v5n { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 63%; word-break: break-word; word-wrap: break-word; }\",\".framer-CsL3d .framer-r2z9mx { flex: none; height: 242px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CsL3d.framer-lgedge, .framer-CsL3d .framer-x008g2, .framer-CsL3d .framer-1mzbh16 { gap: 0px; } .framer-CsL3d.framer-lgedge > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-CsL3d.framer-lgedge > :first-child, .framer-CsL3d .framer-x008g2 > :first-child { margin-top: 0px; } .framer-CsL3d.framer-lgedge > :last-child, .framer-CsL3d .framer-x008g2 > :last-child { margin-bottom: 0px; } .framer-CsL3d .framer-x008g2 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-CsL3d .framer-1mzbh16 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-CsL3d .framer-1mzbh16 > :first-child { margin-left: 0px; } .framer-CsL3d .framer-1mzbh16 > :last-child { margin-right: 0px; } }\",\".framer-CsL3d.framer-v-lgedge.hover.framer-lgedge { overflow: visible; }\",...sharedStyle.css,'.framer-CsL3d[data-border=\"true\"]::after, .framer-CsL3d [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 355\n * @framerIntrinsicWidth 366\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"H0eSnkTig\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGJhBFL1Aq=withCSS(Component,css,\"framer-CsL3d\");export default FramerGJhBFL1Aq;FramerGJhBFL1Aq.displayName=\"patterns - platform page\";FramerGJhBFL1Aq.defaultProps={height:355,width:366};addFonts(FramerGJhBFL1Aq,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/LAFFD4SDUCDVQEXFPDC7C53EQ4ZELWQI/PXCT3G6LO6ICM5I3NTYENYPWJAECAWDD/GHM6WVH6MILNYOOCXHXB5GTSGNTMGXZR.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGJhBFL1Aq\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"366\",\"framerIntrinsicHeight\":\"355\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"H0eSnkTig\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/d5j2Nd9vFGXobgE9rxRY/rTuwVFhfy2LzuVMSMpjq/PhMIq4ozm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DKzL5UOo0jiom9RWdLJQ/H6rtHQycPZLag3QVQXDn/qh8v5Am6M.js\";const cycleOrder=[\"GawcT8yH8\",\"YuHO82Dsc\"];const serializationHash=\"framer-C1Eu5\";const variantClassNames={GawcT8yH8:\"framer-v-1qex2aj\",YuHO82Dsc:\"framer-v-1jgvw6f\"};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={Close:\"GawcT8yH8\",Open:\"YuHO82Dsc\"};const getProps=({click,height,id,question,width,...props})=>{return{...props,h8iGjYmBY:question??props.h8iGjYmBY??\"Species Protection Index\",variant:humanReadableVariantMap[props.variant]??props.variant??\"GawcT8yH8\",wQl2D9PqT:click??props.wQl2D9PqT};};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,h8iGjYmBY,wQl2D9PqT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GawcT8yH8\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapcfbsd3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"YuHO82Dsc\");});const onTap2v1wex=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"GawcT8yH8\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"YuHO82Dsc\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"YuHO82Dsc\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1qex2aj\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"GawcT8yH8\",onTap:onTapcfbsd3,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-466f412f-31e4-4f7f-a7e6-91a69b113f31, rgba(1, 1, 1, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(2, 2, 27)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{YuHO82Dsc:{\"--border-color\":\"var(--token-dac0bec6-6acb-444c-ac02-87950f2b7f18, rgb(26, 24, 34))\"}},...addPropertyOverrides({YuHO82Dsc:{\"data-framer-name\":\"Open\",onTap:onTap2v1wex}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vnn1gy\",\"data-framer-name\":\"Accordion content\",layoutDependency:layoutDependency,layoutId:\"z6ypWhk7U\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j4seju\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"pgUkSrVss\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",children:\"REGIONAL\"})}),className:\"framer-6uwz2l\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SopIIe5vz\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:h8iGjYmBY,variants:{YuHO82Dsc:{\"--extracted-a0htzi\":\"var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YuHO82Dsc:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254)))\"},children:\"REGIONAL\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r2xh4o\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"wW2LVHgpI\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+18+(((componentViewport?.height||112)-36-40)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-1wgtrsk\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ZAMeGRgTq\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16dsdja\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"txyHXMwUD\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-1ksb493\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"f4RDVjx9_\",style:{rotate:45},...addPropertyOverrides({YuHO82Dsc:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+35+(((componentViewport?.height||497)-70-1026)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"}}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x5p9vx\",layoutDependency:layoutDependency,layoutId:\"rbE0OIHE9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"GBF\"})}),className:\"framer-1b2esfu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"h3bjW4oAC\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Definition\"})}),className:\"framer-1u7tglg\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zVJuVyanX\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:\"Assesses how well species\u2019 habitats are represented in protected areas\"})}),className:\"framer-ykgocb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"icprWu2ZN\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Management Relevance & Potential Applications\"})}),className:\"framer-1ywz7bl\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bIssTURFx\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify species with low protected area coverage\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Assists in spatial conservation planning\"})})]})}),className:\"framer-xh0gyo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HQz54AxWX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:[\"Component Indicator for \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"700\"},children:\"Target 3\"})]})}),className:\"framer-1ofi24e\",fonts:[\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"G1RvJkTpv\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-C1Eu5.framer-1u8ofxw, .framer-C1Eu5 .framer-1u8ofxw { display: block; }\",\".framer-C1Eu5.framer-1qex2aj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 15px 18px 15px; position: relative; width: 355px; will-change: var(--framer-will-change-override, transform); }\",\".framer-C1Eu5 .framer-1vnn1gy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 94%; }\",\".framer-C1Eu5 .framer-1j4seju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-C1Eu5 .framer-6uwz2l { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-C1Eu5 .framer-1r2xh4o, .framer-C1Eu5 .framer-16dsdja { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-C1Eu5 .framer-1wgtrsk, .framer-C1Eu5 .framer-1ksb493 { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-C1Eu5 .framer-1x5p9vx { align-content: center; align-items: center; 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: 100%; }\",\".framer-C1Eu5 .framer-1b2esfu, .framer-C1Eu5 .framer-1u7tglg, .framer-C1Eu5 .framer-ykgocb, .framer-C1Eu5 .framer-1ywz7bl, .framer-C1Eu5 .framer-xh0gyo, .framer-C1Eu5 .framer-1ofi24e { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-C1Eu5.framer-1qex2aj, .framer-C1Eu5 .framer-1vnn1gy, .framer-C1Eu5 .framer-1j4seju, .framer-C1Eu5 .framer-1x5p9vx { gap: 0px; } .framer-C1Eu5.framer-1qex2aj > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-C1Eu5.framer-1qex2aj > :first-child, .framer-C1Eu5 .framer-1vnn1gy > :first-child, .framer-C1Eu5 .framer-1x5p9vx > :first-child { margin-top: 0px; } .framer-C1Eu5.framer-1qex2aj > :last-child, .framer-C1Eu5 .framer-1vnn1gy > :last-child, .framer-C1Eu5 .framer-1x5p9vx > :last-child { margin-bottom: 0px; } .framer-C1Eu5 .framer-1vnn1gy > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-C1Eu5 .framer-1j4seju > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-C1Eu5 .framer-1j4seju > :first-child { margin-left: 0px; } .framer-C1Eu5 .framer-1j4seju > :last-child { margin-right: 0px; } .framer-C1Eu5 .framer-1x5p9vx > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-C1Eu5.framer-v-1jgvw6f.framer-1qex2aj { padding: 35px 15px 35px 15px; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-1b2esfu { order: 0; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-1u7tglg { order: 2; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-ykgocb { order: 3; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-1ywz7bl { order: 4; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-xh0gyo { order: 5; }\",\".framer-C1Eu5.framer-v-1jgvw6f .framer-1ofi24e { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-C1Eu5[data-border=\"true\"]::after, .framer-C1Eu5 [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 355\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YuHO82Dsc\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"h8iGjYmBY\":\"question\",\"wQl2D9PqT\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerNBqcJDOAc=withCSS(Component,css,\"framer-C1Eu5\");export default FramerNBqcJDOAc;FramerNBqcJDOAc.displayName=\"FAQ/Accordion Item 7\";FramerNBqcJDOAc.defaultProps={height:112,width:355};addPropertyControls(FramerNBqcJDOAc,{variant:{options:[\"GawcT8yH8\",\"YuHO82Dsc\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},h8iGjYmBY:{defaultValue:\"Species Protection Index\",displayTextArea:false,title:\"Question\",type:ControlType.String},wQl2D9PqT:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerNBqcJDOAc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerNBqcJDOAc\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"355\",\"framerVariables\":\"{\\\"h8iGjYmBY\\\":\\\"question\\\",\\\"wQl2D9PqT\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"112\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YuHO82Dsc\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NBqcJDOAc.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/d5j2Nd9vFGXobgE9rxRY/rTuwVFhfy2LzuVMSMpjq/PhMIq4ozm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DKzL5UOo0jiom9RWdLJQ/H6rtHQycPZLag3QVQXDn/qh8v5Am6M.js\";const cycleOrder=[\"SUar8LUHX\",\"ng87bpsWb\"];const serializationHash=\"framer-7kV3W\";const variantClassNames={ng87bpsWb:\"framer-v-1nipsm1\",SUar8LUHX:\"framer-v-czlme7\"};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={Close:\"SUar8LUHX\",Open:\"ng87bpsWb\"};const getProps=({click,height,id,question,width,...props})=>{return{...props,h8iGjYmBY:question??props.h8iGjYmBY??\"Species Habitat Index\",variant:humanReadableVariantMap[props.variant]??props.variant??\"SUar8LUHX\",wQl2D9PqT:click??props.wQl2D9PqT};};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,h8iGjYmBY,wQl2D9PqT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"SUar8LUHX\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1preaiv=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"ng87bpsWb\");});const onTappvdsg1=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"SUar8LUHX\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"ng87bpsWb\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"ng87bpsWb\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-czlme7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"SUar8LUHX\",onTap:onTap1preaiv,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-466f412f-31e4-4f7f-a7e6-91a69b113f31, rgba(1, 1, 1, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(2, 2, 27)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{ng87bpsWb:{\"--border-color\":\"var(--token-dac0bec6-6acb-444c-ac02-87950f2b7f18, rgb(26, 24, 34))\"}},...addPropertyOverrides({ng87bpsWb:{\"data-framer-name\":\"Open\",onTap:onTappvdsg1}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p0mm7l\",\"data-framer-name\":\"Accordion content\",layoutDependency:layoutDependency,layoutId:\"mQTPV_lxY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18lct89\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"o11ABhQlB\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",children:\"REGIONAL\"})}),className:\"framer-rhnkth\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"DFuTd_axB\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:h8iGjYmBY,variants:{ng87bpsWb:{\"--extracted-a0htzi\":\"var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ng87bpsWb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254)))\"},children:\"REGIONAL\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ql4rq0\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"jjCzzSMOV\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+18+(((componentViewport?.height||112)-36-40)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-d1f8ip\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"brPabCyUj\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bni6v3\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"EKSvJGhC5\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-qwwfrv\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"BWeicATEr\",style:{rotate:45},...addPropertyOverrides({ng87bpsWb:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+35+(((componentViewport?.height||472)-70-1026)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"}}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-19bei73\",layoutDependency:layoutDependency,layoutId:\"QYaSs5oeZ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"GBF\"})}),className:\"framer-cby6fv\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"eKEJwNrK9\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Definition\"})}),className:\"framer-1yhf3ua\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"igFHVlnro\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:\"Assesses annual habitat change on a species level\"})}),className:\"framer-7rihjj\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TnGv4hHRx\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Management Relevance & Potential Applications\"})}),className:\"framer-7sjr4m\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"y1J_N4Wii\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify species with greatest recent habitat loss \"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Assists in habitat restoration planning\"})})]})}),className:\"framer-1893yix\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"TDKodkRky\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:[\"Component Indicator for \",/*#__PURE__*/_jsx(motion.strong,{children:\"Goal A\"})]})}),className:\"framer-k1kvbq\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"dmivqrcog\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7kV3W.framer-ssxes2, .framer-7kV3W .framer-ssxes2 { display: block; }\",\".framer-7kV3W.framer-czlme7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 15px 18px 15px; position: relative; width: 355px; will-change: var(--framer-will-change-override, transform); }\",\".framer-7kV3W .framer-p0mm7l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 94%; }\",\".framer-7kV3W .framer-18lct89 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-7kV3W .framer-rhnkth { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-7kV3W .framer-ql4rq0, .framer-7kV3W .framer-1bni6v3 { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-7kV3W .framer-d1f8ip, .framer-7kV3W .framer-qwwfrv { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-7kV3W .framer-19bei73 { align-content: center; align-items: center; 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: 100%; }\",\".framer-7kV3W .framer-cby6fv, .framer-7kV3W .framer-1yhf3ua, .framer-7kV3W .framer-7rihjj, .framer-7kV3W .framer-7sjr4m, .framer-7kV3W .framer-1893yix, .framer-7kV3W .framer-k1kvbq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7kV3W.framer-czlme7, .framer-7kV3W .framer-p0mm7l, .framer-7kV3W .framer-18lct89, .framer-7kV3W .framer-19bei73 { gap: 0px; } .framer-7kV3W.framer-czlme7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-7kV3W.framer-czlme7 > :first-child, .framer-7kV3W .framer-p0mm7l > :first-child, .framer-7kV3W .framer-19bei73 > :first-child { margin-top: 0px; } .framer-7kV3W.framer-czlme7 > :last-child, .framer-7kV3W .framer-p0mm7l > :last-child, .framer-7kV3W .framer-19bei73 > :last-child { margin-bottom: 0px; } .framer-7kV3W .framer-p0mm7l > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-7kV3W .framer-18lct89 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-7kV3W .framer-18lct89 > :first-child { margin-left: 0px; } .framer-7kV3W .framer-18lct89 > :last-child { margin-right: 0px; } .framer-7kV3W .framer-19bei73 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-7kV3W.framer-v-1nipsm1.framer-czlme7 { padding: 35px 15px 35px 15px; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-cby6fv { order: 0; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-1yhf3ua { order: 2; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-7rihjj { order: 3; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-7sjr4m { order: 4; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-1893yix { order: 5; }\",\".framer-7kV3W.framer-v-1nipsm1 .framer-k1kvbq { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-7kV3W[data-border=\"true\"]::after, .framer-7kV3W [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 355\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ng87bpsWb\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"h8iGjYmBY\":\"question\",\"wQl2D9PqT\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerU9yiKInpl=withCSS(Component,css,\"framer-7kV3W\");export default FramerU9yiKInpl;FramerU9yiKInpl.displayName=\"FAQ/Accordion Item 8\";FramerU9yiKInpl.defaultProps={height:112,width:355};addPropertyControls(FramerU9yiKInpl,{variant:{options:[\"SUar8LUHX\",\"ng87bpsWb\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},h8iGjYmBY:{defaultValue:\"Species Habitat Index\",displayTextArea:false,title:\"Question\",type:ControlType.String},wQl2D9PqT:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerU9yiKInpl,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerU9yiKInpl\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"112\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ng87bpsWb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"355\",\"framerVariables\":\"{\\\"h8iGjYmBY\\\":\\\"question\\\",\\\"wQl2D9PqT\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./U9yiKInpl.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/d5j2Nd9vFGXobgE9rxRY/rTuwVFhfy2LzuVMSMpjq/PhMIq4ozm.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/DKzL5UOo0jiom9RWdLJQ/H6rtHQycPZLag3QVQXDn/qh8v5Am6M.js\";const cycleOrder=[\"b5v6PD46o\",\"hdlnl6or1\"];const serializationHash=\"framer-nTXzh\";const variantClassNames={b5v6PD46o:\"framer-v-181es7\",hdlnl6or1:\"framer-v-k6g73s\"};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={Close:\"b5v6PD46o\",Open:\"hdlnl6or1\"};const getProps=({click,height,id,question,width,...props})=>{return{...props,h8iGjYmBY:question??props.h8iGjYmBY??\"Species Information Index\",variant:humanReadableVariantMap[props.variant]??props.variant??\"b5v6PD46o\",wQl2D9PqT:click??props.wQl2D9PqT};};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,h8iGjYmBY,wQl2D9PqT,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"b5v6PD46o\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ugk3xb=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"hdlnl6or1\");});const onTap1mnl5uw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(wQl2D9PqT){const res=await wQl2D9PqT(...args);if(res===false)return false;}setVariant(\"b5v6PD46o\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"hdlnl6or1\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"hdlnl6or1\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-181es7\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Close\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"b5v6PD46o\",onTap:onTap1ugk3xb,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-466f412f-31e4-4f7f-a7e6-91a69b113f31, rgba(1, 1, 1, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(2, 2, 27)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,...style},variants:{hdlnl6or1:{\"--border-color\":\"var(--token-dac0bec6-6acb-444c-ac02-87950f2b7f18, rgb(26, 24, 34))\"}},...addPropertyOverrides({hdlnl6or1:{\"data-framer-name\":\"Open\",onTap:onTap1mnl5uw}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10waux9\",\"data-framer-name\":\"Accordion content\",layoutDependency:layoutDependency,layoutId:\"rdbUXF3is\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j8xzu8\",\"data-framer-name\":\"Heading\",layoutDependency:layoutDependency,layoutId:\"NcKcLOf3L\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",children:\"COMMUNITY\"})}),className:\"framer-1hfu65h\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wZ9Eekor7\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:h8iGjYmBY,variants:{hdlnl6or1:{\"--extracted-a0htzi\":\"var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({hdlnl6or1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1si5upc\",\"data-styles-preset\":\"qh8v5Am6M\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-64f5bd03-6b7a-43e3-ba7b-3a0b2b8b7a5e, rgb(242, 249, 254)))\"},children:\"COMMUNITY\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-118oewo\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"oriLCv56J\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+18+(((componentViewport?.height||112)-36-40)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-8zw63o\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"AX_1laNjL\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11nbif8\",\"data-framer-name\":\"Icon Container\",layoutDependency:layoutDependency,layoutId:\"eCjhx86iA\",style:{backgroundColor:\"var(--token-007d069d-c1f5-469a-b9fc-72cf78a99dcb, rgb(20, 20, 57))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"},className:\"framer-1v3iyez\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"i8JrXiY0U\",style:{rotate:45},...addPropertyOverrides({hdlnl6or1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+35+(((componentViewport?.height||523)-70-1026)/2+0+0)+0+0+0+8),pixelHeight:24,pixelWidth:24,src:\"https://framerusercontent.com/images/vFC46JHzJM4rRNhbzOwj8nMBCTk.svg\"}}},baseVariant,gestureVariant)})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wa1h91\",layoutDependency:layoutDependency,layoutId:\"HHpMXGmUE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"GBF\"})}),className:\"framer-w5aje\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XFxxlfuqV\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Definition\"})}),className:\"framer-1jpa329\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"NBmvVABE0\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:\"Assesses data coverage over a species range to inform where more data is needed\"})}),className:\"framer-hw204w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"H9KYtrVWr\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154)))\"},children:\"Management Relevance & Potential Applications\"})}),className:\"framer-1v383ad\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ZfXVjXGwm\",style:{\"--extracted-r6o4lv\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.ul,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:[/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Identify species with low monitoring coverage\"})}),/*#__PURE__*/_jsx(motion.li,{children:/*#__PURE__*/_jsx(motion.p,{children:\"Assists in planning species monitoring surveys\"})})]})}),className:\"framer-v97rio\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rdUqUgYHX\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",children:[\"Component Indicator for \",/*#__PURE__*/_jsx(motion.strong,{children:\"Target 21\"})]})}),className:\"framer-ro7yi\",fonts:[\"Inter\",\"Inter-Bold\"],layoutDependency:layoutDependency,layoutId:\"VEMMqll66\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nTXzh.framer-1xctz0y, .framer-nTXzh .framer-1xctz0y { display: block; }\",\".framer-nTXzh.framer-181es7 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 18px 15px 18px 15px; position: relative; width: 355px; will-change: var(--framer-will-change-override, transform); }\",\".framer-nTXzh .framer-10waux9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 94%; }\",\".framer-nTXzh .framer-1j8xzu8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nTXzh .framer-1hfu65h { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-nTXzh .framer-118oewo, .framer-nTXzh .framer-11nbif8 { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-nTXzh .framer-8zw63o, .framer-nTXzh .framer-1v3iyez { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); overflow: visible; position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-nTXzh .framer-wa1h91 { align-content: center; align-items: center; 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: 100%; }\",\".framer-nTXzh .framer-w5aje, .framer-nTXzh .framer-1jpa329, .framer-nTXzh .framer-hw204w, .framer-nTXzh .framer-1v383ad, .framer-nTXzh .framer-v97rio, .framer-nTXzh .framer-ro7yi { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nTXzh.framer-181es7, .framer-nTXzh .framer-10waux9, .framer-nTXzh .framer-1j8xzu8, .framer-nTXzh .framer-wa1h91 { gap: 0px; } .framer-nTXzh.framer-181es7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-nTXzh.framer-181es7 > :first-child, .framer-nTXzh .framer-10waux9 > :first-child, .framer-nTXzh .framer-wa1h91 > :first-child { margin-top: 0px; } .framer-nTXzh.framer-181es7 > :last-child, .framer-nTXzh .framer-10waux9 > :last-child, .framer-nTXzh .framer-wa1h91 > :last-child { margin-bottom: 0px; } .framer-nTXzh .framer-10waux9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nTXzh .framer-1j8xzu8 > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-nTXzh .framer-1j8xzu8 > :first-child { margin-left: 0px; } .framer-nTXzh .framer-1j8xzu8 > :last-child { margin-right: 0px; } .framer-nTXzh .framer-wa1h91 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-nTXzh.framer-v-k6g73s.framer-181es7 { padding: 35px 15px 35px 15px; }\",\".framer-nTXzh.framer-v-k6g73s .framer-w5aje { order: 0; }\",\".framer-nTXzh.framer-v-k6g73s .framer-1jpa329 { order: 2; }\",\".framer-nTXzh.framer-v-k6g73s .framer-hw204w { order: 3; }\",\".framer-nTXzh.framer-v-k6g73s .framer-1v383ad { order: 4; }\",\".framer-nTXzh.framer-v-k6g73s .framer-v97rio { order: 5; }\",\".framer-nTXzh.framer-v-k6g73s .framer-ro7yi { order: 1; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-nTXzh[data-border=\"true\"]::after, .framer-nTXzh [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; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 112\n * @framerIntrinsicWidth 355\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"hdlnl6or1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"h8iGjYmBY\":\"question\",\"wQl2D9PqT\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerZCY3he106=withCSS(Component,css,\"framer-nTXzh\");export default FramerZCY3he106;FramerZCY3he106.displayName=\"FAQ/Accordion Item 9\";FramerZCY3he106.defaultProps={height:112,width:355};addPropertyControls(FramerZCY3he106,{variant:{options:[\"b5v6PD46o\",\"hdlnl6or1\"],optionTitles:[\"Close\",\"Open\"],title:\"Variant\",type:ControlType.Enum},h8iGjYmBY:{defaultValue:\"Species Information Index\",displayTextArea:false,title:\"Question\",type:ControlType.String},wQl2D9PqT:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerZCY3he106,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerZCY3he106\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"h8iGjYmBY\\\":\\\"question\\\",\\\"wQl2D9PqT\\\":\\\"click\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"112\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"hdlnl6or1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"355\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ZCY3he106.map", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import FAQAccordionItem7 from\"https://framerusercontent.com/modules/wAfFmfXD4Dpj7YdhR2jc/8IWeHiFwl57RX3w5WOW7/NBqcJDOAc.js\";import FAQAccordionItem8 from\"https://framerusercontent.com/modules/lbmLK1OUuvI0SyccCb7K/aoHaGU52Ee4BApgJoOf6/U9yiKInpl.js\";import FAQAccordionItem9 from\"https://framerusercontent.com/modules/O1cCMIJvs8AZyLPlKiux/wGmVUPOk0VP8NwyWFxiJ/ZCY3he106.js\";const FAQAccordionItem7Fonts=getFonts(FAQAccordionItem7);const FAQAccordionItem8Fonts=getFonts(FAQAccordionItem8);const FAQAccordionItem9Fonts=getFonts(FAQAccordionItem9);const serializationHash=\"framer-RAiV2\";const variantClassNames={mBi3lnbDP:\"framer-v-gs5p4q\"};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 getProps=({height,id,width,...props})=>{return{...props};};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({defaultVariant:\"mBi3lnbDP\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];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-gs5p4q\",className,classNames),\"data-framer-name\":\"Accordion Collapsed\",layoutDependency:layoutDependency,layoutId:\"mBi3lnbDP\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||252)-0-252)/2+0+0),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hr0wo2-container\",layoutDependency:layoutDependency,layoutId:\"T2yTMazz7-container\",nodeId:\"T2yTMazz7\",rendersWithMotion:true,scopeId:\"hy_uzvLPu\",children:/*#__PURE__*/_jsx(FAQAccordionItem7,{h8iGjYmBY:\"Species Protection Index\",height:\"100%\",id:\"T2yTMazz7\",layoutId:\"T2yTMazz7\",style:{width:\"100%\"},variant:\"GawcT8yH8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||252)-0-252)/2+76+12),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c7qhtg-container\",layoutDependency:layoutDependency,layoutId:\"R0iJmoinw-container\",nodeId:\"R0iJmoinw\",rendersWithMotion:true,scopeId:\"hy_uzvLPu\",children:/*#__PURE__*/_jsx(FAQAccordionItem8,{h8iGjYmBY:\"Species Habitat Index\",height:\"100%\",id:\"R0iJmoinw\",layoutId:\"R0iJmoinw\",style:{width:\"100%\"},variant:\"SUar8LUHX\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:76,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||252)-0-252)/2+152+24),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lfkips-container\",layoutDependency:layoutDependency,layoutId:\"nFDleuj5K-container\",nodeId:\"nFDleuj5K\",rendersWithMotion:true,scopeId:\"hy_uzvLPu\",children:/*#__PURE__*/_jsx(FAQAccordionItem9,{h8iGjYmBY:\"Species Information Index\",height:\"100%\",id:\"nFDleuj5K\",layoutId:\"nFDleuj5K\",style:{width:\"100%\"},variant:\"b5v6PD46o\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RAiV2.framer-bucz3k, .framer-RAiV2 .framer-bucz3k { display: block; }\",\".framer-RAiV2.framer-gs5p4q { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 854px; }\",\".framer-RAiV2 .framer-1hr0wo2-container, .framer-RAiV2 .framer-c7qhtg-container, .framer-RAiV2 .framer-1lfkips-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-RAiV2.framer-gs5p4q { gap: 0px; } .framer-RAiV2.framer-gs5p4q > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-RAiV2.framer-gs5p4q > :first-child { margin-top: 0px; } .framer-RAiV2.framer-gs5p4q > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 252\n * @framerIntrinsicWidth 854\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerhy_uzvLPu=withCSS(Component,css,\"framer-RAiV2\");export default Framerhy_uzvLPu;Framerhy_uzvLPu.displayName=\"Accordion - platform pg\";Framerhy_uzvLPu.defaultProps={height:252,width:854};addFonts(Framerhy_uzvLPu,[{explicitInter:true,fonts:[]},...FAQAccordionItem7Fonts,...FAQAccordionItem8Fonts,...FAQAccordionItem9Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerhy_uzvLPu\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"854\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"252\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{forwardRef}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{randomColor}from\"https://framer.com/m/framer/utils.js@^0.9.0\";export function LinkToDashboard(){return{onClick(){window.location.href=\"/dashboard/species\";}};}const useStore=createStore({background:\"#0099FF\"});export function withRotate(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{rotate:90},transition:{duration:2}});});}export function withHover(Component){return /*#__PURE__*/forwardRef((props,ref)=>{return /*#__PURE__*/_jsx(Component,{ref:ref,...props,whileHover:{scale:1.05}});});}export function withRandomColor(Component){return /*#__PURE__*/forwardRef((props,ref)=>{const[store,setStore]=useStore();return /*#__PURE__*/_jsx(Component,{ref:ref,...props,animate:{background:store.background},onClick:()=>{setStore({background:randomColor()});}});});}import{useContext as __legacyOverrideHOC_useContext}from\"react\";import{DataObserverContext as __legacyOverrideHOC_DataObserverContext}from\"framer\";export function withLinkToDashboard(C){return props=>{__legacyOverrideHOC_useContext(__legacyOverrideHOC_DataObserverContext);return _jsx(C,{...props,...LinkToDashboard(props)});};}withLinkToDashboard.displayName=\"LinkToDashboard\";\nexport const __FramerMetadata__ = {\"exports\":{\"withHover\":{\"type\":\"reactHoc\",\"name\":\"withHover\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"LinkToDashboard\":{\"type\":\"override\",\"name\":\"LinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLinkToDashboard\":{\"type\":\"reactHoc\",\"name\":\"withLinkToDashboard\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRandomColor\":{\"type\":\"reactHoc\",\"name\":\"withRandomColor\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withRotate\":{\"type\":\"reactHoc\",\"name\":\"withRotate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Platform_link_get_started_species.map", "// Generated by Framer (d74aa50)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/RLUeKLNmERbgkhrJQwKX/Ticker.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import SpeciesDashboardPlatformPage from\"#framer/local/canvasComponent/aIKOzQ034/aIKOzQ034.js\";import ButtonNew from\"#framer/local/canvasComponent/awXdIx_WH/awXdIx_WH.js\";import NewTopNavFinal from\"#framer/local/canvasComponent/etNhj3r73/etNhj3r73.js\";import RegionsPlatformPage from\"#framer/local/canvasComponent/gEEPSb4kA/gEEPSb4kA.js\";import PatternsPlatformPage from\"#framer/local/canvasComponent/GJhBFL1Aq/GJhBFL1Aq.js\";import AccordionPlatformPg from\"#framer/local/canvasComponent/hy_uzvLPu/hy_uzvLPu.js\";import FooterFinal from\"#framer/local/canvasComponent/rqjbkN_Oy/rqjbkN_Oy.js\";import CTA4 from\"#framer/local/canvasComponent/W6S8SB9mq/W6S8SB9mq.js\";import{withLinkToDashboard}from\"#framer/local/codeFile/VTmwplz/Platform_link_get_started_species.js\";import*as sharedStyle6 from\"#framer/local/css/ApKCRD5do/ApKCRD5do.js\";import*as sharedStyle4 from\"#framer/local/css/HfjU4VqPn/HfjU4VqPn.js\";import*as sharedStyle2 from\"#framer/local/css/Hz3PTbny5/Hz3PTbny5.js\";import*as sharedStyle from\"#framer/local/css/KhTPvTOip/KhTPvTOip.js\";import*as sharedStyle1 from\"#framer/local/css/mqB1sXfO1/mqB1sXfO1.js\";import*as sharedStyle3 from\"#framer/local/css/PhMIq4ozm/PhMIq4ozm.js\";import*as sharedStyle5 from\"#framer/local/css/rOD3K7hLu/rOD3K7hLu.js\";import metadataProvider from\"#framer/local/webPageMetadata/qWjPPmXJJ/qWjPPmXJJ.js\";const NewTopNavFinalFonts=getFonts(NewTopNavFinal);const RichTextWithLinkToDashboard1u27sts=withCodeBoundaryForOverrides(RichText,{nodeId:\"ozrKLm6V7\",override:withLinkToDashboard,scopeId:\"qWjPPmXJJ\"});const MotionDivWithFX=withFX(motion.div);const RichTextWithLinkToDashboard1xbtfey=withCodeBoundaryForOverrides(RichText,{nodeId:\"iC53KbCKrAE2pervY_\",override:withLinkToDashboard,scopeId:\"qWjPPmXJJ\"});const MotionAWithLinkToDashboard1qnan6v=withCodeBoundaryForOverrides(motion.a,{nodeId:\"iC53KbCKr\",override:withLinkToDashboard,scopeId:\"qWjPPmXJJ\"});const SpeciesDashboardPlatformPageFonts=getFonts(SpeciesDashboardPlatformPage);const RegionsPlatformPageFonts=getFonts(RegionsPlatformPage);const PatternsPlatformPageFonts=getFonts(PatternsPlatformPage);const TickerFonts=getFonts(Ticker);const ButtonNewFonts=getFonts(ButtonNew);const AccordionPlatformPgFonts=getFonts(AccordionPlatformPg);const VideoFonts=getFonts(Video);const CTA4Fonts=getFonts(CTA4);const RichTextWithLinkToDashboard78modr=withCodeBoundaryForOverrides(RichText,{nodeId:\"uleYDBHPy\",override:withLinkToDashboard,scopeId:\"qWjPPmXJJ\"});const FooterFinalFonts=getFonts(FooterFinal);const RichTextWithLinkToDashboard1qvt5e4=withCodeBoundaryForOverrides(RichText,{nodeId:\"k3NuGSbjz\",override:withLinkToDashboard,scopeId:\"qWjPPmXJJ\"});const breakpoints={b6tVDgAEV:\"(max-width: 767px)\",mbRmCveHi:\"(min-width: 1440px)\",NR1gam1HY:\"(min-width: 768px) and (max-width: 991px)\",NUMN3IjLX:\"(min-width: 992px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-023Iy\";const variantClassNames={b6tVDgAEV:\"framer-v-hrsrr3\",mbRmCveHi:\"framer-v-5h77ci\",NR1gam1HY:\"framer-v-a4i0ih\",NUMN3IjLX:\"framer-v-21ofpp\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:30};const transition1={damping:40,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:24};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:0,duration:.95,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"mbRmCveHi\",Laptop:\"NUMN3IjLX\",Phone:\"b6tVDgAEV\",Tablet:\"NR1gam1HY\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"mbRmCveHi\"};};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,xjVsrvZ4W,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"NR1gam1HY\",\"NUMN3IjLX\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"b6tVDgAEV\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"b6tVDgAEV\")return false;return true;};const router=useRouter();const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"NR1gam1HY\")return true;return false;};const elementId=useRouteElementId(\"AEAfDO9CA\");const ref1=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"NUMN3IjLX\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"mbRmCveHi\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, rgb(1, 31, 38)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-5h77ci\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2ignwr-container\",nodeId:\"xveC5qeMg\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{variant:\"eWG4RaiML\"},NR1gam1HY:{variant:\"mQio9cklV\"},NUMN3IjLX:{variant:\"d69aChQyf\"}},children:/*#__PURE__*/_jsx(NewTopNavFinal,{height:\"100%\",id:\"xveC5qeMg\",Jp6bIeet0:\"etTeyT8A_fCFiELa2d\",KB2MOqiAV:\"mlU7J7mSn\",layoutId:\"xveC5qeMg\",S_m0NCHuV:\"etTeyT8A_fCFiELa2d\",style:{height:\"100%\",width:\"100%\"},variant:\"etTeyT8A_\",VwsG8oJ3_:\"GixDbVJzz\",width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ofdzz3 hidden-a4i0ih hidden-21ofpp\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{background:{alt:\"insect\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+-1),pixelHeight:3024,pixelWidth:4032,sizes:`calc(${componentViewport?.width||\"100vw\"} - 1px)`,src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"insect\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+0),pixelHeight:3024,pixelWidth:4032,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"},className:\"framer-1acnq0e\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ryi0vx\",\"data-framer-name\":\"Title + Button\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1eisi1r\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uy565x\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v5741e\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-alignment\":\"center\"},children:\"Explore the Map\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",children:\"Explore the Map\"})}),className:\"framer-wrd5af\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1qkxwuw\",\"data-styles-preset\":\"Hz3PTbny5\",style:{\"--framer-text-alignment\":\"center\"},children:\"Access comprehensive data on species and habitats worldwide.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1cc08nj\",\"data-styles-preset\":\"mqB1sXfO1\",children:\"Access comprehensive data on species and habitats worldwide.\"})}),className:\"framer-1ivui1o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-vx4zr5 hidden-5h77ci\",\"data-framer-name\":\"New get started - external link\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-ezpodo\",children:/*#__PURE__*/_jsx(RichTextWithLinkToDashboard1u27sts,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"180%\"},children:\"Get started\"})}),className:\"framer-1u27sts\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:\"https://mapoflife.ai/dashboard/species\",motionChild:true,nodeId:\"iC53KbCKr\",openInNewTab:false,scopeId:\"qWjPPmXJJ\",smoothScroll:true,children:/*#__PURE__*/_jsx(MotionAWithLinkToDashboard1qnan6v,{className:\"framer-1qnan6v hidden-hrsrr3 framer-2bxdce\",\"data-framer-name\":\"New get started - external link\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1haau96\",children:/*#__PURE__*/_jsx(RichTextWithLinkToDashboard1xbtfey,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"180%\"},children:\"Get started\"})}),className:\"framer-1xbtfey\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k73mcg\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+723.1-317.5),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} + 238px)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+51),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} - 1707px)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"},className:\"framer-hb2qme\",\"data-framer-name\":\"BG\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mjhxd7\",\"data-framer-name\":\"Metric Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-flkzvp\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Species\"})}),className:\"framer-147vofo\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"450,000+\"})}),className:\"framer-1vkx590\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bqnlyc\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Countries & Territories\"})}),className:\"framer-1xaf9mn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"260+\"})}),className:\"framer-1khptaz\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-xo3uet\",\"data-framer-name\":\"Dashboards\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hx0xh4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+806.1+120+-32.5+0+0},NR1gam1HY:{width:`calc((${componentViewport?.width||\"100vw\"} - 6px) * 0.4766)`,y:(componentViewport?.y||0)+0+461+0+0+120+0},NUMN3IjLX:{width:`max((${componentViewport?.width||\"100vw\"} - 176px) / 3, 1px)`,y:(componentViewport?.y||0)+0+461+120+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"366px\",y:(componentViewport?.y||0)+0+490+120+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-18nlxhq-container\",nodeId:\"WxiLn_wj6\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(SpeciesDashboardPlatformPage,{height:\"100%\",id:\"WxiLn_wj6\",layoutId:\"WxiLn_wj6\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+806.1+120+-32.5+0+435},NR1gam1HY:{width:`calc((${componentViewport?.width||\"100vw\"} - 6px) * 0.4766)`,y:(componentViewport?.y||0)+0+461+0+0+120+439},NUMN3IjLX:{width:`max((${componentViewport?.width||\"100vw\"} - 176px) / 3, 1px)`,y:(componentViewport?.y||0)+0+461+120+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"366px\",y:(componentViewport?.y||0)+0+490+120+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wmqz5a-container\",nodeId:\"GYcCynPe5\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(RegionsPlatformPage,{height:\"100%\",id:\"GYcCynPe5\",layoutId:\"GYcCynPe5\",style:{width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+806.1+120+-32.5+0+870},NR1gam1HY:{width:`calc((${componentViewport?.width||\"100vw\"} - 6px) * 0.4766)`,y:(componentViewport?.y||0)+0+461+0+0+120+878},NUMN3IjLX:{width:`max((${componentViewport?.width||\"100vw\"} - 176px) / 3, 1px)`,y:(componentViewport?.y||0)+0+461+120+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"366px\",y:(componentViewport?.y||0)+0+490+120+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-145mwsy-container\",nodeId:\"TJqovNz5N\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(PatternsPlatformPage,{height:\"100%\",id:\"TJqovNz5N\",layoutId:\"TJqovNz5N\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7vhhfi\",\"data-framer-name\":\"Brands \",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-uujt1f-container\",\"data-framer-name\":\"Brands Ticker\",isAuthoredByUser:true,isModuleExternal:true,name:\"Brands Ticker\",nodeId:\"mSUwuPeE6\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:3,fadeWidth:31,overflow:false},gap:10,height:\"100%\",hoverFactor:.3,id:\"mSUwuPeE6\",layoutId:\"mSUwuPeE6\",name:\"Brands Ticker\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-aclaro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da11f794-1031-4087-8240-d1b9c10fd46b, rgb(187, 187, 221))\"},children:\"NEW  Features  Coming  Soon!\"})}),className:\"framer-z5dxkz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aclaro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da11f794-1031-4087-8240-d1b9c10fd46b, rgb(187, 187, 221))\"},children:\"NEW  Features  Coming  Soon!\"})}),className:\"framer-z5dxkz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aclaro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da11f794-1031-4087-8240-d1b9c10fd46b, rgb(187, 187, 221))\"},children:\"NEW  Features  Coming  Soon!\"})}),className:\"framer-z5dxkz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-aclaro\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW5zdHJ1bWVudCBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Instrument Sans\", \"Instrument Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-da11f794-1031-4087-8240-d1b9c10fd46b, rgb(187, 187, 221))\"},children:\"NEW  Features  Coming  Soon!\"})}),className:\"framer-z5dxkz\",\"data-framer-name\":\"Text\",fonts:[\"GF;Instrument Sans-700\"],verticalAlignment:\"top\",withExternalLayout:true})})],speed:35,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":AEAfDO9CA\",webPageId:\"qWjPPmXJJ\"},implicitPathVariables:undefined},{href:{hash:\":AEAfDO9CA\",webPageId:\"qWjPPmXJJ\"},implicitPathVariables:undefined},{href:{hash:\":AEAfDO9CA\",webPageId:\"qWjPPmXJJ\"},implicitPathVariables:undefined},{href:{hash:\":AEAfDO9CA\",webPageId:\"qWjPPmXJJ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{y:(componentViewport?.y||0)+0+2176.1+0+148},NR1gam1HY:{y:(componentViewport?.y||0)+0+2850.5+0+148},NUMN3IjLX:{y:(componentViewport?.y||0)+0+1026+0+148}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,y:(componentViewport?.y||0)+0+1055+0+148,children:/*#__PURE__*/_jsx(Container,{className:\"framer-oc429s-container\",nodeId:\"EU1zXoXgI\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{fzPQj5vxM:resolvedLinks[2]},NR1gam1HY:{fzPQj5vxM:resolvedLinks[1]},NUMN3IjLX:{fzPQj5vxM:resolvedLinks[3]}},children:/*#__PURE__*/_jsx(ButtonNew,{fzPQj5vxM:resolvedLinks[0],height:\"100%\",id:\"EU1zXoXgI\",layoutId:\"EU1zXoXgI\",qWQ35JEj6:\"Subscribe for updates\",style:{height:\"100%\"},variant:\"cgsVJ4yHH\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-74xp8v\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2462.1+-24),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.141)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}},NR1gam1HY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1874+-24),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.141)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}},NUMN3IjLX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1312+-24),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.141)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1341+-24),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 1.141)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"},className:\"framer-onc4s5\",\"data-framer-name\":\"BG\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18p03ue\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xrkwia\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-10esdb5\",\"data-styles-preset\":\"HfjU4VqPn\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255))\"},children:\"Biodiversity Indicators\"})}),className:\"framer-25d3a7\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1qkxwuw\",\"data-styles-preset\":\"Hz3PTbny5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a9230dca-b386-403b-9051-6081fa267133, rgb(255, 255, 255))\"},children:[\"Map of Life's GBF-adopted indicators are used to track global, national,\",/*#__PURE__*/_jsx(\"br\",{}),\"and regional progress toward our shared biodiversity goals.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})]})}),className:\"framer-1blzvse\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{width:`min(${componentViewport?.width||\"100vw\"} - 120px, 1228px)`,y:(componentViewport?.y||0)+0+2462.1+90+0+0+241.5},NR1gam1HY:{y:(componentViewport?.y||0)+0+1874+90+0+0+204.5},NUMN3IjLX:{y:(componentViewport?.y||0)+0+1312+90+0+0+126.3}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:252,width:`min(${componentViewport?.width||\"100vw\"} - 200px, 1228px)`,y:(componentViewport?.y||0)+0+1341+90+0+0+126.3,children:/*#__PURE__*/_jsx(Container,{className:\"framer-2awb5i-container\",nodeId:\"jds0gkR3L\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(AccordionPlatformPg,{height:\"100%\",id:\"jds0gkR3L\",layoutId:\"jds0gkR3L\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"V_Cm2aZT3\"},motionChild:true,nodeId:\"K6HtJFN2E\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"qWjPPmXJJ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1npjx3h\",\"data-styles-preset\":\"rOD3K7hLu\",children:\"Read the Species Protection Report\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItSXRhbGlj\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-1u8jcow\",fonts:[\"Inter-Italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p3i9wu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dafbkw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1tlgjyz\",\"data-styles-preset\":\"ApKCRD5do\",style:{\"--framer-text-alignment\":\"left\"},children:\"Core Dashboard\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1tlgjyz\",\"data-styles-preset\":\"ApKCRD5do\",children:\"Core Dashboard\"})}),className:\"framer-18qh6p5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xso6k1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"tvqVo9gio\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"var(--token-fc3813df-aec9-406d-b019-1d78b59f8f3e, rgb(7, 31, 38))\",borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,controls:true,height:\"100%\",id:\"tvqVo9gio\",isMixedBorderRadius:false,layoutId:\"tvqVo9gio\",loop:true,muted:true,objectFit:\"cover\",playing:false,poster:\"https://framerusercontent.com/images/KmYbTgLM1SatX5wu3nVnpQqE.png\",posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/SRUTtajbgUedoJ656UH7kvqNlk.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:14,topRightRadius:14,volume:25,width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o0lsvp\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3937.4+0},NR1gam1HY:{height:876,width:`max(${componentViewport?.width||\"100vw\"}, 1px)`,y:(componentViewport?.y||0)+0+3841.3+0},NUMN3IjLX:{width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2963.1+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:680,width:`calc(${componentViewport?.width||\"100vw\"} * 0.9958)`,y:(componentViewport?.y||0)+0+3175.1+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-l5qar4-container\",nodeId:\"sNxY46mpg\",scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{variant:\"EAYqtz4e5\"},NR1gam1HY:{variant:\"KEWDOHJM8\"},NUMN3IjLX:{variant:\"r_ObuOm_N\"}},children:/*#__PURE__*/_jsx(CTA4,{height:\"100%\",id:\"sNxY46mpg\",layoutId:\"sNxY46mpg\",style:{height:\"100%\",width:\"100%\"},variant:\"aVMKMYwsK\",width:\"100%\"})})})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vpj5hq hidden-5h77ci hidden-hrsrr3 hidden-21ofpp\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NR1gam1HY:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+378-378),pixelHeight:3024,pixelWidth:4032,sizes:`calc(${componentViewport?.width||\"100vw\"} + 71px)`,src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3024,pixelWidth:4032,src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"},className:\"framer-3e9ooc\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NR1gam1HY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+.0058),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.7733)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"},className:\"framer-ygm5w7\",\"data-framer-name\":\"BG\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11tdvkh\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-u5s2mc\",\"data-framer-name\":\"Title + Button\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kx92bc\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-urnt5q\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",children:\"Explore the Map\"})}),className:\"framer-v92sqg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1cc08nj\",\"data-styles-preset\":\"mqB1sXfO1\",children:\"Access comprehensive data on species and habitats worldwide.\"})}),className:\"framer-f6d866\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dp0en4\",\"data-framer-name\":\"New get started - external link\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-3y5u1z\",children:/*#__PURE__*/_jsx(RichTextWithLinkToDashboard78modr,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"180%\"},children:\"Get started\"})}),className:\"framer-78modr\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kldkfw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f62gv6\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Species\"})}),className:\"framer-16oui65\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"450,000+\"})}),className:\"framer-1dn9us7\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1dbyun2\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"260+\"})}),className:\"framer-19ff5vp\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Countries & Territories\"})}),className:\"framer-q45o9h\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{y:(componentViewport?.y||0)+0+4617.4},NR1gam1HY:{y:(componentViewport?.y||0)+0+4717.3},NUMN3IjLX:{y:(componentViewport?.y||0)+0+3643.1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:624,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3855.1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hqjfus-container\",id:elementId,nodeId:\"AEAfDO9CA\",ref:ref1,scopeId:\"qWjPPmXJJ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6tVDgAEV:{variant:\"jlGe1i4Xc\"},NR1gam1HY:{variant:\"vla3D7zzd\"},NUMN3IjLX:{variant:\"W7L9nwroW\"}},children:/*#__PURE__*/_jsx(FooterFinal,{height:\"100%\",id:\"AEAfDO9CA\",layoutId:\"AEAfDO9CA\",style:{width:\"100%\"},variant:\"EvOcfP6pA\",width:\"100%\"})})})})}),isDisplayed4()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nz206w hidden-5h77ci hidden-a4i0ih hidden-hrsrr3\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NUMN3IjLX:{background:{alt:\"insect\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+378-378),pixelHeight:3024,pixelWidth:4032,sizes:\"1596px\",src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"insect\",fit:\"fill\",pixelHeight:3024,pixelWidth:4032,sizes:\"1596px\",src:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg\",srcSet:\"https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zVS97lhrUInhRXPxsZow7Ge0r0.jpg 4032w\"},className:\"framer-87n5wi\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{NUMN3IjLX:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+83+.0058),pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.7733)`,src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1080,intrinsicWidth:1920,pixelHeight:2160,pixelWidth:3840,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZjhLDsR3oErrsNfDzcSInkOOjY.jpg 3840w\"},className:\"framer-1w3j6dg\",\"data-framer-name\":\"BG\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-158h92h\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-nrhrqu\",children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17u0frc\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3miejp\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",children:\"Explore the Map\"})}),className:\"framer-1hzlkak\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-1cc08nj\",\"data-styles-preset\":\"mqB1sXfO1\",children:\"Access comprehensive data on species and habitats worldwide.\"})}),className:\"framer-1evbya4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-309jem\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nrojbv\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Species\"})}),className:\"framer-9uuw76\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"450,000+\"})}),className:\"framer-59wvvm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b45pju\",\"data-border\":true,\"data-framer-name\":\"Elements/Pricing Card\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-cf8kqz\",\"data-styles-preset\":\"KhTPvTOip\",style:{\"--framer-text-color\":\"var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, rgb(216, 255, 154))\"},children:\"260+\"})}),className:\"framer-1voc0vh\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1hyz5t5\",\"data-styles-preset\":\"PhMIq4ozm\",style:{\"--framer-text-color\":\"var(--token-1554008a-c92b-47ac-a1d2-3d187f946d2a, rgb(217, 217, 217))\"},children:\"Countries & Territories\"})}),className:\"framer-2xqv2e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rau59s\",\"data-framer-name\":\"New get started - external link\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9ll9ku\",children:/*#__PURE__*/_jsx(RichTextWithLinkToDashboard1qvt5e4,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"180%\"},children:\"Get started\"})}),className:\"framer-1qvt5e4\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"center\",withExternalLayout:true})})})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-023Iy.framer-2bxdce, .framer-023Iy .framer-2bxdce { display: block; }\",\".framer-023Iy.framer-5h77ci { align-content: center; align-items: center; background-color: var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, #011f26); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-023Iy .framer-2ignwr-container { flex: none; height: 83px; position: relative; width: 100%; }\",\".framer-023Iy .framer-1ofdzz3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 94px 113px 94px 113px; position: relative; width: 100%; }\",\".framer-023Iy .framer-1acnq0e { bottom: 0px; flex: none; left: 0px; opacity: 0.25; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-023Iy .framer-ryi0vx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-023Iy .framer-1eisi1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-1uy565x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 603px; }\",\".framer-023Iy .framer-v5741e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-023Iy .framer-wrd5af { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 56px; position: relative; white-space: pre-wrap; width: 478px; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-1ivui1o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 50px; position: relative; white-space: pre-wrap; width: 360px; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-vx4zr5, .framer-023Iy .framer-1dp0en4 { align-content: center; align-items: center; background-color: var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, #d8ff9a); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.25), inset -0.5px -0.5px 3px 0px rgba(255, 255, 255, 0.25); cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 45px; justify-content: center; overflow: hidden; padding: 14px 36px 14px 36px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-ezpodo, .framer-023Iy .framer-3y5u1z { 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; width: 84px; }\",\".framer-023Iy .framer-1u27sts, .framer-023Iy .framer-1xbtfey, .framer-023Iy .framer-78modr, .framer-023Iy .framer-1qvt5e4 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 3; }\",\".framer-023Iy .framer-1qnan6v { align-content: center; align-items: center; background-color: var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, #d8ff9a); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.25), inset -0.5px -0.5px 3px 0px rgba(255, 255, 255, 0.25); cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 45px; justify-content: center; overflow: hidden; padding: 14px 36px 14px 36px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-1haau96, .framer-023Iy .framer-9ll9ku { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-023Iy .framer-1k73mcg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 29px; overflow: visible; padding: 0px; position: relative; width: 51px; }\",\".framer-023Iy .framer-hb2qme { -webkit-filter: hue-rotate(300deg); -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; filter: hue-rotate(300deg); flex: none; height: 305px; left: 1707px; mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.44; overflow: visible; position: absolute; right: 0px; top: calc(50.00000000000002% - 305px / 2); z-index: -1; }\",\".framer-023Iy .framer-mjhxd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-023Iy .framer-flkzvp { --border-bottom-width: 1px; --border-color: var(--token-cddd8839-50cd-4074-8da8-8850d0d377b4, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(20px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(20px); background-color: var(--token-115c046d-423c-4ec9-aef7-c8228c767968, rgba(255, 255, 255, 0.04)); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 285px; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-147vofo, .framer-023Iy .framer-1vkx590, .framer-023Iy .framer-1xaf9mn, .framer-023Iy .framer-1khptaz, .framer-023Iy .framer-16oui65, .framer-023Iy .framer-1dn9us7, .framer-023Iy .framer-19ff5vp, .framer-023Iy .framer-q45o9h, .framer-023Iy .framer-9uuw76, .framer-023Iy .framer-59wvvm, .framer-023Iy .framer-1voc0vh, .framer-023Iy .framer-2xqv2e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-023Iy .framer-bqnlyc, .framer-023Iy .framer-1b45pju { --border-bottom-width: 1px; --border-color: var(--token-cddd8839-50cd-4074-8da8-8850d0d377b4, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(20px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(20px); background-color: var(--token-115c046d-423c-4ec9-aef7-c8228c767968, rgba(255, 255, 255, 0.04)); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 282px; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-xo3uet { align-content: center; align-items: center; background-color: var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, #011f26); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 100px 90px 100px; position: relative; width: 100%; }\",\".framer-023Iy .framer-hx0xh4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 84px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-18nlxhq-container, .framer-023Iy .framer-1wmqz5a-container, .framer-023Iy .framer-145mwsy-container { flex: none; height: auto; position: relative; width: 366px; }\",\".framer-023Iy .framer-7vhhfi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 286px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-023Iy .framer-uujt1f-container { flex: none; height: 118px; max-width: 92%; position: relative; width: 83%; }\",\".framer-023Iy .framer-aclaro { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 266px; }\",\".framer-023Iy .framer-z5dxkz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 260px; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-oc429s-container { flex: none; height: 45px; position: relative; width: auto; }\",\".framer-023Iy .framer-74xp8v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 100px 90px 100px; position: relative; width: 100%; }\",\".framer-023Iy .framer-onc4s5 { -webkit-filter: hue-rotate(300deg); -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; bottom: -86px; filter: hue-rotate(300deg); flex: none; left: -301px; mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.44; overflow: visible; position: absolute; top: -24px; width: 114%; z-index: 0.8; }\",\".framer-023Iy .framer-18p03ue { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 38px; height: min-content; justify-content: center; max-width: 1228px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-023Iy .framer-xrkwia { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-023Iy .framer-25d3a7, .framer-023Iy .framer-1blzvse, .framer-023Iy .framer-18qh6p5, .framer-023Iy .framer-v92sqg, .framer-023Iy .framer-1hzlkak { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-023Iy .framer-2awb5i-container { flex: none; height: auto; max-width: 100%; position: relative; width: 100%; }\",\".framer-023Iy .framer-1u8jcow { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-1p3i9wu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 0px 200px 0px; position: relative; width: 84%; }\",\".framer-023Iy .framer-1dafbkw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-023Iy .framer-xso6k1-container { flex: none; height: 539px; position: relative; width: 73%; }\",\".framer-023Iy .framer-1o0lsvp { background-color: var(--token-f826ca99-11ac-4266-8939-0acea00b3cb6, #011f26); flex: none; height: 680px; overflow: hidden; position: relative; width: 100%; }\",\".framer-023Iy .framer-l5qar4-container { bottom: 0px; flex: none; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: 0px; width: 100%; }\",\".framer-023Iy .framer-vpj5hq, .framer-023Iy .framer-1nz206w { flex: none; height: 378px; position: relative; width: 100%; }\",\".framer-023Iy .framer-3e9ooc { bottom: 0px; flex: none; height: 378px; left: 0px; opacity: 0.25; overflow: hidden; position: absolute; right: -71px; }\",\".framer-023Iy .framer-ygm5w7, .framer-023Iy .framer-1w3j6dg { -webkit-filter: hue-rotate(300deg); -webkit-mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; filter: hue-rotate(300deg); flex: none; height: 81%; left: calc(61.33333333333335% - 77.33333333333333% / 2); mask: radial-gradient(50% 50% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%) add; opacity: 0.44; overflow: visible; position: absolute; top: calc(40.34653465346537% - 80.6930693069307% / 2); width: 77%; z-index: 0; }\",\".framer-023Iy .framer-11tdvkh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: hidden; padding: 0px 120px 0px 64px; position: absolute; top: 37px; width: 100%; }\",\".framer-023Iy .framer-u5s2mc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-1kx92bc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-urnt5q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-f6d866 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-kldkfw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 227px; z-index: 1; }\",\".framer-023Iy .framer-1f62gv6, .framer-023Iy .framer-1dbyun2 { --border-bottom-width: 1px; --border-color: var(--token-cddd8839-50cd-4074-8da8-8850d0d377b4, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(20px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(20px); background-color: var(--token-115c046d-423c-4ec9-aef7-c8228c767968, rgba(255, 255, 255, 0.04)); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-hqjfus-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-023Iy .framer-87n5wi { bottom: 0px; flex: none; height: 378px; left: 0px; opacity: 0.25; overflow: hidden; position: absolute; width: 1596px; }\",\".framer-023Iy .framer-158h92h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 64px; overflow: hidden; padding: 0px; position: absolute; top: 50%; transform: translateY(-50%); width: 458px; }\",\".framer-023Iy .framer-nrhrqu { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-023Iy .framer-17u0frc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 98px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-023Iy .framer-3miejp { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-023Iy .framer-1evbya4 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-023Iy .framer-309jem { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; left: 630px; overflow: hidden; padding: 0px; position: absolute; top: 47%; transform: translateY(-50%); width: min-content; z-index: 1; }\",\".framer-023Iy .framer-1nrojbv { --border-bottom-width: 1px; --border-color: var(--token-cddd8839-50cd-4074-8da8-8850d0d377b4, rgba(255, 255, 255, 0.1)); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(20px); align-content: flex-start; align-items: flex-start; align-self: stretch; backdrop-filter: blur(20px); background-color: var(--token-115c046d-423c-4ec9-aef7-c8228c767968, rgba(255, 255, 255, 0.04)); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 24px; position: relative; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-023Iy .framer-rau59s { align-content: center; align-items: center; background-color: var(--token-7cde6a08-4cfb-458b-b63a-9553d4c8cdde, #d8ff9a); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; bottom: 62px; box-shadow: inset 1px 1px 2px 0px rgba(255, 255, 255, 0.25), inset -0.5px -0.5px 3px 0px rgba(255, 255, 255, 0.25); cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 45px; justify-content: center; left: 63px; overflow: hidden; padding: 14px 36px 14px 36px; position: absolute; width: min-content; will-change: var(--framer-will-change-override, transform); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,'.framer-023Iy[data-border=\"true\"]::after, .framer-023Iy [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; }',\"@media (min-width: 768px) and (max-width: 991px) { .framer-023Iy.framer-5h77ci { width: 768px; } .framer-023Iy .framer-2ignwr-container { order: 0; } .framer-023Iy .framer-xo3uet { order: 3; padding: 0px; } .framer-023Iy .framer-hx0xh4 { flex-direction: column; padding: 120px 0px 60px 6px; width: 100%; } .framer-023Iy .framer-18nlxhq-container, .framer-023Iy .framer-1wmqz5a-container, .framer-023Iy .framer-145mwsy-container { width: 48%; } .framer-023Iy .framer-7vhhfi { order: 5; } .framer-023Iy .framer-74xp8v { order: 4; } .framer-023Iy .framer-1blzvse { height: 107px; white-space: pre-wrap; width: 96%; word-break: break-word; word-wrap: break-word; } .framer-023Iy .framer-1p3i9wu { order: 6; } .framer-023Iy .framer-xso6k1-container { height: 308px; width: 79%; } .framer-023Iy .framer-1o0lsvp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; order: 7; padding: 0px; width: 100%; } .framer-023Iy .framer-l5qar4-container { bottom: unset; flex: 1 0 0px; height: 876px; left: unset; order: 0; position: relative; top: unset; width: 1px; } .framer-023Iy .framer-vpj5hq { order: 1; } .framer-023Iy .framer-11tdvkh { top: 49px; } .framer-023Iy .framer-hqjfus-container { order: 8; }}\",\"@media (max-width: 767px) { .framer-023Iy.framer-5h77ci { width: 390px; } .framer-023Iy .framer-2ignwr-container { order: 0; } .framer-023Iy .framer-1ofdzz3 { flex-direction: column; gap: 24px; order: 1; padding: 40px 0px 40px 0px; } .framer-023Iy .framer-1acnq0e { bottom: -31px; left: 2px; order: 0; right: -1px; top: -1px; width: unset; z-index: 0; } .framer-023Iy .framer-ryi0vx { flex: none; order: 2; width: 298px; } .framer-023Iy .framer-1eisi1r { flex-direction: column; gap: 40px; order: 0; width: 100%; } .framer-023Iy .framer-1uy565x { align-content: center; align-items: center; gap: 40px; width: 100%; } .framer-023Iy .framer-v5741e { align-content: center; align-items: center; gap: 10px; } .framer-023Iy .framer-wrd5af, .framer-023Iy .framer-1ivui1o { height: auto; width: 100%; } .framer-023Iy .framer-1k73mcg { order: 1; } .framer-023Iy .framer-hb2qme { bottom: -10px; height: 328px; left: -121px; order: 1; right: -117px; top: unset; } .framer-023Iy .framer-mjhxd7 { flex-direction: column; order: 3; padding: 0px 46px 0px 46px; width: 100%; } .framer-023Iy .framer-flkzvp, .framer-023Iy .framer-bqnlyc, .framer-023Iy .framer-18nlxhq-container, .framer-023Iy .framer-1wmqz5a-container, .framer-023Iy .framer-145mwsy-container { width: 100%; } .framer-023Iy .framer-xo3uet { height: 1370px; order: 2; padding: 120px 20px 90px 20px; } .framer-023Iy .framer-hx0xh4 { flex-direction: column; gap: 80px; justify-content: flex-start; width: 100%; } .framer-023Iy .framer-7vhhfi { order: 3; } .framer-023Iy .framer-74xp8v { order: 4; padding: 90px 60px 90px 60px; } .framer-023Iy .framer-1blzvse { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-023Iy .framer-1p3i9wu { order: 5; padding: 80px 0px 87px 0px; } .framer-023Iy .framer-1dafbkw { gap: 40px; order: 0; } .framer-023Iy .framer-xso6k1-container { height: 202px; width: 100%; } .framer-023Iy .framer-1o0lsvp { order: 6; width: 100%; } .framer-023Iy .framer-hqjfus-container { order: 8; }}\",\"@media (min-width: 992px) and (max-width: 1439px) { .framer-023Iy.framer-5h77ci { width: 992px; } .framer-023Iy .framer-2ignwr-container { order: 0; } .framer-023Iy .framer-xo3uet { order: 3; padding: 120px 64px 90px 64px; } .framer-023Iy .framer-hx0xh4 { align-content: flex-start; align-items: flex-start; gap: 24px; width: 100%; } .framer-023Iy .framer-18nlxhq-container, .framer-023Iy .framer-1wmqz5a-container, .framer-023Iy .framer-145mwsy-container { flex: 1 0 0px; width: 1px; } .framer-023Iy .framer-7vhhfi { order: 4; } .framer-023Iy .framer-74xp8v { order: 5; } .framer-023Iy .framer-1p3i9wu { order: 6; } .framer-023Iy .framer-xso6k1-container { height: 356px; width: 69%; } .framer-023Iy .framer-1o0lsvp { order: 7; width: 100%; } .framer-023Iy .framer-hqjfus-container { order: 9; } .framer-023Iy .framer-1nz206w { order: 2; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4351\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NR1gam1HY\":{\"layout\":[\"fixed\",\"auto\"]},\"b6tVDgAEV\":{\"layout\":[\"fixed\",\"auto\"]},\"NUMN3IjLX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"AEAfDO9CA\":{\"pattern\":\":AEAfDO9CA\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FramerqWjPPmXJJ=withCSS(Component,css,\"framer-023Iy\");export default FramerqWjPPmXJJ;FramerqWjPPmXJJ.displayName=\"Page\";FramerqWjPPmXJJ.defaultProps={height:4351,width:1440};addFonts(FramerqWjPPmXJJ,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Instrument Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/instrumentsans/v3/pximypc9vsFDm051Uf6KVwgkfoSxQ0GsQv8ToedPibnr-yp2JGEJOH9npSQi_gfwmS0v3_7Y.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...NewTopNavFinalFonts,...SpeciesDashboardPlatformPageFonts,...RegionsPlatformPageFonts,...PatternsPlatformPageFonts,...TickerFonts,...ButtonNewFonts,...AccordionPlatformPgFonts,...VideoFonts,...CTA4Fonts,...FooterFinalFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqWjPPmXJJ\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4351\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerAutoSizeImages\":\"true\",\"framerScrollSections\":\"{\\\"AEAfDO9CA\\\":{\\\"pattern\\\":\\\":AEAfDO9CA\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NR1gam1HY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b6tVDgAEV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NUMN3IjLX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "ksCAA0N,SAASA,IAAiB,CAAC,MAAM,CAAC,OAAO,CAACC,EAAO,SAAS,KAAK,oBAAqB,CAAC,CAAE,CAAC,IAAMC,GAASC,GAAY,CAAC,WAAW,SAAS,CAAC,EAAywB,SAASC,GAAoBC,EAAE,CAAC,OAAOC,IAAQC,EAA+BC,EAAuC,EAASC,EAAKJ,EAAE,CAAC,GAAGC,EAAM,GAAGI,GAAgBJ,CAAK,CAAC,CAAC,EAAI,CAACF,GAAoB,YAAY,kBCC7sB,IAAMO,GAAmCC,EAA6BC,EAAO,IAAI,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASrB,EAAO,OAAasB,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAMpB,IAAeoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAEoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAUsB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,GAAGoC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAA9C,CAAQ,EAAE+C,EAAgB,CAAC,eAAe,YAAY,gBAAApD,GAAgB,IAAIgC,EAAW,QAAAzB,EAAQ,kBAAAL,EAAiB,CAAC,EAAQmD,EAAiB3B,GAAuBD,EAAMpB,CAAQ,EAA4DiD,EAAkBC,EAAGtD,GAAkB,GAArE,CAAawC,EAAS,CAAuE,EAAE,OAAoBvB,EAAKsC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBf,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBiD,EAAM7D,GAAmC,CAAC,GAAG+C,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEyC,EAAYI,CAAc,EAAE,SAAS,CAAcS,EAAM3D,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAM3D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,uEAAuE,OAAO,uKAAuK,EAAE,UAAU,gBAAgB,iBAAiBe,EAAiB,SAAS,WAAW,CAAC,EAAenC,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAWE,EAAS,CAAC,SAAsBF,EAAKpB,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,iBAAiB,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAWE,EAAS,CAAC,SAAsBF,EAAKpB,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,qDAAqD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,8GAA8G,MAAM,CAAC,OAAO,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,oCAAoC,IAAI,OAAO,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,MAAM,GAAG,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,OAAO,MAAMA,GAAmB,OAAO,QAAQ,IAAI,uEAAuE,OAAO,sQAAsQ,EAAE,UAAU,gBAAgB,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,MAAM,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,iBAAiB,uEAAuE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,UAAU,2CAA2C,CAAC,EAAE,GAAGlD,GAAqB,CAAC,kBAAkB,CAAC,cAAc,EAAI,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,kFAAkF,oRAAoR,gRAAgR,yRAAyR,0KAA0K,gHAAgH,mKAAmK,+FAA+F,s2BAAs2B,2EAA2E,GAAeA,GAAI,+bAA+b,EAQ/1TC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,oCAAoCA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTh5D,SAASC,IAAiB,CAAC,MAAM,CAAC,OAAO,CAACC,EAAO,SAAS,KAAK,oBAAqB,CAAC,CAAE,CAAC,IAAMC,GAASC,GAAY,CAAC,WAAW,SAAS,CAAC,EAAywB,SAASC,GAAoBC,EAAE,CAAC,OAAOC,IAAQC,EAA+BC,EAAuC,EAASC,EAAKJ,EAAE,CAAC,GAAGC,EAAM,GAAGI,GAAgBJ,CAAK,CAAC,CAAC,EAAI,CAACF,GAAoB,YAAY,kBCCzsB,IAAMO,GAAoCC,EAA6BC,EAAO,IAAI,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASrB,EAAO,OAAasB,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAMpB,IAAeoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAEoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAUsB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,GAAGoC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAA9C,CAAQ,EAAE+C,EAAgB,CAAC,eAAe,YAAY,gBAAApD,GAAgB,IAAIgC,EAAW,QAAAzB,EAAQ,kBAAAL,EAAiB,CAAC,EAAQmD,EAAiB3B,GAAuBD,EAAMpB,CAAQ,EAA4DiD,EAAkBC,EAAGtD,GAAkB,GAArE,CAAawC,EAAS,CAAuE,EAAE,OAAoBvB,EAAKsC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBf,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBiD,EAAM7D,GAAoC,CAAC,GAAG+C,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,iBAAiBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEyC,EAAYI,CAAc,EAAE,SAAS,CAAcS,EAAM3D,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAM3D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,UAAU,iBAAiB,iBAAiBe,EAAiB,SAAS,YAAY,SAAsBnC,EAAK0C,GAAI,CAAC,UAAU,iBAAiB,mBAAmB,SAAS,OAAO,WAAW,iBAAiBP,EAAiB,SAAS,YAAY,QAAQ,EAAE,IAAI,+pEAA+pE,aAAa,YAAY,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAenC,EAAK2C,EAAS,CAAC,sBAAsB,GAAK,SAAsB3C,EAAWE,EAAS,CAAC,SAAsBF,EAAKpB,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,WAAW,MAAM,CAAC,iBAAiB,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK2C,EAAS,CAAC,sBAAsB,GAAK,SAAsB3C,EAAWE,EAAS,CAAC,SAAsBqC,EAAM3D,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,CAAC,aAA0BoB,EAAKpB,EAAO,OAAO,CAAC,SAAS,QAAQ,CAAC,EAAE,KAAkBoB,EAAKpB,EAAO,OAAO,CAAC,SAAS,UAAU,CAAC,EAAE,QAAqBoB,EAAKpB,EAAO,OAAO,CAAC,SAAS,gBAAgB,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,8GAA8G,MAAM,CAAC,QAAQ,YAAY,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,oCAAoC,IAAI,OAAO,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,MAAM,GAAG,EAAE,YAAY,IAAI,WAAW,KAAK,UAAU,OAAO,UAAU,QAAQ,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,mQAAmQ,EAAE,UAAU,iBAAiB,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,MAAM,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,iBAAiB,uEAAuE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,UAAU,2CAA2C,CAAC,EAAE,GAAGlD,GAAqB,CAAC,kBAAkB,CAAC,cAAc,EAAI,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQc,GAAI,CAAC,kFAAkF,kFAAkF,qRAAqR,gRAAgR,qSAAqS,gUAAgU,+FAA+F,iHAAiH,oKAAoK,gGAAgG,8kCAA8kC,6EAA6E,GAAeA,GAAI,+bAA+b,EAQ3xZC,GAAgBC,EAAQrC,GAAUmC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,0BAA0BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTr6G,SAASC,IAAiB,CAAC,MAAM,CAAC,OAAO,CAACC,EAAO,SAAS,KAAK,qBAAsB,CAAC,CAAE,CAAC,IAAMC,GAASC,GAAY,CAAC,WAAW,SAAS,CAAC,EAAywB,SAASC,GAAoBC,EAAE,CAAC,OAAOC,IAAQC,EAA+BC,EAAuC,EAASC,EAAKJ,EAAE,CAAC,GAAGC,EAAM,GAAGI,GAAgBJ,CAAK,CAAC,CAAC,EAAI,CAACF,GAAoB,YAAY,kBCC7sB,IAAMO,GAAmCC,EAA6BC,EAAO,IAAI,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQC,GAAgB,CAAC,UAAU,CAAC,MAAM,EAAI,CAAC,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASrB,EAAO,OAAasB,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAMpB,IAAeoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAEoB,EAAM,iBAAwBpB,EAAS,KAAK,GAAG,EAAUsB,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAnC,EAAQ,GAAGoC,CAAS,EAAEtB,GAASI,CAAK,EAAO,CAAC,YAAAmB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAA9C,CAAQ,EAAE+C,EAAgB,CAAC,eAAe,YAAY,gBAAApD,GAAgB,IAAIgC,EAAW,QAAAzB,EAAQ,kBAAAL,EAAiB,CAAC,EAAQmD,EAAiB3B,GAAuBD,EAAMpB,CAAQ,EAA4DiD,EAAkBC,EAAGtD,GAAkB,GAArE,CAAawC,EAAS,CAAuE,EAAE,OAAoBvB,EAAKsC,EAAY,CAAC,GAAGd,GAAUT,EAAgB,SAAsBf,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBiD,EAAM7D,GAAmC,CAAC,GAAG+C,EAAU,GAAGI,EAAgB,UAAUQ,EAAGD,EAAkB,gBAAgBb,EAAUI,CAAU,EAAE,mBAAmB,YAAY,iBAAiBQ,EAAiB,SAAS,YAAY,IAAIrB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGrC,GAAqB,CAAC,kBAAkB,CAAC,mBAAmB,MAAS,CAAC,EAAEyC,EAAYI,CAAc,EAAE,SAAS,CAAcS,EAAM3D,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcI,EAAM3D,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,aAAa,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAcnC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,EAAE,GAAG,EAAE,EAAE,GAAG,EAAE,YAAY,IAAI,WAAW,IAAI,UAAU,SAAS,UAAU,SAAS,MAAM,OAAO,IAAI,uEAAuE,OAAO,2EAA2E,EAAE,UAAU,gBAAgB,iBAAiBe,EAAiB,SAAS,WAAW,CAAC,EAAenC,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAWE,EAAS,CAAC,SAAsBF,EAAKpB,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,+CAA+C,qBAAqB,OAAO,uBAAuB,MAAM,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,WAAW,MAAM,CAAC,iBAAiB,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAK0C,EAAS,CAAC,sBAAsB,GAAK,SAAsB1C,EAAWE,EAAS,CAAC,SAAsBF,EAAKpB,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,gGAAgG,EAAE,SAAS,8CAA8C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,mBAAmB,8GAA8G,MAAM,CAAC,OAAO,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,6BAA6B,KAAK,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAenC,EAAKwC,EAAM,CAAC,WAAW,CAAC,IAAI,qCAAqC,IAAI,OAAO,QAAQC,GAA2BrB,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,OAAO,EAAE,MAAM,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,QAAQ,UAAU,QAAQ,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,iBAAiBe,EAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,mBAAmB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,MAAM,EAAE,SAAS,CAAC,kBAAkB,CAAC,wBAAwB,MAAM,iBAAiB,uEAAuE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,UAAU,2CAA2C,CAAC,EAAE,GAAGlD,GAAqB,CAAC,kBAAkB,CAAC,cAAc,EAAI,CAAC,EAAEyC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQa,GAAI,CAAC,kFAAkF,kFAAkF,oRAAoR,gRAAgR,qSAAqS,0KAA0K,gHAAgH,oKAAoK,+FAA+F,k2BAAk2B,2EAA2E,GAAeA,GAAI,+bAA+b,EAQp2TC,GAAgBC,EAAQpC,GAAUkC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,2BAA2BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,UAAU,OAAO,YAAY,MAAM,SAAS,IAAI,yKAAyK,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGI,EAAoCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECRx+C,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,MAAM,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,2BAA2B,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUL,GAAOK,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAYH,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAYL,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAmFS,GAAkBC,EAAGlE,GAAkB,GAA5F,CAAa4C,GAAuBA,EAAS,CAAuE,EAAQuB,GAAY,IAAQlB,IAAc,YAA6CmB,GAAa,IAAQnB,IAAc,YAAuC,OAAoBhC,EAAKoD,EAAY,CAAC,GAAGxB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,iBAAiBrB,EAAUM,CAAU,EAAE,cAAc,GAAK,mBAAmB,QAAQ,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAY,IAAI3B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sEAAsE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,gBAAgB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,iBAAiB,oEAAoE,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,MAAM8D,CAAW,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsBiB,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAEc,GAAY,GAAgBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBiB,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAEU,GAAa,GAAgBnD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBd,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,GAAGxD,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuE,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,GAAa,GAAgBE,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,6EAAwE,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAcF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,mDAAmD,CAAC,CAAC,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,0CAA0C,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,EAAE,CAAC,MAAM,CAAC,0BAA0B,UAAU,uBAAuB,QAAQ,sBAAsB,6CAA6C,EAAE,SAAS,CAAC,2BAAwCF,EAAKE,EAAO,KAAK,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,uBAAuB,KAAK,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,YAAY,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,qBAAqB,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgB,GAAI,CAAC,kFAAkF,kFAAkF,gWAAgW,gRAAgR,kRAAkR,sKAAsK,iJAAiJ,sOAAsO,iRAAiR,8TAA8T,glCAAglC,kFAAkF,+DAA+D,+DAA+D,8DAA8D,+DAA+D,8DAA8D,+DAA+D,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EAS7pfC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,uBAAuBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,QAAQ,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,2BAA2B,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTroG,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,MAAM,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,wBAAwB,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUL,GAAOK,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAYL,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAmFS,GAAkBC,EAAGlE,GAAkB,GAA5F,CAAa4C,GAAuBA,EAAS,CAAuE,EAAQuB,GAAY,IAAQlB,IAAc,YAA6CmB,GAAa,IAAQnB,IAAc,YAAuC,OAAoBhC,EAAKoD,EAAY,CAAC,GAAGxB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,gBAAgBrB,EAAUM,CAAU,EAAE,cAAc,GAAK,mBAAmB,QAAQ,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAa,IAAI3B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sEAAsE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,gBAAgB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,iBAAiB,oEAAoE,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,MAAM8D,CAAW,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsBiB,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,oBAAoB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAEc,GAAY,GAAgBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBiB,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAEU,GAAa,GAAgBnD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBd,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,GAAGxD,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuE,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,GAAa,GAAgBE,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,mDAAmD,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAcF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,qDAAqD,CAAC,CAAC,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,yCAAyC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,2BAAwCF,EAAKE,EAAO,OAAO,CAAC,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,QAAQ,YAAY,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgB,GAAI,CAAC,kFAAkF,gFAAgF,+VAA+V,+QAA+Q,kRAAkR,sKAAsK,gJAAgJ,oOAAoO,iRAAiR,4TAA4T,wkCAAwkC,iFAAiF,8DAA8D,+DAA+D,8DAA8D,8DAA8D,+DAA+D,8DAA8D,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EASz3eC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,uBAAuBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,QAAQ,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,wBAAwB,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTloG,IAAMC,GAAW,CAAC,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,iBAAiB,EAAE,SAASC,GAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAwB,CAAC,MAAM,YAAY,KAAK,WAAW,EAAQC,GAAS,CAAC,CAAC,MAAAC,EAAM,OAAAC,EAAO,GAAAC,EAAG,SAAAC,EAAS,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUF,GAAUE,EAAM,WAAW,4BAA4B,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,YAAY,UAAUL,GAAOK,EAAM,SAAS,GAAUC,GAAuB,CAACD,EAAMxB,IAAewB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAEwB,EAAM,iBAAwBxB,EAAS,KAAK,GAAG,EAAU0B,GAA6BC,EAAW,SAASH,EAAMI,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAvC,EAAQ,UAAAwC,EAAU,UAAAC,EAAU,GAAGC,CAAS,EAAE1B,GAASM,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,EAAgB,WAAAC,EAAW,SAAApD,CAAQ,EAAEqD,EAAgB,CAAC,WAAA1D,GAAW,eAAe,YAAY,IAAIoC,EAAW,QAAA7B,EAAQ,kBAAAL,EAAiB,CAAC,EAAQyD,EAAiB7B,GAAuBD,EAAMxB,CAAQ,EAAO,CAAC,sBAAAuD,GAAsB,MAAAC,EAAK,EAAEC,GAAyBZ,CAAW,EAAQa,EAAaH,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAQQ,EAAaL,GAAsB,SAASI,IAAO,CAAoC,GAAnCR,EAAgB,CAAC,UAAU,EAAK,CAAC,EAAKR,GAAqB,MAAMA,EAAU,GAAGgB,CAAI,IAAW,GAAM,MAAO,GAAOP,EAAW,WAAW,CAAE,CAAC,EAAmFS,GAAkBC,EAAGlE,GAAkB,GAA5F,CAAa4C,GAAuBA,EAAS,CAAuE,EAAQuB,GAAY,IAAQlB,IAAc,YAA6CmB,GAAa,IAAQnB,IAAc,YAAuC,OAAoBhC,EAAKoD,EAAY,CAAC,GAAGxB,GAAUT,EAAgB,SAAsBnB,EAAKC,GAAS,CAAC,QAAQd,EAAS,QAAQ,GAAM,SAAsBa,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBU,EAAKE,EAAO,IAAI,CAAC,GAAG6B,EAAU,GAAGI,EAAgB,UAAUc,EAAGD,GAAkB,gBAAgBrB,EAAUM,CAAU,EAAE,cAAc,GAAK,mBAAmB,QAAQ,iBAAiB,GAAK,iBAAiBQ,EAAiB,SAAS,YAAY,MAAMI,EAAa,IAAI3B,EAAW,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,sEAAsE,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,gBAAgB,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAGQ,CAAK,EAAE,SAAS,CAAC,UAAU,CAAC,iBAAiB,oEAAoE,CAAC,EAAE,GAAGzC,GAAqB,CAAC,UAAU,CAAC,mBAAmB,OAAO,MAAM8D,CAAY,CAAC,EAAEf,EAAYI,CAAc,EAAE,SAAsBiB,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,oBAAoB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAcY,EAAMnD,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,UAAU,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,WAAW,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKZ,EAAU,SAAS,CAAC,UAAU,CAAC,qBAAqB,uEAAuE,CAAC,EAAE,kBAAkB,MAAM,mBAAmB,GAAK,GAAG5C,GAAqB,CAAC,UAAU,CAAC,SAAsBe,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8B,EAAYI,CAAc,CAAC,CAAC,EAAEc,GAAY,GAAgBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQC,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,IAAI,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,iBAAiBiB,EAAiB,SAAS,WAAW,CAAC,CAAC,CAAC,EAAEU,GAAa,GAAgBnD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,iBAAiB,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qEAAqE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,EAAE,SAAsBzC,EAAKuD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,EAAE,UAAU,iBAAiB,mBAAmB,OAAO,iBAAiBd,EAAiB,SAAS,YAAY,MAAM,CAAC,OAAO,EAAE,EAAE,GAAGxD,GAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuE,GAA2BhC,GAAmB,GAAG,GAAG,MAAMA,GAAmB,QAAQ,KAAK,GAAG,MAAM,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,CAAC,EAAE,YAAY,GAAG,WAAW,GAAG,IAAI,sEAAsE,CAAC,CAAC,EAAEQ,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEe,GAAa,GAAgBE,EAAMnD,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuC,EAAiB,SAAS,YAAY,SAAS,CAAczC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,KAAK,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,YAAY,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,iFAAiF,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,gGAAgG,EAAE,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,wEAAwE,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAcF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,+CAA+C,CAAC,CAAC,CAAC,EAAeF,EAAKE,EAAO,GAAG,CAAC,SAAsBF,EAAKE,EAAO,EAAE,CAAC,SAAS,gDAAgD,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAezC,EAAKsD,EAAS,CAAC,sBAAsB,GAAK,SAAsBtD,EAAWG,EAAS,CAAC,SAAsBkD,EAAMnD,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,CAAC,2BAAwCF,EAAKE,EAAO,OAAO,CAAC,SAAS,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,eAAe,MAAM,CAAC,QAAQ,YAAY,EAAE,iBAAiBuC,EAAiB,SAAS,YAAY,MAAM,CAAC,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQgB,GAAI,CAAC,kFAAkF,kFAAkF,+VAA+V,gRAAgR,kRAAkR,uKAAuK,iJAAiJ,qOAAqO,gRAAgR,0TAA0T,wkCAAwkC,gFAAgF,4DAA4D,8DAA8D,6DAA6D,8DAA8D,6DAA6D,4DAA4D,GAAeA,GAAI,GAAgBA,GAAI,+bAA+b,EAS75eC,GAAgBC,EAAQ9C,GAAU4C,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,uBAAuBA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,GAAoBH,GAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,QAAQ,MAAM,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,4BAA4B,gBAAgB,GAAM,MAAM,WAAW,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,MAAM,QAAQ,KAAKA,EAAY,YAAY,CAAC,CAAC,EAAEC,EAASL,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECT9jG,IAAMC,GAAuBC,EAASC,EAAiB,EAAQC,GAAuBF,EAASG,EAAiB,EAAQC,GAAuBJ,EAASK,EAAiB,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,iBAAiB,EAAyL,IAAMC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAaC,EAAWC,CAAmB,EAAQC,EAAWL,GAAOE,EAAO,WAAiBI,EAAmBC,EAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAASL,CAAQ,CAAC,CAAE,EAAQQ,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,CAAK,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,EAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,GAAGC,CAAS,EAAExB,GAASI,CAAK,EAAO,CAAC,YAAAqB,EAAY,WAAAC,EAAW,oBAAAC,EAAoB,gBAAAC,EAAgB,eAAAC,EAAe,UAAAC,EAAU,gBAAAC,EAAgB,WAAAC,GAAW,SAAA1B,CAAQ,EAAE2B,EAAgB,CAAC,eAAe,YAAY,IAAIrB,EAAW,QAAAW,EAAQ,kBAAAW,EAAiB,CAAC,EAAQC,EAAiB9B,GAAuBD,EAAME,CAAQ,EAAuC8B,EAAkBC,EAAGC,GAAkB,GAAhD,CAAC,CAAuE,EAAE,OAAoB1C,EAAK2C,EAAY,CAAC,GAAGjB,GAAUT,EAAgB,SAAsBjB,EAAKC,GAAS,CAAC,QAAQS,EAAS,QAAQ,GAAM,SAAsBV,EAAKT,GAAW,CAAC,MAAMD,GAAY,SAAsBsD,EAAM1C,EAAO,IAAI,CAAC,GAAG0B,EAAU,GAAGI,EAAgB,UAAUS,EAAGD,EAAkB,gBAAgBf,EAAUK,CAAU,EAAE,mBAAmB,sBAAsB,iBAAiBS,EAAiB,SAAS,YAAY,IAAIvB,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcxB,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAMvB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,SAAsBtB,EAAK8C,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAK+C,GAAkB,CAAC,UAAU,2BAA2B,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe/C,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAMvB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,GAAG,IAAI,SAAsBtB,EAAK8C,GAA8B,CAAC,UAAU,0BAA0B,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAKgD,GAAkB,CAAC,UAAU,wBAAwB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAehD,EAAK6C,EAA0B,CAAC,OAAO,GAAG,MAAMvB,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,IAAI,IAAI,SAAsBtB,EAAK8C,GAA8B,CAAC,UAAU,2BAA2B,iBAAiBP,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBvC,EAAKiD,GAAkB,CAAC,UAAU,4BAA4B,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQC,GAAI,CAAC,kFAAkF,gFAAgF,mQAAmQ,0LAA0L,0WAA0W,EAQxmLC,GAAgBC,EAAQzC,GAAUuC,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,0BAA0BA,GAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,EAAE,GAAGI,GAAuB,GAAGC,GAAuB,GAAGC,EAAsB,EAAE,CAAC,6BAA6B,EAAI,CAAC,ECTxJ,SAASC,IAAiB,CAAC,MAAM,CAAC,SAAS,CAACC,EAAO,SAAS,KAAK,oBAAqB,CAAC,CAAE,CAAC,IAAMC,GAASC,GAAY,CAAC,WAAW,SAAS,CAAC,EAAywB,SAASC,GAAoBC,EAAE,CAAC,OAAOC,IAAQC,EAA+BC,EAAuC,EAASC,EAAKJ,EAAE,CAAC,GAAGC,EAAM,GAAGI,GAAgBJ,CAAK,CAAC,CAAC,EAAI,CAACF,GAAoB,YAAY,kBCC0uB,IAAMO,GAAoBC,EAASC,EAAc,EAAQC,GAAmCC,EAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQC,GAAgBC,GAAOC,EAAO,GAAG,EAAQC,GAAmCN,EAA6BC,EAAS,CAAC,OAAO,qBAAqB,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQK,GAAkCP,EAA6BK,EAAO,EAAE,CAAC,OAAO,YAAY,SAASH,GAAoB,QAAQ,WAAW,CAAC,EAAQM,GAAkCX,EAASY,EAA4B,EAAQC,GAAyBb,EAASc,EAAmB,EAAQC,GAA0Bf,EAASgB,EAAoB,EAAQC,GAAYjB,EAASkB,EAAM,EAAQC,GAAenB,EAASoB,EAAS,EAAQC,GAAyBrB,EAASsB,EAAmB,EAAQC,GAAWvB,EAASwB,EAAK,EAAQC,GAAUzB,EAAS0B,EAAI,EAAQC,GAAkCxB,EAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQuB,GAAiB5B,EAAS6B,EAAW,EAAQC,GAAmC3B,EAA6BC,EAAS,CAAC,OAAO,YAAY,SAASC,GAAoB,QAAQ,WAAW,CAAC,EAAQ0B,GAAY,CAAC,UAAU,qBAAqB,UAAU,sBAAsB,UAAU,4CAA4C,UAAU,4CAA4C,EAAQC,GAAU,IAAI,OAAO,SAAW,IAAkBC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,iBAAiB,EAAQC,GAAU,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,EAAE,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAY,CAAC,MAAM,EAAE,SAAS,IAAI,KAAK,CAAC,IAAI,EAAE,IAAI,CAAC,EAAE,KAAK,OAAO,EAAQC,GAAW,CAAC,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAWD,GAAY,EAAE,EAAE,EAAE,CAAC,EAAQE,GAAmB,CAACC,EAAEC,IAAI,oBAAoBA,CAAC,GAASC,GAAU,CAAC,CAAC,MAAAC,CAAK,IAAoBC,GAAoB,EAAqB,KAAyBC,EAAK,QAAQ,CAAC,wBAAwB,CAAC,OAAOF,CAAK,EAAE,yBAAyB,EAAE,CAAC,EAAUG,GAAwB,CAAC,QAAQ,YAAY,OAAO,YAAY,MAAM,YAAY,OAAO,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,QAAQL,GAAwBK,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAA6BC,EAAW,SAASF,EAAMG,EAAI,CAAC,IAAMC,EAAYC,EAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,EAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,EAAS,EAAEC,EAAc,EAAQC,EAAkBC,EAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,EAAU,GAAGC,CAAS,EAAEvB,GAASI,CAAK,EAAQoB,GAAU,IAAI,CAAC,IAAMC,EAASA,GAAiB,OAAUZ,CAAY,EAAE,GAAGY,EAAS,OAAO,CAAC,IAAIC,EAAU,SAAS,cAAc,qBAAqB,EAAKA,EAAWA,EAAU,aAAa,UAAUD,EAAS,MAAM,GAAQC,EAAU,SAAS,cAAc,MAAM,EAAEA,EAAU,aAAa,OAAO,QAAQ,EAAEA,EAAU,aAAa,UAAUD,EAAS,MAAM,EAAE,SAAS,KAAK,YAAYC,CAAS,EAAG,CAAC,EAAE,CAAC,OAAUb,CAAY,CAAC,EAAQc,GAAmB,IAAI,CAAC,IAAMF,EAASA,GAAiB,OAAUZ,CAAY,EAAE,SAAS,MAAMY,EAAS,OAAO,GAAMA,EAAS,UAAU,SAAS,cAAc,uBAAuB,GAAG,aAAa,UAAUA,EAAS,QAAQ,CAAG,EAAE,CAAC,OAAUZ,CAAY,CAAC,EAAE,GAAK,CAACe,EAAYC,CAAmB,EAAEC,GAA8BT,EAAQvC,GAAY,EAAK,EAAQiD,EAAe,OAA8MC,EAAkBC,EAAGjD,GAAkB,GAA/M,CAAamC,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQe,EAAY,IAASnD,GAAU,EAAiB,EAAC,YAAY,WAAW,EAAE,SAAS6C,CAAW,EAAtD,GAAyFO,GAAa,IAAQ,CAACpD,GAAU,GAAiB6C,IAAc,YAA6CQ,EAAa,IAASrD,GAAU,EAAiB6C,IAAc,YAAtB,GAAmES,EAAOC,GAAU,EAAQC,EAAa,IAAQ,CAACxD,GAAU,GAAiB6C,IAAc,YAA6CY,EAAUC,GAAkB,WAAW,EAAQC,GAAWjC,EAAO,IAAI,EAAQkC,GAAa,IAAQ,CAAC5D,GAAU,GAAiB6C,IAAc,YAAuC,OAAAgB,GAAiB,CAAC,CAAC,EAAsB9C,EAAK+C,GAA0B,SAAS,CAAC,MAAM,CAAC,iBAAiB,YAAY,kBAAA5D,EAAiB,EAAE,SAAsB6D,EAAMC,EAAY,CAAC,GAAG3B,GAAUT,EAAgB,SAAS,CAAcb,EAAKH,GAAU,CAAC,MAAM,8FAA8F,CAAC,EAAemD,EAAMvF,EAAO,IAAI,CAAC,GAAGgE,EAAU,UAAUU,EAAGD,EAAkB,gBAAgBb,CAAS,EAAE,IAAIT,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,SAAS,CAAcpB,EAAKkD,EAA0B,CAAC,OAAO,GAAG,MAAMhC,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,EAAE,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB9B,EAAK9C,GAAe,CAAC,OAAO,OAAO,GAAG,YAAY,UAAU,qBAAqB,UAAU,YAAY,SAAS,YAAY,UAAU,qBAAqB,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,UAAU,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEkF,EAAY,GAAgBY,EAAM,MAAM,CAAC,UAAU,6CAA6C,mBAAmB,SAAS,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,UAAU,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQD,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,CAAC,EAAE,YAAY,KAAK,WAAW,KAAK,MAAMA,GAAmB,OAAO,QAAQ,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,CAAC,CAAC,CAAC,EAAe8B,EAAM,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAS,CAAchD,EAAK,MAAM,CAAC,UAAU,iBAAiB,mBAAmB,QAAQ,SAAsBgD,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,SAAS,CAAc4D,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB9B,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,iBAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB9B,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,QAAQ,EAAE,SAAS,8DAA8D,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,8DAA8D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEqC,GAAa,GAAgBrC,EAAKvC,EAAO,IAAI,CAAC,UAAU,8BAA8B,mBAAmB,kCAAkC,SAAsBuC,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAK7C,GAAmC,CAAC,sBAAsB,GAAK,SAAsB6C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsC,EAAa,GAAgBtC,EAAKwD,GAAK,CAAC,KAAK,yCAAyC,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAK,SAAsBxD,EAAKrC,GAAkC,CAAC,UAAU,6CAA6C,mBAAmB,kCAAkC,SAAsBqC,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,SAAsBuC,EAAKtC,GAAmC,CAAC,sBAAsB,GAAK,SAAsBsC,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,MAAM,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQD,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,EAAE,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,aAAa,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,IAAI,CAAC,CAAC,CAAC,EAAe8B,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,cAAc,SAAS,CAAc4D,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,aAAa,SAAsBgD,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQZ,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,IAAI,MAAM,EAAE,CAAC,EAAE,UAAU,CAAC,MAAM,SAASA,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,IAAI,CAAC,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,sBAAsB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGhC,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,EAAE,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKnC,GAA6B,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAemC,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQZ,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,IAAI,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,SAASA,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,IAAI,GAAG,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,sBAAsB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGhC,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,EAAE,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKjC,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeiC,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,QAAQZ,GAAmB,OAAO,OAAO,WAAW,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,IAAI,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,MAAM,SAASA,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,EAAE,EAAE,IAAI,GAAG,EAAE,UAAU,CAAC,MAAM,QAAQA,GAAmB,OAAO,OAAO,sBAAsB,GAAGA,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGhC,GAAmB,GAAG,GAAG,EAAE,IAAI,IAAI,EAAE,EAAE,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,2BAA2B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAK/B,GAAqB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe+E,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAWgC,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAW,eAAeG,GAAW,mCAAmC,GAAK,oBAAoB,EAAE,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,mBAAmB,UAAU,SAAS,CAAcO,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,mBAAmB,gBAAgB,iBAAiB,GAAK,iBAAiB,GAAK,KAAK,gBAAgB,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAK7B,GAAO,CAAC,UAAU,SAAS,UAAU,OAAO,YAAY,CAAC,UAAU,EAAE,YAAY,GAAK,UAAU,EAAE,UAAU,GAAG,SAAS,EAAK,EAAE,IAAI,GAAG,OAAO,OAAO,YAAY,GAAG,GAAG,YAAY,SAAS,YAAY,KAAK,gBAAgB,QAAQ,GAAG,cAAc,GAAG,YAAY,GAAG,eAAe,GAAM,aAAa,GAAG,WAAW,GAAG,cAAc,CAAC,WAAW,GAAK,UAAU,EAAI,EAAE,MAAM,CAAc6B,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsBuC,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsBuC,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsBuC,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,SAAsBuC,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mCAAmC,uBAAuB,+DAA+D,uBAAuB,MAAM,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,8BAA8B,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,mBAAmB,OAAO,MAAM,CAAC,wBAAwB,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC,OAAO,OAAO,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKyD,GAAa,CAAC,MAAM,CAAC,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,EAAE,CAAC,KAAK,CAAC,KAAK,aAAa,UAAU,WAAW,EAAE,sBAAsB,MAAS,CAAC,EAAE,SAASC,GAA4B1D,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGZ,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,GAAG,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,GAAG,GAAGhC,GAAmB,GAAG,GAAG,EAAE,KAAK,EAAE,IAAI,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,UAAU4B,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,EAAE,UAAU,CAAC,UAAUA,EAAc,CAAC,CAAC,CAAC,EAAE,SAAsB1D,EAAK3B,GAAU,CAAC,UAAUqF,EAAc,CAAC,EAAE,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,wBAAwB,MAAM,CAAC,OAAO,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeV,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQmC,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,EAAE,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQmC,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQD,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,YAAY,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,IAAI,CAAC,CAAC,CAAC,EAAe8B,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAcA,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBP,EAAM,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAS,CAAC,2EAAwFhD,EAAK,KAAK,CAAC,CAAC,EAAE,8DAA2EA,EAAK,KAAK,CAAC,CAAC,EAAeA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAM,OAAOZ,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,EAAE,KAAK,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,OAAOhC,GAAmB,OAAO,OAAO,oBAAoB,GAAGA,GAAmB,GAAG,GAAG,EAAE,KAAK,GAAG,EAAE,EAAE,MAAM,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKzB,GAAoB,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,SAAS,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyB,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2F,EAAYO,EAAS,CAAC,SAAS,CAAcvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,sBAAsB,SAAS,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAKwD,GAAK,CAAC,KAAK,CAAC,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,eAAe,GAAM,UAAU,CAAC,EAAE,QAAQ,YAAY,aAAa,GAAM,SAAsBxD,EAAKvC,EAAO,EAAE,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,oCAAoC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuC,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,mBAAmB,uBAAuB,2CAA2C,qBAAqB,OAAO,sBAAsB,SAAS,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,SAAS,sBAAsB,uEAAuE,EAAE,SAAsBA,EAAK,KAAK,CAAC,UAAU,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,cAAc,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBgD,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,SAAsB9B,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,0BAA0B,MAAM,EAAE,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,SAAsBA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,EAAeA,EAAKkD,EAA0B,CAAC,SAAsBlD,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKvB,GAAM,CAAC,gBAAgB,oEAAoE,aAAa,GAAG,iBAAiB,GAAG,kBAAkB,GAAG,SAAS,GAAK,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAK,MAAM,GAAK,UAAU,QAAQ,QAAQ,GAAM,OAAO,oEAAoE,cAAc,GAAK,QAAQ,sEAAsE,QAAQ,SAAS,OAAO,uEAAuE,UAAU,EAAE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,GAAG,eAAe,GAAG,OAAO,GAAG,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeuB,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,MAAMZ,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,OAAO,IAAI,MAAM,OAAOA,GAAmB,OAAO,OAAO,SAAS,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,MAAMA,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,CAAC,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQhC,GAAmB,OAAO,OAAO,aAAa,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,EAAE,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,OAAO,YAAY,QAAQ,YAAY,SAAsBnD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB9B,EAAKrB,GAAK,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE8D,EAAa,GAAgBO,EAAM,MAAM,CAAC,UAAU,0DAA0D,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,QAAQA,GAAmB,OAAO,OAAO,WAAW,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAetD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,aAAa,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,gBAAgB,mBAAmB,IAAI,CAAC,CAAC,CAAC,EAAeN,EAAM,MAAM,CAAC,UAAU,iBAAiB,SAAS,CAAchD,EAAK,MAAM,CAAC,UAAU,gBAAgB,mBAAmB,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBgD,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,SAAS,CAAcY,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,8DAA8D,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAKvC,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,kCAAkC,SAAsBuC,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKpB,GAAkC,CAAC,sBAAsB,GAAK,SAAsBoB,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,SAAS,CAAc4D,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,GAAGZ,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,EAAE,MAAM,CAAC,EAAE,SAAsBlB,EAAKkD,EAA0B,CAAC,OAAO,IAAI,MAAMhC,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,EAAE,OAAO,SAAsBlB,EAAKmD,EAAU,CAAC,UAAU,0BAA0B,GAAGT,EAAU,OAAO,YAAY,IAAIE,GAAK,QAAQ,YAAY,SAAsB5C,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,EAAE,UAAU,CAAC,QAAQ,WAAW,CAAC,EAAE,SAAsB9B,EAAKlB,GAAY,CAAC,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,MAAM,CAAC,MAAM,MAAM,EAAE,QAAQ,YAAY,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE+D,GAAa,GAAgBG,EAAM,MAAM,CAAC,UAAU,2DAA2D,SAAS,CAAchD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,IAAI,GAAG,EAAE,YAAY,KAAK,WAAW,KAAK,MAAM,SAAS,IAAI,sEAAsE,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,SAAS,IAAI,OAAO,YAAY,KAAK,WAAW,KAAK,MAAM,SAAS,IAAI,sEAAsE,OAAO,gWAAgW,EAAE,UAAU,eAAe,CAAC,CAAC,CAAC,EAAetD,EAAKoD,EAAkB,CAAC,WAAWtB,EAAY,UAAU,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,QAAQuB,GAA2BnC,GAAmB,GAAG,GAAG,EAAE,GAAG,KAAK,EAAE,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,MAAM,QAAQA,GAAmB,OAAO,OAAO,aAAa,IAAI,yFAAyF,OAAO,gWAAgW,CAAC,CAAC,EAAE,SAAsBlB,EAAKsD,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,gBAAgB,KAAK,eAAe,KAAK,YAAY,KAAK,WAAW,KAAK,UAAU,SAAS,UAAU,SAAS,IAAI,yFAAyF,OAAO,gWAAgW,EAAE,UAAU,iBAAiB,mBAAmB,IAAI,CAAC,CAAC,CAAC,EAAetD,EAAK,MAAM,CAAC,UAAU,iBAAiB,SAAsBA,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKzC,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,iBAAiB,SAAsB4D,EAAM,MAAM,CAAC,UAAU,gBAAgB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,iBAAiB,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAS,8DAA8D,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAMzF,GAAgB,CAAC,kBAAkB,CAAC,WAAW8B,EAAW,EAAE,sBAAsB,GAAK,gBAAgBD,GAAU,mCAAmC,GAAK,oBAAoB,GAAG,gBAAgB,GAAM,gBAAgB,EAAE,UAAU,gBAAgB,kBAAkBM,GAAmB,SAAS,CAAcsD,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,SAAS,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,UAAU,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAegD,EAAM,MAAM,CAAC,UAAU,iBAAiB,cAAc,GAAK,mBAAmB,wBAAwB,SAAS,CAAchD,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,KAAK,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,MAAM,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAeA,EAAK3C,EAAS,CAAC,sBAAsB,GAAK,SAAsB2C,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,MAAM,CAAC,sBAAsB,uEAAuE,EAAE,SAAS,yBAAyB,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAKvC,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,kCAAkC,SAAsBuC,EAAK,MAAM,CAAC,UAAU,gBAAgB,SAAsBA,EAAKjB,GAAmC,CAAC,sBAAsB,GAAK,SAAsBiB,EAAWuD,EAAS,CAAC,SAAsBvD,EAAK,IAAI,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,uBAAuB,MAAM,0BAA0B,SAAS,uBAAuB,MAAM,EAAE,SAAS,aAAa,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,kBAAkB,SAAS,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeA,EAAK,MAAM,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ2D,GAAI,CAAC,kFAAkF,gFAAgF,qVAAqV,wGAAwG,6QAA6Q,gKAAgK,ySAAyS,wRAAwR,6RAA6R,uRAAuR,kPAAkP,mPAAmP,ysBAAysB,2SAA2S,0PAA0P,qsBAAqsB,iUAAiU,gSAAgS,kbAAkb,iSAAiS,o1BAAo1B,2hBAA2hB,m3BAAm3B,gXAAgX,oRAAoR,4LAA4L,gRAAgR,wHAAwH,0PAA0P,sMAAsM,wGAAwG,iSAAiS,qZAAqZ,mSAAmS,+QAA+Q,wTAAwT,yHAAyH,qKAAqK,8RAA8R,gRAAgR,wGAAwG,gMAAgM,4JAA4J,8HAA8H,yJAAyJ,qgBAAqgB,8SAA8S,8RAA8R,iSAAiS,kSAAkS,sQAAsQ,8RAA8R,m3BAAm3B,wGAAwG,0JAA0J,4UAA4U,yRAAyR,4RAA4R,4SAA4S,kPAAkP,wVAAwV,y2BAAy2B,usBAAusB,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,GAAgBA,GAAI,gcAAgc,qxCAAqxC,q9DAAq9D,20BAA20B,EAangwEC,GAAgBC,EAAQtD,GAAUoD,GAAI,cAAc,EAASG,GAAQF,GAAgBA,GAAgB,YAAY,OAAOA,GAAgB,aAAa,CAAC,OAAO,KAAK,MAAM,IAAI,EAAEG,EAASH,GAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,kBAAkB,OAAO,SAAS,MAAM,SAAS,IAAI,+HAA+H,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAG5G,GAAoB,GAAGY,GAAkC,GAAGE,GAAyB,GAAGE,GAA0B,GAAGE,GAAY,GAAGE,GAAe,GAAGE,GAAyB,GAAGE,GAAW,GAAGE,GAAU,GAAGG,GAAiB,GAAGmF,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC,EACnmL,IAAMC,GAAqB,CAAC,QAAU,CAAC,MAAQ,CAAC,KAAO,SAAS,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,QAAU,CAAC,KAAO,iBAAiB,KAAO,kBAAkB,MAAQ,CAAC,EAAE,YAAc,CAAC,sBAAwB,OAAO,yBAA2B,OAAO,qBAAuB,OAAO,qBAAuB,OAAO,qBAAuB,yDAAmE,uBAAyB,GAAG,4BAA8B,OAAO,yBAA2B,QAAQ,kBAAoB,OAAO,sBAAwB,IAAI,oCAAsC,oMAA0O,6BAA+B,MAAM,CAAC,EAAE,mBAAqB,CAAC,KAAO,UAAU,CAAC,CAAC",
  "names": ["LinkToDashboard", "window", "useStore", "createStore", "withLinkToDashboard", "C", "props", "re", "DataObserverContext", "p", "LinkToDashboard", "MotionDivWithLinkToDashboardje1525", "withCodeBoundaryForOverrides", "motion", "withLinkToDashboard", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "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", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FrameraIKOzQ034", "withCSS", "aIKOzQ034_default", "addFonts", "getFontsFromSharedStyle", "fonts", "LinkToDashboard", "window", "useStore", "createStore", "withLinkToDashboard", "C", "props", "re", "DataObserverContext", "p", "LinkToDashboard", "MotionDivWithLinkToDashboard11dcy0o", "withCodeBoundaryForOverrides", "motion", "withLinkToDashboard", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "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", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "SVG", "RichText", "css", "FramergEEPSb4kA", "withCSS", "gEEPSb4kA_default", "addFonts", "getFontsFromSharedStyle", "fonts", "LinkToDashboard", "window", "useStore", "createStore", "withLinkToDashboard", "C", "props", "re", "DataObserverContext", "p", "LinkToDashboard", "MotionDivWithLinkToDashboardlgedge", "withCodeBoundaryForOverrides", "motion", "withLinkToDashboard", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "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", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FramerGJhBFL1Aq", "withCSS", "GJhBFL1Aq_default", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "h8iGjYmBY", "wQl2D9PqT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapcfbsd3", "args", "onTap2v1wex", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerNBqcJDOAc", "withCSS", "NBqcJDOAc_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "h8iGjYmBY", "wQl2D9PqT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1preaiv", "args", "onTappvdsg1", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerU9yiKInpl", "withCSS", "U9yiKInpl_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "question", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "h8iGjYmBY", "wQl2D9PqT", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ugk3xb", "args", "onTap1mnl5uw", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerZCY3he106", "withCSS", "ZCY3he106_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "FAQAccordionItem7Fonts", "getFonts", "NBqcJDOAc_default", "FAQAccordionItem8Fonts", "U9yiKInpl_default", "FAQAccordionItem9Fonts", "ZCY3he106_default", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "NBqcJDOAc_default", "U9yiKInpl_default", "ZCY3he106_default", "css", "Framerhy_uzvLPu", "withCSS", "hy_uzvLPu_default", "addFonts", "FAQAccordionItem7Fonts", "FAQAccordionItem8Fonts", "FAQAccordionItem9Fonts", "LinkToDashboard", "window", "useStore", "createStore", "withLinkToDashboard", "C", "props", "re", "DataObserverContext", "p", "LinkToDashboard", "NewTopNavFinalFonts", "getFonts", "etNhj3r73_default", "RichTextWithLinkToDashboard1u27sts", "withCodeBoundaryForOverrides", "RichText", "withLinkToDashboard", "MotionDivWithFX", "withFX", "motion", "RichTextWithLinkToDashboard1xbtfey", "MotionAWithLinkToDashboard1qnan6v", "SpeciesDashboardPlatformPageFonts", "aIKOzQ034_default", "RegionsPlatformPageFonts", "gEEPSb4kA_default", "PatternsPlatformPageFonts", "GJhBFL1Aq_default", "TickerFonts", "Ticker", "ButtonNewFonts", "awXdIx_WH_default", "AccordionPlatformPgFonts", "hy_uzvLPu_default", "VideoFonts", "Video", "CTA4Fonts", "W6S8SB9mq_default", "RichTextWithLinkToDashboard78modr", "FooterFinalFonts", "rqjbkN_Oy_default", "RichTextWithLinkToDashboard1qvt5e4", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "transition3", "animation2", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "xjVsrvZ4W", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "router", "useRouter", "isDisplayed3", "elementId", "useRouteElementId", "ref1", "isDisplayed4", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "Container", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "x", "Link", "ResolveLinks", "resolvedLinks", "css", "FramerqWjPPmXJJ", "withCSS", "qWjPPmXJJ_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
