{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/JN9yWjqzvpDfQXnE3kAI/RncdS6ji947HDMSP0M0k/zTDs4thLN.js"],
  "sourcesContent": ["// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Arc from\"https://framerusercontent.com/modules/4S4SnR1GdEzX95H1h5mT/TDb0qbFhtN7SkrM58svb/Arc.js\";import Header from\"#framer/local/canvasComponent/nftCVzXqQ/nftCVzXqQ.js\";import GetInTouch from\"#framer/local/canvasComponent/PI4kWXGdA/PI4kWXGdA.js\";import*as sharedStyle4 from\"#framer/local/css/AkbO8bxOV/AkbO8bxOV.js\";import*as sharedStyle from\"#framer/local/css/aTX4quLRU/aTX4quLRU.js\";import*as sharedStyle3 from\"#framer/local/css/E3zBfRzph/E3zBfRzph.js\";import*as sharedStyle5 from\"#framer/local/css/hB5MPFx5C/hB5MPFx5C.js\";import*as sharedStyle1 from\"#framer/local/css/PH_VmiKck/PH_VmiKck.js\";import*as sharedStyle2 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/zTDs4thLN/zTDs4thLN.js\";const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const MotionDivWithFX=withFX(motion.div);const ArcFonts=getFonts(Arc);const ImageWithFX=withFX(Image);const HeaderFonts=getFonts(Header);const ContainerWithFX=withFX(Container);const GetInTouchFonts=getFonts(GetInTouch);const breakpoints={e9rrp7X5m:\"(min-width: 1200px)\",v74ttPGoy:\"(min-width: 810px) and (max-width: 1199px)\",YUELiDXKO:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RM7Ai\";const variantClassNames={e9rrp7X5m:\"framer-v-18fmju5\",v74ttPGoy:\"framer-v-19vnwpk\",YUELiDXKO:\"framer-v-yd0ppi\"};const transition1={damping:75,delay:.1,mass:10,stiffness:194,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition2={damping:75,delay:.2,mass:10,stiffness:194,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={delay:0,duration:25,ease:[0,0,1,1],type:\"tween\"};const animation3={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:150};const transition4={damping:57,delay:0,mass:5,stiffness:197,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:150};const transition5={damping:57,delay:0,mass:4.9,stiffness:197,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:150};const transition6={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"e9rrp7X5m\",Phone:\"YUELiDXKO\",Tablet:\"v74ttPGoy\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"e9rrp7X5m\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"Fn1ac4Wjw\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"PrHzZdDHN\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"ZBdpFcDRh\");const ref4=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"YUELiDXKO\")return false;return true;};const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"e9rrp7X5m\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-18fmju5\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnnpts\",children:[/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4912,intrinsicWidth:7360,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0),pixelHeight:4912,pixelWidth:7360,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg\",srcSet:\"https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PudqllCUywoDiklfBiT2QVnmZ4c.jpg 7360w\"},className:\"framer-3pqokm\",\"data-framer-name\":\"Hero sections\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-1vqiecc\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u80pnx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u14m53\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13crqla\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{viewBox:\"0 0 900.7117293081333 77\"},YUELiDXKO:{viewBox:\"0 0 900.7117293081333 77\"}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"RlM7Q2FiaW5ldCBHcm90ZXNrLW1lZGl1bQ==\",\"--framer-font-family\":'\"Cabinet Grotesk\", sans-serif',\"--framer-font-size\":\"85.58646540666253px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 232, 173)\"},children:\"Blubrry Podcast Services\"})}),className:\"framer-yy5h8h\",\"data-framer-appear-id\":\"yy5h8h\",fonts:[\"FS;Cabinet Grotesk-medium\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",viewBox:\"0 0 900 77\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q2dkmr\",children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-aob05h\",\"data-styles-preset\":\"aTX4quLRU\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-03184026-6a5a-4e0e-bb67-459ce8738ab0, rgb(183, 172, 143))\"},children:\"Blubrry\u2019s podcast hosting provides a straightforward publishing platform, stress-free migration and insightful statistics.\"})}),className:\"framer-c5ui2e\",\"data-framer-appear-id\":\"c5ui2e\",fonts:[\"Inter\"],initial:animation1,optimized:true,style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-noc7ny\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6v15vq\",\"data-border\":true,\"data-framer-name\":\"Chip\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-161a9mc\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gw0oem\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12.25 4 L 12.25 10.5 C 12.25 10.638 12.138 10.75 12 10.75 C 11.862 10.75 11.75 10.638 11.75 10.5 L 11.75 4.604 L 4.177 12.177 C 4.079 12.275 3.921 12.275 3.823 12.177 C 3.725 12.079 3.725 11.921 3.823 11.823 L 11.396 4.25 L 5.5 4.25 C 5.362 4.25 5.25 4.138 5.25 4 C 5.25 3.862 5.362 3.75 5.5 3.75 L 12 3.75 C 12.138 3.75 12.25 3.862 12.25 4 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11750673047,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-color\":\"var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(82, 76, 61))\"},children:\"UX Research\"})}),className:\"framer-1rsuspf\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ay23tq\",\"data-border\":true,\"data-framer-name\":\"Chip\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17zsi60\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-u8k3uf\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12.25 4 L 12.25 10.5 C 12.25 10.638 12.138 10.75 12 10.75 C 11.862 10.75 11.75 10.638 11.75 10.5 L 11.75 4.604 L 4.177 12.177 C 4.079 12.275 3.921 12.275 3.823 12.177 C 3.725 12.079 3.725 11.921 3.823 11.823 L 11.396 4.25 L 5.5 4.25 C 5.362 4.25 5.25 4.138 5.25 4 C 5.25 3.862 5.362 3.75 5.5 3.75 L 12 3.75 C 12.138 3.75 12.25 3.862 12.25 4 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11750673047,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-color\":\"var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(82, 76, 61))\"},children:\"UX Design\"})}),className:\"framer-1a9o0bj\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ig1gqn\",\"data-border\":true,\"data-framer-name\":\"Chip\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pia3e5\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-pod7br\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 16 16\"><path d=\"M 12.25 4 L 12.25 10.5 C 12.25 10.638 12.138 10.75 12 10.75 C 11.862 10.75 11.75 10.638 11.75 10.5 L 11.75 4.604 L 4.177 12.177 C 4.079 12.275 3.921 12.275 3.823 12.177 C 3.725 12.079 3.725 11.921 3.823 11.823 L 11.396 4.25 L 5.5 4.25 C 5.362 4.25 5.25 4.138 5.25 4 C 5.25 3.862 5.362 3.75 5.5 3.75 L 12 3.75 C 12.138 3.75 12.25 3.862 12.25 4 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:11750673047,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ejcw6o\",\"data-styles-preset\":\"PH_VmiKck\",style:{\"--framer-text-color\":\"var(--token-22e34c00-f547-475f-b85c-d728de6742b6, rgb(82, 76, 61))\"},children:\"UI Design\"})}),className:\"framer-y8tjz2\",fonts:[\"Inter\"],verticalAlignment:\"bottom\",withExternalLayout:true})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uu10yl\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition3,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ji7ab4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wu9g86-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"FUHKuHMG4\",scopeId:\"zTDs4thLN\",children:/*#__PURE__*/_jsx(Arc,{alignmentBaseline:\"bottom\",animate:false,animateDuration:6,animateEnd:0,animateStart:0,color:\"var(--token-2011a094-7c78-4cd4-82e8-67fb1c18c2fe, rgb(255, 232, 173))\",cylinderHeight:0,flip:false,font:{font:\"cabinet grotesk\",fontSize:12.5,fontWeight:600,letterSpacing:3.7,wordSpacing:5},height:\"100%\",id:\"FUHKuHMG4\",layoutId:\"FUHKuHMG4\",rotate:false,rotateSpeed:5,slots:[],startOffset:0,style:{height:\"100%\",width:\"100%\"},text:\"\u2726 SCROLL \u2726 SCROLL \u2726 SCROLL\",type:\"circle\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qk6z7z\",\"data-border\":true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-w34hpl\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5urrce\",\"data-framer-name\":\"graphic\",layout:\"position\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 14.645 2.428 C 14.12 2.274 13.58 2.173 13.035 2.128 C 11.828 1.986 10.605 2.081 9.435 2.408 L 9.365 2.428 C 5.052 3.612 2.064 7.534 2.066 12.007 C 2.068 16.479 5.061 20.398 9.375 21.578 C 10.143 21.794 10.937 21.909 11.735 21.918 C 11.824 21.934 11.915 21.941 12.005 21.938 C 12.894 21.94 13.779 21.819 14.635 21.578 C 18.945 20.394 21.933 16.477 21.936 12.007 C 21.938 7.537 18.954 3.616 14.645 2.428 Z M 14.375 3.388 C 16.998 4.114 19.147 5.995 20.215 8.498 L 15.955 8.498 C 15.447 6.535 14.511 4.708 13.215 3.148 C 13.607 3.2 13.995 3.28 14.375 3.388 Z M 12.005 3.298 C 13.371 4.778 14.368 6.56 14.915 8.498 L 9.075 8.498 C 9.619 6.555 10.624 4.772 12.005 3.3 Z M 15.165 9.498 C 15.485 11.153 15.485 12.853 15.165 14.508 L 8.845 14.508 C 8.676 13.686 8.592 12.848 8.595 12.008 C 8.592 11.165 8.676 10.324 8.845 9.498 Z M 9.565 3.408 L 9.635 3.388 C 10.016 3.286 10.404 3.21 10.795 3.158 C 9.492 4.712 8.553 6.537 8.045 8.5 L 3.8 8.5 C 4.863 6.026 6.978 4.157 9.565 3.408 Z M 3.065 12.008 C 3.065 11.158 3.19 10.312 3.435 9.498 L 7.825 9.498 C 7.673 10.326 7.596 11.166 7.595 12.008 C 7.595 12.847 7.672 13.683 7.825 14.508 L 3.435 14.508 C 3.189 13.697 3.064 12.855 3.065 12.008 Z M 9.635 20.618 C 7.009 19.898 4.858 18.015 3.795 15.508 L 8.035 15.508 C 8.548 17.476 9.494 19.304 10.805 20.858 C 10.41 20.807 10.019 20.727 9.635 20.618 Z M 9.075 15.508 L 14.915 15.508 C 14.375 17.452 13.377 19.239 12.005 20.718 C 10.633 19.235 9.629 17.451 9.075 15.508 Z M 14.375 20.618 C 13.989 20.718 13.599 20.798 13.205 20.858 C 14.504 19.299 15.443 17.472 15.955 15.508 L 20.215 15.508 C 19.15 18.013 16.999 19.894 14.375 20.618 Z M 16.175 14.508 C 16.485 12.852 16.485 11.154 16.175 9.498 L 20.565 9.498 C 20.815 10.311 20.94 11.157 20.935 12.008 C 20.937 12.854 20.816 13.697 20.575 14.508 Z\" fill=\"var(--token-2011a094-7c78-4cd4-82e8-67fb1c18c2fe, rgb(255, 232, 173))\"></path></svg>',svgContentId:12366714356,withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-i6ci5o\",\"data-framer-name\":\"Detail\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-q685kg\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qlck0l\",\"data-framer-name\":\"All works\",children:[/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:998,intrinsicWidth:1512,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+0),pixelHeight:998,pixelWidth:1512,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/G7neR8WadLyj3kbKfQS5Lm5WogU.jpg\",srcSet:\"https://framerusercontent.com/images/G7neR8WadLyj3kbKfQS5Lm5WogU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/G7neR8WadLyj3kbKfQS5Lm5WogU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/G7neR8WadLyj3kbKfQS5Lm5WogU.jpg 1512w\"},className:\"framer-j0hw12\",style:{transformPerspective:1200}}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f05tjv\",\"data-framer-name\":\"Title\",id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-12lj5ox\",\"data-styles-preset\":\"YckFIlg3V\",children:\"\u2726 \"})}),className:\"framer-uxzvbi\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-770w72\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-aob05h\",\"data-styles-preset\":\"aTX4quLRU\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Podcast Hosting & Analytics\"})}),className:\"framer-pxlvwn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-1l41ie\",\"data-styles-preset\":\"E3zBfRzph\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:[\"Blubrry Podcasting is a platform providing podcast hosting, statistics, and tools for content creators. My work focused on improving the \",/*#__PURE__*/_jsx(\"strong\",{children:\"user experience\"}),\" across multiple sub-projects, including \",/*#__PURE__*/_jsx(\"strong\",{children:\"Show and Listener Statistics, Navigation & Dashboard Redesign, Episode Management, Onboarding, and PowerPress Plugin Redesign\"}),\".\"]})}),className:\"framer-1x2blwf\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1p3orec\",\"data-framer-name\":\"Work\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-w8ydl2\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-z847g5\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+0+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+0+0+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+0+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"},className:\"framer-et5q7r\",\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"IHKQWkTog\"},motionChild:true,nodeId:\"K_32vbUgP\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-k2am4i framer-1oxmdhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+0+0+0+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png\",srcSet:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=512 512w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png 1874w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+0+0+0+0+0+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png\",srcSet:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=512 512w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png 1874w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+0+0+0+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png\",srcSet:\"https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=512 512w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/d2oH503eciOb9PNGbdoqVDSzLM.png 1874w\"},className:\"framer-12295l9\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sin7h\",\"data-styles-preset\":\"AkbO8bxOV\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Listener Statistics\"})}),className:\"framer-1simp54\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-g4ov07\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+0+0+120+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+0+0+654+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+0+0+120+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"},className:\"framer-10c0r5s\",\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"gkJWbk39N\"},motionChild:true,nodeId:\"jYKeisjEa\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-q056oi framer-1oxmdhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+0+0+120+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png\",srcSet:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png 2205w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+0+0+654+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png\",srcSet:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png 2205w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+0+0+120+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png\",srcSet:\"https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=512 512w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/lrmasUTLlQX7U0jTeURuFlYLkok.png 2205w\"},className:\"framer-oh84ar\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sin7h\",\"data-styles-preset\":\"AkbO8bxOV\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Show Statistics\"})}),className:\"framer-4hlqzv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0x8aw\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1y09is5\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+734+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+1308+0+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+774+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"},className:\"framer-14vzdex\",\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DCwjQwaY8\"},motionChild:true,nodeId:\"vHQAipuIo\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-ar5445 framer-1oxmdhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+734+0+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png\",srcSet:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=512 512w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png 2205w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+1308+0+0+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png\",srcSet:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=512 512w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png 2205w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+774+0+0+0+0+0+0+0),positionX:\"center\",positionY:\"center\",sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png\",srcSet:\"https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=512 512w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/UDOIVunF92w3yndcRjpIRlNPk.png 2205w\"},className:\"framer-1o8imz1\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sin7h\",\"data-styles-preset\":\"AkbO8bxOV\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Dashboard & Episode Management\"})}),className:\"framer-128z6p9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g5tjnv\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+734+0+120+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+1308+0+654+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+774+0+120+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"},className:\"framer-r84fk6\",\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AeXNubiWb\"},motionChild:true,nodeId:\"ujPBAmsY0\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1sienlo framer-1oxmdhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+734+0+120+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png\",srcSet:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png 1874w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+1308+0+654+0+0+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png\",srcSet:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png 1874w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+774+0+120+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png\",srcSet:\"https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=512 512w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mCSCCE1eAaZLZ8J9pTYH9Q1uQpU.png 1874w\"},className:\"framer-v1xq2w\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sin7h\",\"data-styles-preset\":\"AkbO8bxOV\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Publisher Onboarding\"})}),className:\"framer-zvd6ct\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1s88rw8\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-gaobsi\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+1468+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+2616+0+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"}}},children:/*#__PURE__*/_jsx(\"div\",{background:{alt:\"\",fit:\"fill\",intrinsicHeight:630,intrinsicWidth:1200,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+1548+0+0+0),pixelHeight:630,pixelWidth:1200,sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png\",srcSet:\"https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/KLdmW3MjFDfIQ9cQF5chMyjAEhQ.png 1200w\"},className:\"framer-19rfomu\",\"data-framer-name\":\"Work\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"PRRjYUEUu\"},motionChild:true,nodeId:\"z3TOUIoR7\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-6lj2jw framer-1oxmdhg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1005.2+0+1468+0+0+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.85 - 48px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png\",srcSet:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png 1874w\"}},YUELiDXKO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+1082.2+0+2616+0+0+0+0+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} * 0.85, 600px)`,src:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png\",srcSet:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png 1874w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+1e3+0+0+0+0+0+986.2+0+1548+0+0+0+0+0+0+0),sizes:`min(max((${componentViewport?.width||\"100vw\"} * 0.75 - 80px) / 2, 1px), 600px)`,src:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png\",srcSet:\"https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/tVQ8LoqvnwTMK3N9mbvGmfsQbYQ.png 1874w\"},className:\"framer-1k8h90o\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-1sin7h\",\"data-styles-preset\":\"AkbO8bxOV\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"PowerPress Plugin Redesign\"})}),className:\"framer-cdj6qq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})})})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15bs8fi hidden-yd0ppi\",style:{transformPerspective:1200}})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation5,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-14jgikm\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-16pewzj\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-aob05h\",\"data-styles-preset\":\"aTX4quLRU\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"The Finale\"})}),className:\"framer-1srveb\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hwoxyi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1bzgbnv\",\"data-styles-preset\":\"hB5MPFx5C\",style:{\"--framer-text-color\":\"var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, rgb(0, 0, 0))\"},children:\"Final Thoughts & Outcomes\"})}),className:\"framer-12nqp2a\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.38em\"},children:\"Blubrry\u2019s platform enhancements resulted in:\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-line-height\":\"1.38em\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})}),/*#__PURE__*/_jsxs(\"ul\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.38em\"},children:[/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Higher engagement & usability scores\"}),\" for the statistics and dashboard redesigns.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Improved onboarding completion rates\"}),\" and reduced support requests.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),/*#__PURE__*/_jsxs(\"li\",{children:[/*#__PURE__*/_jsxs(\"p\",{children:[/*#__PURE__*/_jsx(\"strong\",{children:\"Increased adoption of the PowerPress plugin\"}),\" with the new setup flow.\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"11px\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]})]}),/*#__PURE__*/_jsxs(\"p\",{children:[\"These improvements created a \",/*#__PURE__*/_jsx(\"strong\",{children:\"more seamless and intuitive\"}),\" experience for podcasters, helping them \",/*#__PURE__*/_jsx(\"strong\",{children:\"focus on content creation rather than technical setup\"}),\".\"]})]}),className:\"framer-1lqb44p\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YUELiDXKO:{__framer__styleAppearEffectEnabled:undefined,style:{}}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation7},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-81r7a1-container\",layoutScroll:true,nodeId:\"RRBzstIWb\",rendersWithMotion:true,scopeId:\"zTDs4thLN\",style:{transformPerspective:1200},transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{variant:\"vNfy1Qg0C\"},YUELiDXKO:{variant:\"lapkw8qgw\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"RRBzstIWb\",layoutId:\"RRBzstIWb\",style:{width:\"100%\"},variant:\"YrGQn9UHP\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ui3eui\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{y:(componentViewport?.y||0)+0+5261.7+0},YUELiDXKO:{y:(componentViewport?.y||0)+0+6326.7+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+5332.7+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1loes7i-container\",nodeId:\"bXSImc03W\",scopeId:\"zTDs4thLN\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{v74ttPGoy:{variant:\"ljFRkVVbw\"},YUELiDXKO:{variant:\"DQvqhNiQy\"}},children:/*#__PURE__*/_jsx(GetInTouch,{height:\"100%\",id:\"bXSImc03W\",layoutId:\"bXSImc03W\",style:{height:\"100%\",width:\"100%\"},variant:\"Pn7UpH7Co\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RM7Ai.framer-1oxmdhg, .framer-RM7Ai .framer-1oxmdhg { display: block; }\",\".framer-RM7Ai.framer-18fmju5 { align-content: center; align-items: center; background-color: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, #000000); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-RM7Ai .framer-wnnpts { align-content: center; align-items: center; background-color: var(--token-825dae40-55d4-4fdb-a9a6-4c865968e205, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-RM7Ai .framer-3pqokm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: flex-start; overflow: hidden; padding: 0px 0px 72px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 1; }\",\".framer-RM7Ai .framer-1vqiecc { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 47px; height: 1px; justify-content: center; max-width: 1920px; overflow: visible; padding: 0px; position: relative; width: 75%; z-index: 7; }\",\".framer-RM7Ai .framer-u80pnx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-1u14m53 { 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: 1920px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-13crqla, .framer-RM7Ai .framer-1q2dkmr { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-yy5h8h { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre; width: 1px; }\",\".framer-RM7Ai .framer-c5ui2e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1024px; position: relative; white-space: pre-wrap; width: 75%; word-break: break-word; word-wrap: break-word; }\",\".framer-RM7Ai .framer-noc7ny { 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: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-RM7Ai .framer-6v15vq, .framer-RM7Ai .framer-ay23tq, .framer-RM7Ai .framer-ig1gqn { --border-bottom-width: 1px; --border-color: var(--token-22e34c00-f547-475f-b85c-d728de6742b6, #524c3d); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 44px; border-bottom-right-radius: 44px; border-top-left-radius: 44px; border-top-right-radius: 44px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 6px 16px 6px 16px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-RM7Ai .framer-161a9mc, .framer-RM7Ai .framer-17zsi60, .framer-RM7Ai .framer-pia3e5 { aspect-ratio: 1 / 1; background-color: var(--token-03184026-6a5a-4e0e-bb67-459ce8738ab0, #b7ac8f); border-bottom-left-radius: 300px; border-bottom-right-radius: 300px; border-top-left-radius: 300px; border-top-right-radius: 300px; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 16px; opacity: 0; overflow: hidden; position: absolute; top: 52%; transform: translateY(-50%); width: 0px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-RM7Ai .framer-gw0oem, .framer-RM7Ai .framer-u8k3uf, .framer-RM7Ai .framer-pod7br { bottom: -16px; flex: none; height: 16px; left: -16px; position: absolute; width: 16px; }\",\".framer-RM7Ai .framer-1rsuspf, .framer-RM7Ai .framer-1a9o0bj, .framer-RM7Ai .framer-y8tjz2, .framer-RM7Ai .framer-uxzvbi, .framer-RM7Ai .framer-pxlvwn, .framer-RM7Ai .framer-1simp54, .framer-RM7Ai .framer-4hlqzv, .framer-RM7Ai .framer-128z6p9, .framer-RM7Ai .framer-zvd6ct, .framer-RM7Ai .framer-cdj6qq { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RM7Ai .framer-uu10yl { flex: none; height: 81px; overflow: hidden; position: relative; width: 84px; z-index: 8; }\",\".framer-RM7Ai .framer-ji7ab4 { background-color: #3d392e; border-bottom-left-radius: 500px; border-bottom-right-radius: 500px; border-top-left-radius: 500px; border-top-right-radius: 500px; flex: none; height: 80px; left: 4px; overflow: hidden; position: absolute; top: 1px; width: 80px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-RM7Ai .framer-1wu9g86-container { flex: none; height: 67px; left: calc(50.00000000000002% - 67px / 2); position: absolute; top: calc(50.00000000000002% - 67px / 2); width: 67px; z-index: 1; }\",\".framer-RM7Ai .framer-qk6z7z { --border-bottom-width: 1px; --border-color: var(--token-2011a094-7c78-4cd4-82e8-67fb1c18c2fe, #ffe8ad); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; border-bottom-left-radius: 444px; border-bottom-right-radius: 444px; border-top-left-radius: 444px; border-top-right-radius: 444px; flex: none; height: 40px; left: calc(50.00000000000002% - 40px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 40px / 2); width: 40px; will-change: var(--framer-will-change-override, transform); }\",\".framer-RM7Ai .framer-w34hpl { flex: none; height: 40px; left: calc(52.38095238095241% - 40px / 2); overflow: hidden; position: absolute; top: calc(50.617283950617306% - 40px / 2); width: 40px; z-index: 1; }\",\".framer-RM7Ai .framer-5urrce { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-RM7Ai .framer-i6ci5o { align-content: center; align-items: center; background-color: var(--token-84a40457-4278-48a9-918c-5ea0d323b01b, #ededed); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 2; }\",\".framer-RM7Ai .framer-q685kg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-qlck0l { align-content: center; align-items: center; background-color: var(--token-84a40457-4278-48a9-918c-5ea0d323b01b, #ededed); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 150px 0px; position: sticky; top: 0px; width: 100%; will-change: transform; z-index: 3; }\",\".framer-RM7Ai .framer-j0hw12 { aspect-ratio: 1.8 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 667px); overflow: hidden; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-f05tjv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 32px 24px 32px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-770w72 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 660px; }\",\".framer-RM7Ai .framer-1x2blwf { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1024px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RM7Ai .framer-1p3orec { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 75%; }\",\".framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1s88rw8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-z847g5, .framer-RM7Ai .framer-1y09is5, .framer-RM7Ai .framer-gaobsi { 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: flex-end; overflow: visible; padding: 0px 0px 120px 0px; position: relative; width: 1px; }\",\".framer-RM7Ai .framer-et5q7r, .framer-RM7Ai .framer-10c0r5s, .framer-RM7Ai .framer-14vzdex, .framer-RM7Ai .framer-r84fk6, .framer-RM7Ai .framer-19rfomu { align-content: center; align-items: center; aspect-ratio: 1.2734082397003745 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 322px); justify-content: center; max-width: 600px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RM7Ai .framer-k2am4i, .framer-RM7Ai .framer-q056oi, .framer-RM7Ai .framer-ar5445, .framer-RM7Ai .framer-1sienlo, .framer-RM7Ai .framer-6lj2jw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-RM7Ai .framer-12295l9, .framer-RM7Ai .framer-oh84ar, .framer-RM7Ai .framer-1o8imz1, .framer-RM7Ai .framer-v1xq2w, .framer-RM7Ai .framer-1k8h90o { 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: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-RM7Ai .framer-g4ov07, .framer-RM7Ai .framer-1g5tjnv { 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: flex-end; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-RM7Ai .framer-15bs8fi { 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: flex-end; min-height: 442px; overflow: visible; padding: 120px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-RM7Ai .framer-14jgikm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-RM7Ai .framer-16pewzj { 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-RM7Ai .framer-1srveb { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-RM7Ai .framer-1hwoxyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 60%; }\",\".framer-RM7Ai .framer-12nqp2a, .framer-RM7Ai .framer-1lqb44p { --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-RM7Ai .framer-81r7a1-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-RM7Ai .framer-1ui3eui { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; width: 100%; will-change: transform; z-index: 1; }\",\".framer-RM7Ai .framer-1loes7i-container { flex: none; height: 100vh; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RM7Ai.framer-18fmju5, .framer-RM7Ai .framer-wnnpts, .framer-RM7Ai .framer-3pqokm, .framer-RM7Ai .framer-1vqiecc, .framer-RM7Ai .framer-u80pnx, .framer-RM7Ai .framer-1u14m53, .framer-RM7Ai .framer-13crqla, .framer-RM7Ai .framer-1q2dkmr, .framer-RM7Ai .framer-noc7ny, .framer-RM7Ai .framer-6v15vq, .framer-RM7Ai .framer-ay23tq, .framer-RM7Ai .framer-ig1gqn, .framer-RM7Ai .framer-i6ci5o, .framer-RM7Ai .framer-q685kg, .framer-RM7Ai .framer-qlck0l, .framer-RM7Ai .framer-f05tjv, .framer-RM7Ai .framer-770w72, .framer-RM7Ai .framer-1p3orec, .framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-z847g5, .framer-RM7Ai .framer-et5q7r, .framer-RM7Ai .framer-k2am4i, .framer-RM7Ai .framer-g4ov07, .framer-RM7Ai .framer-10c0r5s, .framer-RM7Ai .framer-q056oi, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1y09is5, .framer-RM7Ai .framer-14vzdex, .framer-RM7Ai .framer-ar5445, .framer-RM7Ai .framer-1g5tjnv, .framer-RM7Ai .framer-r84fk6, .framer-RM7Ai .framer-1sienlo, .framer-RM7Ai .framer-1s88rw8, .framer-RM7Ai .framer-gaobsi, .framer-RM7Ai .framer-19rfomu, .framer-RM7Ai .framer-6lj2jw, .framer-RM7Ai .framer-15bs8fi, .framer-RM7Ai .framer-16pewzj, .framer-RM7Ai .framer-1hwoxyi, .framer-RM7Ai .framer-1ui3eui { gap: 0px; } .framer-RM7Ai.framer-18fmju5 > *, .framer-RM7Ai .framer-wnnpts > *, .framer-RM7Ai .framer-3pqokm > *, .framer-RM7Ai .framer-f05tjv > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RM7Ai.framer-18fmju5 > :first-child, .framer-RM7Ai .framer-wnnpts > :first-child, .framer-RM7Ai .framer-3pqokm > :first-child, .framer-RM7Ai .framer-1vqiecc > :first-child, .framer-RM7Ai .framer-u80pnx > :first-child, .framer-RM7Ai .framer-1u14m53 > :first-child, .framer-RM7Ai .framer-i6ci5o > :first-child, .framer-RM7Ai .framer-q685kg > :first-child, .framer-RM7Ai .framer-qlck0l > :first-child, .framer-RM7Ai .framer-f05tjv > :first-child, .framer-RM7Ai .framer-770w72 > :first-child, .framer-RM7Ai .framer-1p3orec > :first-child, .framer-RM7Ai .framer-z847g5 > :first-child, .framer-RM7Ai .framer-et5q7r > :first-child, .framer-RM7Ai .framer-k2am4i > :first-child, .framer-RM7Ai .framer-g4ov07 > :first-child, .framer-RM7Ai .framer-10c0r5s > :first-child, .framer-RM7Ai .framer-q056oi > :first-child, .framer-RM7Ai .framer-1y09is5 > :first-child, .framer-RM7Ai .framer-14vzdex > :first-child, .framer-RM7Ai .framer-ar5445 > :first-child, .framer-RM7Ai .framer-1g5tjnv > :first-child, .framer-RM7Ai .framer-r84fk6 > :first-child, .framer-RM7Ai .framer-1sienlo > :first-child, .framer-RM7Ai .framer-gaobsi > :first-child, .framer-RM7Ai .framer-19rfomu > :first-child, .framer-RM7Ai .framer-6lj2jw > :first-child, .framer-RM7Ai .framer-15bs8fi > :first-child, .framer-RM7Ai .framer-16pewzj > :first-child, .framer-RM7Ai .framer-1hwoxyi > :first-child { margin-top: 0px; } .framer-RM7Ai.framer-18fmju5 > :last-child, .framer-RM7Ai .framer-wnnpts > :last-child, .framer-RM7Ai .framer-3pqokm > :last-child, .framer-RM7Ai .framer-1vqiecc > :last-child, .framer-RM7Ai .framer-u80pnx > :last-child, .framer-RM7Ai .framer-1u14m53 > :last-child, .framer-RM7Ai .framer-i6ci5o > :last-child, .framer-RM7Ai .framer-q685kg > :last-child, .framer-RM7Ai .framer-qlck0l > :last-child, .framer-RM7Ai .framer-f05tjv > :last-child, .framer-RM7Ai .framer-770w72 > :last-child, .framer-RM7Ai .framer-1p3orec > :last-child, .framer-RM7Ai .framer-z847g5 > :last-child, .framer-RM7Ai .framer-et5q7r > :last-child, .framer-RM7Ai .framer-k2am4i > :last-child, .framer-RM7Ai .framer-g4ov07 > :last-child, .framer-RM7Ai .framer-10c0r5s > :last-child, .framer-RM7Ai .framer-q056oi > :last-child, .framer-RM7Ai .framer-1y09is5 > :last-child, .framer-RM7Ai .framer-14vzdex > :last-child, .framer-RM7Ai .framer-ar5445 > :last-child, .framer-RM7Ai .framer-1g5tjnv > :last-child, .framer-RM7Ai .framer-r84fk6 > :last-child, .framer-RM7Ai .framer-1sienlo > :last-child, .framer-RM7Ai .framer-gaobsi > :last-child, .framer-RM7Ai .framer-19rfomu > :last-child, .framer-RM7Ai .framer-6lj2jw > :last-child, .framer-RM7Ai .framer-15bs8fi > :last-child, .framer-RM7Ai .framer-16pewzj > :last-child, .framer-RM7Ai .framer-1hwoxyi > :last-child { margin-bottom: 0px; } .framer-RM7Ai .framer-1vqiecc > * { margin: 0px; margin-bottom: calc(47px / 2); margin-top: calc(47px / 2); } .framer-RM7Ai .framer-u80pnx > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-RM7Ai .framer-1u14m53 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-RM7Ai .framer-13crqla > *, .framer-RM7Ai .framer-1q2dkmr > *, .framer-RM7Ai .framer-noc7ny > *, .framer-RM7Ai .framer-6v15vq > *, .framer-RM7Ai .framer-ay23tq > *, .framer-RM7Ai .framer-ig1gqn > *, .framer-RM7Ai .framer-1ui3eui > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RM7Ai .framer-13crqla > :first-child, .framer-RM7Ai .framer-1q2dkmr > :first-child, .framer-RM7Ai .framer-noc7ny > :first-child, .framer-RM7Ai .framer-6v15vq > :first-child, .framer-RM7Ai .framer-ay23tq > :first-child, .framer-RM7Ai .framer-ig1gqn > :first-child, .framer-RM7Ai .framer-w8ydl2 > :first-child, .framer-RM7Ai .framer-l0x8aw > :first-child, .framer-RM7Ai .framer-1s88rw8 > :first-child, .framer-RM7Ai .framer-1ui3eui > :first-child { margin-left: 0px; } .framer-RM7Ai .framer-13crqla > :last-child, .framer-RM7Ai .framer-1q2dkmr > :last-child, .framer-RM7Ai .framer-noc7ny > :last-child, .framer-RM7Ai .framer-6v15vq > :last-child, .framer-RM7Ai .framer-ay23tq > :last-child, .framer-RM7Ai .framer-ig1gqn > :last-child, .framer-RM7Ai .framer-w8ydl2 > :last-child, .framer-RM7Ai .framer-l0x8aw > :last-child, .framer-RM7Ai .framer-1s88rw8 > :last-child, .framer-RM7Ai .framer-1ui3eui > :last-child { margin-right: 0px; } .framer-RM7Ai .framer-i6ci5o > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-RM7Ai .framer-q685kg > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-RM7Ai .framer-qlck0l > *, .framer-RM7Ai .framer-1p3orec > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-RM7Ai .framer-770w72 > *, .framer-RM7Ai .framer-z847g5 > *, .framer-RM7Ai .framer-et5q7r > *, .framer-RM7Ai .framer-g4ov07 > *, .framer-RM7Ai .framer-10c0r5s > *, .framer-RM7Ai .framer-1y09is5 > *, .framer-RM7Ai .framer-14vzdex > *, .framer-RM7Ai .framer-1g5tjnv > *, .framer-RM7Ai .framer-r84fk6 > *, .framer-RM7Ai .framer-gaobsi > *, .framer-RM7Ai .framer-19rfomu > *, .framer-RM7Ai .framer-15bs8fi > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RM7Ai .framer-w8ydl2 > *, .framer-RM7Ai .framer-l0x8aw > *, .framer-RM7Ai .framer-1s88rw8 > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-RM7Ai .framer-k2am4i > *, .framer-RM7Ai .framer-q056oi > *, .framer-RM7Ai .framer-ar5445 > *, .framer-RM7Ai .framer-1sienlo > *, .framer-RM7Ai .framer-6lj2jw > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-RM7Ai .framer-16pewzj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-RM7Ai .framer-1hwoxyi > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-RM7Ai[data-border=\"true\"]::after, .framer-RM7Ai [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-RM7Ai.framer-18fmju5 { width: 810px; } .framer-RM7Ai .framer-1vqiecc { width: 85%; } .framer-RM7Ai .framer-c5ui2e { width: 90%; } .framer-RM7Ai .framer-i6ci5o, .framer-RM7Ai .framer-q685kg { gap: 160px; } .framer-RM7Ai .framer-qlck0l { padding: 0px 0px 140px 0px; } .framer-RM7Ai .framer-j0hw12 { height: var(--framer-aspect-ratio-supported, 450px); } .framer-RM7Ai .framer-f05tjv { padding: 59px 32px 24px 32px; } .framer-RM7Ai .framer-1p3orec { gap: 80px; width: 85%; } .framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1s88rw8 { gap: 48px; } .framer-RM7Ai .framer-et5q7r, .framer-RM7Ai .framer-10c0r5s, .framer-RM7Ai .framer-14vzdex, .framer-RM7Ai .framer-r84fk6, .framer-RM7Ai .framer-19rfomu { height: var(--framer-aspect-ratio-supported, 251px); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RM7Ai .framer-i6ci5o, .framer-RM7Ai .framer-q685kg, .framer-RM7Ai .framer-1p3orec, .framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1s88rw8 { gap: 0px; } .framer-RM7Ai .framer-i6ci5o > *, .framer-RM7Ai .framer-q685kg > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-RM7Ai .framer-i6ci5o > :first-child, .framer-RM7Ai .framer-q685kg > :first-child, .framer-RM7Ai .framer-1p3orec > :first-child { margin-top: 0px; } .framer-RM7Ai .framer-i6ci5o > :last-child, .framer-RM7Ai .framer-q685kg > :last-child, .framer-RM7Ai .framer-1p3orec > :last-child { margin-bottom: 0px; } .framer-RM7Ai .framer-1p3orec > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-RM7Ai .framer-w8ydl2 > *, .framer-RM7Ai .framer-l0x8aw > *, .framer-RM7Ai .framer-1s88rw8 > * { margin: 0px; margin-left: calc(48px / 2); margin-right: calc(48px / 2); } .framer-RM7Ai .framer-w8ydl2 > :first-child, .framer-RM7Ai .framer-l0x8aw > :first-child, .framer-RM7Ai .framer-1s88rw8 > :first-child { margin-left: 0px; } .framer-RM7Ai .framer-w8ydl2 > :last-child, .framer-RM7Ai .framer-l0x8aw > :last-child, .framer-RM7Ai .framer-1s88rw8 > :last-child { margin-right: 0px; } }}\",\"@media (max-width: 809px) { .framer-RM7Ai.framer-18fmju5 { width: 390px; } .framer-RM7Ai .framer-1vqiecc, .framer-RM7Ai .framer-1p3orec { width: 85%; } .framer-RM7Ai .framer-c5ui2e { flex: 1 0 0px; width: 1px; } .framer-RM7Ai .framer-i6ci5o { gap: 120px; } .framer-RM7Ai .framer-q685kg { gap: 56px; } .framer-RM7Ai .framer-qlck0l { order: 0; padding: 0px 0px 100px 0px; } .framer-RM7Ai .framer-j0hw12 { height: var(--framer-aspect-ratio-supported, 217px); } .framer-RM7Ai .framer-f05tjv { padding: 80px 32px 80px 32px; } .framer-RM7Ai .framer-770w72 { width: 100%; } .framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1s88rw8 { flex-direction: column; gap: 120px; } .framer-RM7Ai .framer-z847g5, .framer-RM7Ai .framer-g4ov07, .framer-RM7Ai .framer-1y09is5, .framer-RM7Ai .framer-1g5tjnv, .framer-RM7Ai .framer-gaobsi { flex: none; padding: 0px; width: 100%; } .framer-RM7Ai .framer-et5q7r, .framer-RM7Ai .framer-10c0r5s, .framer-RM7Ai .framer-14vzdex, .framer-RM7Ai .framer-r84fk6, .framer-RM7Ai .framer-19rfomu { height: var(--framer-aspect-ratio-supported, 260px); } .framer-RM7Ai .framer-1ui3eui { flex-direction: column; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RM7Ai .framer-i6ci5o, .framer-RM7Ai .framer-q685kg, .framer-RM7Ai .framer-w8ydl2, .framer-RM7Ai .framer-l0x8aw, .framer-RM7Ai .framer-1s88rw8, .framer-RM7Ai .framer-1ui3eui { gap: 0px; } .framer-RM7Ai .framer-i6ci5o > *, .framer-RM7Ai .framer-w8ydl2 > *, .framer-RM7Ai .framer-l0x8aw > *, .framer-RM7Ai .framer-1s88rw8 > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-RM7Ai .framer-i6ci5o > :first-child, .framer-RM7Ai .framer-q685kg > :first-child, .framer-RM7Ai .framer-w8ydl2 > :first-child, .framer-RM7Ai .framer-l0x8aw > :first-child, .framer-RM7Ai .framer-1s88rw8 > :first-child, .framer-RM7Ai .framer-1ui3eui > :first-child { margin-top: 0px; } .framer-RM7Ai .framer-i6ci5o > :last-child, .framer-RM7Ai .framer-q685kg > :last-child, .framer-RM7Ai .framer-w8ydl2 > :last-child, .framer-RM7Ai .framer-l0x8aw > :last-child, .framer-RM7Ai .framer-1s88rw8 > :last-child, .framer-RM7Ai .framer-1ui3eui > :last-child { margin-bottom: 0px; } .framer-RM7Ai .framer-q685kg > * { margin: 0px; margin-bottom: calc(56px / 2); margin-top: calc(56px / 2); } .framer-RM7Ai .framer-1ui3eui > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4846\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"v74ttPGoy\":{\"layout\":[\"fixed\",\"auto\"]},\"YUELiDXKO\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"Fn1ac4Wjw\":{\"pattern\":\":Fn1ac4Wjw\",\"name\":\"detail-work\"},\"PrHzZdDHN\":{\"pattern\":\":PrHzZdDHN\",\"name\":\"dashboard\"},\"ZBdpFcDRh\":{\"pattern\":\":ZBdpFcDRh\",\"name\":\"work\"}}\n * @framerResponsiveScreen\n */const FramerzTDs4thLN=withCSS(Component,css,\"framer-RM7Ai\");export default FramerzTDs4thLN;FramerzTDs4thLN.displayName=\"Work / Blubrry\";FramerzTDs4thLN.defaultProps={height:4846,width:1200};addFonts(FramerzTDs4thLN,[{explicitInter:true,fonts:[{family:\"Cabinet Grotesk\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/CKQBK2QBTCDREE7L3MXZ3PPW7LDNJCWU/OTOY7FQFSFOJVZKJWKO2EHUJLOGBDN4Q/4CO2ETY7NITKLUDKMYJ75RHJSPHOJ7XT.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"}]},...ArcFonts,...HeaderFonts,...GetInTouchFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzTDs4thLN\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"Fn1ac4Wjw\\\":{\\\"pattern\\\":\\\":Fn1ac4Wjw\\\",\\\"name\\\":\\\"detail-work\\\"},\\\"PrHzZdDHN\\\":{\\\"pattern\\\":\\\":PrHzZdDHN\\\",\\\"name\\\":\\\"dashboard\\\"},\\\"ZBdpFcDRh\\\":{\\\"pattern\\\":\\\":ZBdpFcDRh\\\",\\\"name\\\":\\\"work\\\"}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"4846\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"v74ttPGoy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YUELiDXKO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "MotionDivWithFX", "withFX", "motion", "ArcFonts", "getFonts", "Arc_default", "ImageWithFX", "Image2", "HeaderFonts", "nftCVzXqQ_default", "ContainerWithFX", "Container", "GetInTouchFonts", "PI4kWXGdA_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "animation4", "transition4", "animation5", "transition5", "animation6", "transition6", "animation7", "transformTemplate1", "_", "t", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "isDisplayed", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "getLoadingLazyAtYPosition", "PropertyOverrides2", "x", "SVG", "ComponentViewportProvider", "Link", "css", "FramerzTDs4thLN", "withCSS", "zTDs4thLN_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
