{"version":3,"file":"QY4xpdSakafRm2n7-wiMqdkctTAD77g8C4_73kIJBw4.CKOrpv6A.mjs","names":["defaultEmptyStateStyle","props","useMemo","props","useMemo","props","useCallback","fonts","fonts","css","className","fonts","css","className","fonts","css","className","css","ComponentsNavbar","YouTube","ComponentsPost","ComponentsFooter","prefix","props","useRef","React.useId","Blog","metadata","React.useMemo","metadataProvider","sharedStyle.className","sharedStyle1.className","sharedStyle2.className","sharedStyle3.className","sharedStyle4.className","sharedStyle5.className","sharedStyle6.className","sharedStyle7.className","sharedStyle8.className","sharedStyle9.className","sharedStyle10.className","sharedStyle11.className","React.useRef","className","PropertyOverrides","React.Fragment","Image","\"sFs27NycH\"","\"yFSCA9lL2\"","_Fragment","DR0kFgMIfr5WBqQRAs","idr5WBqQRAs","kTOuPIvZEr5WBqQRAs","Rf3UGwboir5WBqQRAs","w2t4btQoir5WBqQRAs","WFzWNTfvFr5WBqQRAs","DR0kFgMIft3a4_JopO","idt3a4_JopO","kTOuPIvZEt3a4_JopO","Rf3UGwboit3a4_JopO","w2t4btQoit3a4_JopO","WFzWNTfvFt3a4_JopO","sharedStyle.css","sharedStyle1.css","sharedStyle2.css","sharedStyle3.css","sharedStyle4.css","sharedStyle5.css","sharedStyle6.css","sharedStyle7.css","sharedStyle8.css","sharedStyle9.css","sharedStyle10.css","sharedStyle11.css","sharedStyle.fonts","sharedStyle1.fonts","sharedStyle2.fonts","sharedStyle3.fonts","sharedStyle4.fonts","sharedStyle5.fonts","sharedStyle6.fonts","sharedStyle7.fonts","sharedStyle8.fonts","sharedStyle9.fonts","sharedStyle10.fonts","sharedStyle11.fonts"],"sources":["https:/framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js","https:/framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js","https:/framer.com/m/framer/default-utils.js@^0.43.0","https:/framer.com/m/framer/integrations-styles.js@0.2.0","https:/framerusercontent.com/modules/iH0dC3d1a99tJbx8s2oc/R0Wu06W2ujHUtW00fgCq/SoundCloud.js","https:/framerusercontent.com/modules/rwOL75pJfUm1chf60B4p/hc0tDiWPYnO20TBWLHGR/ApplePodcasts.js","https:/framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js","https:/framerusercontent.com/modules/jOG8ykY4UznJJRhM1Pcp/dqbEgY4fHTRjC63tebmB/componentPresets.js","https:/framerusercontent.com/modules/zvEhsomJqZw4nSi4iMC7/R2D27iRwy44JD5K74Cbm/eVIihSgbK.js","https:/framerusercontent.com/modules/J0B8lhCUpWSTZ1CfUSdJ/xbBfvJ4g5dCgBE8bMONY/m8o8z_JHG.js","https:/framerusercontent.com/modules/x2lDtOraNo034Li5ph9k/H2roaVIC87YYp9gjLgvU/nNX35BlPw.js","https:/framerusercontent.com/modules/okoefuaGyilvY8LoSuwX/jyrxI0OJ4FFRyHqxg9e6/XHEundxWg.js","https:/framerusercontent.com/modules/lZnHpKxy4qcPgrOxzIqo/zwOLGsKOHo4NwAXwk0Rx/Bsvy6mzjd.js"],"sourcesContent":["// @ts-ignore\nimport { fontStore } from \"framer\";\nimport { useEffect } from \"react\";\n// @ts-ignore\nimport { fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nconst fontWeights = {\n    100: \"Thin\",\n    200: \"Extra-light\",\n    300: \"Light\",\n    400: \"Regular\",\n    500: \"Medium\",\n    600: \"Semi-bold\",\n    700: \"Bold\",\n    800: \"Extra-bold\",\n    900: \"Black\"\n};\nexport function useFontControls(props) {\n    const { fontFamily , fontSize , fontWeight , font  } = props;\n    const fontWeightName = fontWeights[fontWeight];\n    const customFontStack = `\"${fontFamily} ${fontWeightName}\", \"${fontFamily}\", ${fontStack}`;\n    const fontFamilyStyle = fontFamily ? {\n        fontSize,\n        fontWeight,\n        fontFamily: customFontStack\n    } : {\n        fontSize,\n        fontWeight\n    };\n    const fetchCustomFonts = async ()=>{\n        await fontStore.loadWebFontsFromSelectors([\n            `CUSTOM;${fontFamily}`,\n            `CUSTOM;${fontFamily} ${fontWeightName}`,\n            `GF;${fontFamily}-${fontWeightName.toLowerCase()}`, \n        ]).catch((e)=>console.error(e)\n        );\n    };\n    useEffect(()=>{\n        if (font) fetchCustomFonts();\n    }, [\n        font,\n        fontFamily,\n        fontWeight\n    ]);\n    return fontFamilyStyle;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useFontControls\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useFontControls.map","import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map","import { defaultEvents, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack } from \"https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js\";\nimport { useOnEnter, useOnExit } from \"https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js\";\nimport { useConstant } from \"https://framerusercontent.com/modules/ExNgrA7EJTKUPpH6vIlN/eiOrSJ2Ab5M9jPCvVwUz/useConstant.js\";\nimport { colorTokentoValue, colorFromToken } from \"https://framerusercontent.com/modules/D2Lz5CmnNVPZFFiZXalt/QaCzPbriZBfXWZIIycFI/colorFromToken.js\";\nimport { isMotionValue } from \"https://framerusercontent.com/modules/3mKFSGQqKHV82uOV1eBc/5fbRLvOpxZC0JOXugvwm/isMotionValue.js\";\nimport { useUniqueClassName, randomID } from \"https://framerusercontent.com/modules/xDiQsqBGXzmMsv7AlEVy/uhunpMiNsbXxzjlXsg1y/useUniqueClassName.js\";\nimport { getVariantControls } from \"https://framerusercontent.com/modules/ETACN5BJyFTSo0VVDJfu/NHRqowOiXkF9UwOzczF7/variantUtils.js\";\nimport { useIsBrowserSafari } from \"https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js\";\nimport { useMultiOnChange, useOnChange } from \"https://framerusercontent.com/modules/v9AWX2URmiYsHf7GbctE/XxKAZ9KlhWqf5x1JMyyF/useOnChange.js\";\nimport { mstoMinAndSec, secondsToMinutes } from \"https://framerusercontent.com/modules/4zHZnO5JojN1PrIbu2jm/revv9QCWpkh8lPzi2jje/time.js\";\nimport { useAutoMotionValue } from \"https://framerusercontent.com/modules/kNDwabfjDEb3vUxkQlZS/fSIr3AOAYbGlfSPgXpYu/useAutoMotionValue.js\";\nimport { useFontControls } from \"https://framerusercontent.com/modules/cuQH4dmpDnV8YK1mSgQX/tTLhbOFToDhKcwOVmn8E/useFontControls.js\";\nimport { useRenderTarget, useIsInPreview } from \"https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/AAh30yXzt1DUsOi1YwUY/useRenderTarget.js\";\nimport { useControlledState } from \"https://framerusercontent.com/modules/zGkoP8tPDCkoBzMdt5uq/0zFSjxIYliHxrQQnryFX/useControlledState.js\";\nimport { usePadding, useRadius, paddingControl, borderRadiusControl } from \"https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js\";\nimport { detectAutoSizingAxis } from \"https://framerusercontent.com/modules/8CkHAZatUz1UR8jNTcfD/HwbnIAZlUmQ2oTpcLkaH/detectAutoSizingAxis.js\";\nexport { useOnEnter, useOnExit, defaultEvents, isMotionValue, colorFromToken, colorTokentoValue, localeOptions, fontControls, fontSizeOptions, emptyStateStyle, containerStyles, fontStack, useUniqueClassName, getVariantControls, useIsBrowserSafari, randomID, useConstant, useMultiOnChange, useOnChange, usePadding, useRadius, paddingControl, borderRadiusControl, mstoMinAndSec, useFontControls, secondsToMinutes, useAutoMotionValue, useRenderTarget, useIsInPreview, useControlledState, detectAutoSizingAxis,  };\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mstoMinAndSec\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorTokentoValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useFontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useUniqueClassName\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"detectAutoSizingAxis\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnEnter\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getVariantControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useAutoMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"randomID\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsInPreview\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useMultiOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useConstant\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isMotionValue\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnChange\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useControlledState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"colorFromToken\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"secondsToMinutes\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}","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{useMemo}from\"react\";import{motion}from\"framer-motion\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";const soundCloudRegex=/^(https?:\\/\\/(?:www\\.)?soundcloud\\.com\\/[^\\/]+\\/[^\\/]+)/;/**\n * SOUNDCLOUD\n *\n * @framerIntrinsicWidth 500\n * @framerIntrinsicHeight 300\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function SoundCloud({theme,showComments,showUser,visual,showReposts,showTeaser,autoplay,playOnCanvas,showRelated,color,url,style,...props}){const src=useMemo(()=>{var ref;const[,validUrl]=(ref=url.match(soundCloudRegex))!==null&&ref!==void 0?ref:[null,null];if(!validUrl)return null;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const parameters=new URLSearchParams(url.search);parameters.set(\"url\",encodeURIComponent(validUrl));parameters.set(\"show_comments\",showComments);parameters.set(\"show_user\",showUser);parameters.set(\"visual\",visual);parameters.set(\"show_reposts\",showReposts);parameters.set(\"auto_play\",isCanvas&&!playOnCanvas?false:autoplay);parameters.set(\"show_teaser\",showTeaser);parameters.set(\"hide_related\",(!showRelated).toString());parameters.set(\"color\",color);return`https://w.soundcloud.com/player?${parameters.toString()}`;},[url,showComments,showRelated,showUser,visual,showReposts,autoplay,playOnCanvas,showTeaser,color,]);return url&&src?/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",...style},frameBorder:0,allow:\"autoplay\",scrolling:\"no\",src:src}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"SoundCloud\"}),url?/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"This track URL doesn’t seem correct.\"}):/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a track URL in the Properties.\"})]});}SoundCloud.defaultProps={url:\"https://soundcloud.com/flume/flume-lose-it-feat-vic-mensa\",width:300,height:300,showComments:false,showUser:true,showReposts:false,showTeaser:true,visual:true,autoplay:false,playOnCanvas:false,showRelated:true,color:\"#f50\"};addPropertyControls(SoundCloud,{url:{type:ControlType.String,title:\"URL\"},visual:{type:ControlType.Boolean,title:\"Type\",enabledTitle:\"Visual\",disabledTitle:\"Classic\"},color:{type:ControlType.Color,title:\"Color\"},autoplay:{title:\"Autoplay\",type:ControlType.Boolean,enabledTitle:\"Play\",disabledTitle:\"Pause\"},playOnCanvas:{title:\"On Canvas\",type:ControlType.Boolean,enabledTitle:\"Play\",disabledTitle:\"Pause\"},showComments:{type:ControlType.Boolean,title:\"Comments\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showUser:{type:ControlType.Boolean,title:\"User\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showReposts:{type:ControlType.Boolean,title:\"Reposts\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showTeaser:{type:ControlType.Boolean,title:\"Teaser\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},showRelated:{type:ControlType.Boolean,title:\"Related\",enabledTitle:\"Show\",disabledTitle:\"Hide\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"SoundCloud\":{\"type\":\"reactComponent\",\"name\":\"SoundCloud\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"300\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"500\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SoundCloud.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}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useCallback}from\"react\";const urlRegex=/(https?:\\/\\/[^ ]*)/;/**\n * SPOTIFY\n *\n * @framerIntrinsicWidth 280\n * @framerIntrinsicHeight 350\n */ export function Spotify(props){const{theme,url:sourceUrl}=props;const createEmbedUrl=useCallback(()=>{if(sourceUrl.length<5)return null;// If someone pastes the embed code lets still try to render it\nconst strippedUrl=sourceUrl.includes(\"iframe\")?sourceUrl.match(urlRegex)[1].replace(`\"`,\"\"):sourceUrl;const url=new URL(strippedUrl);// Add embed prefix if needed\nif(!url.pathname.includes(\"embed\"))url.pathname=`/embed${url.pathname}`;// Remove params\nurl.search=`theme=${theme}`;// @ben you could add all other bools in here like\n// url.search = `theme=${theme}&dog=${cat}`\nreturn url.toString();},[theme,sourceUrl]);const identifier=createEmbedUrl();return(/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\"},frameBorder:0,src:identifier}));}Spotify.defaultProps={url:\"https://open.spotify.com/album/31qVWUdRrlb8thMvts0yYL?si=Jl-8Mnc3RNGuOtqRC7NXVg\",width:280,height:350,theme:1};addPropertyControls(Spotify,{url:{type:ControlType.String,title:\"URL\"},theme:{type:ControlType.Enum,displaySegmentedControl:true,options:[1,0],optionTitles:[\"On\",\"Off\"]}});\nexport const __FramerMetadata__ = {\"exports\":{\"Spotify\":{\"type\":\"reactComponent\",\"name\":\"Spotify\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"350\",\"framerIntrinsicWidth\":\"280\"}}}}\n//# sourceMappingURL=./Spotify.map","// Generated by Framer (9840458)\nexport const props={sFs27NycH:{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,isMixedBorderRadius:false,isRed:true,topLeftRadius:0,topRightRadius:0},yFSCA9lL2:{background:'var(--token-eb67baa5-ac84-495e-9d01-6da33e8a4033, rgb(28, 24, 22)) /* {\"name\":\"Grey/900\"} */',borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,darkTheme:\"framerDark\",font:{fontFamily:'\"Fragment Mono\", monospace',fontSize:\"14px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1.5em\"},isMixedBorderRadius:false,lightTheme:\"framerLight\",padding:30,paddingBottom:30,paddingLeft:30,paddingPerSide:false,paddingRight:30,paddingTop:30,theme:\"monokaiPro\",themeMode:\"Static\",topLeftRadius:0,topRightRadius:0}};export const fonts={yFSCA9lL2:[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v6/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}]};\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"props\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-rY5BH .framer-styles-preset-1q0pplr {  }\"];export const className=\"framer-rY5BH\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9840458)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper), .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-color: rgba(153, 153, 153, 0.25); border-style: solid; border-top-left-radius: 8px; border-top-right-radius: 8px; border-width: 1px; overflow: hidden; }\",\".framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) th, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table th, .framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) td, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table td { padding: 10px; }\",\".framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) th, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table th { background-color: rgba(153, 153, 153, 0.1); }\",\".framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) tr + tr td, .framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) tr + tr th, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table tr + tr td, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table tr + tr th { border-top-color: rgba(153, 153, 153, 0.25); border-top-style: solid; border-top-width: 1px; }\",\".framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) td + td, .framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) th + th, .framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) td + th, .framer-FG2WN .framer-styles-preset-r2eywu:not(.rich-text-wrapper) th + td, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table td + td, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table th + th, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table td + th, .framer-FG2WN .framer-styles-preset-r2eywu.rich-text-wrapper table th + td { border-left-color: rgba(153, 153, 153, 0.25); border-left-style: solid; border-left-width: 1px; }\"];export const className=\"framer-FG2WN\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Fragment Mono-regular\"]);export const fonts=[{family:\"Fragment Mono\",moduleAsset:{localModuleIdentifier:\"local-module:css/nNX35BlPw:default\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4RNh4UI_1U.ttf\",weight:\"400\"}];export const css=['.framer-7pZpy .framer-styles-preset-toe36y { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: var(--token-eb67baa5-ac84-495e-9d01-6da33e8a4033, #1c1816) /* {\"name\":\"Grey/900\"} */; --framer-font-size-scale: 1; background-color: var(--token-ee52d6d3-7fde-4c8e-9065-6c346f8e5762, #32d583) /* {\"name\":\"Success/400\"} */; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-7pZpy\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Inter-500\",\"GF;Inter-700\"]);export const fonts=[{family:\"Inter\",moduleAsset:{localModuleIdentifier:\"local-module:css/XHEundxWg:default\",url:\"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZhrib2Bg-4.ttf\",weight:\"500\"},{family:\"Inter\",moduleAsset:{localModuleIdentifier:\"local-module:css/XHEundxWg:default\",url:\"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYMZhrib2Bg-4.ttf\",weight:\"700\"}];export const css=['.framer-uIhcu .framer-styles-preset-lig40o:not(.rich-text-wrapper), .framer-uIhcu .framer-styles-preset-lig40o.rich-text-wrapper h4 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-eb67baa5-ac84-495e-9d01-6da33e8a4033, #0f1223); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1023px) and (min-width: 0px) { .framer-uIhcu .framer-styles-preset-lig40o:not(.rich-text-wrapper), .framer-uIhcu .framer-styles-preset-lig40o.rich-text-wrapper h4 { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-eb67baa5-ac84-495e-9d01-6da33e8a4033, #0f1223); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-uIhcu\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (9840458)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useMetadata,useQueryData,useRouteElementId,useRouter,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{SoundCloud}from\"https://framerusercontent.com/modules/iH0dC3d1a99tJbx8s2oc/R0Wu06W2ujHUtW00fgCq/SoundCloud.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/qXQVWG1AZxpdrbBmhE1U/Video.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import ApplePodcasts from\"https://framerusercontent.com/modules/rwOL75pJfUm1chf60B4p/hc0tDiWPYnO20TBWLHGR/ApplePodcasts.js\";import{Spotify}from\"https://framerusercontent.com/modules/tW1ExjbbJRt9YcZ0Gyxk/7xLQ6of7kXWmBUVuRiYG/Spotify.js\";import ComponentsPost from\"#framer/local/canvasComponent/AdiBax8Vz/AdiBax8Vz.js\";import ComponentsFooter from\"#framer/local/canvasComponent/l14P6979k/l14P6979k.js\";import ComponentsNavbar from\"#framer/local/canvasComponent/Uu7o9ruxy/Uu7o9ruxy.js\";import Blog from\"#framer/local/collection/QcGwxo477/QcGwxo477.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle from\"#framer/local/css/AEaph0XWa/AEaph0XWa.js\";import*as sharedStyle1 from\"#framer/local/css/Ch73SMhsl/Ch73SMhsl.js\";import*as sharedStyle10 from\"#framer/local/css/eVIihSgbK/eVIihSgbK.js\";import*as sharedStyle4 from\"#framer/local/css/G5DcAFa0U/G5DcAFa0U.js\";import*as sharedStyle3 from\"#framer/local/css/kT9XVirH1/kT9XVirH1.js\";import*as sharedStyle9 from\"#framer/local/css/m8o8z_JHG/m8o8z_JHG.js\";import*as sharedStyle7 from\"#framer/local/css/mjwkrbUde/mjwkrbUde.js\";import*as sharedStyle11 from\"#framer/local/css/nNX35BlPw/nNX35BlPw.js\";import*as sharedStyle8 from\"#framer/local/css/Ul499O1EQ/Ul499O1EQ.js\";import*as sharedStyle6 from\"#framer/local/css/WpuosBecQ/WpuosBecQ.js\";import*as sharedStyle2 from\"#framer/local/css/XHEundxWg/XHEundxWg.js\";import*as sharedStyle5 from\"#framer/local/css/ZWBC6S3Gb/ZWBC6S3Gb.js\";import metadataProvider from\"#framer/local/webPageMetadata/Bsvy6mzjd/Bsvy6mzjd.js\";const ComponentsNavbarFonts=getFonts(ComponentsNavbar);const MotionDivWithFX=withFX(motion.div);const VideoFonts=getFonts(Video);const YouTubeFonts=getFonts(YouTube);const SpotifyFonts=getFonts(Spotify);const ApplePodcastsFonts=getFonts(ApplePodcasts);const SoundCloudFonts=getFonts(SoundCloud);const ComponentsPostFonts=getFonts(ComponentsPost);const MotionSectionWithFX=withFX(motion.section);const ComponentsFooterFonts=getFonts(ComponentsFooter);const breakpoints={aYjAWbb8w:\"(min-width: 768px) and (max-width: 1023.98px)\",oCOkf8lo1:\"(max-width: 767.98px)\",S15NEYdDs:\"(min-width: 1200px)\",ZwDbWice4:\"(min-width: 1024px) and (max-width: 1199.98px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-lcsc9\";const variantClassNames={aYjAWbb8w:\"framer-v-1afi541\",oCOkf8lo1:\"framer-v-a56ooq\",S15NEYdDs:\"framer-v-uu8cj2\",ZwDbWice4:\"framer-v-1pwmbuh\"};const transition1={damping:50,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:-72};const sharedDateFormatter=(value,formatOptions,locale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const fallbackLocale=\"en-US\";try{return date.toLocaleString(locale||fallbackLocale,formatOptions);}catch{return date.toLocaleString(fallbackLocale,formatOptions);}};const dateOptions={dateStyle:\"long\",timeZone:\"UTC\"};const toDateString=(value,activeLocale)=>{return sharedDateFormatter(value,dateOptions,activeLocale);};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const negate=value=>{return!value;};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"episode\";}else{return\"episode\";}};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:32};const transition2={damping:50,delay:.15,mass:1,stiffness:300,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:32};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={lg:\"ZwDbWice4\",md:\"aYjAWbb8w\",sm:\"oCOkf8lo1\",xl:\"S15NEYdDs\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"S15NEYdDs\"};};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:\"Bsvy6mzjd\",data:Blog,type:\"Collection\"},select:[{collection:\"Bsvy6mzjd\",name:\"DR0kFgMIf\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"QWiTLkPOC\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"WFzWNTfvF\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"EKZeA9z23\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"K_nZ_q_o9\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"qo9SOLtWk\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"a7INYt5Tz\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"hqDjb8nP1\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"Le4s96af_\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"kTOuPIvZE\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"Rf3UGwboi\",type:\"Identifier\"},{collection:\"Bsvy6mzjd\",name:\"OgsL9kCE5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Bsvy6mzjd\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,QWiTLkPOC=getFromCurrentRouteData(\"QWiTLkPOC\"),DR0kFgMIf=getFromCurrentRouteData(\"DR0kFgMIf\")??\"\",WFzWNTfvF=getFromCurrentRouteData(\"WFzWNTfvF\")??\"\",Rf3UGwboi=getFromCurrentRouteData(\"Rf3UGwboi\")??\"\",kTOuPIvZE=getFromCurrentRouteData(\"kTOuPIvZE\"),hqDjb8nP1=getFromCurrentRouteData(\"hqDjb8nP1\")??\"\",K_nZ_q_o9=getFromCurrentRouteData(\"K_nZ_q_o9\")??\"\",qo9SOLtWk=getFromCurrentRouteData(\"qo9SOLtWk\")??\"\",EKZeA9z23=getFromCurrentRouteData(\"EKZeA9z23\"),a7INYt5Tz=getFromCurrentRouteData(\"a7INYt5Tz\")??\"\",Le4s96af_=getFromCurrentRouteData(\"Le4s96af_\")??\"\",DR0kFgMIfr5WBqQRAs,kTOuPIvZEr5WBqQRAs,Rf3UGwboir5WBqQRAs,WFzWNTfvFr5WBqQRAs,w2t4btQoir5WBqQRAs,idr5WBqQRAs,DR0kFgMIft3a4_JopO,kTOuPIvZEt3a4_JopO,Rf3UGwboit3a4_JopO,WFzWNTfvFt3a4_JopO,w2t4btQoit3a4_JopO,idt3a4_JopO,OgsL9kCE5=getFromCurrentRouteData(\"OgsL9kCE5\")??\"\",...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider({DR0kFgMIf,kTOuPIvZE,OgsL9kCE5},activeLocale),[DR0kFgMIf,kTOuPIvZE,OgsL9kCE5,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=prefix(toDateString(QWiTLkPOC,activeLocaleCode),\"Published \");const textContent1=prefix(WFzWNTfvF,\"By \");const visible=negate(isSet(Rf3UGwboi));const visible1=isSet(Rf3UGwboi);const visible2=isSet(hqDjb8nP1);const visible3=isSet(K_nZ_q_o9);const visible4=isSet(qo9SOLtWk);const visible5=equals(EKZeA9z23,\"WvvR0FBnh\");const visible6=isSet(a7INYt5Tz);const elementId=useRouteElementId(\"t2HmgCkbv\");const ref1=React.useRef(null);const visible7=equals(EKZeA9z23,\"DBBjK0tld\");const router=useRouter();useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"S15NEYdDs\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-20800fc2-2fd8-4607-a70a-c6b5f924bfaa, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-uu8cj2\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:false,__framer__scrollDirection:{direction:\"down\",target:animation},__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19h9eq7\",\"data-framer-name\":\"Navbar\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1fy2n85\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:74,width:`min(${componentViewport?.width||\"100vw\"}, 1200px)`,y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pa26sz-container\",nodeId:\"GOiJcntQi\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oCOkf8lo1:{variant:\"Oi6o53Q4L\"}},children:/*#__PURE__*/_jsx(ComponentsNavbar,{height:\"100%\",id:\"GOiJcntQi\",layoutId:\"GOiJcntQi\",style:{width:\"100%\"},variant:\"ou0m7Avn6\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tmbd6z\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-17jbmss\",\"data-framer-name\":\"Container\",children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-56phu3\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xnrki1\",\"data-styles-preset\":\"AEaph0XWa\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8ec01580-a178-4d8e-bf3e-e5f61290bebd, rgb(87, 82, 77))\"},children:\"Published September 17, 2023\"})}),className:\"framer-1cb74d4\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-x7cpkx\",\"data-styles-preset\":\"Ch73SMhsl\",style:{\"--framer-text-alignment\":\"center\"},children:\"Transforming a Basement Startup into a $30K Monthly Online Tutoring Service\"})}),className:\"framer-16i7c2t\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:DR0kFgMIf,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1xnrki1\",\"data-styles-preset\":\"AEaph0XWa\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8ec01580-a178-4d8e-bf3e-e5f61290bebd, rgb(87, 82, 77))\"},children:\"By Ilyann Millen\"})}),className:\"framer-ndrah4\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mhebc9\",\"data-framer-name\":\"Cover\",children:[visible&&/*#__PURE__*/_jsx(\"figure\",{className:\"framer-1dtpdv5\",\"data-framer-name\":\"Cover\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}},oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+455.2+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}},ZwDbWice4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 120px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 160px, 1200px)`,...toResponsiveImage(kTOuPIvZE)},className:\"framer-1sjksy4\",\"data-framer-name\":\"Cover\"})})}),visible1&&/*#__PURE__*/_jsx(\"figure\",{className:\"framer-18yp38i\",\"data-framer-name\":\"Video cover\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 80px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}},oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+455.2+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 32px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}},ZwDbWice4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 120px, 1200px)`,...toResponsiveImage(kTOuPIvZE)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+479.2+0+0+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 160px, 1200px)`,...toResponsiveImage(kTOuPIvZE)},className:\"framer-1kno5hp\",\"data-framer-name\":\"Cover\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10nay8l-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rlIVOmA8w\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"rlIVOmA8w\",isMixedBorderRadius:false,layoutId:\"rlIVOmA8w\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:false,srcType:\"URL\",srcUrl:Rf3UGwboi,startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7mo1t4\",\"data-framer-name\":\"Background\"})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6uj3rc\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsxs(\"article\",{className:\"framer-1mf3ius\",\"data-framer-name\":\"Container\",children:[visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-d8kkt1-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"X82HzGkRV\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:8,bottomLeftRadius:8,bottomRightRadius:8,height:\"100%\",id:\"X82HzGkRV\",isMixedBorderRadius:false,isRed:true,layoutId:\"X82HzGkRV\",play:\"Off\",shouldMute:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:8,topRightRadius:8,url:hqDjb8nP1,width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vxmqkt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Y5kNeDrC_\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(Spotify,{height:\"100%\",id:\"Y5kNeDrC_\",layoutId:\"Y5kNeDrC_\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},theme:0,url:K_nZ_q_o9,width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4d929b-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"cZdow7jX1\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(ApplePodcasts,{height:\"100%\",id:\"cZdow7jX1\",layoutId:\"cZdow7jX1\",style:{maxWidth:\"100%\",width:\"100%\"},theme:\"light\",url:qo9SOLtWk,urlType:convertFromBoolean(isSet(qo9SOLtWk),activeLocale),width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wqmnh9\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-lig40o\",\"data-styles-preset\":\"XHEundxWg\",children:\"Or listen on:\"})}),className:\"framer-1wmia0o\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.apple.com/gb/podcast/africahere-now/id1714509526\",motionChild:true,nodeId:\"pvUFqzMHB\",openInNewTab:true,scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1046.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/RJKOLp1K4ecFPQnx4Weg0zRqdz8.svg?width=23&height=23\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1070.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/RJKOLp1K4ecFPQnx4Weg0zRqdz8.svg?width=23&height=23\"},className:\"framer-1jcowup framer-sfo0zn\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://open.spotify.com/show/04RFKbgnF7i95RRNWl0eBn?si=b82d1486e0504c3f\",motionChild:true,nodeId:\"ZbyxLR9xk\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1046.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/xjhnBW8PEZT0hV4PPuvSn1mX0Y.svg?width=23&height=23\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1070.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/xjhnBW8PEZT0hV4PPuvSn1mX0Y.svg?width=23&height=23\"},className:\"framer-1rx5isz framer-sfo0zn\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/@AfricaHereAndNOWPodcast\",motionChild:true,nodeId:\"obao7UA0D\",openInNewTab:true,scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1046.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/LC51IeSWbQsETnrkF34mNYyLQ.svg?width=23&height=23\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1070.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/LC51IeSWbQsETnrkF34mNYyLQ.svg?width=23&height=23\"},className:\"framer-1ihn0l8 framer-sfo0zn\"})})}),/*#__PURE__*/_jsx(Link,{href:\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5hY2FzdC5jb20vcHVibGljL3Nob3dzLzY1ZGNmNDAzNmY5NDEyMDAxNjYxNGYxNA\",motionChild:true,nodeId:\"Z5ofZ4ihR\",openInNewTab:true,scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{oCOkf8lo1:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1046.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/ffIdeF4UuqHCTzVYMdNs0pfI2JQ.svg?width=23&height=23\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:23,intrinsicWidth:23,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1070.2+0+0+40+0+0),pixelHeight:23,pixelWidth:23,src:\"https://framerusercontent.com/images/ffIdeF4UuqHCTzVYMdNs0pfI2JQ.svg?width=23&height=23\"},className:\"framer-1wfwfbq framer-sfo0zn\"})})})]}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1esx5a4-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"TqFkU6WZZ\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(SoundCloud,{autoplay:false,color:\"rgb(255, 85, 0)\",height:\"100%\",id:\"TqFkU6WZZ\",layoutId:\"TqFkU6WZZ\",playOnCanvas:false,showComments:false,showRelated:true,showReposts:false,showTeaser:true,showUser:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},url:a7INYt5Tz,visual:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js:Youtube\":componentPresets.props[\"sFs27NycH\"],\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"yFSCA9lL2\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{stylesPresetsClassNames:{a:\"framer-styles-preset-1xbv59f\",code:\"framer-styles-preset-toe36y\",h1:\"framer-styles-preset-x7cpkx\",h2:\"framer-styles-preset-1wgm7ta\",h3:\"framer-styles-preset-4dtb7a\",h4:\"framer-styles-preset-lig40o\",h5:\"framer-styles-preset-1pgnxop\",h6:\"framer-styles-preset-11d996\",img:\"framer-styles-preset-1q0pplr\",p:\"framer-styles-preset-1wqkhi1\",table:\"framer-styles-preset-r2eywu\"}},oCOkf8lo1:{stylesPresetsClassNames:{a:\"framer-styles-preset-1xbv59f\",code:\"framer-styles-preset-toe36y\",h1:\"framer-styles-preset-x7cpkx\",h2:\"framer-styles-preset-1wgm7ta\",h3:\"framer-styles-preset-4dtb7a\",h4:\"framer-styles-preset-lig40o\",h5:\"framer-styles-preset-1pgnxop\",h6:\"framer-styles-preset-11d996\",img:\"framer-styles-preset-1q0pplr\",p:\"framer-styles-preset-1wqkhi1\",table:\"framer-styles-preset-r2eywu\"}},ZwDbWice4:{stylesPresetsClassNames:{a:\"framer-styles-preset-1xbv59f\",code:\"framer-styles-preset-toe36y\",h1:\"framer-styles-preset-x7cpkx\",h2:\"framer-styles-preset-1wgm7ta\",h3:\"framer-styles-preset-4dtb7a\",h4:\"framer-styles-preset-lig40o\",h5:\"framer-styles-preset-1pgnxop\",h6:\"framer-styles-preset-11d996\",img:\"framer-styles-preset-1q0pplr\",p:\"framer-styles-preset-1wqkhi1\",table:\"framer-styles-preset-r2eywu\"}}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:Le4s96af_,className:\"framer-1wffl2n\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],id:elementId,ref:ref1,stylesPresetsClassNames:{a:\"framer-styles-preset-1xbv59f\",h1:\"framer-styles-preset-x7cpkx\",h2:\"framer-styles-preset-1wgm7ta\",h3:\"framer-styles-preset-4dtb7a\",h4:\"framer-styles-preset-lig40o\",h5:\"framer-styles-preset-1pgnxop\",h6:\"framer-styles-preset-11d996\",img:\"framer-styles-preset-1q0pplr\",p:\"framer-styles-preset-1wqkhi1\",table:\"framer-styles-preset-r2eywu\"},verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-17b014n\",\"data-framer-name\":\"Wrapper\",children:[visible7&&/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o2lokl\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pfyir0\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-x7cpkx\",\"data-styles-preset\":\"Ch73SMhsl\",children:\"More posts\"})}),className:\"framer-y9db14\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-edbpb4\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12v1lea\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"r5WBqQRAs\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"r5WBqQRAs\",name:\"DR0kFgMIf\",type:\"Identifier\"},{collection:\"r5WBqQRAs\",name:\"kTOuPIvZE\",type:\"Identifier\"},{collection:\"r5WBqQRAs\",name:\"Rf3UGwboi\",type:\"Identifier\"},{collection:\"r5WBqQRAs\",name:\"WFzWNTfvF\",type:\"Identifier\"},{collection:\"r5WBqQRAs\",name:\"w2t4btQoi\",type:\"Identifier\"},{collection:\"r5WBqQRAs\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"r5WBqQRAs\",name:\"DR0kFgMIf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:DR0kFgMIf},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"r5WBqQRAs\",name:\"EKZeA9z23\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"DBBjK0tld\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({DR0kFgMIf:DR0kFgMIfr5WBqQRAs,id:idr5WBqQRAs,kTOuPIvZE:kTOuPIvZEr5WBqQRAs,Rf3UGwboi:Rf3UGwboir5WBqQRAs,w2t4btQoi:w2t4btQoir5WBqQRAs,WFzWNTfvF:WFzWNTfvFr5WBqQRAs},index)=>{DR0kFgMIfr5WBqQRAs??=\"\";Rf3UGwboir5WBqQRAs??=\"\";WFzWNTfvFr5WBqQRAs??=\"\";w2t4btQoir5WBqQRAs??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`r5WBqQRAs-${idr5WBqQRAs}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w2t4btQoi:w2t4btQoir5WBqQRAs},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{w2t4btQoi:w2t4btQoir5WBqQRAs},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoir5WBqQRAs},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoir5WBqQRAs},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoir5WBqQRAs},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 1px)`,y:(componentViewport?.y||0)+0+1286.2+0+0+64+107.2+0+0+0},oCOkf8lo1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,y:(componentViewport?.y||0)+0+1262.2+0+0+80+107.2+0+0+0+0},ZwDbWice4:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px)`,y:(componentViewport?.y||0)+0+1310.2+0+0+60+107.2+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:663,width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 160px, 1px)`,y:(componentViewport?.y||0)+0+1310.2+0+0+80+107.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-aq41t1-container\",nodeId:\"Nle1aePD6\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{xqnckdcCX:resolvedLinks[2]},oCOkf8lo1:{xqnckdcCX:resolvedLinks[3]},ZwDbWice4:{xqnckdcCX:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ComponentsPost,{e9ONvakxm:DR0kFgMIfr5WBqQRAs,FRxiZEY9d:toResponsiveImage(kTOuPIvZEr5WBqQRAs),height:\"100%\",id:\"Nle1aePD6\",layoutId:\"Nle1aePD6\",ozQsCOw14:WFzWNTfvFr5WBqQRAs,style:{width:\"100%\"},variant:\"PECWyYYhu\",width:\"100%\",xqnckdcCX:resolvedLinks[0],yxhuB33AO:Rf3UGwboir5WBqQRAs})})})})})})})},idr5WBqQRAs);})})})})})})]}),visible5&&/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1fxzeh\",\"data-framer-name\":\"Container\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-b96na0\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-x7cpkx\",\"data-styles-preset\":\"Ch73SMhsl\",children:\"More episodes\"})}),className:\"framer-mm5adj\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hgn63c\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-vkfhtj\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"t3a4_JopO\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"t3a4_JopO\",name:\"DR0kFgMIf\",type:\"Identifier\"},{collection:\"t3a4_JopO\",name:\"kTOuPIvZE\",type:\"Identifier\"},{collection:\"t3a4_JopO\",name:\"Rf3UGwboi\",type:\"Identifier\"},{collection:\"t3a4_JopO\",name:\"WFzWNTfvF\",type:\"Identifier\"},{collection:\"t3a4_JopO\",name:\"w2t4btQoi\",type:\"Identifier\"},{collection:\"t3a4_JopO\",name:\"id\",type:\"Identifier\"}],where:{left:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"t3a4_JopO\",name:\"DR0kFgMIf\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:DR0kFgMIf},type:\"BinaryOperation\"}},operator:\"and\",right:{left:{collection:\"t3a4_JopO\",name:\"EKZeA9z23\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:\"WvvR0FBnh\"},type:\"BinaryOperation\"},type:\"BinaryOperation\"}},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({DR0kFgMIf:DR0kFgMIft3a4_JopO,id:idt3a4_JopO,kTOuPIvZE:kTOuPIvZEt3a4_JopO,Rf3UGwboi:Rf3UGwboit3a4_JopO,w2t4btQoi:w2t4btQoit3a4_JopO,WFzWNTfvF:WFzWNTfvFt3a4_JopO},index1)=>{DR0kFgMIft3a4_JopO??=\"\";Rf3UGwboit3a4_JopO??=\"\";WFzWNTfvFt3a4_JopO??=\"\";w2t4btQoit3a4_JopO??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`t3a4_JopO-${idt3a4_JopO}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{w2t4btQoi:w2t4btQoit3a4_JopO},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{w2t4btQoi:w2t4btQoit3a4_JopO},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoit3a4_JopO},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoit3a4_JopO},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined},{href:{pathVariables:{w2t4btQoi:w2t4btQoit3a4_JopO},webPageId:\"Bsvy6mzjd\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 80px, 1px)`,y:(componentViewport?.y||0)+0+1286.2+0+0+80+107.2+0+0+0},oCOkf8lo1:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1200px) - 32px)`,y:(componentViewport?.y||0)+0+1262.2+0+0+40+107.2+0+0+0+0},ZwDbWice4:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 120px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:663,width:`max(min(${componentViewport?.width||\"100vw\"}, 1200px) - 160px, 1px)`,y:(componentViewport?.y||0)+0+1310.2+0+0+80+107.2+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7en1vh-container\",nodeId:\"eLLBMIGWJ\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{xqnckdcCX:resolvedLinks1[2]},oCOkf8lo1:{xqnckdcCX:resolvedLinks1[3]},ZwDbWice4:{xqnckdcCX:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(ComponentsPost,{e9ONvakxm:DR0kFgMIft3a4_JopO,FRxiZEY9d:toResponsiveImage(kTOuPIvZEt3a4_JopO),height:\"100%\",id:\"eLLBMIGWJ\",layoutId:\"eLLBMIGWJ\",ozQsCOw14:WFzWNTfvFt3a4_JopO,style:{width:\"100%\"},variant:\"PECWyYYhu\",width:\"100%\",xqnckdcCX:resolvedLinks1[0],yxhuB33AO:Rf3UGwboit3a4_JopO})})})})})})})},idt3a4_JopO);})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-16x682n\",\"data-framer-name\":\"Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{y:(componentViewport?.y||0)+0+1286.2+0+0},oCOkf8lo1:{y:(componentViewport?.y||0)+0+1262.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:823,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1310.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t16cmw-container\",nodeId:\"ekxA5EhjT\",scopeId:\"Bsvy6mzjd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{aYjAWbb8w:{variant:\"DauaKoPSB\"},oCOkf8lo1:{variant:\"rdS23CDtE\"},ZwDbWice4:{variant:\"FbGqlsrAc\"}},children:/*#__PURE__*/_jsx(ComponentsFooter,{height:\"100%\",id:\"ekxA5EhjT\",layoutId:\"ekxA5EhjT\",style:{width:\"100%\"},variant:\"mV5odSLnv\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lcsc9.framer-sfo0zn, .framer-lcsc9 .framer-sfo0zn { display: block; }\",\".framer-lcsc9.framer-uu8cj2 { align-content: center; align-items: center; background-color: var(--token-20800fc2-2fd8-4607-a70a-c6b5f924bfaa, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-lcsc9 .framer-19h9eq7 { align-content: center; align-items: center; background-color: var(--token-3390ddff-6736-4776-9924-a7b9c56db910, #fff8f4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; left: 0px; overflow: visible; padding: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-lcsc9 .framer-1fy2n85 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-pa26sz-container, .framer-lcsc9 .framer-t16cmw-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-tmbd6z, .framer-lcsc9 .framer-17b014n, .framer-lcsc9 .framer-16x682n { align-content: center; align-items: center; background-color: var(--token-3390ddff-6736-4776-9924-a7b9c56db910, #fff8f4); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-17jbmss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 136px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-56phu3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1cb74d4, .framer-lcsc9 .framer-16i7c2t, .framer-lcsc9 .framer-ndrah4 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lcsc9 .framer-1mhebc9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 80px 0px 80px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1dtpdv5 { aspect-ratio: 1.7597292724196278 / 1; flex: none; gap: 0px; height: var(--framer-aspect-ratio-supported, 114px); max-width: 1200px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",\".framer-lcsc9 .framer-1sjksy4 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-lcsc9 .framer-18yp38i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lcsc9 .framer-1kno5hp { aspect-ratio: 1.7575757575757576 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 114px); position: relative; width: 100%; }\",\".framer-lcsc9 .framer-10nay8l-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-lcsc9 .framer-7mo1t4 { background-color: var(--token-3390ddff-6736-4776-9924-a7b9c56db910, #fff8f4); flex: none; height: 50%; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-lcsc9 .framer-6uj3rc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-lcsc9 .framer-1mf3ius { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 40px 80px 104px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-lcsc9 .framer-d8kkt1-container { aspect-ratio: 1.7777777777777777 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 113px); max-width: 720px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1vxmqkt-container { flex: none; height: 152px; max-width: 720px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-4d929b-container { flex: none; height: auto; max-width: 720px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1wqmnh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 23px; height: min-content; justify-content: flex-start; max-width: 640px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1wmia0o { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-lcsc9 .framer-1jcowup, .framer-lcsc9 .framer-1rx5isz, .framer-lcsc9 .framer-1ihn0l8, .framer-lcsc9 .framer-1wfwfbq { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 42px); overflow: hidden; position: relative; text-decoration: none; width: 42px; }\",\".framer-lcsc9 .framer-1esx5a4-container { flex: none; height: 175px; max-width: 720px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-1wffl2n { --framer-paragraph-spacing: 32px; flex: none; height: auto; max-width: 640px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lcsc9 .framer-1o2lokl, .framer-lcsc9 .framer-1fxzeh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 80px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-pfyir0, .framer-lcsc9 .framer-b96na0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 40px 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-y9db14, .framer-lcsc9 .framer-mm5adj { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 568px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lcsc9 .framer-edbpb4, .framer-lcsc9 .framer-hgn63c { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-12v1lea, .framer-lcsc9 .framer-vkfhtj { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-lcsc9 .framer-aq41t1-container, .framer-lcsc9 .framer-7en1vh-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (min-width: 1024px) and (max-width: 1199.98px) { .framer-lcsc9.framer-uu8cj2 { width: 1024px; } .framer-lcsc9 .framer-17jbmss { padding: 136px 60px 0px 60px; } .framer-lcsc9 .framer-1mhebc9 { padding: 0px 60px 0px 60px; } .framer-lcsc9 .framer-1mf3ius { padding: 40px 60px 104px 60px; } .framer-lcsc9 .framer-1o2lokl { padding: 60px 60px 80px 60px; } .framer-lcsc9 .framer-1fxzeh { padding: 80px 60px 80px 60px; }}\",\"@media (min-width: 768px) and (max-width: 1023.98px) { .framer-lcsc9.framer-uu8cj2 { width: 768px; } .framer-lcsc9 .framer-17jbmss { padding: 136px 40px 0px 40px; } .framer-lcsc9 .framer-1mhebc9 { padding: 0px 40px 0px 40px; } .framer-lcsc9 .framer-1mf3ius { padding: 40px 40px 80px 40px; } .framer-lcsc9 .framer-1o2lokl { padding: 64px 40px 80px 40px; } .framer-lcsc9 .framer-1fxzeh { padding: 80px 40px 80px 40px; }}\",\"@media (max-width: 767.98px) { .framer-lcsc9.framer-uu8cj2 { width: 576px; } .framer-lcsc9 .framer-17jbmss { padding: 112px 16px 0px 16px; } .framer-lcsc9 .framer-1mhebc9 { padding: 0px 16px 0px 16px; } .framer-lcsc9 .framer-1mf3ius, .framer-lcsc9 .framer-1fxzeh { padding: 40px 16px 80px 16px; } .framer-lcsc9 .framer-1o2lokl { padding: 80px 16px 80px 16px; } .framer-lcsc9 .framer-12v1lea { flex-direction: column; gap: 40px; } .framer-lcsc9 .framer-aq41t1-container, .framer-lcsc9 .framer-7en1vh-container { flex: none; width: 100%; } .framer-lcsc9 .framer-vkfhtj { flex-direction: column; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 3972\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZwDbWice4\":{\"layout\":[\"fixed\",\"auto\"]},\"aYjAWbb8w\":{\"layout\":[\"fixed\",\"auto\"]},\"oCOkf8lo1\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"t2HmgCkbv\":{\"pattern\":\":t2HmgCkbv\",\"name\":\"content\"}}\n * @framerResponsiveScreen\n */const FramerBsvy6mzjd=withCSS(Component,css,\"framer-lcsc9\");export default FramerBsvy6mzjd;FramerBsvy6mzjd.displayName=\"Blog Detail\";FramerBsvy6mzjd.defaultProps={height:3972,width:1200};addFonts(FramerBsvy6mzjd,[{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+2070, U+2074-207E, U+2080-208E, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/GrgcKwrN6d3Uz8EwcLHZxwEfC4.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\"}]},...ComponentsNavbarFonts,...VideoFonts,...YouTubeFonts,...SpotifyFonts,...ApplePodcastsFonts,...SoundCloudFonts,...ComponentsPostFonts,...ComponentsFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"yFSCA9lL2\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"yFSCA9lL2\"]):[],...componentPresets.fonts?.[\"sFs27NycH\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"sFs27NycH\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBsvy6mzjd\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZwDbWice4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aYjAWbb8w\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oCOkf8lo1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerScrollSections\":\"{\\\"t2HmgCkbv\\\":{\\\"pattern\\\":\\\":t2HmgCkbv\\\",\\\"name\\\":\\\"content\\\"}}\",\"framerIntrinsicHeight\":\"3972\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}