{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/rwOL75pJfUm1chf60B4p/hc0tDiWPYnO20TBWLHGR/ApplePodcasts.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/uKx5wPntMrFl2bDsmASs/dEv273WIQ0n0cPSHZ0DK/zxdX0sqxe.js", "ssg:https://framerusercontent.com/modules/eNvDMKVYyYDS3mJWhSqb/RoVfcWehjT3rBbu0cmAY/OxJKnfPQj.js"],
  "sourcesContent": ["import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const podcastsRegex=/^https?:\\/\\/podcasts\\.apple\\.com\\/([^/]*)\\/podcast(?:\\/[^/]*)?\\/id(\\d+)(?:\\?.*i=(\\d+))?/;/**\n * APPLE PODCASTS\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 175\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight auto\n */ export default function ApplePodcasts({urlType,url,theme,style,...props}){const embedUrl=useMemo(()=>{var ref;const[,country,podcastId,episodeId]=(ref=url.match(podcastsRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",\"\",];if(!podcastId)return null;if(urlType===\"episode\"){return`https://embed.podcasts.apple.com/${country}/podcast/id${podcastId}?i=${episodeId}&theme=${theme}`;}else{return`https://embed.podcasts.apple.com/${country}/podcast/id${podcastId}?theme=${theme}`;}},[urlType,url,theme]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\"},...props,children:embedUrl?/*#__PURE__*/ _jsx(\"iframe\",{src:embedUrl,width:\"100%\",height:\"175px\",frameBorder:\"0\",sandbox:\"allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation-by-user-activation\",allow:\"autoplay *; encrypted-media *;\"}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Apple Podcasts\"}),/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a podcast URL in the Properties.\"})]})}));};addPropertyControls(ApplePodcasts,{urlType:{type:ControlType.Enum,title:\"URL\",options:[\"show\",\"episode\"],optionTitles:[\"Show\",\"Episode\"],displaySegmentedControl:true,defaultValue:\"episode\"},url:{type:ControlType.String,title:\" \",placeholder:\"https://podcasts.apple.com/us/podcast/***/***\",defaultValue:\"https://podcasts.apple.com/us/podcast/168-auto-goats-feat-koen-bok-and-jorn-van-dijk/id947191070?i=1000376864263\"},theme:{type:ControlType.Enum,options:[\"light\",\"dark\"],optionTitles:[\"Light\",\"Dark\"],displaySegmentedControl:true}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ApplePodcasts\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"auto\",\"framerIntrinsicHeight\":\"175\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ApplePodcasts.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (c90df04)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js\";const YouTubeFonts=getFonts(YouTube);const serializationHash=\"framer-Cpou6\";const variantClassNames={itFGosY8s:\"framer-v-2rv4s6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:0,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,uRL,width,...props})=>{return{...props,UcSzpnekn:uRL!==null&&uRL!==void 0?uRL:props.UcSzpnekn};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,UcSzpnekn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"itFGosY8s\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-2rv4s6\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"itFGosY8s\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-191mfye-container\",layoutDependency:layoutDependency,layoutId:\"nZxS40w1J-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"nZxS40w1J\",isMixedBorderRadius:false,isRed:false,layoutId:\"nZxS40w1J\",play:\"On\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"High Quality\",topLeftRadius:0,topRightRadius:0,url:UcSzpnekn,width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Cpou6.framer-1gyuov6, .framer-Cpou6 .framer-1gyuov6 { display: block; }\",\".framer-Cpou6.framer-2rv4s6 { height: 315px; overflow: hidden; position: relative; width: 560px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Cpou6 .framer-191mfye-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 315\n * @framerIntrinsicWidth 560\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"UcSzpnekn\":\"uRL\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzxdX0sqxe=withCSS(Component,css,\"framer-Cpou6\");export default FramerzxdX0sqxe;FramerzxdX0sqxe.displayName=\"Video\";FramerzxdX0sqxe.defaultProps={height:315,width:560};addPropertyControls(FramerzxdX0sqxe,{UcSzpnekn:{defaultValue:\"\",displayTextArea:false,placeholder:\"\",title:\"URL\",type:ControlType.String}});addFonts(FramerzxdX0sqxe,[{explicitInter:true,fonts:[]},...YouTubeFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzxdX0sqxe\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"315\",\"framerVariables\":\"{\\\"UcSzpnekn\\\":\\\"uRL\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zxdX0sqxe.map", "// Generated by Framer (ee31e22)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ApplePodcasts from\"https://framerusercontent.com/modules/rwOL75pJfUm1chf60B4p/hc0tDiWPYnO20TBWLHGR/ApplePodcasts.js\";import Header from\"#framer/local/canvasComponent/EJ3UJw2qH/EJ3UJw2qH.js\";import Footer from\"#framer/local/canvasComponent/iMLsJePWK/iMLsJePWK.js\";import Video from\"#framer/local/canvasComponent/zxdX0sqxe/zxdX0sqxe.js\";import Podcasts from\"#framer/local/collection/wUEEgftCv/wUEEgftCv.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/e9bHKPxWb/e9bHKPxWb.js\";import*as sharedStyle4 from\"#framer/local/css/iz7Vc_lc2/iz7Vc_lc2.js\";import*as sharedStyle6 from\"#framer/local/css/M7CiCMjTc/M7CiCMjTc.js\";import*as sharedStyle8 from\"#framer/local/css/Mx2wPhdKp/Mx2wPhdKp.js\";import*as sharedStyle5 from\"#framer/local/css/ofX0N_NJb/ofX0N_NJb.js\";import*as sharedStyle from\"#framer/local/css/stylesPresetHeading1/stylesPresetHeading1.js\";import*as sharedStyle2 from\"#framer/local/css/stylesPresetHeading2/stylesPresetHeading2.js\";import*as sharedStyle3 from\"#framer/local/css/stylesPresetHeading3/stylesPresetHeading3.js\";import*as sharedStyle1 from\"#framer/local/css/stylesPresetParagraph/stylesPresetParagraph.js\";import metadataProvider from\"#framer/local/webPageMetadata/OxJKnfPQj/OxJKnfPQj.js\";const HeaderFonts=getFonts(Header);const VideoFonts=getFonts(Video);const ApplePodcastsFonts=getFonts(ApplePodcasts);const MaterialFonts=getFonts(Material);const FooterFonts=getFonts(Footer);const breakpoints={DfY7gYR5j:\"(max-width: 809px)\",gKdhyhNzL:\"(min-width: 1000px)\",vKI7F4ulp:\"(min-width: 810px) and (max-width: 999px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-GfuIb\";const variantClassNames={DfY7gYR5j:\"framer-v-itz73o\",gKdhyhNzL:\"framer-v-7p8evs\",vKI7F4ulp:\"framer-v-1s22y7t\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition1};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"gKdhyhNzL\",Phone:\"DfY7gYR5j\",Tablet:\"vKI7F4ulp\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"gKdhyhNzL\"};};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:\"OxJKnfPQj\",data:Podcasts,type:\"Collection\"},select:[{collection:\"OxJKnfPQj\",name:\"SwFrHya0n\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"CAxxj7zn6\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"HV1m26qvO\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"m9VfHM1_7\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"egqqsWjyK\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"HhV1lFMd5\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"BlGAjU98O\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"HMuLh1C3X\",type:\"Identifier\"},{collection:\"OxJKnfPQj\",name:\"u0uwNwGIX\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"OxJKnfPQj\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,egqqsWjyK=getFromCurrentRouteData(\"egqqsWjyK\"),SwFrHya0n=getFromCurrentRouteData(\"SwFrHya0n\")??\"\",eHOC6yqEH,HhV1lFMd5=getFromCurrentRouteData(\"HhV1lFMd5\")??true,BlGAjU98O=getFromCurrentRouteData(\"BlGAjU98O\")??\"\",HMuLh1C3X=getFromCurrentRouteData(\"HMuLh1C3X\")??true,u0uwNwGIX=getFromCurrentRouteData(\"u0uwNwGIX\")??\"\",HV1m26qvO=getFromCurrentRouteData(\"HV1m26qvO\")??\"\",...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{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);const ref13=React.useRef(null);const ref14=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"gKdhyhNzL\",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-7p8evs\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yh342q\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:154,width:`min(800px, ${componentViewport?.width||\"100vw\"})`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1abmd72-container\",nodeId:\"XiDT7Gjqk\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"XiDT7Gjqk\",layoutId:\"XiDT7Gjqk\",style:{width:\"100%\"},TEQIyJGwE:\"SaaS Sessions\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rvnjv3\"}),/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1jc2zga\",\"data-framer-name\":\"Post Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DfY7gYR5j:{background:{alt:\"\",fit:\"fill\",sizes:\"349px\",...toResponsiveImage(egqqsWjyK)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"536px\",...toResponsiveImage(egqqsWjyK)},className:\"framer-bo2y73\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-192df76\",\"data-framer-name\":\"Title and Date\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-o3e5h0\",\"data-styles-preset\":\"stylesPresetHeading1\",style:{\"--framer-text-alignment\":\"left\"},children:\"Behind the Scenes: The diverse responsibilities of a Chief of Staff ft. Kanika Khurana of Chargebee\"})}),className:\"framer-1hj6c74\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:SwFrHya0n,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-16bzrdu\",\"data-styles-preset\":\"stylesPresetParagraph\",style:{\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Date\"})})}),className:\"framer-wsqvwk\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:eHOC6yqEH,verticalAlignment:\"top\",withExternalLayout:true})]}),HhV1lFMd5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:338,width:`min(800px, ${componentViewport?.width||\"100vw\"})`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d87cw6-container\",nodeId:\"uX3JG4nQ9\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Video,{height:\"100%\",id:\"uX3JG4nQ9\",layoutId:\"uX3JG4nQ9\",style:{height:\"100%\",width:\"100%\"},UcSzpnekn:BlGAjU98O,width:\"100%\"})})}),HMuLh1C3X&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uq8a93\",\"data-framer-name\":\"Spotify Wrapper\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ordrq-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"eVaoSdyvQ\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(ApplePodcasts,{height:\"100%\",id:\"eVaoSdyvQ\",layoutId:\"eVaoSdyvQ\",style:{width:\"100%\"},theme:\"light\",url:u0uwNwGIX,urlType:\"episode\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js:Youtube\":componentPresets.props[\"s146FztQQ\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"vgXDG0sT7\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:HV1m26qvO,className:\"framer-1jqfszm\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-i6wbpf\",blockquote:\"framer-styles-preset-p6epeq\",h1:\"framer-styles-preset-o3e5h0\",h2:\"framer-styles-preset-1m9bzi2\",h3:\"framer-styles-preset-ci2ngw\",h4:\"framer-styles-preset-j88l1u\",img:\"framer-styles-preset-zvtszh\",p:\"framer-styles-preset-16bzrdu\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y33l8r\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ci2ngw\",\"data-styles-preset\":\"stylesPresetHeading3\",style:{\"--framer-text-alignment\":\"center\"},children:\"Tune in to the episode now\"})}),className:\"framer-1vgds05\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u90pd2\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/in/podcast/saas-sessions/id1453619212\",motionChild:true,nodeId:\"WLfI3yPtJ\",openInNewTab:true,scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"SaaS Sessions\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:512,pixelWidth:512,src:\"https://framerusercontent.com/images/5sfsQ5frrG59QiCBaweMdPJjtqk.png\"},className:\"framer-12nslor framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"12nslor\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"12nslor\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-1z0mcv3\",exit:animation1,initial:animation3,ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Apple Podcasts\"})}),className:\"framer-dd86kn\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/0mqnyQhIFhcImVIfuk7uto\",motionChild:true,nodeId:\"HfV1XWdGa\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Spotify - SaaS Sessions\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/jNDc8my6LuNqhjhlYV5l8933Kuc.png\"},className:\"framer-rs3jr6 framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"rs3jr6\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"rs3jr6\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay1.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-16f8hiw\",exit:animation1,initial:animation3,ref:ref4,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Spotify\"})}),className:\"framer-1kgznjy\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://music.amazon.in/podcasts/87bffda5-df7c-4c2d-ba2c-4483192bbee9/saas-sessions\",motionChild:true,nodeId:\"ZRNvgwtlr\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Amazon Music - SaaS Sessions\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/iZVZGJUjQ3wlDjB8nhlT0pWZaWc.png\"},className:\"framer-1x3g2tw framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"1x3g2tw\",onMouseEnter:onMouseEntertxyyif({overlay:overlay2}),ref:ref5,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1x3g2tw\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay2.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-1h1quju\",exit:animation1,initial:animation3,ref:ref6,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Amazon Music\"})}),className:\"framer-kgc63q\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://castbox.fm/channel/SaaS-Sessions-with-Sunil-id2020273\",motionChild:true,nodeId:\"Y4lIHV5iC\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Castbox - SaaS Sessions\",fit:\"fill\",intrinsicHeight:28,intrinsicWidth:28,pixelHeight:56,pixelWidth:56,src:\"https://framerusercontent.com/images/mp2anBnyibtLO068skurz0MX7ys.png\"},className:\"framer-1t1f646 framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"1t1f646\",onMouseEnter:onMouseEntertxyyif({overlay:overlay3}),ref:ref7,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1t1f646\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay3.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-vqaifs\",exit:animation1,initial:animation3,ref:ref8,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Castbox\"})}),className:\"framer-nayx6v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://overcast.fm/itunes1453619212/saas-sessions-with-sunil\",motionChild:true,nodeId:\"CqXs4tdiM\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Overcast - SaaS Sessions\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/VqPZBwZdKebdpyaMDcZtbc8E0.png\"},className:\"framer-g34pt0 framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"g34pt0\",onMouseEnter:onMouseEntertxyyif({overlay:overlay4}),ref:ref9,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref9,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"g34pt0\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay4.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-2nbeor\",exit:animation1,initial:animation3,ref:ref10,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Overcast\"})}),className:\"framer-5gj5gv\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Link,{href:\"https://pca.st/Zd9K\",motionChild:true,nodeId:\"VWDrGT0lQ\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"Pocket Casts - SaaS Sessions\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:64,pixelWidth:64,src:\"https://framerusercontent.com/images/LcKn0c4Of7AFo2vPAQyX9J1bxr4.png\"},className:\"framer-1jceoqw framer-1wrifwm\",\"data-framer-name\":\"image\",id:\"1jceoqw\",onMouseEnter:onMouseEntertxyyif({overlay:overlay5}),ref:ref11,whileHover:animation,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref11,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1jceoqw\",offsetX:-43318141251802444e-23,offsetY:11.187551293711294,onDismiss:overlay5.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-12w21gw\",exit:animation1,initial:animation3,ref:ref12,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"Pocket Casts\"})}),className:\"framer-1tjx49o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://feeds.buzzsprout.com/2359294.rss\",motionChild:true,nodeId:\"cElM8qj_B\",openInNewTab:true,scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-mww9r4 framer-1wrifwm\",children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay6=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1mjur8j-container\",id:\"1mjur8j\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"AgH2xmATL\",ref:ref13,rendersWithMotion:true,scopeId:\"OxJKnfPQj\",whileHover:animation,children:[/*#__PURE__*/_jsx(Material,{color:\"rgb(254, 138, 76)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"RssFeed\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"AgH2xmATL\",layoutId:\"AgH2xmATL\",mirrored:false,onMouseEnter:onMouseEntertxyyif({overlay:overlay6}),selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay6.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref13,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1mjur8j\",offsetX:4931795410811901e-20,offsetY:.8124812695168657,onDismiss:overlay6.hide,placement:\"bottom\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation2,className:\"framer-8vn7ca\",exit:animation1,initial:animation3,ref:ref14,role:\"dialog\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ck1m8p\",\"data-styles-preset\":\"Mx2wPhdKp\",children:\"RSS\"})}),className:\"framer-4jhxxw\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-19s7chy\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{DfY7gYR5j:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`},vKI7F4ulp:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:`calc(${componentViewport?.width||\"100vw\"} - 160px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nagbql-container\",nodeId:\"uv6MA280B\",scopeId:\"OxJKnfPQj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vKI7F4ulp:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"uv6MA280B\",layoutId:\"uv6MA280B\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-GfuIb.framer-1wrifwm, .framer-GfuIb .framer-1wrifwm { display: block; }\",\".framer-GfuIb.framer-7p8evs { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 50px 80px 0px 80px; position: relative; width: 1000px; }\",\".framer-GfuIb .framer-yh342q { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 800px; }\",\".framer-GfuIb .framer-1abmd72-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-GfuIb .framer-rvnjv3, .framer-GfuIb .framer-1y33l8r, .framer-GfuIb .framer-19s7chy { background-color: #eeeeee; flex: none; height: 1px; max-width: 100%; overflow: visible; position: relative; width: 100%; }\",\".framer-GfuIb .framer-1jc2zga { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 800px; }\",\".framer-GfuIb .framer-bo2y73 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 300px; position: relative; width: 536px; }\",\".framer-GfuIb .framer-192df76 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-GfuIb .framer-1hj6c74, .framer-GfuIb .framer-1vgds05 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GfuIb .framer-wsqvwk, .framer-GfuIb .framer-dd86kn, .framer-GfuIb .framer-1kgznjy, .framer-GfuIb .framer-kgc63q, .framer-GfuIb .framer-nayx6v, .framer-GfuIb .framer-5gj5gv, .framer-GfuIb .framer-1tjx49o, .framer-GfuIb .framer-4jhxxw { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-GfuIb .framer-1d87cw6-container { aspect-ratio: 1.7751479289940828 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); position: relative; width: 100%; }\",\".framer-GfuIb .framer-1uq8a93 { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 190px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-GfuIb .framer-ordrq-container { flex: none; height: auto; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-GfuIb .framer-1jqfszm { --framer-paragraph-spacing: 20px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-GfuIb .framer-1u90pd2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 35px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-GfuIb .framer-12nslor, .framer-GfuIb .framer-rs3jr6, .framer-GfuIb .framer-1x3g2tw, .framer-GfuIb .framer-1t1f646, .framer-GfuIb .framer-g34pt0, .framer-GfuIb .framer-1jceoqw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; text-decoration: none; width: 40px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GfuIb .framer-1z0mcv3, .framer-GfuIb .framer-16f8hiw, .framer-GfuIb .framer-1h1quju, .framer-GfuIb .framer-vqaifs, .framer-GfuIb .framer-2nbeor, .framer-GfuIb .framer-12w21gw, .framer-GfuIb .framer-8vn7ca { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 46px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 200px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GfuIb .framer-mww9r4 { flex: none; height: 60px; overflow: hidden; position: relative; text-decoration: none; width: 60px; }\",\".framer-GfuIb .framer-1mjur8j-container { bottom: 0px; flex: none; left: calc(49.18032786885248% - 60px / 2); position: absolute; top: 0px; width: 60px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-GfuIb .framer-nagbql-container { flex: none; height: 80px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GfuIb.framer-7p8evs, .framer-GfuIb .framer-yh342q, .framer-GfuIb .framer-1jc2zga, .framer-GfuIb .framer-192df76, .framer-GfuIb .framer-1u90pd2, .framer-GfuIb .framer-1z0mcv3, .framer-GfuIb .framer-16f8hiw, .framer-GfuIb .framer-1h1quju, .framer-GfuIb .framer-vqaifs, .framer-GfuIb .framer-2nbeor, .framer-GfuIb .framer-12w21gw, .framer-GfuIb .framer-8vn7ca { gap: 0px; } .framer-GfuIb.framer-7p8evs > *, .framer-GfuIb .framer-yh342q > *, .framer-GfuIb .framer-1jc2zga > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-GfuIb.framer-7p8evs > :first-child, .framer-GfuIb .framer-yh342q > :first-child, .framer-GfuIb .framer-1jc2zga > :first-child, .framer-GfuIb .framer-192df76 > :first-child { margin-top: 0px; } .framer-GfuIb.framer-7p8evs > :last-child, .framer-GfuIb .framer-yh342q > :last-child, .framer-GfuIb .framer-1jc2zga > :last-child, .framer-GfuIb .framer-192df76 > :last-child { margin-bottom: 0px; } .framer-GfuIb .framer-192df76 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GfuIb .framer-1u90pd2 > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-GfuIb .framer-1u90pd2 > :first-child, .framer-GfuIb .framer-1z0mcv3 > :first-child, .framer-GfuIb .framer-16f8hiw > :first-child, .framer-GfuIb .framer-1h1quju > :first-child, .framer-GfuIb .framer-vqaifs > :first-child, .framer-GfuIb .framer-2nbeor > :first-child, .framer-GfuIb .framer-12w21gw > :first-child, .framer-GfuIb .framer-8vn7ca > :first-child { margin-left: 0px; } .framer-GfuIb .framer-1u90pd2 > :last-child, .framer-GfuIb .framer-1z0mcv3 > :last-child, .framer-GfuIb .framer-16f8hiw > :last-child, .framer-GfuIb .framer-1h1quju > :last-child, .framer-GfuIb .framer-vqaifs > :last-child, .framer-GfuIb .framer-2nbeor > :last-child, .framer-GfuIb .framer-12w21gw > :last-child, .framer-GfuIb .framer-8vn7ca > :last-child { margin-right: 0px; } .framer-GfuIb .framer-1z0mcv3 > *, .framer-GfuIb .framer-16f8hiw > *, .framer-GfuIb .framer-1h1quju > *, .framer-GfuIb .framer-vqaifs > *, .framer-GfuIb .framer-2nbeor > *, .framer-GfuIb .framer-12w21gw > *, .framer-GfuIb .framer-8vn7ca > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,\"@media (min-width: 810px) and (max-width: 999px) { .framer-GfuIb.framer-7p8evs { padding: 40px 40px 0px 40px; width: 810px; } .framer-GfuIb .framer-nagbql-container { width: auto; }}\",\"@media (max-width: 809px) { .framer-GfuIb.framer-7p8evs { padding: 20px 20px 0px 20px; width: 390px; } .framer-GfuIb .framer-yh342q { gap: 20px; } .framer-GfuIb .framer-bo2y73 { height: 190px; width: 349px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-GfuIb .framer-yh342q { gap: 0px; } .framer-GfuIb .framer-yh342q > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-GfuIb .framer-yh342q > :first-child { margin-top: 0px; } .framer-GfuIb .framer-yh342q > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4161\n * @framerIntrinsicWidth 1000\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vKI7F4ulp\":{\"layout\":[\"fixed\",\"auto\"]},\"DfY7gYR5j\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerOxJKnfPQj=withCSS(Component,css,\"framer-GfuIb\");export default FramerOxJKnfPQj;FramerOxJKnfPQj.displayName=\"Blog\";FramerOxJKnfPQj.defaultProps={height:4161,width:1e3};addFonts(FramerOxJKnfPQj,[{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\"}]},...HeaderFonts,...VideoFonts,...ApplePodcastsFonts,...MaterialFonts,...FooterFonts,...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),...componentPresets.fonts?.[\"vgXDG0sT7\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"vgXDG0sT7\"]):[],...componentPresets.fonts?.[\"s146FztQQ\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"s146FztQQ\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOxJKnfPQj\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"4161\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vKI7F4ulp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DfY7gYR5j\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1000\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "podcastsRegex", "ApplePodcasts", "urlType", "url", "theme", "style", "props", "embedUrl", "se", "ref", "country", "podcastId", "episodeId", "p", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "YouTubeFonts", "getFonts", "Youtube", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "uRL", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "UcSzpnekn", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "ComponentViewportProvider", "Youtube", "css", "FramerzxdX0sqxe", "withCSS", "zxdX0sqxe_default", "addPropertyControls", "ControlType", "addFonts", "YouTubeFonts", "HeaderFonts", "getFonts", "EJ3UJw2qH_default", "VideoFonts", "zxdX0sqxe_default", "ApplePodcastsFonts", "ApplePodcasts", "MaterialFonts", "Icon", "FooterFonts", "iMLsJePWK_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "transition1", "animation", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "wUEEgftCv_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "egqqsWjyK", "SwFrHya0n", "eHOC6yqEH", "HhV1lFMd5", "BlGAjU98O", "HMuLh1C3X", "u0uwNwGIX", "HV1m26qvO", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "ref13", "ref14", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "EJ3UJw2qH_default", "PropertyOverrides2", "Image2", "RichText2", "x", "zxdX0sqxe_default", "ApplePodcasts", "ComponentPresetsProvider", "l", "Link", "AnimatePresence", "Floating", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "overlay6", "Icon", "iMLsJePWK_default", "css", "FramerOxJKnfPQj", "withCSS", "OxJKnfPQj_default", "addFonts", "HeaderFonts", "VideoFonts", "ApplePodcastsFonts", "MaterialFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
