{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ssVB46t2L9Cpm3r5UpQu/0OMnIcwLQS6dJ8UBwVL5/lucmP9QE1.js", "ssg:https://framerusercontent.com/modules/cjjwtnoVLtVW2wL0pqFL/CSTMxSjTPzQo6PIEY0LE/lucmP9QE1.js"],
  "sourcesContent": ["// Generated by Framer (2306ade)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={yEgY3sowe:new LazyValue(()=>import(\"./lucmP9QE1-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2306ade)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import TestimonialCard from\"#framer/local/canvasComponent/ddopLVhM0/ddopLVhM0.js\";import DownloadLinks from\"#framer/local/canvasComponent/FYhG5QWbF/FYhG5QWbF.js\";import Footer from\"#framer/local/canvasComponent/nyyaWjHtC/nyyaWjHtC.js\";import ReadMoreReviews from\"#framer/local/canvasComponent/pAukFT4f_/pAukFT4f_.js\";import NavDefault from\"#framer/local/canvasComponent/VS2Hs0tKc/VS2Hs0tKc.js\";import Reviews from\"#framer/local/collection/z6g6D8DnD/z6g6D8DnD.js\";import*as sharedStyle from\"#framer/local/css/BYt7rlGTT/BYt7rlGTT.js\";import*as sharedStyle2 from\"#framer/local/css/MRjqaMMzU/MRjqaMMzU.js\";import*as sharedStyle1 from\"#framer/local/css/UpRyep_9d/UpRyep_9d.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/lucmP9QE1/lucmP9QE1.js\";import metadataProvider from\"#framer/local/webPageMetadata/lucmP9QE1/lucmP9QE1.js\";const NavDefaultFonts=getFonts(NavDefault);const TestimonialCardFonts=getFonts(TestimonialCard);const ReadMoreReviewsFonts=getFonts(ReadMoreReviews);const DownloadLinksFonts=getFonts(DownloadLinks);const FooterFonts=getFonts(Footer);const breakpoints={fFk8zzhaP:\"(min-width: 735px) and (max-width: 1068px)\",m0SqCF2aN:\"(min-width: 1069px)\",TyhYWeRDS:\"(max-width: 734px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-mzaAx\";const variantClassNames={fFk8zzhaP:\"framer-v-1bmja1r\",m0SqCF2aN:\"framer-v-1oerwur\",TyhYWeRDS:\"framer-v-1qj8lhr\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"AOzXnDSeR\":return getLocalizedValue(\"v1\",activeLocale)??\"\u2605\u2605\u2605\u2605\u2605\";default:return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"m0SqCF2aN\",Medium:\"fFk8zzhaP\",Phone:\"TyhYWeRDS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"m0SqCF2aN\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"lucmP9QE1\",data:Reviews,type:\"Collection\"},select:[{collection:\"lucmP9QE1\",name:\"LZr_XQsug\",type:\"Identifier\"},{collection:\"lucmP9QE1\",name:\"ydJAKHhXM\",type:\"Identifier\"},{collection:\"lucmP9QE1\",name:\"IgTMxtLjJ\",type:\"Identifier\"},{collection:\"lucmP9QE1\",name:\"q6ccG02zn\",type:\"Identifier\"},{collection:\"lucmP9QE1\",name:\"nyqPn6QA0\",type:\"Identifier\"},{collection:\"lucmP9QE1\",name:\"ZPGICxNua\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"lucmP9QE1\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,nyqPn6QA0=getFromCurrentRouteData(\"nyqPn6QA0\"),LZr_XQsug=getFromCurrentRouteData(\"LZr_XQsug\")??\"\",ydJAKHhXM=getFromCurrentRouteData(\"ydJAKHhXM\")??\"\",IgTMxtLjJ=getFromCurrentRouteData(\"IgTMxtLjJ\")??\"\",q6ccG02zn=getFromCurrentRouteData(\"q6ccG02zn\")??\"\",ZPGICxNua=getFromCurrentRouteData(\"ZPGICxNua\"),IgTMxtLjJTqc_YqDD3,nyqPn6QA0Tqc_YqDD3,ydJAKHhXMTqc_YqDD3,q6ccG02znTqc_YqDD3,LZr_XQsugTqc_YqDD3,W9zfssZHlTqc_YqDD3,idTqc_YqDD3,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,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);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(nyqPn6QA0,\"AOzXnDSeR\");const textContent=prefix(LZr_XQsug,\"\");usePreloadLocalizedValues(activeLocale);const textContent1=prefix(IgTMxtLjJ,getLocalizedValue(\"v0\",activeLocale)??\"By \");const activeLocaleCode=useLocaleCode();const textContent2=prefix(toDateString(ZPGICxNua,{dateStyle:\"long\",locale:\"\"},activeLocaleCode),\"\");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"m0SqCF2aN\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-81cc0669-7444-496f-abc2-28917de5bc90, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1oerwur\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-epowx6-container\",nodeId:\"zLBJBK2r6\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TyhYWeRDS:{variant:\"L1eNKAIG3\"}},children:/*#__PURE__*/_jsx(NavDefault,{height:\"100%\",id:\"zLBJBK2r6\",layoutId:\"zLBJBK2r6\",style:{width:\"100%\"},variant:\"D9uI1fF61\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a8rbj3\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1laawri\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1obn6dw\",children:visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"28px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 149, 0)\"},children:\"\u2605\u2605\u2605\u2605\u2605\"})}),className:\"framer-acfeqb\",\"data-framer-name\":\"Stars\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-wpo2x0\",\"data-styles-preset\":\"BYt7rlGTT\",style:{\"--framer-text-color\":\"var(--token-077d830b-143c-48c6-9763-3c231f5e1812, rgb(0, 0, 0))\"},children:\"Changed my progress\"})}),className:\"framer-lan77v\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-17ve7j4\",\"data-styles-preset\":\"UpRyep_9d\",style:{\"--framer-text-color\":\"var(--token-077d830b-143c-48c6-9763-3c231f5e1812, rgb(0, 0, 0))\"},children:\"Been using this app for a few years now! Love it! Great way to set up your routines, keep track of them, and plan for gradual processions to heavier weights. My workouts would be way less productive! I can\u2019t see why I see some guys still using a pen and a notebook!\"})}),className:\"framer-1v1cc8l\",\"data-framer-name\":\"Review\",fonts:[\"Inter\"],text:ydJAKHhXM,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-v1err6\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-j01xet\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vo75s8\",\"data-styles-preset\":\"MRjqaMMzU\",style:{\"--framer-text-color\":\"var(--token-894b1e4c-c849-491f-a5f6-aa6a7476ec31, rgba(60, 60, 67, 0.6))\"},children:\"Mr_Will101 \"})}),className:\"framer-dtr98\",\"data-framer-name\":\"Reviewer\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nw7dk7\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1vo75s8\",\"data-styles-preset\":\"MRjqaMMzU\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-894b1e4c-c849-491f-a5f6-aa6a7476ec31, rgba(60, 60, 67, 0.6))\"},children:\"CA App Store\"})}),className:\"framer-o7ahts\",\"data-framer-name\":\"Source\",fonts:[\"Inter\"],text:q6ccG02zn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1vo75s8\",\"data-styles-preset\":\"MRjqaMMzU\",style:{\"--framer-text-color\":\"var(--token-894b1e4c-c849-491f-a5f6-aa6a7476ec31, rgba(60, 60, 67, 0.6))\"},children:\"Reviewed on December 30, 2021\"})}),className:\"framer-4uqxzz\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bFcuJSAck\"},motionChild:true,nodeId:\"CbawXIHyL\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fFk8zzhaP:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:547,intrinsicWidth:653,pixelHeight:1094,pixelWidth:1306,sizes:`min(${componentViewport?.width||\"100vw\"}, 615px)`,src:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png 1306w\"}},TyhYWeRDS:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:547,intrinsicWidth:653,pixelHeight:1094,pixelWidth:1306,sizes:`min(${componentViewport?.width||\"100vw\"}, 334px)`,src:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png 1306w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:547,intrinsicWidth:653,pixelHeight:1094,pixelWidth:1306,sizes:`min(${componentViewport?.width||\"100vw\"}, 623px)`,src:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=512 512w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/X41secEgXsxUlyqyyBSA8DEgUI.png 1306w\"},className:\"framer-rld4h8 framer-eyc0hp\",\"data-framer-name\":\"Frame 3\"})})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-12ak1zz\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsx(\"section\",{className:\"framer-1oi7l4d\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TyhYWeRDS:{query:{from:{alias:\"Tqc_YqDD3\",data:Reviews,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"Tqc_YqDD3\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"Tqc_YqDD3\",name:\"IgTMxtLjJ\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"nyqPn6QA0\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"ydJAKHhXM\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"q6ccG02zn\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"LZr_XQsug\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"W9zfssZHl\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"Tqc_YqDD3\",data:Reviews,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"Tqc_YqDD3\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"Tqc_YqDD3\",name:\"IgTMxtLjJ\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"nyqPn6QA0\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"ydJAKHhXM\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"q6ccG02zn\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"LZr_XQsug\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"W9zfssZHl\",type:\"Identifier\"},{collection:\"Tqc_YqDD3\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({id:idTqc_YqDD3,IgTMxtLjJ:IgTMxtLjJTqc_YqDD3,LZr_XQsug:LZr_XQsugTqc_YqDD3,nyqPn6QA0:nyqPn6QA0Tqc_YqDD3,q6ccG02zn:q6ccG02znTqc_YqDD3,W9zfssZHl:W9zfssZHlTqc_YqDD3,ydJAKHhXM:ydJAKHhXMTqc_YqDD3},index)=>{IgTMxtLjJTqc_YqDD3??=\"\";ydJAKHhXMTqc_YqDD3??=\"\";q6ccG02znTqc_YqDD3??=\"\";LZr_XQsugTqc_YqDD3??=\"\";W9zfssZHlTqc_YqDD3??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`Tqc_YqDD3-${idTqc_YqDD3}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{W9zfssZHl:W9zfssZHlTqc_YqDD3},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{W9zfssZHl:W9zfssZHlTqc_YqDD3},webPageId:\"lucmP9QE1\"},implicitPathVariables:undefined},{href:{pathVariables:{W9zfssZHl:W9zfssZHlTqc_YqDD3},webPageId:\"lucmP9QE1\"},implicitPathVariables:undefined},{href:{pathVariables:{W9zfssZHl:W9zfssZHlTqc_YqDD3},webPageId:\"lucmP9QE1\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:470,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s7on90-container\",nodeId:\"Pb9fuXUZa\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fFk8zzhaP:{ljwEjv7sE:resolvedLinks[2]},TyhYWeRDS:{ljwEjv7sE:resolvedLinks[1],variant:\"E84HAwyYI\"}},children:/*#__PURE__*/_jsx(TestimonialCard,{G3mE1iX7H:ydJAKHhXMTqc_YqDD3,GNySjMPTU:q6ccG02znTqc_YqDD3,height:\"100%\",id:\"Pb9fuXUZa\",jNdIWNYti:LZr_XQsugTqc_YqDD3,layoutId:\"Pb9fuXUZa\",ljwEjv7sE:resolvedLinks[0],RjRaNX304:IgTMxtLjJTqc_YqDD3,style:{width:\"100%\"},variant:\"HRePHhwmh\",vQncvo9rt:toString(convertFromEnum(nyqPn6QA0Tqc_YqDD3,activeLocale)),width:\"100%\"})})})})})})},idTqc_YqDD3);})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TyhYWeRDS:{width:\"314px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ji8ixe-container\",nodeId:\"x_wRlTfMr\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TyhYWeRDS:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ReadMoreReviews,{CGPtoG5TC:getLocalizedValue(\"v2\",activeLocale)??\"Read more reviews\",height:\"100%\",id:\"x_wRlTfMr\",layoutId:\"x_wRlTfMr\",style:{height:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:311,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-pbs8kl-container\",nodeId:\"VEUA4o0H8\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{fFk8zzhaP:{style:{width:\"100%\"}},TyhYWeRDS:{style:{width:\"100%\"},variant:\"xAoW63gR5\"}},children:/*#__PURE__*/_jsx(DownloadLinks,{height:\"100%\",id:\"VEUA4o0H8\",layoutId:\"VEUA4o0H8\",style:{height:\"100%\",width:\"100%\"},variant:\"Q_wnzAMH0\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-678ijl-container\",nodeId:\"nQvEZCzgc\",scopeId:\"lucmP9QE1\",children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"nQvEZCzgc\",layoutId:\"nQvEZCzgc\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mzaAx.framer-eyc0hp, .framer-mzaAx .framer-eyc0hp { display: block; }\",\".framer-mzaAx.framer-1oerwur { align-content: center; align-items: center; background-color: var(--token-81cc0669-7444-496f-abc2-28917de5bc90, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1069px; }\",\".framer-mzaAx .framer-epowx6-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-mzaAx .framer-1a8rbj3 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mzaAx .framer-1laawri { align-content: flex-start; align-items: flex-start; background-color: var(--token-81cc0669-7444-496f-abc2-28917de5bc90, #ffffff); display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: flex-start; max-width: 653px; padding: 30px 20px 40px 20px; position: relative; width: 1px; }\",\".framer-mzaAx .framer-1obn6dw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 34px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mzaAx .framer-acfeqb, .framer-mzaAx .framer-dtr98 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mzaAx .framer-lan77v, .framer-mzaAx .framer-1v1cc8l { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mzaAx .framer-v1err6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-mzaAx .framer-j01xet { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-mzaAx .framer-1nw7dk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-mzaAx .framer-o7ahts { align-self: stretch; flex: none; height: auto; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-mzaAx .framer-4uqxzz { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-mzaAx .framer-rld4h8 { aspect-ratio: 1.193784277879342 / 1; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; flex: none; height: var(--framer-aspect-ratio-supported, 522px); max-width: 623px; overflow: visible; position: relative; text-decoration: none; width: 100%; }\",\".framer-mzaAx .framer-12ak1zz { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 653px; overflow: hidden; padding: 37px 15px 37px 15px; position: relative; width: 100%; }\",\".framer-mzaAx .framer-1oi7l4d { display: grid; flex: none; gap: 15px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(270px, 1fr)); height: min-content; justify-content: center; max-width: 1000px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-mzaAx .framer-1s7on90-container { align-self: start; flex: none; height: auto; justify-self: start; min-width: 250px; position: relative; width: 100%; z-index: 1; }\",\".framer-mzaAx .framer-ji8ixe-container { flex: none; height: 15px; position: relative; width: auto; }\",\".framer-mzaAx .framer-pbs8kl-container { flex: none; height: 311px; position: relative; width: 100%; }\",\".framer-mzaAx .framer-678ijl-container { flex: none; height: auto; position: sticky; width: 100%; z-index: 1; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (max-width: 734px) { .framer-mzaAx.framer-1oerwur { width: 390px; } .framer-mzaAx .framer-1a8rbj3 { min-width: 320px; } .framer-mzaAx .framer-1laawri { max-width: 362px; min-width: 280px; padding: 30px 20px 25px 20px; } .framer-mzaAx .framer-rld4h8 { height: var(--framer-aspect-ratio-supported, 280px); max-width: 334px; } .framer-mzaAx .framer-12ak1zz { gap: 25px; justify-content: flex-start; min-width: 200px; width: 344px; } .framer-mzaAx .framer-1oi7l4d { max-width: unset; width: 335px; } .framer-mzaAx .framer-ji8ixe-container { width: 100%; } .framer-mzaAx .framer-pbs8kl-container { height: auto; }}\",\"@media (min-width: 735px) and (max-width: 1068px) { .framer-mzaAx.framer-1oerwur { width: 735px; } .framer-mzaAx .framer-1laawri { flex: none; max-width: unset; padding: 30px 0px 40px 0px; width: 576px; } .framer-mzaAx .framer-rld4h8 { height: var(--framer-aspect-ratio-supported, 515px); max-width: 615px; } .framer-mzaAx .framer-12ak1zz { width: 92%; } .framer-mzaAx .framer-1oi7l4d { max-width: 692px; } .framer-mzaAx .framer-pbs8kl-container { height: auto; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2587\n * @framerIntrinsicWidth 1069\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"TyhYWeRDS\":{\"layout\":[\"fixed\",\"auto\"]},\"fFk8zzhaP\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerlucmP9QE1=withCSS(Component,css,\"framer-mzaAx\");export default FramerlucmP9QE1;FramerlucmP9QE1.displayName=\"Reviews\";FramerlucmP9QE1.defaultProps={height:2587,width:1069};addFonts(FramerlucmP9QE1,[{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\"}]},...NavDefaultFonts,...TestimonialCardFonts,...ReadMoreReviewsFonts,...DownloadLinksFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerlucmP9QE1\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1069\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"2587\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TyhYWeRDS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fFk8zzhaP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavDefaultFonts", "getFonts", "VS2Hs0tKc_default", "TestimonialCardFonts", "ddopLVhM0_default", "ReadMoreReviewsFonts", "pAukFT4f_default", "DownloadLinksFonts", "FYhG5QWbF_default", "FooterFonts", "nyyaWjHtC_default", "breakpoints", "serializationHash", "variantClassNames", "equals", "a", "b", "prefix", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "convertFromEnum", "getLocalizedValue", "toString", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "z6g6D8DnD_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "nyqPn6QA0", "LZr_XQsug", "ydJAKHhXM", "IgTMxtLjJ", "q6ccG02zn", "ZPGICxNua", "IgTMxtLjJTqc_YqDD3", "nyqPn6QA0Tqc_YqDD3", "ydJAKHhXMTqc_YqDD3", "q6ccG02znTqc_YqDD3", "LZr_XQsugTqc_YqDD3", "W9zfssZHlTqc_YqDD3", "idTqc_YqDD3", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "visible", "textContent", "usePreloadLocalizedValues", "textContent1", "activeLocaleCode", "useLocaleCode", "textContent2", "router", "useRouter", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "VS2Hs0tKc_default", "RichText2", "x", "Link", "Image2", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "ddopLVhM0_default", "pAukFT4f_default", "FYhG5QWbF_default", "nyyaWjHtC_default", "css", "FramerlucmP9QE1", "withCSS", "lucmP9QE1_default", "addFonts", "NavDefaultFonts", "TestimonialCardFonts", "ReadMoreReviewsFonts", "DownloadLinksFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
