{"version":3,"file":"c1peFp7we.BVUgtVQI.mjs","names":["css","getProps","Component","className","css","FeaturedIcon","ArrowNarrowUpRight","React.useContext","React.useMemo","React.Fragment","Account","useRef","React.useId","sharedStyle.className","className","sharedStyle.css","sharedStyle.fonts"],"sources":["https:/framerusercontent.com/modules/NogVf4VJCzU5CnPAl8gD/OF5KVI2bZcXIlcUSoyOj/TruncateText.js","https:/framerusercontent.com/modules/CaTa5BvGH4zHnQkGfE5h/lN1155Etb7VtQ3K83evf/qgu6u3OR6.js","https:/framerusercontent.com/modules/ZEntXOvTVY0NLdienpkm/ilurm1W6XmqOO0M8XeBl/PJO1l8VKd.js","https:/framerusercontent.com/modules/z0I97fXMjJYtMdqrTWk9/7LsYWW4QaBB5YvK17aue/c1peFp7we.js"],"sourcesContent":["// This module provides code overrides to truncate text content to a specified number of lines.\n// Last updated by @joshua on 20241126.\nimport{jsx as _jsx}from\"react/jsx-runtime\";// Code override to truncate text content to one line with an ellipsis.\nexport function withOneLineTextTruncate(WrappedComponent){return props=>{// Define styles to truncate text to one line.\nconst componentStyle={...props.style,display:\"-webkit-box\",WebkitLineClamp:1,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"};return /*#__PURE__*/_jsx(WrappedComponent,{...props,style:componentStyle});};}// Code override to truncate text content to two lines with an ellipsis.\nexport function withTwoLineTextTruncate(WrappedComponent){return props=>{// Define styles to truncate text to two lines.\nconst componentStyle={...props.style,display:\"-webkit-box\",WebkitLineClamp:2,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"};return /*#__PURE__*/_jsx(WrappedComponent,{...props,style:componentStyle});};}// Code override to truncate text content to three lines with an ellipsis.\nexport function withThreeLineTextTruncate(WrappedComponent){return props=>{// Define styles to truncate text to three lines.\nconst componentStyle={...props.style,display:\"-webkit-box\",WebkitLineClamp:3,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\"};return /*#__PURE__*/_jsx(WrappedComponent,{...props,style:componentStyle});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withTwoLineTextTruncate\":{\"type\":\"reactHoc\",\"name\":\"withTwoLineTextTruncate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withOneLineTextTruncate\":{\"type\":\"reactHoc\",\"name\":\"withOneLineTextTruncate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withThreeLineTextTruncate\":{\"type\":\"reactHoc\",\"name\":\"withThreeLineTextTruncate\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TruncateText.map","// Generated by Framer (84a2f33)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Montserrat-semibold\",\"FS;Montserrat-bold\",\"FS;Montserrat-bold italic\",\"FS;Montserrat-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DELXRVKO253LHPYOBD6KD7EW3TJKXCXF/L6SILXET3P727LN5N75LL5PG77IET2IT/6DP3DAT2N5LSQGN5ISPRN63WPP32A54A.woff2\",weight:\"600\"},{family:\"Montserrat\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KDZE2GHZ4MXZP7RVHASNN75AFABT2ZB2/G33WYZOWF5RLCYVGCMU5BFGBXH4DMKUK/SHZ3SDA4YUDBQPNRSIGO7XNSCQQUBDYR.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/WVRVHC26IF7VQKSULH6U5DSAGCYOIAQ7/CPARYH2DVA55XB4ZSTA7WTMPVZAVMNA5/BOBO2BRVXZQHPXSPDS5WN3IZQ5SL56OZ.woff2\",weight:\"700\"},{family:\"Montserrat\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHQSXRPK2WZQNSVXVPHNEWQTX6ASEI3T/LQUMI7WZAOIVAXJCVJ7ABTISRT4ZYBQO/SOTTHSMCKKCT5M6IOCQJ5LOSJSXCUBMQ.woff2\",weight:\"600\"}]}];export const css=['.framer-dPA8M .framer-styles-preset-10gvq1l:not(.rich-text-wrapper), .framer-dPA8M .framer-styles-preset-10gvq1l.rich-text-wrapper h3 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.01em; --framer-line-height: 30px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ad87ef-8de8-4922-aea2-faa3cd49a21b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 767px) and (min-width: 0px) { .framer-dPA8M .framer-styles-preset-10gvq1l:not(.rich-text-wrapper), .framer-dPA8M .framer-styles-preset-10gvq1l.rich-text-wrapper h3 { --framer-font-family: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-family-italic: \"Montserrat\", \"Montserrat Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0px; --framer-line-height: 30px; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-c4ad87ef-8de8-4922-aea2-faa3cd49a21b, #ffffff); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-dPA8M\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (5ce16c9)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const mask='url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 5.714 0 C 5.083 0 4.571 0.512 4.571 1.143 C 4.571 1.774 5.083 2.286 5.714 2.286 L 12.098 2.286 L 0.335 14.049 C -0.112 14.495 -0.112 15.219 0.335 15.665 C 0.781 16.112 1.505 16.112 1.951 15.665 L 13.714 3.902 L 13.714 10.286 C 13.714 10.917 14.226 11.429 14.857 11.429 C 15.488 11.429 16 10.917 16 10.286 L 16 1.143 C 16 0.512 15.488 0 14.857 0 Z\" fill=\"var(--cw4o0w, var(--token-91e12927-f730-4ad8-8635-2e26773a2895, rgb(115, 115, 115)))\" height=\"16.000025px\" id=\"KLeF2pt13\" transform=\"translate(4 4)\" width=\"16px\"/></svg>\\') alpha no-repeat center / auto var(--framer-icon-mask-mode, add), var(--framer-icon-mask, none)';const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({color,height,id,width,...props})=>{return{...props,lbmW0WRc3:color??props.lbmW0WRc3??\"var(--token-91e12927-f730-4ad8-8635-2e26773a2895, rgb(115, 115, 115))\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,lbmW0WRc3,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-D2qHa\",className),layoutId:layoutId,ref:ref,style:{\"--cw4o0w\":lbmW0WRc3,...style}});});const css=[`.framer-D2qHa { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--cw4o0w); mask: ${mask}; width: 24px; }`];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"lbmW0WRc3\":\"color\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Arrow Narrow Up Right\",\"color\":{\"type\":\"variable\",\"value\":\"cw4o0w\"},\"set\":{\"localId\":\"vectorSet/iwWAtndGI\",\"id\":\"iwWAtndGI\",\"moduleId\":\"7yMwNLPciiLrZPLxdCqa\"}}\n */const Icon=withCSS(Component,css,\"framer-D2qHa\");Icon.displayName=\"Arrow Narrow Up Right\";export default Icon;addPropertyControls(Icon,{lbmW0WRc3:{defaultValue:'var(--token-91e12927-f730-4ad8-8635-2e26773a2895, rgb(115, 115, 115)) /* {\"name\":\"gray-500\"} */',hidden:false,title:\"Color\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"24\",\"framerVector\":\"{\\\"name\\\":\\\"Arrow Narrow Up Right\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"cw4o0w\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/iwWAtndGI\\\",\\\"id\\\":\\\"iwWAtndGI\\\",\\\"moduleId\\\":\\\"7yMwNLPciiLrZPLxdCqa\\\"}}\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerVariables\":\"{\\\"lbmW0WRc3\\\":\\\"color\\\"}\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (2a7bdb4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{withThreeLineTextTruncate}from\"https://framerusercontent.com/modules/NogVf4VJCzU5CnPAl8gD/OF5KVI2bZcXIlcUSoyOj/TruncateText.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/CaTa5BvGH4zHnQkGfE5h/lN1155Etb7VtQ3K83evf/qgu6u3OR6.js\";import ArrowNarrowUpRight from\"https://framerusercontent.com/modules/ZEntXOvTVY0NLdienpkm/ilurm1W6XmqOO0M8XeBl/PJO1l8VKd.js\";import Account from\"https://framerusercontent.com/modules/53NoiizrkyvieKMrtz9Y/0Tw20ellLIoe695BXD6X/ZA_eranEZ.js\";import FeaturedIcon from\"https://framerusercontent.com/modules/mhrQXEYQGawueKAOu80V/2H5CqlX9sgA8Z1X9SZov/ok8irvOEn.js\";const FeaturedIconFonts=getFonts(FeaturedIcon);const RichTextWithThreeLineTextTruncateqc2nca=withCodeBoundaryForOverrides(RichText,{nodeId:\"AMpeuuqce\",override:withThreeLineTextTruncate,scopeId:\"c1peFp7we\"});const ArrowNarrowUpRightFonts=getFonts(ArrowNarrowUpRight);const enabledGestures={g2W5ZU1_r:{hover:true,pressed:true}};const serializationHash=\"framer-vbxJ1\";const variantClassNames={g2W5ZU1_r:\"framer-v-xfhc7l\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};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=({cardBackgroundColor,height,icon,iconBackgroundColor,iconForegroundColor,iconVisible,id,link,textColor,title,width,...props})=>{return{...props,cIabygAh4:link??props.cIabygAh4,EOlJfZJS7:textColor??props.EOlJfZJS7??\"var(--token-c4ad87ef-8de8-4922-aea2-faa3cd49a21b, rgb(255, 255, 255))\",hM6t0yjFg:icon??props.hM6t0yjFg??Account,iCH_jtMLK:iconBackgroundColor??props.iCH_jtMLK??\"var(--token-cc622049-dad0-45f2-a0fc-5010af9c2918, rgb(0, 47, 93))\",mdkze02nq:cardBackgroundColor??props.mdkze02nq??\"var(--token-3bce3e37-a047-4551-8c7d-acdbecdcf988, rgb(48, 48, 48))\",p3GXFqgNz:iconVisible??props.p3GXFqgNz??true,sNffQVSE1:iconForegroundColor??props.sNffQVSE1??\"var(--token-4c8fdb06-2aad-4bd6-a9e9-03457bbf8b80, rgb(0, 128, 255))\",TD9piTrZe:title??props.TD9piTrZe??\"Short title goes here\"};};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,cIabygAh4,TD9piTrZe,p3GXFqgNz,hM6t0yjFg,sNffQVSE1,iCH_jtMLK,mdkze02nq,EOlJfZJS7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"g2W5ZU1_r\",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__*/_jsx(Link,{href:cIabygAh4,motionChild:true,nodeId:\"g2W5ZU1_r\",openInNewTab:false,scopeId:\"c1peFp7we\",smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,\"aria-label\":TD9piTrZe,className:`${cx(scopingClassNames,\"framer-xfhc7l\",className,classNames)} framer-1phd6zx`,\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"g2W5ZU1_r\",ref:refBinding,style:{backgroundColor:mdkze02nq,borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,filter:\"none\",WebkitFilter:\"none\",...style},variants:{\"g2W5ZU1_r-hover\":{filter:\"brightness(0.7)\",WebkitFilter:\"brightness(0.7)\"},\"g2W5ZU1_r-pressed\":{filter:\"brightness(0.7)\",WebkitFilter:\"brightness(0.7)\"}},...addPropertyOverrides({\"g2W5ZU1_r-hover\":{\"data-framer-name\":undefined},\"g2W5ZU1_r-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[p3GXFqgNz&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:(componentViewport?.y||0)+(24+((componentViewport?.height||78)-48-24)/2),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xfw521-container\",layoutDependency:layoutDependency,layoutId:\"Yf3PP2NI9-container\",nodeId:\"Yf3PP2NI9\",rendersWithMotion:true,scopeId:\"c1peFp7we\",children:/*#__PURE__*/_jsx(FeaturedIcon,{FiY0JDkl2:iCH_jtMLK,height:\"100%\",id:\"Yf3PP2NI9\",krOX7PYWx:hM6t0yjFg,layoutId:\"Yf3PP2NI9\",style:{height:\"100%\",width:\"100%\"},variant:\"GRjYGefv8\",width:\"100%\",yhHRhmXqR:sNffQVSE1})})}),/*#__PURE__*/_jsx(RichTextWithThreeLineTextTruncateqc2nca,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-10gvq1l\",\"data-styles-preset\":\"qgu6u3OR6\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-EOlJfZJS7-c1peFp7we))\"},children:\"Short title goes here\"})}),className:\"framer-qc2nca\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AMpeuuqce\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-EOlJfZJS7-c1peFp7we)\",\"--variable-reference-EOlJfZJS7-c1peFp7we\":EOlJfZJS7},text:TD9piTrZe,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ArrowNarrowUpRight,{animated:true,className:\"framer-mhp740\",layoutDependency:layoutDependency,layoutId:\"xX1QxNJL2\",style:{\"--1p7n4f1\":\"rgb(247, 247, 247)\"}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-vbxJ1.framer-1phd6zx, .framer-vbxJ1 .framer-1phd6zx { display: block; }\",\".framer-vbxJ1.framer-xfhc7l { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 768px; will-change: var(--framer-will-change-override, transform); }\",\".framer-vbxJ1 .framer-1xfw521-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-vbxJ1 .framer-qc2nca { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-vbxJ1 .framer-mhp740 { flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 78\n * @framerIntrinsicWidth 768\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"a70_E6whe\":{\"layout\":[\"fixed\",\"auto\"]},\"Er2usxcjX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"cIabygAh4\":\"link\",\"TD9piTrZe\":\"title\",\"p3GXFqgNz\":\"iconVisible\",\"hM6t0yjFg\":\"icon\",\"sNffQVSE1\":\"iconForegroundColor\",\"iCH_jtMLK\":\"iconBackgroundColor\",\"mdkze02nq\":\"cardBackgroundColor\",\"EOlJfZJS7\":\"textColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerVectorSets [\"7yMwNLPciiLrZPLxdCqa\"]\n */const Framerc1peFp7we=withCSS(Component,css,\"framer-vbxJ1\");export default Framerc1peFp7we;Framerc1peFp7we.displayName=\"List Card\";Framerc1peFp7we.defaultProps={height:78,width:768};addPropertyControls(Framerc1peFp7we,{cIabygAh4:{title:\"Link\",type:ControlType.Link},TD9piTrZe:{defaultValue:\"Short title goes here\",displayTextArea:false,title:\"Title\",type:ControlType.String},p3GXFqgNz:{defaultValue:true,title:\"Icon Visible\",type:ControlType.Boolean},hM6t0yjFg:{defaultValue:{identifier:\"local-module:vector/ZA_eranEZ:default\",moduleId:\"53NoiizrkyvieKMrtz9Y\"},setModuleId:\"7yMwNLPciiLrZPLxdCqa\",title:\"Icon\",type:ControlType.VectorSetItem},sNffQVSE1:{defaultValue:'var(--token-4c8fdb06-2aad-4bd6-a9e9-03457bbf8b80, rgb(0, 128, 255)) /* {\"name\":\"blue-500\"} */',title:\"Icon Foreground Color\",type:ControlType.Color},iCH_jtMLK:{defaultValue:'var(--token-cc622049-dad0-45f2-a0fc-5010af9c2918, rgb(0, 47, 93)) /* {\"name\":\"blue-900\"} */',title:\"Icon Background Color\",type:ControlType.Color},mdkze02nq:{defaultValue:'var(--token-3bce3e37-a047-4551-8c7d-acdbecdcf988, rgb(48, 48, 48)) /* {\"name\":\"gray-800\"} */',title:\"Card Background Color\",type:ControlType.Color},EOlJfZJS7:{defaultValue:'var(--token-c4ad87ef-8de8-4922-aea2-faa3cd49a21b, rgb(255, 255, 255)) /* {\"name\":\"base-white\"} */',title:\"Text Color\",type:ControlType.Color}});addFonts(Framerc1peFp7we,[{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...FeaturedIconFonts,...ArrowNarrowUpRightFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerc1peFp7we\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"78\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"cIabygAh4\\\":\\\"link\\\",\\\"TD9piTrZe\\\":\\\"title\\\",\\\"p3GXFqgNz\\\":\\\"iconVisible\\\",\\\"hM6t0yjFg\\\":\\\"icon\\\",\\\"sNffQVSE1\\\":\\\"iconForegroundColor\\\",\\\"iCH_jtMLK\\\":\\\"iconBackgroundColor\\\",\\\"mdkze02nq\\\":\\\"cardBackgroundColor\\\",\\\"EOlJfZJS7\\\":\\\"textColor\\\"}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVectorSets\":\"[\\\"7yMwNLPciiLrZPLxdCqa\\\"]\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a70_E6whe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Er2usxcjX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"768\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}