{"version":3,"file":"mcVaVQ2s9.BK8OCtkB.mjs","names":["SVG","getProps","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","toResponsiveImage","Transition","React.useContext","React.useMemo","Variants","React.Fragment","humanReadableVariantMap","getProps","createLayoutDependency","useRef","React.useId","Image","ArrowRight","DBook","React.useContext","React.useMemo","React.Fragment","useRef","React.useId","Image"],"sources":["https:/framerusercontent.com/modules/wsr8NdLSQO6OOptQnnqX/JngoTtEkRrJK1umockTK/bF6GwzCcC.js","https:/framerusercontent.com/modules/0fj4nrCgYb4ck6qRbKKf/f7HHYgM4M4L3BSsIS8Jy/hRUi1iO60.js","https:/framerusercontent.com/modules/ighvHdlLYXNcmxlZBEgk/Nc7rC5cAh46iknqbajWf/mcVaVQ2s9.js"],"sourcesContent":["// Generated by Framer (6ca5d98)\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 0 7 L 14 7 M 7 0 L 14 7 L 7 14\" fill=\"transparent\" height=\"14px\" id=\"ZQWwyuX20\" stroke-dasharray=\"\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" stroke=\"var(--1df8v9o, rgb(0,0,0))\" transform=\"translate(5 5)\" width=\"14px\"/></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=({height,id,stroke,width,...props})=>{return{...props,n2nHSaXfp:stroke??props.n2nHSaXfp??\"rgb(0, 0, 0)\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,n2nHSaXfp,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-JBKgu\",className),layoutId:layoutId,ref:ref,style:{\"--1df8v9o\":n2nHSaXfp,...style}});});const css=[`.framer-JBKgu { -webkit-mask: ${mask}; aspect-ratio: 1; background-color: var(--1df8v9o); 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 {\"n2nHSaXfp\":\"stroke\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Arrow Right\",\"color\":{\"type\":\"variable\",\"value\":\"1df8v9o\"},\"set\":{\"localId\":\"vectorSet/yXo17f3GZ\",\"id\":\"yXo17f3GZ\",\"moduleId\":\"eO37kitVCMcNEgHMGd3K\"}}\n * @framerDisableUnlink true\n */const Icon=withCSS(Component,css,\"framer-JBKgu\");Icon.displayName=\"Arrow Right\";export default Icon;addPropertyControls(Icon,{n2nHSaXfp:{defaultValue:\"rgb(0, 0, 0)\",hidden:false,title:\"Stroke\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerVariables\":\"{\\\"n2nHSaXfp\\\":\\\"stroke\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"24\",\"framerVector\":\"{\\\"name\\\":\\\"Arrow Right\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"1df8v9o\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/yXo17f3GZ\\\",\\\"id\\\":\\\"yXo17f3GZ\\\",\\\"moduleId\\\":\\\"eO37kitVCMcNEgHMGd3K\\\"}}\",\"framerDisableUnlink\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (b9489e0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"vEDaPQNQs\",\"Oy7Axmmu3\",\"l7YsTBF79\"];const serializationHash=\"framer-v7HYu\";const variantClassNames={l7YsTBF79:\"framer-v-1q03v9z\",Oy7Axmmu3:\"framer-v-1r1iw9g\",vEDaPQNQs:\"framer-v-10112lw\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.4,delay:0,duration:.9,type:\"spring\"};const transition2={bounce:0,delay:0,duration:.6,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={Default:\"vEDaPQNQs\",Hover:\"Oy7Axmmu3\",Small:\"l7YsTBF79\"};const getProps=({cover,fontSizeDesktopOnly,height,id,image,numberHighlight,textColor,title,width,...props})=>{return{...props,AslwpF3Ua:fontSizeDesktopOnly??props.AslwpF3Ua??24,O2UpV8v34:numberHighlight??props.O2UpV8v34??\"98+\",oEsI3wd9g:title??props.oEsI3wd9g??\"Build a Natural Language Postgres Editor \",of7nPHOH6:image??props.of7nPHOH6,pRet1EGd1:cover??props.pRet1EGd1??\"var(--token-3ca57bc8-44af-4346-acef-fc136fca92a0, rgb(18, 96, 235))\",vAGzmENmE:textColor??props.vAGzmENmE??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"vEDaPQNQs\"};};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,pRet1EGd1,O2UpV8v34,oEsI3wd9g,vAGzmENmE,of7nPHOH6,AslwpF3Ua,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"vEDaPQNQs\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"l7YsTBF79\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({l7YsTBF79:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-10112lw\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"vEDaPQNQs\",ref:refBinding,style:{...style},...addPropertyOverrides({l7YsTBF79:{\"data-framer-name\":\"Small\"},Oy7Axmmu3:{\"data-framer-name\":\"Hover\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g59sic\",\"data-framer-name\":\"Book\",layoutDependency:layoutDependency,layoutId:\"ExdGBnWFK\",style:{originX:0,originY:1,rotateY:0,transformPerspective:1200,z:0},variants:{l7YsTBF79:{rotateY:0},Oy7Axmmu3:{rotateY:-35,z:65}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jkl2yi\",\"data-border\":true,\"data-framer-name\":\"Front\",layoutDependency:layoutDependency,layoutId:\"oWJLSD5vi\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:pRet1EGd1,borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"inset 0px -1.9px 5px 1px rgba(255, 255, 255, 0.5), inset 3.6px -1px 3.6px 0px rgba(0, 0, 0, 0.15)\",rotateY:0,transformPerspective:1200},variants:{l7YsTBF79:{rotateY:0},Oy7Axmmu3:{rotateY:-9}},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vk55sw\",\"data-framer-name\":\"Highlight\",layoutDependency:layoutDependency,layoutId:\"TF1sLRbdx\",style:{borderBottomLeftRadius:4,borderTopLeftRadius:4,opacity:.21},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pbftt7\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"N0vTk5Gld\",style:{backgroundColor:\"rgba(0, 0, 0, 0.4)\"}})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nl8f4z\",\"data-framer-name\":\"Text wrap\",layoutDependency:layoutDependency,layoutId:\"uZ3VfTek8\",children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:800,pixelWidth:800,sizes:`calc((max(max(${componentViewport?.width||\"100vw\"}, 1px) - 37px, 1px) - 8px) * 0.5806)`,...toResponsiveImage(of7nPHOH6)},className:\"framer-1olydvd\",layoutDependency:layoutDependency,layoutId:\"j_2eh9FJd\",style:{borderBottomLeftRadius:52,borderBottomRightRadius:52,borderTopLeftRadius:52,borderTopRightRadius:52,boxShadow:\"inset 0px 1px 1px 0px rgba(0, 0, 0, 0.51), 0px -1px 1px 0px rgba(15, 15, 15, 0.51), 0px 2px 4px 0px rgba(255, 255, 255, 0.3)\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1z0pj1l\",layoutDependency:layoutDependency,layoutId:\"QSPNG_p0D\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dUIFdhbHNoZWltIFBybyBCb2xk\",\"--framer-font-family\":'\"GT Walsheim Pro Bold\", \"GT Walsheim Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"calc(var(--variable-reference-AslwpF3Ua-hRUi1iO60) * 1px)\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--variable-reference-vAGzmENmE-hRUi1iO60))\"},children:\"98+\"})}),className:\"framer-1anffsu\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;GT Walsheim Pro Bold\"],layoutDependency:layoutDependency,layoutId:\"CZDXRfFsk\",style:{\"--extracted-tcooor\":\"var(--variable-reference-vAGzmENmE-hRUi1iO60)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-AslwpF3Ua-hRUi1iO60\":AslwpF3Ua,\"--variable-reference-vAGzmENmE-hRUi1iO60\":vAGzmENmE},text:O2UpV8v34,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({l7YsTBF79:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{style:{\"--font-selector\":\"Q1VTVE9NO0dUIFdhbHNoZWltIFBybyBCb2xk\",\"--framer-font-family\":'\"GT Walsheim Pro Bold\", \"GT Walsheim Pro Bold Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--variable-reference-vAGzmENmE-hRUi1iO60))\"},children:\"98+\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"Q1VTVE9NO0dUIFdhbHNoZWltIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"GT Walsheim Pro Medium\", \"GT Walsheim Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-vAGzmENmE-hRUi1iO60))\"},children:\"Build a Natural Language Postgres Editor \"})}),className:\"framer-1xydz6g\",\"data-framer-name\":\"Text\",fonts:[\"CUSTOM;GT Walsheim Pro Medium\"],layoutDependency:layoutDependency,layoutId:\"rZ3hXXc9R\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-vAGzmENmE-hRUi1iO60)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-vAGzmENmE-hRUi1iO60\":vAGzmENmE,opacity:.9},text:oEsI3wd9g,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m23k6n\",layoutDependency:layoutDependency,layoutId:\"veVMyUjoY\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-uwln2y\",layoutDependency:layoutDependency,layoutId:\"e2cqIGx9F\",opacity:.4,requiresOverflowVisible:false,style:{opacity:.4},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 29\" overflow=\"visible\"><path d=\"M 0 0 L 16 0 L 16 29 L 8 22.696 L 0 29 Z\" fill=\"rgb(255, 255, 255)\" opacity=\"0.4\"></path></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qop5jp\",\"data-framer-name\":\"Shade\",layoutDependency:layoutDependency,layoutId:\"udu3vG72h\",style:{background:\"linear-gradient(180deg, rgba(28, 28, 28, 0) 57.83185529279279%, rgb(28, 28, 28) 100%)\",opacity:.06}})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-etaq0k\",\"data-framer-name\":\"Paper\",layoutDependency:layoutDependency,layoutId:\"gjcq8Rfqi\",style:{backgroundColor:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",opacity:0,rotateY:90,transformPerspective:3747,z:-10},variants:{Oy7Axmmu3:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-upx108\",\"data-framer-name\":\"Paper\",layoutDependency:layoutDependency,layoutId:\"i4p6RaE6Y\",style:{background:\"linear-gradient(81deg, rgb(217, 217, 217) -57.99999999999999%, rgb(255, 255, 255) 112.00000000000001%)\",opacity:0,rotateY:90,transformPerspective:3697,z:-10},variants:{Oy7Axmmu3:{opacity:1}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-h37f0v\",\"data-border\":true,\"data-framer-name\":\"Back\",layoutDependency:layoutDependency,layoutId:\"pnB2LN9SP\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(34, 34, 34, 0.1)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:pRet1EGd1,borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0.7961918735236395px 0.7961918735236395px -0.5px rgba(0, 0, 0, 0.06), 0px 2.414506143104518px 2.414506143104518px -1px rgba(0, 0, 0, 0.06), 0px 6.382653521484461px 6.382653521484461px -1.5px rgba(0, 0, 0, 0.07), 0px 20px 20px -2px rgba(0, 0, 0, 0.09)\",filter:\"brightness(0.85)\",transformPerspective:1200,WebkitFilter:\"brightness(0.85)\",z:-20}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-v7HYu.framer-1oazf3k, .framer-v7HYu .framer-1oazf3k { display: block; }\",\".framer-v7HYu.framer-10112lw { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 220px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 169px; }\",\".framer-v7HYu .framer-g59sic { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; transform-style: preserve-3d; width: 1px; }\",\".framer-v7HYu .framer-jkl2yi { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px 16px 0px 0px; position: relative; transform-style: preserve-3d; width: 1px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-v7HYu .framer-1vk55sw { flex: none; height: 100%; overflow: hidden; position: relative; width: 17px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-v7HYu .framer-1pbftt7 { bottom: 0px; flex: none; overflow: hidden; position: absolute; right: 0px; top: 0px; width: 2px; }\",\".framer-v7HYu .framer-nl8f4z { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 100%; justify-content: flex-end; overflow: visible; padding: 78px 0px 20px 8px; position: relative; width: 1px; z-index: 2; }\",\".framer-v7HYu .framer-1olydvd { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 58%; z-index: 1; }\",\".framer-v7HYu .framer-1z0pj1l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-v7HYu .framer-1anffsu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-v7HYu .framer-1xydz6g { --framer-text-wrap: balance; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-v7HYu .framer-1m23k6n { flex: none; height: 29px; overflow: visible; position: absolute; right: 16px; top: 0px; width: 16px; }\",\".framer-v7HYu .framer-uwln2y { height: 29px; left: 0px; position: absolute; top: 0px; width: 16px; }\",\".framer-v7HYu .framer-qop5jp { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-v7HYu .framer-etaq0k { bottom: 13px; flex: none; overflow: visible; position: absolute; right: -8px; top: 11px; transform-style: preserve-3d; width: 18px; z-index: 2; }\",\".framer-v7HYu .framer-upx108 { bottom: 12px; flex: none; overflow: visible; position: absolute; right: -20px; top: 11px; transform-style: preserve-3d; width: 43px; z-index: 1; }\",\".framer-v7HYu .framer-h37f0v { bottom: 0px; flex: none; left: 4px; overflow: visible; position: absolute; right: 0px; top: 0px; transform-style: preserve-3d; z-index: 1; }\",\".framer-v7HYu.framer-v-1r1iw9g.framer-10112lw, .framer-v7HYu.framer-v-1q03v9z.framer-10112lw { aspect-ratio: 0.7681818181818182 / 1; height: var(--framer-aspect-ratio-supported, 220px); }\",\".framer-v7HYu.framer-v-1r1iw9g .framer-jkl2yi { order: 0; }\",\".framer-v7HYu.framer-v-1r1iw9g .framer-etaq0k { order: 1; }\",\".framer-v7HYu.framer-v-1r1iw9g .framer-upx108 { order: 2; }\",\".framer-v7HYu.framer-v-1r1iw9g .framer-h37f0v { order: 3; right: -6px; }\",\".framer-v7HYu.framer-v-1q03v9z .framer-nl8f4z { align-content: center; align-items: center; }\",'.framer-v7HYu[data-border=\"true\"]::after, .framer-v7HYu [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 220\n * @framerIntrinsicWidth 169\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"Oy7Axmmu3\":{\"layout\":[\"fixed\",\"fixed\"]},\"l7YsTBF79\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pRet1EGd1\":\"cover\",\"O2UpV8v34\":\"numberHighlight\",\"oEsI3wd9g\":\"title\",\"vAGzmENmE\":\"textColor\",\"of7nPHOH6\":\"image\",\"AslwpF3Ua\":\"fontSizeDesktopOnly\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerhRUi1iO60=withCSS(Component,css,\"framer-v7HYu\");export default FramerhRUi1iO60;FramerhRUi1iO60.displayName=\"3D Book\";FramerhRUi1iO60.defaultProps={height:220,width:169};addPropertyControls(FramerhRUi1iO60,{variant:{options:[\"vEDaPQNQs\",\"Oy7Axmmu3\",\"l7YsTBF79\"],optionTitles:[\"Default\",\"Hover\",\"Small\"],title:\"Variant\",type:ControlType.Enum},pRet1EGd1:{defaultValue:'var(--token-3ca57bc8-44af-4346-acef-fc136fca92a0, rgb(18, 96, 235)) /* {\"name\":\"B400\"} */',title:\"Cover\",type:ControlType.Color},O2UpV8v34:{defaultValue:\"98+\",displayTextArea:false,title:\"Number Highlight\",type:ControlType.String},oEsI3wd9g:{defaultValue:\"Build a Natural Language Postgres Editor \",displayTextArea:true,title:\"Title\",type:ControlType.String},vAGzmENmE:{defaultValue:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",title:\"Text color\",type:ControlType.Color},of7nPHOH6:{title:\"Image\",type:ControlType.ResponsiveImage},AslwpF3Ua:{defaultValue:24,title:\"Font Size (Desktop Only)\",type:ControlType.Number}});addFonts(FramerhRUi1iO60,[{explicitInter:true,fonts:[{family:\"GT Walsheim Pro Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/XLiQ81RUBpooOzDrBc4IW1lxg.ttf\"},{family:\"GT Walsheim Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/rRh32X8bMfg8PSgh8CYQrmDbwU.ttf\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhRUi1iO60\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"pRet1EGd1\\\":\\\"cover\\\",\\\"O2UpV8v34\\\":\\\"numberHighlight\\\",\\\"oEsI3wd9g\\\":\\\"title\\\",\\\"vAGzmENmE\\\":\\\"textColor\\\",\\\"of7nPHOH6\\\":\\\"image\\\",\\\"AslwpF3Ua\\\":\\\"fontSizeDesktopOnly\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"169\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Oy7Axmmu3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"l7YsTBF79\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"220\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./hRUi1iO60.map","// Generated by Framer (b9489e0)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ArrowRight from\"https://framerusercontent.com/modules/wsr8NdLSQO6OOptQnnqX/JngoTtEkRrJK1umockTK/bF6GwzCcC.js\";import DBook from\"https://framerusercontent.com/modules/0fj4nrCgYb4ck6qRbKKf/f7HHYgM4M4L3BSsIS8Jy/hRUi1iO60.js\";const ArrowRightFonts=getFonts(ArrowRight);const DBookFonts=getFonts(DBook);const enabledGestures={YxhvTSUeC:{hover:true}};const cycleOrder=[\"YxhvTSUeC\",\"k7UidJqMv\"];const serializationHash=\"framer-F4tqR\";const variantClassNames={k7UidJqMv:\"framer-v-124fmkh\",YxhvTSUeC:\"framer-v-4rxwj1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.8,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Big:\"YxhvTSUeC\",Small:\"k7UidJqMv\"};const getProps=({bookColor,cardColor,cTAColor,fontSizeDesktopOnly,height,id,image,link,logo,metricAmount,metricName,textColor,width,...props})=>{return{...props,bLbcl7WU7:cardColor??props.bLbcl7WU7??\"rgb(255, 249, 243)\",DNeqoUhyj:image??props.DNeqoUhyj,DYYGpEv9S:metricName??props.DYYGpEv9S??\"Onboarding Time Saved\",g5DcQr7mG:logo??props.g5DcQr7mG??{alt:\"\",pixelHeight:909,pixelWidth:4096,src:\"https://framerusercontent.com/images/yx7MSDeAIYQhwRJPJsHLDE7WHc.png?scale-down-to=512&width=4096&height=909\",srcSet:\"https://framerusercontent.com/images/yx7MSDeAIYQhwRJPJsHLDE7WHc.png?scale-down-to=512&width=4096&height=909 512w,https://framerusercontent.com/images/yx7MSDeAIYQhwRJPJsHLDE7WHc.png?scale-down-to=1024&width=4096&height=909 1024w,https://framerusercontent.com/images/yx7MSDeAIYQhwRJPJsHLDE7WHc.png?scale-down-to=2048&width=4096&height=909 2048w,https://framerusercontent.com/images/yx7MSDeAIYQhwRJPJsHLDE7WHc.png?width=4096&height=909 4096w\"},H2DLPIqhO:link??props.H2DLPIqhO,hHJbsPsdb:fontSizeDesktopOnly??props.hHJbsPsdb??24,MpxcCBS7x:bookColor??props.MpxcCBS7x??\"var(--token-9262c5f9-b913-4a7a-95ca-1c23d6d44390, rgb(224, 120, 0))\",qrHcCehmv:cTAColor??props.qrHcCehmv??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",variant:humanReadableVariantMap[props.variant]??props.variant??\"YxhvTSUeC\",xz3_elnK2:metricAmount??props.xz3_elnK2??\"-50%\",ZQSlVG1Ot:textColor??props.ZQSlVG1Ot??\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\"};};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,g5DcQr7mG,xz3_elnK2,DYYGpEv9S,bLbcl7WU7,MpxcCBS7x,H2DLPIqhO,DNeqoUhyj,ZQSlVG1Ot,hHJbsPsdb,qrHcCehmv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YxhvTSUeC\",enabledGestures,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__*/_jsx(Link,{href:H2DLPIqhO,motionChild:true,nodeId:\"YxhvTSUeC\",scopeId:\"mcVaVQ2s9\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-4rxwj1\",className,classNames)} framer-wlwpr7`,\"data-framer-name\":\"Big\",layoutDependency:layoutDependency,layoutId:\"YxhvTSUeC\",ref:refBinding,style:{backgroundColor:bLbcl7WU7,borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({\"YxhvTSUeC-hover\":{\"data-framer-name\":undefined},k7UidJqMv:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-57jm1s\",layoutDependency:layoutDependency,layoutId:\"eWw_QnnaU\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+5+(0+0+(((componentViewport?.height||244)-24)*1-13-40)/1*0)),sizes:`calc((${componentViewport?.width||\"100vw\"} - 24px) / 2 - 40px)`,...toResponsiveImage(g5DcQr7mG),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1lwuimb\",layoutDependency:layoutDependency,layoutId:\"CgJeari1R\",...addPropertyOverrides({k7UidJqMv:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+5+(0+0+(((componentViewport?.height||210.5)-24)*1-13-48.8)/1*0)),sizes:\"108.8px\",...toResponsiveImage(g5DcQr7mG),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cpprco\",layoutDependency:layoutDependency,layoutId:\"InyLsNUEP\",style:{opacity:0},variants:{\"YxhvTSUeC-hover\":{opacity:1},k7UidJqMv:{opacity:1}},children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dUIFdhbHNoZWltIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"GT Walsheim Pro Medium\", \"GT Walsheim Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qrHcCehmv-mcVaVQ2s9))\"},children:\"Read Story\"})}),className:\"framer-1rraq7i\",fonts:[\"CUSTOM;GT Walsheim Pro Medium\"],layoutDependency:layoutDependency,layoutId:\"va9XPGfJE\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-qrHcCehmv-mcVaVQ2s9)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-qrHcCehmv-mcVaVQ2s9\":qrHcCehmv},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({k7UidJqMv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO0dUIFdhbHNoZWltIFBybyBNZWRpdW0=\",\"--framer-font-family\":'\"GT Walsheim Pro Medium\", \"GT Walsheim Pro Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-qrHcCehmv-mcVaVQ2s9))\"},children:\"Read Story\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13rj8i8\",layoutDependency:layoutDependency,layoutId:\"zgEAERfpO\",style:{backgroundColor:bLbcl7WU7,borderBottomLeftRadius:56,borderBottomRightRadius:56,borderTopLeftRadius:56,borderTopRightRadius:56,opacity:.9},variants:{k7UidJqMv:{opacity:.911}},children:/*#__PURE__*/_jsx(ArrowRight,{animated:true,className:\"framer-ixfj2w\",layoutDependency:layoutDependency,layoutId:\"KQJSAAW8K\",style:{\"--1df8v9o\":qrHcCehmv},transformTemplate:transformTemplate1,...addPropertyOverrides({\"YxhvTSUeC-hover\":{transformTemplate:transformTemplate2},k7UidJqMv:{transformTemplate:undefined}},baseVariant,gestureVariant)})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:220,width:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,y:(componentViewport?.y||0)+12,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ealwjx-container\",layoutDependency:layoutDependency,layoutId:\"fghPq4FKj-container\",nodeId:\"fghPq4FKj\",rendersWithMotion:true,scopeId:\"mcVaVQ2s9\",children:/*#__PURE__*/_jsx(DBook,{AslwpF3Ua:hHJbsPsdb,height:\"100%\",id:\"fghPq4FKj\",layoutId:\"fghPq4FKj\",O2UpV8v34:xz3_elnK2,oEsI3wd9g:DYYGpEv9S,of7nPHOH6:toResponsiveImage(DNeqoUhyj),pRet1EGd1:MpxcCBS7x,style:{height:\"100%\",width:\"100%\"},vAGzmENmE:ZQSlVG1Ot,variant:\"vEDaPQNQs\",width:\"100%\",...addPropertyOverrides({\"YxhvTSUeC-hover\":{variant:\"Oy7Axmmu3\"},k7UidJqMv:{AslwpF3Ua:24}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-osubjw\",layoutDependency:layoutDependency,layoutId:\"xXNtlmKbc\",style:{background:\"linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(102, 102, 102) 100%)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,opacity:0},variants:{\"YxhvTSUeC-hover\":{opacity:.1}}})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-F4tqR.framer-wlwpr7, .framer-F4tqR .framer-wlwpr7 { display: block; }\",\".framer-F4tqR.framer-4rxwj1 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: 350px; }\",\".framer-F4tqR .framer-57jm1s { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: visible; padding: 5px 32px 8px 8px; position: relative; width: 50%; z-index: 2; }\",\".framer-F4tqR .framer-1lwuimb { aspect-ratio: 3.4 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 36px); overflow: hidden; position: relative; width: 100%; }\",\".framer-F4tqR .framer-1cpprco { align-content: center; align-items: center; bottom: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; width: min-content; z-index: 1; }\",\".framer-F4tqR .framer-1rraq7i { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-F4tqR .framer-13rj8i8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 24px; min-width: 24px; overflow: hidden; padding: 4px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-F4tqR .framer-ixfj2w { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); left: 0px; position: absolute; top: 50%; width: 16px; z-index: 1; }\",\".framer-F4tqR .framer-ealwjx-container { aspect-ratio: 0.740909090909091 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 220px); position: relative; width: 1px; z-index: 2; }\",\".framer-F4tqR .framer-osubjw { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-F4tqR.framer-v-124fmkh.framer-4rxwj1 { cursor: unset; width: 300px; }\",\".framer-F4tqR.framer-v-124fmkh .framer-1lwuimb { height: var(--framer-aspect-ratio-supported, 32px); width: 109px; }\",\".framer-F4tqR.framer-v-124fmkh .framer-1cpprco { bottom: unset; left: unset; position: relative; }\",\".framer-F4tqR.framer-v-124fmkh .framer-13rj8i8 { min-height: unset; min-width: unset; padding: 0px; }\",\".framer-F4tqR.framer-v-124fmkh .framer-ixfj2w { height: var(--framer-aspect-ratio-supported, 16px); left: unset; position: relative; top: unset; }\",\".framer-F4tqR.framer-v-124fmkh .framer-ealwjx-container { height: var(--framer-aspect-ratio-supported, 187px); }\",\".framer-F4tqR.framer-v-4rxwj1.hover .framer-1cpprco { left: 8px; }\",\".framer-F4tqR.framer-v-4rxwj1.hover .framer-ixfj2w { left: 50%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 244\n * @framerIntrinsicWidth 350\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"k7UidJqMv\":{\"layout\":[\"fixed\",\"auto\"]},\"klduMUR0x\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"g5DcQr7mG\":\"logo\",\"xz3_elnK2\":\"metricAmount\",\"DYYGpEv9S\":\"metricName\",\"bLbcl7WU7\":\"cardColor\",\"MpxcCBS7x\":\"bookColor\",\"H2DLPIqhO\":\"link\",\"DNeqoUhyj\":\"image\",\"ZQSlVG1Ot\":\"textColor\",\"hHJbsPsdb\":\"fontSizeDesktopOnly\",\"qrHcCehmv\":\"cTAColor\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermcVaVQ2s9=withCSS(Component,css,\"framer-F4tqR\");export default FramermcVaVQ2s9;FramermcVaVQ2s9.displayName=\"Customer Success Card\";FramermcVaVQ2s9.defaultProps={height:244,width:350};addPropertyControls(FramermcVaVQ2s9,{variant:{options:[\"YxhvTSUeC\",\"k7UidJqMv\"],optionTitles:[\"Big\",\"Small\"],title:\"Variant\",type:ControlType.Enum},g5DcQr7mG:{__defaultAssetReference:\"data:framer/asset-reference,yx7MSDeAIYQhwRJPJsHLDE7WHc.png?originalFilename=image+9.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,yx7MSDeAIYQhwRJPJsHLDE7WHc.png?originalFilename=image+9.png&preferredSize=auto\"},title:\"Logo\",type:ControlType.ResponsiveImage},xz3_elnK2:{defaultValue:\"-50%\",displayTextArea:false,title:\"Metric Amount\",type:ControlType.String},DYYGpEv9S:{defaultValue:\"Onboarding Time Saved\",displayTextArea:false,title:\"Metric Name\",type:ControlType.String},bLbcl7WU7:{defaultValue:\"rgb(255, 249, 243)\",title:\"Card Color\",type:ControlType.Color},MpxcCBS7x:{defaultValue:'var(--token-9262c5f9-b913-4a7a-95ca-1c23d6d44390, rgb(224, 120, 0)) /* {\"name\":\"O500\"} */',title:\"Book Color\",type:ControlType.Color},H2DLPIqhO:{title:\"Link\",type:ControlType.Link},DNeqoUhyj:{title:\"Image\",type:ControlType.ResponsiveImage},ZQSlVG1Ot:{defaultValue:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",title:\"Text Color\",type:ControlType.Color},hHJbsPsdb:{defaultValue:24,title:\"Font Size Desktop Only\",type:ControlType.Number},qrHcCehmv:{defaultValue:\"var(--token-20608b9f-0145-4a1e-b971-ee948ebbb015, rgb(255, 255, 255))\",title:\"CTA Color\",type:ControlType.Color}});addFonts(FramermcVaVQ2s9,[{explicitInter:true,fonts:[{family:\"GT Walsheim Pro Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/rRh32X8bMfg8PSgh8CYQrmDbwU.ttf\"}]},...ArrowRightFonts,...DBookFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermcVaVQ2s9\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"k7UidJqMv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"klduMUR0x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"350\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"244\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerVariables\":\"{\\\"g5DcQr7mG\\\":\\\"logo\\\",\\\"xz3_elnK2\\\":\\\"metricAmount\\\",\\\"DYYGpEv9S\\\":\\\"metricName\\\",\\\"bLbcl7WU7\\\":\\\"cardColor\\\",\\\"MpxcCBS7x\\\":\\\"bookColor\\\",\\\"H2DLPIqhO\\\":\\\"link\\\",\\\"DNeqoUhyj\\\":\\\"image\\\",\\\"ZQSlVG1Ot\\\":\\\"textColor\\\",\\\"hHJbsPsdb\\\":\\\"fontSizeDesktopOnly\\\",\\\"qrHcCehmv\\\":\\\"cTAColor\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"4sBAC2C,IAAsE,IAA4B,CAAoC,EAAK,8dAAseA,EAAiB,GAAY,EAAM,IAAM,CAAC,GAAK,CAAC,WAAS,WAAS,WAAS,GAAG,GAAM,EAAM,OAAO,EAAsB,EAAK,EAAO,IAAI,CAAC,GAAG,EAAc,WAAa,MAAI,CAAC,CAAc,EAAK,MAAM,CAAC,GAAG,EAAS,MAAI,CAAC,EAAG,CAAOc,GAAU,CAAC,SAAO,KAAG,SAAO,QAAM,GAAG,MAAgB,CAAC,GAAG,EAAM,UAAU,GAAQ,EAAM,WAAW,eAAe,EAAS,EAAuB,EAAiB,SAAS,EAAM,EAAI,CAAC,GAAK,CAAC,QAAM,YAAU,WAAS,UAAQ,YAAU,GAAG,GAAWA,EAAS,EAAM,CAAC,OAAoB,EAAKd,EAAI,CAAC,GAAG,EAAU,UAAU,EAAG,eAAe,EAAU,CAAU,WAAa,MAAI,MAAM,CAAC,YAAY,EAAU,GAAG,EAAM,CAAC,CAAC,EAAG,CAAO,EAAI,CAAC,iCAAiC,EAAK,6DAA6D,EAAK,kBAAkB,CAUr5C,EAAK,EAAQ,EAAU,EAAI,eAAe,CAAC,EAAK,YAAY,gBAA6B,EAAK,EAAoB,EAAK,CAAC,UAAU,CAAC,aAAa,eAAe,OAAO,GAAM,MAAM,SAAS,KAAK,EAAY,MAAM,CAAC,CAAC,ICViT,SAASE,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAAsF,OAArF,GAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,+CAA7nB,IAA8I,IAAkE,IAA4B,CAAgCC,EAAW,CAAC,YAAY,YAAY,YAAY,CAAOC,EAAkB,eAAqBC,EAAkB,CAAC,UAAU,mBAAmB,UAAU,mBAAmB,UAAU,mBAAmB,CAA8LC,EAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,SAAS,CAAO,EAAY,CAAC,OAAO,EAAE,MAAM,EAAE,SAAS,GAAG,KAAK,SAAS,CAAOC,GAAkB,GAAW,OAAO,GAAQ,UAAU,GAAc,OAAO,EAAM,KAAM,SAAiB,EAAc,OAAO,GAAQ,SAAS,CAAC,IAAI,EAAM,CAAC,IAAA,GAAkBC,GAAY,CAAC,QAAM,cAAY,CAAC,IAAM,EAAOa,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAaC,OAAmB,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,EAAW,CAAC,CAAC,CAAC,OAAoB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAC,EAASX,EAAS,EAAO,OAAOY,EAAe,CAAOV,EAAwB,CAAC,QAAQ,YAAY,MAAM,YAAY,MAAM,YAAY,CAAOC,GAAU,CAAC,QAAM,sBAAoB,SAAO,KAAG,QAAM,kBAAgB,YAAU,QAAM,QAAM,GAAG,MAAgB,CAAC,GAAG,EAAM,UAAU,GAAqB,EAAM,WAAW,GAAG,UAAU,GAAiB,EAAM,WAAW,MAAM,UAAU,GAAO,EAAM,WAAW,4CAA4C,UAAU,GAAO,EAAM,UAAU,UAAU,GAAO,EAAM,WAAW,sEAAsE,UAAU,GAAW,EAAM,WAAW,wEAAwE,QAAQD,EAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,EAASE,GAAwB,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAWrrE,EAAgB,EAXqsE,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAYS,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgBC,GAAa,CAAM,CAAC,eAAa,aAAW,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,QAAM,YAAU,WAAS,UAAQ,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,GAAG,GAAWX,EAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,YAAU,kBAAgB,aAAW,YAAU,GAAgB,CAAC,WAAA,EAAW,eAAe,YAAY,IAAI,EAAW,UAAQ,kBAAA,EAAkB,CAAC,CAAO,EAAiBC,EAAuB,EAAM,EAAS,CAAsC,GAAkB,EAAGX,EAA2C,CAAO,MAAoB,IAAc,YAAuC,OAAoB,EAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAKO,EAAS,CAAC,QAAQ,EAAS,QAAQ,GAAM,SAAsB,EAAKH,EAAW,CAAC,MAAMF,EAAY,GAAGJ,EAAqB,CAAC,UAAU,CAAC,MAAM,EAAY,CAAC,CAAC,EAAY,EAAe,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,EAAG,GAAkB,iBAAiB,EAAU,EAAW,CAAC,mBAAmB,UAA2B,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,GAAG,EAAM,CAAC,GAAGA,EAAqB,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,CAAC,EAAY,EAAe,CAAC,SAAsB,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,qBAAqB,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,IAAI,EAAE,GAAG,CAAC,CAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wBAAwB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,EAAU,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,oGAAoG,QAAQ,EAAE,qBAAqB,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,GAAG,CAAC,CAAC,SAAS,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,EAAE,oBAAoB,EAAE,QAAQ,IAAI,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAiB,mBAAmB,IAAqB,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,qBAAqB,CAAC,CAAC,CAAC,CAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,YAA6B,mBAAiB,SAAS,YAAY,SAAS,CAAC,GAAa,EAAe,EAAKwB,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,OAAO,YAAY,IAAI,WAAW,IAAI,MAAM,iBAAiB,GAAmB,OAAO,QAAQ,sCAAsC,GAAGnB,GAAkB,EAAU,CAAC,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,+HAA+H,CAAC,CAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAKgB,EAAe,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,4DAA4D,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,yEAAyE,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,8BAA8B,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,2CAA2C,EAAU,2CAA2C,EAAU,CAAC,KAAK,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,GAAGrB,EAAqB,CAAC,UAAU,CAAC,SAAsB,EAAKqB,EAAe,CAAC,SAAsB,EAAK,EAAO,IAAI,CAAC,MAAM,CAAC,kBAAkB,uCAAuC,uBAAuB,yEAAyE,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,MAAM,0BAA0B,OAAO,sBAAsB,yEAAyE,CAAC,SAAS,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAY,EAAe,CAAC,CAAC,CAAc,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAKA,EAAe,CAAC,SAAsB,EAAK,EAAO,GAAG,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,6EAA6E,qBAAqB,OAAO,0BAA0B,UAAU,uBAAuB,QAAQ,0BAA0B,OAAO,sBAAsB,yEAAyE,CAAC,SAAS,4CAA4C,CAAC,CAAC,CAAC,CAAC,UAAU,iBAAiB,mBAAmB,OAAO,MAAM,CAAC,gCAAgC,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,2CAA2C,EAAU,QAAQ,GAAG,CAAC,KAAK,EAAU,kBAAkB,MAAM,mBAAmB,GAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,SAAsB,EAAK,EAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,QAAQ,GAAG,wBAAwB,GAAM,MAAM,CAAC,QAAQ,GAAG,CAAC,IAAI,qOAAqO,mBAAmB,GAAK,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,wFAAwF,QAAQ,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,wEAAwE,QAAQ,EAAE,QAAQ,GAAG,qBAAqB,KAAK,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,mBAAmB,QAAyB,mBAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,yGAAyG,QAAQ,EAAE,QAAQ,GAAG,qBAAqB,KAAK,EAAE,IAAI,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAgB,cAAc,GAAK,mBAAmB,OAAwB,mBAAiB,SAAS,YAAY,MAAM,CAAC,wBAAwB,MAAM,iBAAiB,wBAAwB,sBAAsB,MAAM,uBAAuB,MAAM,iBAAiB,QAAQ,qBAAqB,MAAM,gBAAgB,EAAU,uBAAuB,EAAE,wBAAwB,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,UAAU,iQAAiQ,OAAO,mBAAmB,qBAAqB,KAAK,aAAa,mBAAmB,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAG,CAAW,CAAC,kFAAkF,kFAAkF,4PAA4P,sSAAsS,qYAAqY,yLAAyL,qIAAqI,+SAA+S,qKAAqK,gRAAgR,+NAA+N,4PAA4P,yIAAyI,uGAAuG,+IAA+I,mLAAmL,oLAAoL,8KAA8K,8LAA8L,8DAA8D,8DAA8D,8DAA8D,2EAA2E,gGAAgG,gcAAgc,CAW5le,eAAe,GAAgB,EAAgB,EAAgB,YAAY,UAAU,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,CAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,CAAC,aAAa,CAAC,UAAU,QAAQ,QAAQ,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,aAAa,4FAA4F,MAAM,QAAQ,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,aAAa,MAAM,gBAAgB,GAAM,MAAM,mBAAmB,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,aAAa,4CAA4C,gBAAgB,GAAK,MAAM,QAAQ,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,aAAa,wEAAwE,MAAM,aAAa,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,MAAM,QAAQ,KAAK,EAAY,gBAAgB,CAAC,UAAU,CAAC,aAAa,GAAG,MAAM,2BAA2B,KAAK,EAAY,OAAO,CAAC,CAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,uBAAuB,OAAO,SAAS,IAAI,qEAAqE,CAAC,CAAC,OAAO,yBAAyB,OAAO,SAAS,IAAI,sEAAsE,CAAC,CAAC,CAAC,CAAC,CAAC,6BAA6B,GAAK,CAAC,ICXlb,SAAS,EAAqB,EAAU,GAAG,EAAS,CAAC,IAAM,EAAc,EAAE,CAAsF,OAArF,GAAU,QAAQ,GAAS,GAAS,OAAO,OAAO,EAAc,EAAU,GAAS,CAAC,CAAQ,oEAA/gC,IAA0O,IAAkE,IAA4B,IAA+I,KAAgH,CAAM,GAAgB,EAASJ,EAAW,CAAO,GAAW,EAASC,EAAM,CAAO,GAAgB,CAAC,UAAU,CAAC,MAAM,GAAK,CAAC,CAAO,GAAW,CAAC,YAAY,YAAY,CAAO,GAAkB,eAAqB,GAAkB,CAAC,UAAU,mBAAmB,UAAU,kBAAkB,CAA8L,GAAY,CAAC,OAAO,GAAG,MAAM,EAAE,SAAS,GAAG,KAAK,SAAS,CAAO,EAAkB,GAAW,OAAO,GAAQ,UAAU,GAAc,OAAO,EAAM,KAAM,SAAiB,EAAc,OAAO,GAAQ,SAAS,CAAC,IAAI,EAAM,CAAC,IAAA,GAAkB,IAAoB,EAAE,IAAI,oBAAoB,IAAU,GAAoB,EAAE,IAAI,yBAAyB,IAAU,IAAY,CAAC,QAAM,cAAY,CAAC,IAAM,EAAOC,EAAiB,EAAoB,CAAO,EAAW,GAAO,EAAO,WAAiB,EAAaC,OAAmB,CAAC,GAAG,EAAO,aAAW,EAAE,CAAC,KAAK,UAAU,EAAW,CAAC,CAAC,CAAC,OAAoB,EAAK,EAAoB,SAAS,CAAC,MAAM,EAAsB,WAAS,CAAC,EAAS,GAAS,EAAO,OAAOC,EAAe,CAAO,GAAwB,CAAC,IAAI,YAAY,MAAM,YAAY,CAAO,IAAU,CAAC,YAAU,YAAU,WAAS,sBAAoB,SAAO,KAAG,QAAM,OAAK,OAAK,eAAa,aAAW,YAAU,QAAM,GAAG,MAAgB,CAAC,GAAG,EAAM,UAAU,GAAW,EAAM,WAAW,qBAAqB,UAAU,GAAO,EAAM,UAAU,UAAU,GAAY,EAAM,WAAW,wBAAwB,UAAU,GAAM,EAAM,WAAW,CAAC,IAAI,GAAG,YAAY,IAAI,WAAW,KAAK,IAAI,8GAA8G,OAAO,ybAAyb,CAAC,UAAU,GAAM,EAAM,UAAU,UAAU,GAAqB,EAAM,WAAW,GAAG,UAAU,GAAW,EAAM,WAAW,sEAAsE,UAAU,GAAU,EAAM,WAAW,wEAAwE,QAAQ,GAAwB,EAAM,UAAU,EAAM,SAAS,YAAY,UAAU,GAAc,EAAM,WAAW,OAAO,UAAU,GAAW,EAAM,WAAW,wEAAwE,EAAS,IAAwB,EAAM,IAAe,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAAC,EAAM,iBAAwB,EAAS,KAAK,IAAI,CAWj8G,EAAgB,EAXi9G,EAAiB,SAAS,EAAM,EAAI,CAAC,IAAM,EAAYC,EAAO,KAAK,CAAO,EAAW,GAAK,EAAkB,EAAgBC,GAAa,CAAM,CAAC,eAAa,aAAW,IAAe,CAAO,EAAkB,IAAsB,CAAM,CAAC,QAAM,YAAU,WAAS,UAAQ,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,YAAU,GAAG,GAAW,GAAS,EAAM,CAAM,CAAC,cAAY,aAAW,sBAAoB,kBAAgB,iBAAe,aAAU,kBAAgB,aAAW,YAAU,GAAgB,CAAC,cAAW,eAAe,YAAY,mBAAgB,IAAI,EAAW,UAAQ,qBAAkB,CAAC,CAAO,EAAiB,GAAuB,EAAM,EAAS,CAAsC,EAAkB,EAAG,GAA2C,CAAC,OAAoB,EAAK,EAAY,CAAC,GAAG,GAAU,EAAgB,SAAsB,EAAK,GAAS,CAAC,QAAQ,EAAS,QAAQ,GAAM,SAAsB,EAAK,GAAW,CAAC,MAAM,GAAY,SAAsB,EAAK,EAAK,CAAC,KAAK,EAAU,YAAY,GAAK,OAAO,YAAY,QAAQ,YAAY,SAAsB,EAAM,EAAO,EAAE,CAAC,GAAG,EAAU,GAAG,EAAgB,UAAU,GAAG,EAAG,EAAkB,gBAAgB,EAAU,EAAW,CAAC,gBAAgB,mBAAmB,MAAuB,mBAAiB,SAAS,YAAY,IAAI,EAAW,MAAM,CAAC,gBAAgB,EAAU,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,GAAG,EAAM,CAAC,GAAG,EAAqB,CAAC,kBAAkB,CAAC,mBAAmB,IAAA,GAAU,CAAC,UAAU,CAAC,mBAAmB,QAAQ,CAAC,CAAC,EAAY,EAAe,CAAC,SAAS,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,SAAS,CAAc,EAAKC,EAAM,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,GAAG,GAAG,KAAO,GAAmB,QAAQ,KAAK,IAAI,EAAE,GAAG,IAAI,EAAE,GAAG,CAAC,MAAM,SAAS,GAAmB,OAAO,QAAQ,sBAAsB,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,SAAU,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,GAAG,EAAqB,CAAC,UAAU,CAAC,WAAW,CAAC,IAAI,GAAG,IAAI,MAAM,QAAQ,GAA2B,GAAmB,GAAG,GAAG,GAAG,GAAG,KAAO,GAAmB,QAAQ,OAAO,IAAI,EAAE,GAAG,MAAM,EAAE,GAAG,CAAC,MAAM,UAAU,GAAG,EAAkB,EAAU,CAAK,UAAU,SAAS,UAAU,SAAU,CAAC,CAAC,CAAC,EAAY,EAAe,CAAC,CAAC,CAAc,EAAM,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,MAAM,CAAC,QAAQ,EAAE,CAAC,SAAS,CAAC,kBAAkB,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,EAAE,CAAC,CAAC,SAAS,CAAc,EAAK,EAAS,CAAC,sBAAsB,GAAK,SAAsB,EAAKH,EAAe,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,6EAA6E,qBAAqB,OAAO,sBAAsB,yEAAyE,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,UAAU,iBAAiB,MAAM,CAAC,gCAAgC,CAAkB,mBAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,gDAAgD,2BAA2B,mBAAmB,gCAAgC,YAAY,2CAA2C,EAAU,CAAC,kBAAkB,MAAM,mBAAmB,GAAK,GAAG,EAAqB,CAAC,UAAU,CAAC,SAAsB,EAAKA,EAAe,CAAC,SAAsB,EAAK,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,2CAA2C,uBAAuB,6EAA6E,qBAAqB,OAAO,sBAAsB,yEAAyE,CAAC,SAAS,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAY,EAAe,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,iBAAkC,mBAAiB,SAAS,YAAY,MAAM,CAAC,gBAAgB,EAAU,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,QAAQ,GAAG,CAAC,SAAS,CAAC,UAAU,CAAC,QAAQ,KAAK,CAAC,CAAC,SAAsB,EAAKJ,EAAW,CAAC,SAAS,GAAK,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,MAAM,CAAC,YAAY,EAAU,CAAC,kBAAkB,GAAmB,GAAG,EAAqB,CAAC,kBAAkB,CAAC,kBAAkB,EAAmB,CAAC,UAAU,CAAC,kBAAkB,IAAA,GAAU,CAAC,CAAC,EAAY,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAc,EAAK,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAmB,OAAO,QAAQ,oBAAoB,GAAG,GAAmB,GAAG,GAAG,GAAG,SAAsB,EAAK,EAA8B,CAAC,UAAU,0BAA2C,mBAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsB,EAAKC,EAAM,CAAC,UAAU,EAAU,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,EAAU,UAAU,EAAU,UAAU,EAAkB,EAAU,CAAC,UAAU,EAAU,MAAM,CAAC,OAAO,OAAO,MAAM,OAAO,CAAC,UAAU,EAAU,QAAQ,YAAY,MAAM,OAAO,GAAG,EAAqB,CAAC,kBAAkB,CAAC,QAAQ,YAAY,CAAC,UAAU,CAAC,UAAU,GAAG,CAAC,CAAC,EAAY,EAAe,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAc,EAAK,EAAO,IAAI,CAAC,UAAU,gBAAiC,mBAAiB,SAAS,YAAY,MAAM,CAAC,WAAW,wEAAwE,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,QAAQ,EAAE,CAAC,SAAS,CAAC,kBAAkB,CAAC,QAAQ,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAG,CAAW,CAAC,kFAAkF,gFAAgF,qTAAqT,0TAA0T,8KAA8K,uTAAuT,iHAAiH,kXAAkX,0LAA0L,kMAAkM,2MAA2M,gFAAgF,uHAAuH,qGAAqG,wGAAwG,qJAAqJ,mHAAmH,qEAAqE,oEAAoE,CAW5sY,eAAe,IAAgB,EAAgB,EAAgB,YAAY,wBAAwB,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,IAAI,CAAC,EAAoB,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,CAAC,aAAa,CAAC,MAAM,QAAQ,CAAC,MAAM,UAAU,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,wBAAwB,6GAA6G,gBAAgB,CAAC,IAAI,GAAG,eAAe,6GAA6G,CAAC,MAAM,OAAO,KAAK,EAAY,gBAAgB,CAAC,UAAU,CAAC,aAAa,OAAO,gBAAgB,GAAM,MAAM,gBAAgB,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,aAAa,wBAAwB,gBAAgB,GAAM,MAAM,cAAc,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,aAAa,qBAAqB,MAAM,aAAa,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,aAAa,4FAA4F,MAAM,aAAa,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,MAAM,OAAO,KAAK,EAAY,KAAK,CAAC,UAAU,CAAC,MAAM,QAAQ,KAAK,EAAY,gBAAgB,CAAC,UAAU,CAAC,aAAa,wEAAwE,MAAM,aAAa,KAAK,EAAY,MAAM,CAAC,UAAU,CAAC,aAAa,GAAG,MAAM,yBAAyB,KAAK,EAAY,OAAO,CAAC,UAAU,CAAC,aAAa,wEAAwE,MAAM,YAAY,KAAK,EAAY,MAAM,CAAC,CAAC,CAAC,EAAS,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,yBAAyB,OAAO,SAAS,IAAI,sEAAsE,CAAC,CAAC,CAAC,GAAG,GAAgB,GAAG,GAAW,CAAC,CAAC,6BAA6B,GAAK,CAAC"}