{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ZumSBiepoWu4KjVAbU9l/CjzjLP4kxPltfHXOeuwS/esAUt1CIc.js"],
  "sourcesContent": ["// Generated by Framer (1bcc82d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLoadMorePaginatedQuery,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/DDzyuYPF56TuI0bfUu2z/YouTube.js\";import ButtonPrimaryButton from\"#framer/local/canvasComponent/GNvaONxX6/GNvaONxX6.js\";import TagPrimaryTag from\"#framer/local/canvasComponent/IHYC0Q7Lw/IHYC0Q7Lw.js\";import BlogBlogSingleCard from\"#framer/local/canvasComponent/KtVf94LV_/KtVf94LV_.js\";import Sidebar from\"#framer/local/canvasComponent/ptxq7UGxd/ptxq7UGxd.js\";import Blog from\"#framer/local/collection/BUGTPjXwz/BUGTPjXwz.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle4 from\"#framer/local/css/ABKs9wxVy/ABKs9wxVy.js\";import*as sharedStyle7 from\"#framer/local/css/BB5OYjlP6/BB5OYjlP6.js\";import*as sharedStyle8 from\"#framer/local/css/DOWnf2wWb/DOWnf2wWb.js\";import*as sharedStyle5 from\"#framer/local/css/ijk7eWnje/ijk7eWnje.js\";import*as sharedStyle9 from\"#framer/local/css/MWo0dHOYk/MWo0dHOYk.js\";import*as sharedStyle3 from\"#framer/local/css/Q9YGoPiQM/Q9YGoPiQM.js\";import*as sharedStyle2 from\"#framer/local/css/QhK6qqT5U/QhK6qqT5U.js\";import*as sharedStyle from\"#framer/local/css/QuTNz53Yy/QuTNz53Yy.js\";import*as sharedStyle1 from\"#framer/local/css/VnmEZ_3BZ/VnmEZ_3BZ.js\";import*as sharedStyle10 from\"#framer/local/css/vtT47P7pj/vtT47P7pj.js\";import*as sharedStyle6 from\"#framer/local/css/vUspv7P41/vUspv7P41.js\";import metadataProvider from\"#framer/local/webPageMetadata/esAUt1CIc/esAUt1CIc.js\";const ButtonPrimaryButtonFonts=getFonts(ButtonPrimaryButton);const YouTubeFonts=getFonts(YouTube);const BlogBlogSingleCardFonts=getFonts(BlogBlogSingleCard);const SidebarFonts=getFonts(Sidebar);const TagPrimaryTagFonts=getFonts(TagPrimaryTag);const breakpoints={N73gaos2e:\"(min-width: 992px) and (max-width: 1439px)\",TWzEPa1Ig:\"(max-width: 767px)\",VG8uru4H2:\"(min-width: 1440px)\",xzSk79Kp2:\"(min-width: 768px) and (max-width: 991px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-2qABT\";const variantClassNames={N73gaos2e:\"framer-v-139vcf9\",TWzEPa1Ig:\"framer-v-2w5ef4\",VG8uru4H2:\"framer-v-t1a99j\",xzSk79Kp2:\"framer-v-1d95sq0\"};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"medium\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={damping:50,delay:.05,mass:1,stiffness:300,type:\"spring\"};const textEffect={effect:animation,repeat:false,startDelay:0,threshold:.5,tokenization:\"word\",transition:transition1,trigger:\"onInView\",type:\"appear\"};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"iUEHspMHL\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"VG8uru4H2\",Laptop:\"N73gaos2e\",Phone:\"TWzEPa1Ig\",Tablet:\"xzSk79Kp2\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"VG8uru4H2\"};};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:\"esAUt1CIc\",data:Blog,type:\"Collection\"},select:[{collection:\"esAUt1CIc\",name:\"gOvUDDoCh\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"zucQ2lYw5\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"iwOaZHlgx\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"JzBg0frsQ\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"gg5n3jB54\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"T52KCtq91\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"J4Y_rE5ZR\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"wZ568WkhW\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"AJGkxKV2B\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"d0vjV3S0v\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"MMuugF4cX\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"ybZ3s6IW6\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"bcDCD6_wn\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"LANOdkceg\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"lhM2493Z6\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"uZ4jc8gfR\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"AMm63Kk5B\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"RaW0zawSz\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"MNunC7oc1\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"fjXg1uRaS\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"QsecYE1Vk\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"hyZJJpZkH\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"usBgZdmqY\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"hZULpnk_G\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"jIeg7BRZo\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"uy_LtqC3w\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"EfYBo2AI3\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"VQ1hgQnWn\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"pJSvqhpQD\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"bLpyXYgw_\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"f_Teb45rR\",type:\"Identifier\"},{collection:\"esAUt1CIc\",name:\"DYM52ru0s\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"esAUt1CIc\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,gOvUDDoCh=getFromCurrentRouteData(\"gOvUDDoCh\")??\"\",JzBg0frsQ=getFromCurrentRouteData(\"JzBg0frsQ\")??\"\",iwOaZHlgx=getFromCurrentRouteData(\"iwOaZHlgx\"),gg5n3jB54=getFromCurrentRouteData(\"gg5n3jB54\")??\"\",T52KCtq91=getFromCurrentRouteData(\"T52KCtq91\"),J4Y_rE5ZR=getFromCurrentRouteData(\"J4Y_rE5ZR\")??\"\",wZ568WkhW=getFromCurrentRouteData(\"wZ568WkhW\")??\"\",AJGkxKV2B=getFromCurrentRouteData(\"AJGkxKV2B\"),d0vjV3S0v=getFromCurrentRouteData(\"d0vjV3S0v\")??\"\",MMuugF4cX=getFromCurrentRouteData(\"MMuugF4cX\")??\"\",ybZ3s6IW6=getFromCurrentRouteData(\"ybZ3s6IW6\")??\"\",LANOdkceg=getFromCurrentRouteData(\"LANOdkceg\"),bcDCD6_wn=getFromCurrentRouteData(\"bcDCD6_wn\")??\"\",uZ4jc8gfR=getFromCurrentRouteData(\"uZ4jc8gfR\"),lhM2493Z6=getFromCurrentRouteData(\"lhM2493Z6\")??\"\",AMm63Kk5B=getFromCurrentRouteData(\"AMm63Kk5B\")??\"\",RaW0zawSz=getFromCurrentRouteData(\"RaW0zawSz\")??\"\",MNunC7oc1=getFromCurrentRouteData(\"MNunC7oc1\"),fjXg1uRaS=getFromCurrentRouteData(\"fjXg1uRaS\")??\"\",QsecYE1Vk=getFromCurrentRouteData(\"QsecYE1Vk\"),hyZJJpZkH=getFromCurrentRouteData(\"hyZJJpZkH\")??\"\",usBgZdmqY=getFromCurrentRouteData(\"usBgZdmqY\"),hZULpnk_G=getFromCurrentRouteData(\"hZULpnk_G\")??\"\",jIeg7BRZo=getFromCurrentRouteData(\"jIeg7BRZo\"),uy_LtqC3w=getFromCurrentRouteData(\"uy_LtqC3w\")??\"\",EfYBo2AI3=getFromCurrentRouteData(\"EfYBo2AI3\"),VQ1hgQnWn=getFromCurrentRouteData(\"VQ1hgQnWn\")??\"\",pJSvqhpQD=getFromCurrentRouteData(\"pJSvqhpQD\"),bLpyXYgw_=getFromCurrentRouteData(\"bLpyXYgw_\")??\"\",f_Teb45rR=getFromCurrentRouteData(\"f_Teb45rR\")??\"\",DYM52ru0s=getFromCurrentRouteData(\"DYM52ru0s\"),zucQ2lYw5iUEHspMHL,iwOaZHlgxiUEHspMHL,T52KCtq91iUEHspMHL,gOvUDDoChiUEHspMHL,idiUEHspMHL,zucQ2lYw5=getFromCurrentRouteData(\"zucQ2lYw5\")??\"\",...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,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const activeLocaleCode=useLocaleCode();const textContent=toDateString(iwOaZHlgx,activeLocaleCode);const visible=isSet(J4Y_rE5ZR);const elementId=useRouteElementId(\"d_bAG8kfp\");const ref1=React.useRef(null);const visible1=isSet(AJGkxKV2B);const visible2=isSet(d0vjV3S0v);const elementId1=useRouteElementId(\"RCInpSRNz\");const ref2=React.useRef(null);const visible3=isSet(ybZ3s6IW6);const visible4=isSet(LANOdkceg);const visible5=isSet(bcDCD6_wn);const elementId2=useRouteElementId(\"dnSNFaYvu\");const ref3=React.useRef(null);const visible6=isSet(uZ4jc8gfR);const visible7=isSet(lhM2493Z6);const elementId3=useRouteElementId(\"Pg4fJBu2P\");const ref4=React.useRef(null);const visible8=isSet(AMm63Kk5B);const elementId4=useRouteElementId(\"JDaWuUfFn\");const ref5=React.useRef(null);const visible9=isSet(RaW0zawSz);const visible10=isSet(MNunC7oc1);const visible11=isSet(fjXg1uRaS);const elementId5=useRouteElementId(\"aKL2IUFn2\");const ref6=React.useRef(null);const visible12=isSet(QsecYE1Vk);const visible13=isSet(hyZJJpZkH);const elementId6=useRouteElementId(\"DTnES6lXW\");const ref7=React.useRef(null);const visible14=isSet(usBgZdmqY);const visible15=isSet(hZULpnk_G);const elementId7=useRouteElementId(\"VTSAdV810\");const ref8=React.useRef(null);const visible16=isSet(jIeg7BRZo);const visible17=isSet(uy_LtqC3w);const elementId8=useRouteElementId(\"wET_AB109\");const ref9=React.useRef(null);const visible18=isSet(EfYBo2AI3);const visible19=isSet(VQ1hgQnWn);const elementId9=useRouteElementId(\"GXEkfKk2X\");const ref10=React.useRef(null);const visible20=isSet(pJSvqhpQD);const visible21=isSet(bLpyXYgw_);const elementId10=useRouteElementId(\"BRp3sLut1\");const ref11=React.useRef(null);const visible22=isSet(DYM52ru0s);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"VG8uru4H2\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-t1a99j\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n91x3k\",\"data-framer-name\":\"Blog Section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lfk1fz\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ih0nre\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1damxj3\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-c8wq6b\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bbpqi2\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hjvri6\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1le23r9\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{y:(componentViewport?.y||0)+0+0+120+0+0+70+0+0+0+0+40+365+0+0+0+0},TWzEPa1Ig:{y:(componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+0+0+20+365+0+0+0+0},xzSk79Kp2:{y:(componentViewport?.y||0)+0+0+120+0+0+60+0+0+0+0+40+365+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+120+0+0+0+0+0+0+0+78+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-q11itk-container\",nodeId:\"T7GYi7F4R\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{GT109pdEG:resolvedLinks[1]},TWzEPa1Ig:{GT109pdEG:resolvedLinks[3]},xzSk79Kp2:{GT109pdEG:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"Back to All Posts\",GT109pdEG:resolvedLinks[0],height:\"100%\",id:\"T7GYi7F4R\",layoutId:\"T7GYi7F4R\",SD1BGlGhK:false,variant:\"xQAMtyuwR\",width:\"100%\",YVFZiszrG:{borderColor:\"var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15))\",borderStyle:\"solid\",borderWidth:3}})})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"left\"},children:\"Amazon\u2019s $4 Billion Rural Delivery Expansion: Transforming America\u2019s E-Commerce Landscape\"})}),className:\"framer-1durxbj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:gOvUDDoCh,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-scao0c\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:407.3333333333333,intrinsicWidth:422,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+0+0+40+365+0+156+0),pixelHeight:611,pixelWidth:633,sizes:\"87px\",src:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512 512w,https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png 633w\"}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:407.3333333333333,intrinsicWidth:422,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+0+0+20+365+0+156+0),pixelHeight:611,pixelWidth:633,sizes:\"87px\",src:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512 512w,https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png 633w\"}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:407.3333333333333,intrinsicWidth:422,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+0+0+40+365+0+156+0),pixelHeight:611,pixelWidth:633,sizes:\"87px\",src:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512 512w,https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png 633w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:407.3333333333333,intrinsicWidth:422,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+0+0+78+0+156+0),pixelHeight:611,pixelWidth:633,sizes:\"87px\",src:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png?scale-down-to=512 512w,https://framerusercontent.com/images/LOSGZyxFjd7AMiIm65UwXdcW0.png 633w\"},className:\"framer-3ky73g\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6r9hgz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",style:{\"--framer-text-alignment\":\"left\"},children:\"How Data Can Drive Better Decision Making\"})}),className:\"framer-1ql31zb\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:JzBg0frsQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1n43p4r\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5dq42m\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7npsd1\",fill:'var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, rgb(230, 131, 18)) /* {\"name\":\"Blue\"} */',intrinsicHeight:24,intrinsicWidth:24,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M8 14q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m4 0q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m4 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\"},children:\"Jan 12, 2022\"})}),className:\"framer-1yyx3y4\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l9odbe\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-x0s9r5\",\"data-styles-preset\":\"QhK6qqT5U\",style:{\"--framer-text-alignment\":\"left\"},children:\"13 minutes\"})}),className:\"framer-rcj19r\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:gg5n3jB54,verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+0+0+40+0),...toResponsiveImage(T52KCtq91)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+0+0+20+0),sizes:`calc(max(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 1px) - 40px)`,...toResponsiveImage(T52KCtq91)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+0+0+40+0),...toResponsiveImage(T52KCtq91)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+0+0+40),...toResponsiveImage(T52KCtq91)},className:\"framer-1syfiz2\",\"data-framer-name\":\"Image\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ov0fz0\",\"data-framer-name\":\"Light\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-px4zo4\",\"data-framer-name\":\"Light\"})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-eht7pi\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q65o4p\",children:[visible&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14zofs5\",\"data-framer-name\":\"Part 1\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-13z3yma\",fonts:[\"Inter\"],text:J4Y_rE5ZR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:wZ568WkhW,className:\"framer-13y555k\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+-3152.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(AJGkxKV2B),...{positionX:\"center\",positionY:\"center\"}}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+-3152.0743),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(AJGkxKV2B),...{positionX:\"center\",positionY:\"center\"}}},xzSk79Kp2:{background:{alt:\"\",fit:\"fit\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+-3152.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(AJGkxKV2B),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+-3152.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(AJGkxKV2B),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-17gq2ml\",\"data-framer-name\":\"Image 2\"})}),visible2&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u8s5o8\",\"data-framer-name\":\"Part 2\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-1mkc9qx\",fonts:[\"Inter\"],text:d0vjV3S0v,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-1lzj441\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tgv20t-container\",isModuleExternal:true,nodeId:\"bq1uoe0ZT\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"bq1uoe0ZT\",isMixedBorderRadius:false,isRed:true,layoutId:\"bq1uoe0ZT\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:ybZ3s6IW6,width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+-1928.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(LANOdkceg)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+-1928.0743),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(LANOdkceg)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+-1928.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(LANOdkceg)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+-1928.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(LANOdkceg)},className:\"framer-1kerehf\",\"data-framer-name\":\"Image 3\"})}),visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mhywtr\",\"data-framer-name\":\"Part 3\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-1vmv886\",fonts:[\"Inter\"],text:bcDCD6_wn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-zuwxrx\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible6&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+-1178.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(uZ4jc8gfR)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+-1178.0743),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(uZ4jc8gfR)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+-1178.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(uZ4jc8gfR)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+-1178.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(uZ4jc8gfR)},className:\"framer-1c0dyu1\",\"data-framer-name\":\"Image 4\"})}),visible7&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p5gl30\",\"data-framer-name\":\"Part 4\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-fapxsb\",fonts:[\"Inter\"],text:lhM2493Z6,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-1d2ix2k\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible8&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18ae8vb\",\"data-framer-name\":\"Part 5\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-12rkmv2\",fonts:[\"Inter\"],text:AMm63Kk5B,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-193dx5k\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ajvwyn-container\",isModuleExternal:true,nodeId:\"QFrkFZ4Jv\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"QFrkFZ4Jv\",isMixedBorderRadius:false,isRed:true,layoutId:\"QFrkFZ4Jv\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:RaW0zawSz,width:\"100%\"})})}),visible10&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+256.9257),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(MNunC7oc1)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+256.9257),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(MNunC7oc1)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+256.9257),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(MNunC7oc1)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+256.9257),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(MNunC7oc1)},className:\"framer-vstd3\",\"data-framer-name\":\"Part 5 Image\"})}),visible11&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cvhhgk\",\"data-framer-name\":\"Part 6\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-1vutgdz\",fonts:[\"Inter\"],text:fjXg1uRaS,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-73idsr\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible12&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+646.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(QsecYE1Vk)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+646.5553),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(QsecYE1Vk)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+646.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(QsecYE1Vk)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+646.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(QsecYE1Vk)},className:\"framer-afcivh\",\"data-framer-name\":\"Image 5\"})}),visible13&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-152i2gx\",\"data-framer-name\":\"Part 7\",id:elementId6,ref:ref7,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-1apyu9a\",fonts:[\"Inter\"],text:hyZJJpZkH,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-1mvvscb\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible14&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+1396.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(usBgZdmqY)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+1396.5553),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(usBgZdmqY)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+1396.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(usBgZdmqY)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+1396.5553),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(usBgZdmqY)},className:\"framer-2gc8yy\",\"data-framer-name\":\"Image 6\"})}),visible15&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1j905ui\",\"data-framer-name\":\"Part 8\",id:elementId7,ref:ref8,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-8h08jt\",fonts:[\"Inter\"],text:hZULpnk_G,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-1yy83f0\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible16&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+1786.1849),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(jIeg7BRZo)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+1786.1849),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(jIeg7BRZo)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+1786.1849),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(jIeg7BRZo)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+1786.1849),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(jIeg7BRZo)},className:\"framer-1600028\",\"data-framer-name\":\"Image 7\"})}),visible17&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-c3u18e\",\"data-framer-name\":\"Part 9\",id:elementId8,ref:ref9,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-g0138w\",fonts:[\"Inter\"],text:uy_LtqC3w,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-tohap9\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible18&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+2175.8145),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(EfYBo2AI3)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+2175.8145),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(EfYBo2AI3)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+2175.8145),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(EfYBo2AI3)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+2175.8145),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(EfYBo2AI3)},className:\"framer-6p4tb2\",\"data-framer-name\":\"Image 8\"})}),visible19&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yoqlc5\",\"data-framer-name\":\"Part 10\",id:elementId9,ref:ref10,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-15qrmtd\",fonts:[\"Inter\"],text:VQ1hgQnWn,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:MMuugF4cX,className:\"framer-1onwvyw\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible20&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+2565.4441),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(pJSvqhpQD)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+2565.4441),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(pJSvqhpQD)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+2565.4441),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(pJSvqhpQD)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+2565.4441),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(pJSvqhpQD)},className:\"framer-1vgr17c\",\"data-framer-name\":\"Image 9\"})}),visible21&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gyp29m\",\"data-framer-name\":\"Part 11\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-pyuk04\",\"data-styles-preset\":\"Q9YGoPiQM\",children:\"What Are Amazon Sponsored Brand ads?\"})}),className:\"framer-1v9jmyl\",fonts:[\"Inter\"],text:bLpyXYgw_,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"sY3L06M0g\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:f_Teb45rR,className:\"framer-b3wrpi\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-68ruwb\",h1:\"framer-styles-preset-1idioqq\",h2:\"framer-styles-preset-190xti5\",h3:\"framer-styles-preset-pyuk04\",h4:\"framer-styles-preset-1ing3ma\",h5:\"framer-styles-preset-e1e1tc\",h6:\"framer-styles-preset-1fxziwq\",img:\"framer-styles-preset-1v439mb\",p:\"framer-styles-preset-o1ogpi\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),visible22&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+70+0+0+735+0+0+2938.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(DYM52ru0s)}},TWzEPa1Ig:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+692+0+0+40+0+0+675+0+0+2938.0743),pixelHeight:865,pixelWidth:1536,sizes:`max(min(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 390px), 690px), 1px)`,...toResponsiveImage(DYM52ru0s)}},xzSk79Kp2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+60+0+0+725+0+0+2938.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(DYM52ru0s)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:576.6666666666666,intrinsicWidth:1024,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+120+0+0+0+0+0+496+0+0+2938.0743),pixelHeight:865,pixelWidth:1536,...toResponsiveImage(DYM52ru0s)},className:\"framer-102gcxt\",\"data-framer-name\":\"Image 9\"})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ius3s\",\"data-framer-name\":\"More Works\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v88dr2\",\"data-framer-name\":\"Top\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-d7jnny\",\"data-framer-name\":\"Heading\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TWzEPa1Ig:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\"},children:\"More Blog\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",children:\"More Blog\"})}),className:\"framer-1emd6jr\",\"data-framer-name\":\"Text\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined},{href:{webPageId:\"raEB8BnJ9\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{y:(componentViewport?.y||0)+0+0+120+0+924+0+0+2},TWzEPa1Ig:{y:(componentViewport?.y||0)+0+0+120+692+0+804+0+0+0+80},xzSk79Kp2:{y:(componentViewport?.y||0)+0+0+120+0+894+0+0+2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:46,y:(componentViewport?.y||0)+0+0+120+0+545+0+0+2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-hspf0i-container\",nodeId:\"PfYKviw11\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{GT109pdEG:resolvedLinks1[1]},TWzEPa1Ig:{GT109pdEG:resolvedLinks1[3]},xzSk79Kp2:{GT109pdEG:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ButtonPrimaryButton,{AL_NU982V:false,dlVBgpKLv:\"View all blog\",GT109pdEG:resolvedLinks1[0],height:\"100%\",id:\"PfYKviw11\",layoutId:\"PfYKviw11\",SD1BGlGhK:false,variant:\"vf6JWDf13\",width:\"100%\",YVFZiszrG:{borderColor:\"var(--token-a58752c8-168c-47db-857e-906f22f33790, rgba(255, 255, 255, 0.15))\",borderStyle:\"solid\",borderWidth:3}})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-a0dvn5\",\"data-framer-name\":\"Bottom\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1evly89\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"iUEHspMHL\",data:Blog,type:\"Collection\"},select:[{collection:\"iUEHspMHL\",name:\"zucQ2lYw5\",type:\"Identifier\"},{collection:\"iUEHspMHL\",name:\"iwOaZHlgx\",type:\"Identifier\"},{collection:\"iUEHspMHL\",name:\"T52KCtq91\",type:\"Identifier\"},{collection:\"iUEHspMHL\",name:\"gOvUDDoCh\",type:\"Identifier\"},{collection:\"iUEHspMHL\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({gOvUDDoCh:gOvUDDoChiUEHspMHL,id:idiUEHspMHL,iwOaZHlgx:iwOaZHlgxiUEHspMHL,T52KCtq91:T52KCtq91iUEHspMHL,zucQ2lYw5:zucQ2lYw5iUEHspMHL},index)=>{zucQ2lYw5iUEHspMHL??=\"\";gOvUDDoChiUEHspMHL??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`iUEHspMHL-${idiUEHspMHL}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{zucQ2lYw5:zucQ2lYw5iUEHspMHL},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{zucQ2lYw5:zucQ2lYw5iUEHspMHL},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"uHI1GBw6M\",openInNewTab:false,scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-xajwxl framer-196kadx\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{y:(componentViewport?.y||0)+0+0+120+0+924+0+100+0+0+0+0+0},TWzEPa1Ig:{width:`max(min(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px, 1440px), 1px)`,y:(componentViewport?.y||0)+0+0+120+692+0+804+0+176+0+0+0+0+0},xzSk79Kp2:{y:(componentViewport?.y||0)+0+0+120+0+894+0+100+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:445,y:(componentViewport?.y||0)+0+0+120+0+545+0+100+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-op687p-container\",nodeId:\"khdgA7Fky\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(BlogBlogSingleCard,{bopBG8BLX:\"Key Features\",bYOwA5ysw:\"Explore the innovative features of FinFlow, a cutting-edge SaaS platform designed to automate\",height:\"100%\",HujrVC6ki:gOvUDDoChiUEHspMHL,id:\"khdgA7Fky\",Jk8Dq4Y6i:toDateString(iwOaZHlgxiUEHspMHL,activeLocaleCode),layoutId:\"khdgA7Fky\",style:{width:\"100%\"},TVkxbk_nF:toResponsiveImage(T52KCtq91iUEHspMHL),variant:\"Y6F4YJIY1\",width:\"100%\"})})})})})})})},idiUEHspMHL);})})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aqsn53\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TWzEPa1Ig:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1750px) - 40px)`,y:(componentViewport?.y||0)+0+0+120+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:506,y:(componentViewport?.y||0)+0+0+120+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-f8f5dp-container\",nodeId:\"zWMMuHA0F\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{TWzEPa1Ig:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(Sidebar,{height:\"100%\",id:\"zWMMuHA0F\",layoutId:\"zWMMuHA0F\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8qsfmb\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqjuu9\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rrivsl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1ing3ma\",\"data-styles-preset\":\"VnmEZ_3BZ\",children:\"Table of Contents\"})}),className:\"framer-oihaca\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f5i432\",children:[visible&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":d_bAG8kfp\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"mh0vEP_CH\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"What Are Amazon Sponsored Brand ads?\"})})})}),className:\"framer-1fnmp20\",fonts:[\"GF;DM Sans-500\"],text:J4Y_rE5ZR,verticalAlignment:\"top\",withExternalLayout:true}),visible2&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":RCInpSRNz\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"gip6Zk8PN\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Eligibility for Amazon Sponsored Brand Ads\"})})})}),className:\"framer-1o0vgqr\",fonts:[\"GF;DM Sans-500\"],text:d0vjV3S0v,verticalAlignment:\"top\",withExternalLayout:true}),visible5&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":dnSNFaYvu\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"dm50vq8Xu\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"What are the Sponsored Brands Ad Format Types?\"})})})}),className:\"framer-gbuoh5\",fonts:[\"GF;DM Sans-500\"],text:bcDCD6_wn,verticalAlignment:\"top\",withExternalLayout:true}),visible7&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":Pg4fJBu2P\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"Wq9h4i75T\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"How to set up a Sponsored Brands ad\"})})})}),className:\"framer-12kp5yh\",fonts:[\"GF;DM Sans-500\"],text:lhM2493Z6,verticalAlignment:\"top\",withExternalLayout:true}),visible8&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":JDaWuUfFn\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"kK30Y32yv\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Amazon sponsored brand ads strategies \"})})})}),className:\"framer-13gnd7c\",fonts:[\"GF;DM Sans-500\"],text:AMm63Kk5B,verticalAlignment:\"top\",withExternalLayout:true}),visible11&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":aKL2IUFn2\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"iWKqqf4XB\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Common Mistakes to Avoid\"})})})}),className:\"framer-1gan42d\",fonts:[\"GF;DM Sans-500\"],text:fjXg1uRaS,verticalAlignment:\"top\",withExternalLayout:true}),visible13&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":DTnES6lXW\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"HvbDImN_q\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"It\u2019s time to make your brand shine\"})})})}),className:\"framer-1b8vx23\",fonts:[\"GF;DM Sans-500\"],text:hyZJJpZkH,verticalAlignment:\"top\",withExternalLayout:true}),visible15&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":VTSAdV810\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"TRXoMHz79\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Real Case Studies: Who Got Suspended and Why\"})})})}),className:\"framer-1spc9fw\",fonts:[\"GF;DM Sans-500\"],text:hyZJJpZkH,verticalAlignment:\"top\",withExternalLayout:true}),visible17&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":wET_AB109\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"a2CV3GZTN\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Real Case Studies: Who Got Suspended and Why\"})})})}),className:\"framer-4ycel0\",fonts:[\"GF;DM Sans-500\"],text:hyZJJpZkH,verticalAlignment:\"top\",withExternalLayout:true}),visible19&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":BRp3sLut1\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"P6KSJ0Env\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Which Model Works Better for Different Types of Sellers?\"})})})}),className:\"framer-1m20yks\",fonts:[\"GF;DM Sans-500\"],text:hyZJJpZkH,verticalAlignment:\"top\",withExternalLayout:true}),visible21&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"26px\",\"--framer-text-color\":\"var(--token-8f8054d9-8a09-4e7e-b957-8a76557c5e75, rgba(255, 255, 255, 0.6))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":GXEkfKk2X\",pathVariables:{zucQ2lYw5},webPageId:\"esAUt1CIc\"},motionChild:true,nodeId:\"pkOJEMjrh\",openInNewTab:false,preserveParams:false,relValues:[],scopeId:\"esAUt1CIc\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1vjuhlu\",\"data-styles-preset\":\"vtT47P7pj\",children:\"Real Case Studies: Who Got Suspended and Why\"})})})}),className:\"framer-188xnrq\",fonts:[\"GF;DM Sans-500\"],text:bLpyXYgw_,verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1cfqt5o\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><path fill=\"currentColor\" d=\"M8 14q-.425 0-.712-.288T7 13t.288-.712T8 12t.713.288T9 13t-.288.713T8 14m4 0q-.425 0-.712-.288T11 13t.288-.712T12 12t.713.288T13 13t-.288.713T12 14m4 0q-.425 0-.712-.288T15 13t.288-.712T16 12t.713.288T17 13t-.288.713T16 14M5 22q-.825 0-1.412-.587T3 20V6q0-.825.588-1.412T5 4h1V2h2v2h8V2h2v2h1q.825 0 1.413.588T21 6v14q0 .825-.587 1.413T19 22zm0-2h14V10H5z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-rvn7bi\",\"data-framer-name\":\"Testimonial\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-krdp4b\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-65h6dp\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8k8mjs\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3z9tnb\",\"data-framer-name\":\"Tag/Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N73gaos2e:{y:(componentViewport?.y||0)+0+1613+100+0+0+0+0+0+0+0+0},TWzEPa1Ig:{y:(componentViewport?.y||0)+0+2261+70+0+0+0+0+0+0+0+0},xzSk79Kp2:{y:(componentViewport?.y||0)+0+1583+100+0+0+0+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+1699+100+0+0+0+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-r8s410-container\",nodeId:\"Yi55tvXVE\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(TagPrimaryTag,{height:\"100%\",id:\"Yi55tvXVE\",KS7KLFqN8:\"Testimonial\",layoutId:\"Yi55tvXVE\",rQKAY6456:\"NEW\",variant:\"axDSKQZXP\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1a63ow0\",\"data-framer-name\":\"Title\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-190xti5\",\"data-styles-preset\":\"QuTNz53Yy\",style:{\"--framer-text-alignment\":\"center\"},children:[\"What our \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, rgb(230, 131, 18))\"},children:\"clients say\"})]})}),className:\"framer-34oqsz\",\"data-framer-name\":\"Text 1\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rmw0cd\",\"data-framer-name\":\"Bottom\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k2ozak-container\",isModuleExternal:true,nodeId:\"TWdIgMAC2\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"TWdIgMAC2\",isMixedBorderRadius:false,isRed:true,layoutId:\"TWdIgMAC2\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=35Kl7BOSKOM&feature=youtu.be\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-np4gfe-container\",isModuleExternal:true,nodeId:\"eYIQ4JA6_\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"eYIQ4JA6_\",isMixedBorderRadius:false,isRed:true,layoutId:\"eYIQ4JA6_\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=40zZEypglSc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ok6i8p-container\",isModuleExternal:true,nodeId:\"C74ByZZRT\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"C74ByZZRT\",isMixedBorderRadius:false,isRed:true,layoutId:\"C74ByZZRT\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=PuU8_AVohAI&feature=youtu.be\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-14ob9be-container\",isModuleExternal:true,nodeId:\"DJ8kHoAfc\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"DJ8kHoAfc\",isMixedBorderRadius:false,isRed:true,layoutId:\"DJ8kHoAfc\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=OPDrUrf7ELc&feature=youtu.be\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-2ctla4-container\",isModuleExternal:true,nodeId:\"s15yYZCML\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"s15yYZCML\",isMixedBorderRadius:false,isRed:true,layoutId:\"s15yYZCML\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=HJyt8rz_F5Q&feature=youtu.be\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jz4o6t-container\",isModuleExternal:true,nodeId:\"RiKIjd_FW\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"RiKIjd_FW\",isMixedBorderRadius:false,isRed:true,layoutId:\"RiKIjd_FW\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://youtu.be/iOzF043RPSk\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ay17yl-container\",isModuleExternal:true,nodeId:\"IGSvaeXxO\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"IGSvaeXxO\",isMixedBorderRadius:false,isRed:true,layoutId:\"IGSvaeXxO\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=hQmveYvfaaU&feature=youtu.be\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17fc4w9-container\",isModuleExternal:true,nodeId:\"qMMzpfCkt\",scopeId:\"esAUt1CIc\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:14,bottomLeftRadius:14,bottomRightRadius:14,height:\"100%\",id:\"qMMzpfCkt\",isMixedBorderRadius:false,isRed:true,layoutId:\"qMMzpfCkt\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:14,topRightRadius:14,url:\"https://www.youtube.com/watch?v=l6X5B9icHlM&feature=youtu.be\",width:\"100%\"})})})]})]})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2qABT.framer-196kadx, .framer-2qABT .framer-196kadx { display: block; }\",\".framer-2qABT.framer-t1a99j { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-2qABT .framer-n91x3k { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1750px; overflow: visible; padding: 120px 60px 0px 60px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1lfk1fz, .framer-2qABT .framer-q65o4p { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-1ih0nre { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1750px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1damxj3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-c8wq6b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1bbpqi2 { align-content: center; align-items: center; background-color: #04070d; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; box-shadow: inset 0px 2px 1px 0px rgba(207, 231, 255, 0.2); display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2qABT .framer-1hjvri6 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-1le23r9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-q11itk-container, .framer-2qABT .framer-hspf0i-container, .framer-2qABT .framer-r8s410-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-2qABT .framer-1durxbj, .framer-2qABT .framer-1ql31zb, .framer-2qABT .framer-1fnmp20, .framer-2qABT .framer-1o0vgqr, .framer-2qABT .framer-gbuoh5, .framer-2qABT .framer-12kp5yh, .framer-2qABT .framer-13gnd7c, .framer-2qABT .framer-1gan42d, .framer-2qABT .framer-1b8vx23, .framer-2qABT .framer-1spc9fw, .framer-2qABT .framer-4ycel0, .framer-2qABT .framer-1m20yks, .framer-2qABT .framer-188xnrq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2qABT .framer-scao0c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-3ky73g { aspect-ratio: 1.0360065466448445 / 1; border-bottom-left-radius: 999px; border-bottom-right-radius: 999px; border-top-left-radius: 999px; border-top-right-radius: 999px; flex: none; height: var(--framer-aspect-ratio-supported, 84px); overflow: visible; position: relative; width: 87px; }\",\".framer-2qABT .framer-6r9hgz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-1n43p4r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-5dq42m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-2qABT .framer-7npsd1, .framer-2qABT .framer-1cfqt5o { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 24px; }\",\".framer-2qABT .framer-1yyx3y4, .framer-2qABT .framer-rcj19r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2qABT .framer-l9odbe { align-self: stretch; background-color: rgba(255, 255, 255, 0.3); flex: none; height: auto; overflow: hidden; position: relative; width: 1px; }\",\".framer-2qABT .framer-1syfiz2 { aspect-ratio: 1.7384615384615385 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 0px); max-width: 30%; position: relative; width: 1px; }\",\".framer-2qABT .framer-ov0fz0 { -webkit-user-select: none; background: radial-gradient(50% 50% at 93.7% 8.1%, var(--token-08c4a6f9-af82-471d-b559-befcf7c9487d, #febe36) 0%, rgba(4, 7, 13, 0) 100%); flex: none; height: 306px; opacity: 0.1; overflow: hidden; pointer-events: none; position: absolute; right: 0px; top: 0px; user-select: none; width: 437px; z-index: 1; }\",\".framer-2qABT .framer-px4zo4 { -webkit-user-select: none; background: radial-gradient(50% 50% at 1.3% 100%, var(--token-08c4a6f9-af82-471d-b559-befcf7c9487d, #febe36) 0%, rgba(4, 7, 13, 0) 100%); bottom: 0px; flex: none; height: 306px; left: 0px; opacity: 0.1; overflow: hidden; pointer-events: none; position: absolute; user-select: none; width: 437px; z-index: 1; }\",\".framer-2qABT .framer-eht7pi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; max-width: 690px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-14zofs5, .framer-2qABT .framer-1u8s5o8, .framer-2qABT .framer-1mhywtr, .framer-2qABT .framer-1p5gl30, .framer-2qABT .framer-18ae8vb, .framer-2qABT .framer-cvhhgk, .framer-2qABT .framer-152i2gx, .framer-2qABT .framer-1j905ui, .framer-2qABT .framer-c3u18e, .framer-2qABT .framer-yoqlc5, .framer-2qABT .framer-gyp29m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; scroll-margin-top: 110px; width: 100%; }\",\".framer-2qABT .framer-13z3yma, .framer-2qABT .framer-1mkc9qx, .framer-2qABT .framer-1vmv886, .framer-2qABT .framer-fapxsb, .framer-2qABT .framer-12rkmv2, .framer-2qABT .framer-1vutgdz, .framer-2qABT .framer-1apyu9a, .framer-2qABT .framer-8h08jt, .framer-2qABT .framer-g0138w, .framer-2qABT .framer-15qrmtd, .framer-2qABT .framer-1v9jmyl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2qABT .framer-13y555k, .framer-2qABT .framer-1lzj441, .framer-2qABT .framer-zuwxrx, .framer-2qABT .framer-1d2ix2k, .framer-2qABT .framer-193dx5k, .framer-2qABT .framer-73idsr, .framer-2qABT .framer-1mvvscb, .framer-2qABT .framer-1yy83f0, .framer-2qABT .framer-tohap9, .framer-2qABT .framer-1onwvyw, .framer-2qABT .framer-b3wrpi { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2qABT .framer-17gq2ml, .framer-2qABT .framer-1kerehf, .framer-2qABT .framer-1c0dyu1, .framer-2qABT .framer-vstd3, .framer-2qABT .framer-afcivh, .framer-2qABT .framer-2gc8yy, .framer-2qABT .framer-1600028, .framer-2qABT .framer-6p4tb2 { aspect-ratio: 1.542857142857143 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 130px); overflow: visible; position: relative; width: 100%; }\",\".framer-2qABT .framer-1tgv20t-container, .framer-2qABT .framer-ajvwyn-container { aspect-ratio: 1.7757225433526014 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 425px); position: relative; width: 756px; }\",\".framer-2qABT .framer-1vgr17c, .framer-2qABT .framer-102gcxt { aspect-ratio: 1.7757225433526014 / 1; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: var(--framer-aspect-ratio-supported, 113px); overflow: visible; position: relative; width: 100%; }\",\".framer-2qABT .framer-ius3s { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1v88dr2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-d7jnny { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-1emd6jr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-2qABT .framer-a0dvn5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1evly89 { display: grid; flex: 1 0 0px; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(3, minmax(50px, 1fr)); height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-xajwxl { align-content: flex-start; align-items: flex-start; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 100%; justify-content: flex-start; justify-self: start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-2qABT .framer-op687p-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-2qABT .framer-aqsn53 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 110px; width: min-content; z-index: 1; }\",\".framer-2qABT .framer-f8f5dp-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-2qABT .framer-8qsfmb { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: auto; z-index: 1; }\",\".framer-2qABT .framer-uqjuu9 { align-content: center; align-items: center; background-color: #04070d; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: inset 0px 2px 1px 0px rgba(207, 231, 255, 0.2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 20px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-2qABT .framer-1rrivsl { align-content: center; align-items: center; background-color: var(--token-f951c3a8-aa43-4825-aa75-915aa92c20d1, #e68312); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 49px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-2qABT .framer-oihaca { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-2qABT .framer-1f5i432 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px; position: relative; width: 100%; }\",\".framer-2qABT .framer-rvn7bi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-krdp4b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 86px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-65h6dp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-2qABT .framer-8k8mjs { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 630px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-2qABT .framer-3z9tnb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-1a63ow0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-2qABT .framer-34oqsz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-2qABT .framer-rmw0cd { display: grid; flex: none; gap: 24px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; z-index: 2; }\",\".framer-2qABT .framer-1k2ozak-container, .framer-2qABT .framer-np4gfe-container, .framer-2qABT .framer-ok6i8p-container, .framer-2qABT .framer-14ob9be-container, .framer-2qABT .framer-2ctla4-container, .framer-2qABT .framer-1jz4o6t-container, .framer-2qABT .framer-ay17yl-container, .framer-2qABT .framer-17fc4w9-container { align-self: start; aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); justify-self: start; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,\"@media (min-width: 992px) and (max-width: 1439px) { .framer-2qABT.framer-t1a99j { width: 992px; } .framer-2qABT .framer-1ih0nre { max-width: 1000px; padding: 70px 0px 70px 0px; } .framer-2qABT .framer-1damxj3 { gap: 50px; } .framer-2qABT .framer-1bbpqi2, .framer-2qABT .framer-a0dvn5 { flex-direction: column; } .framer-2qABT .framer-1hjvri6 { flex: none; order: 1; width: 100%; } .framer-2qABT .framer-1syfiz2 { flex: none; height: var(--framer-aspect-ratio-supported, 115px); max-width: unset; order: 0; width: 100%; } .framer-2qABT .framer-ov0fz0 { order: 2; } .framer-2qABT .framer-px4zo4 { order: 3; } .framer-2qABT .framer-13y555k, .framer-2qABT .framer-1lzj441, .framer-2qABT .framer-zuwxrx, .framer-2qABT .framer-1d2ix2k, .framer-2qABT .framer-193dx5k, .framer-2qABT .framer-73idsr, .framer-2qABT .framer-1mvvscb, .framer-2qABT .framer-1yy83f0, .framer-2qABT .framer-tohap9, .framer-2qABT .framer-1onwvyw, .framer-2qABT .framer-b3wrpi { width: 85%; } .framer-2qABT .framer-1evly89 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; width: 100%; } .framer-2qABT .framer-xajwxl { align-self: unset; height: min-content; } .framer-2qABT .framer-65h6dp { padding: 0px 50px 0px 50px; }}\",\"@media (min-width: 768px) and (max-width: 991px) { .framer-2qABT.framer-t1a99j { width: 768px; } .framer-2qABT .framer-1ih0nre { max-width: 768px; padding: 60px 0px 60px 0px; } .framer-2qABT .framer-1damxj3 { gap: 40px; } .framer-2qABT .framer-1bbpqi2, .framer-2qABT .framer-a0dvn5 { flex-direction: column; } .framer-2qABT .framer-1hjvri6 { flex: none; order: 1; width: 100%; } .framer-2qABT .framer-1syfiz2 { flex: none; height: var(--framer-aspect-ratio-supported, 115px); max-width: unset; order: 0; width: 100%; } .framer-2qABT .framer-ov0fz0 { order: 2; } .framer-2qABT .framer-px4zo4 { order: 3; } .framer-2qABT .framer-13y555k, .framer-2qABT .framer-1lzj441, .framer-2qABT .framer-zuwxrx, .framer-2qABT .framer-1d2ix2k, .framer-2qABT .framer-193dx5k, .framer-2qABT .framer-73idsr, .framer-2qABT .framer-1mvvscb, .framer-2qABT .framer-1yy83f0, .framer-2qABT .framer-tohap9, .framer-2qABT .framer-1onwvyw, .framer-2qABT .framer-b3wrpi { width: 90%; } .framer-2qABT .framer-1evly89 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; width: 100%; } .framer-2qABT .framer-xajwxl { align-self: unset; height: min-content; } .framer-2qABT .framer-65h6dp { padding: 0px 50px 0px 50px; }}\",\"@media (max-width: 767px) { .framer-2qABT.framer-t1a99j { width: 390px; } .framer-2qABT .framer-n91x3k { flex-direction: column; padding: 120px 20px 0px 20px; } .framer-2qABT .framer-1lfk1fz, .framer-2qABT .framer-1hjvri6 { flex: none; order: 1; width: 100%; } .framer-2qABT .framer-1ih0nre { max-width: 390px; order: 0; padding: 40px 0px 40px 0px; } .framer-2qABT .framer-1damxj3 { gap: 30px; } .framer-2qABT .framer-1bbpqi2 { flex-direction: column; padding: 20px; } .framer-2qABT .framer-1syfiz2 { flex: none; height: var(--framer-aspect-ratio-supported, 115px); max-width: unset; order: 0; width: 100%; } .framer-2qABT .framer-ov0fz0 { order: 2; } .framer-2qABT .framer-px4zo4 { order: 3; } .framer-2qABT .framer-13y555k, .framer-2qABT .framer-1lzj441, .framer-2qABT .framer-zuwxrx, .framer-2qABT .framer-1d2ix2k, .framer-2qABT .framer-193dx5k, .framer-2qABT .framer-73idsr, .framer-2qABT .framer-1mvvscb, .framer-2qABT .framer-1yy83f0, .framer-2qABT .framer-tohap9, .framer-2qABT .framer-1onwvyw, .framer-2qABT .framer-b3wrpi { width: 95%; } .framer-2qABT .framer-ius3s { order: 1; } .framer-2qABT .framer-1v88dr2 { flex-direction: column; gap: 30px; } .framer-2qABT .framer-d7jnny { flex: none; width: 100%; } .framer-2qABT .framer-1emd6jr { flex: 1 0 0px; width: 1px; } .framer-2qABT .framer-a0dvn5 { flex-direction: column; } .framer-2qABT .framer-1evly89 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; width: 100%; } .framer-2qABT .framer-xajwxl { align-self: unset; height: min-content; } .framer-2qABT .framer-aqsn53 { order: 0; width: 100%; } .framer-2qABT .framer-f8f5dp-container { width: 100%; } .framer-2qABT .framer-8qsfmb { align-self: unset; width: 100%; } .framer-2qABT .framer-rvn7bi { padding: 70px 0px 100px 0px; } .framer-2qABT .framer-krdp4b { gap: 60px; } .framer-2qABT .framer-65h6dp { padding: 0px 30px 0px 30px; } .framer-2qABT .framer-8k8mjs { max-width: 460px; } .framer-2qABT .framer-1a63ow0 { gap: 3px; } .framer-2qABT .framer-rmw0cd { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; padding: 0px 30px 0px 30px; } .framer-2qABT .framer-1k2ozak-container, .framer-2qABT .framer-np4gfe-container, .framer-2qABT .framer-ok6i8p-container, .framer-2qABT .framer-14ob9be-container, .framer-2qABT .framer-2ctla4-container, .framer-2qABT .framer-1jz4o6t-container, .framer-2qABT .framer-ay17yl-container, .framer-2qABT .framer-17fc4w9-container { align-self: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9112\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"N73gaos2e\":{\"layout\":[\"fixed\",\"auto\"]},\"xzSk79Kp2\":{\"layout\":[\"fixed\",\"auto\"]},\"TWzEPa1Ig\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"d_bAG8kfp\":{\"pattern\":\":d_bAG8kfp\",\"name\":\"part-1\"},\"RCInpSRNz\":{\"pattern\":\":RCInpSRNz\",\"name\":\"part-2\"},\"dnSNFaYvu\":{\"pattern\":\":dnSNFaYvu\",\"name\":\"part-3\"},\"Pg4fJBu2P\":{\"pattern\":\":Pg4fJBu2P\",\"name\":\"part-4\"},\"JDaWuUfFn\":{\"pattern\":\":JDaWuUfFn\",\"name\":\"part-5\"},\"aKL2IUFn2\":{\"pattern\":\":aKL2IUFn2\",\"name\":\"part-6\"},\"DTnES6lXW\":{\"pattern\":\":DTnES6lXW\",\"name\":\"part-7\"},\"VTSAdV810\":{\"pattern\":\":VTSAdV810\",\"name\":\"part-8\"},\"wET_AB109\":{\"pattern\":\":wET_AB109\",\"name\":\"part-9\"},\"GXEkfKk2X\":{\"pattern\":\":GXEkfKk2X\",\"name\":\"part-10\"},\"BRp3sLut1\":{\"pattern\":\":BRp3sLut1\",\"name\":\"part-11\"}}\n * @framerResponsiveScreen\n */const FrameresAUt1CIc=withCSS(Component,css,\"framer-2qABT\");export default FrameresAUt1CIc;FrameresAUt1CIc.displayName=\"Blog\";FrameresAUt1CIc.defaultProps={height:9112,width:1440};addFonts(FrameresAUt1CIc,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v16/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]},...ButtonPrimaryButtonFonts,...YouTubeFonts,...BlogBlogSingleCardFonts,...SidebarFonts,...TagPrimaryTagFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"sY3L06M0g\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"sY3L06M0g\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameresAUt1CIc\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"9112\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N73gaos2e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xzSk79Kp2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TWzEPa1Ig\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"{\\\"d_bAG8kfp\\\":{\\\"pattern\\\":\\\":d_bAG8kfp\\\",\\\"name\\\":\\\"part-1\\\"},\\\"RCInpSRNz\\\":{\\\"pattern\\\":\\\":RCInpSRNz\\\",\\\"name\\\":\\\"part-2\\\"},\\\"dnSNFaYvu\\\":{\\\"pattern\\\":\\\":dnSNFaYvu\\\",\\\"name\\\":\\\"part-3\\\"},\\\"Pg4fJBu2P\\\":{\\\"pattern\\\":\\\":Pg4fJBu2P\\\",\\\"name\\\":\\\"part-4\\\"},\\\"JDaWuUfFn\\\":{\\\"pattern\\\":\\\":JDaWuUfFn\\\",\\\"name\\\":\\\"part-5\\\"},\\\"aKL2IUFn2\\\":{\\\"pattern\\\":\\\":aKL2IUFn2\\\",\\\"name\\\":\\\"part-6\\\"},\\\"DTnES6lXW\\\":{\\\"pattern\\\":\\\":DTnES6lXW\\\",\\\"name\\\":\\\"part-7\\\"},\\\"VTSAdV810\\\":{\\\"pattern\\\":\\\":VTSAdV810\\\",\\\"name\\\":\\\"part-8\\\"},\\\"wET_AB109\\\":{\\\"pattern\\\":\\\":wET_AB109\\\",\\\"name\\\":\\\"part-9\\\"},\\\"GXEkfKk2X\\\":{\\\"pattern\\\":\\\":GXEkfKk2X\\\",\\\"name\\\":\\\"part-10\\\"},\\\"BRp3sLut1\\\":{\\\"pattern\\\":\\\":BRp3sLut1\\\",\\\"name\\\":\\\"part-11\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["ButtonPrimaryButtonFonts", "getFonts", "GNvaONxX6_default", "YouTubeFonts", "Youtube", "BlogBlogSingleCardFonts", "KtVf94LV_default", "SidebarFonts", "ptxq7UGxd_default", "TagPrimaryTagFonts", "IHYC0Q7Lw_default", "breakpoints", "serializationHash", "variantClassNames", "sharedDateFormatter", "value", "formatOptions", "locale", "date", "fallbackLocale", "dateOptions", "toDateString", "activeLocale", "toResponsiveImage", "isSet", "animation", "transition1", "textEffect", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "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", "BUGTPjXwz_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "gOvUDDoCh", "JzBg0frsQ", "iwOaZHlgx", "gg5n3jB54", "T52KCtq91", "J4Y_rE5ZR", "wZ568WkhW", "AJGkxKV2B", "d0vjV3S0v", "MMuugF4cX", "ybZ3s6IW6", "LANOdkceg", "bcDCD6_wn", "uZ4jc8gfR", "lhM2493Z6", "AMm63Kk5B", "RaW0zawSz", "MNunC7oc1", "fjXg1uRaS", "QsecYE1Vk", "hyZJJpZkH", "usBgZdmqY", "hZULpnk_G", "jIeg7BRZo", "uy_LtqC3w", "EfYBo2AI3", "VQ1hgQnWn", "pJSvqhpQD", "bLpyXYgw_", "f_Teb45rR", "DYM52ru0s", "zucQ2lYw5iUEHspMHL", "iwOaZHlgxiUEHspMHL", "T52KCtq91iUEHspMHL", "gOvUDDoChiUEHspMHL", "idiUEHspMHL", "zucQ2lYw5", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "router", "useRouter", "activeLocaleCode", "useLocaleCode", "textContent", "visible", "elementId", "useRouteElementId", "ref1", "visible1", "visible2", "elementId1", "ref2", "visible3", "visible4", "visible5", "elementId2", "ref3", "visible6", "visible7", "elementId3", "ref4", "visible8", "elementId4", "ref5", "visible9", "visible10", "visible11", "elementId5", "ref6", "visible12", "visible13", "elementId6", "ref7", "visible14", "visible15", "elementId7", "ref8", "visible16", "visible17", "elementId8", "ref9", "visible18", "visible19", "elementId9", "ref10", "visible20", "visible21", "elementId10", "ref11", "visible22", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ResolveLinks", "resolvedLinks", "PropertyOverrides2", "ComponentViewportProvider", "Container", "GNvaONxX6_default", "RichText", "x", "getLoadingLazyAtYPosition", "Image2", "SVG", "ComponentPresetsProvider", "Youtube", "resolvedLinks1", "ChildrenCanSuspend", "collection", "l", "index", "PathVariablesContext", "Link", "KtVf94LV_default", "ptxq7UGxd_default", "IHYC0Q7Lw_default", "css", "FrameresAUt1CIc", "withCSS", "esAUt1CIc_default", "addFonts", "ButtonPrimaryButtonFonts", "YouTubeFonts", "BlogBlogSingleCardFonts", "SidebarFonts", "TagPrimaryTagFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
