{"version":3,"file":"Oi19TGWkLbBYyyIhHRXZFcCHuq_3Mm2oFwyvWRs5WvY.G0jNM8Jr.mjs","names":["Nav","NavMenuOverlay","Image","Image1","Project","Button","Footer","Cursor","Albums","metadata","className","_Fragment","PropertyOverrides","abCVizEmik8vhOIAaT","F5JM_atFVk8vhOIAaT","FgTryvasck8vhOIAaT","H8wcwixxok8vhOIAaT","idk8vhOIAaT","vKXD8iKpJk8vhOIAaT","css"],"sources":["https:/framerusercontent.com/modules/JrKlD9ogdsjieUHwVt43/rrh6rEGJpXRTDTfV5tSN/Jl2zKoCF7.js","https:/framerusercontent.com/modules/jvjWj0N7xBt2h5upVMfV/uJr09tIpqqK0PeVcC4Om/Jl2zKoCF7.js"],"sourcesContent":["// Generated by Framer (ab692b1)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={VRFbfAAbC:new LazyValue(()=>import(\"./Jl2zKoCF7-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Image1 from\"https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import NavMenuOverlay from\"#framer/local/canvasComponent/hcXsnZxmp/hcXsnZxmp.js\";import Button from\"#framer/local/canvasComponent/ice_UvhW5/ice_UvhW5.js\";import Footer from\"#framer/local/canvasComponent/PqQtuErNZ/PqQtuErNZ.js\";import Cursor from\"#framer/local/canvasComponent/t3kQNA4Z8/t3kQNA4Z8.js\";import Nav from\"#framer/local/canvasComponent/UEn7U9jTS/UEn7U9jTS.js\";import Project from\"#framer/local/canvasComponent/VvgCSmuri/VvgCSmuri.js\";import Albums,{enumToDisplayNameFunctions}from\"#framer/local/collection/Qiwj4Sxj4/Qiwj4Sxj4.js\";import*as sharedStyle2 from\"#framer/local/css/HvbIeng7X/HvbIeng7X.js\";import*as sharedStyle from\"#framer/local/css/QBbKt4HEz/QBbKt4HEz.js\";import*as sharedStyle1 from\"#framer/local/css/YlG7eJng5/YlG7eJng5.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/Jl2zKoCF7/Jl2zKoCF7.js\";import metadataProvider from\"#framer/local/webPageMetadata/Jl2zKoCF7/Jl2zKoCF7.js\";const NavFonts=getFonts(Nav);const NavMenuOverlayFonts=getFonts(NavMenuOverlay);const ImageWithFX=withFX(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const Image1Fonts=getFonts(Image1);const ContainerWithFX=withFX(Container);const ProjectFonts=getFonts(Project);const TickerFonts=getFonts(Ticker);const ButtonFonts=getFonts(Button);const MotionSectionWithFX=withFX(motion.section);const SmoothScrollFonts=getFonts(SmoothScroll);const FooterFonts=getFonts(Footer);const CursorFonts=getFonts(Cursor);const breakpoints={dLDIjOQTQ:\"(min-width: 810px) and (max-width: 1199px)\",HUTvd2P2_:\"(min-width: 1200px)\",nG2wuX4B4:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-HERRF\";const variantClassNames={dLDIjOQTQ:\"framer-v-1s3kdxw\",HUTvd2P2_:\"framer-v-xnq4v4\",nG2wuX4B4:\"framer-v-14eti12\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={damping:37,delay:0,mass:1,stiffness:59,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-150};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:170};const transition2={damping:100,delay:0,mass:1,stiffness:362,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:170};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"HUTvd2P2_\",Phone:\"nG2wuX4B4\",Tablet:\"dLDIjOQTQ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"HUTvd2P2_\"};};const transition3={damping:60,delay:0,mass:1,stiffness:251,type:\"spring\"};const cursor={alignment:\"center\",component:Cursor,offset:{x:0,y:20},placement:\"top\",transition:transition3,variant:\"kHV_DxTWA\"};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:\"Jl2zKoCF7\",data:Albums,type:\"Collection\"},select:[{collection:\"Jl2zKoCF7\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Wwn3GC3IC\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Uc0EKW689\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"fWJ74q7xr\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"o54wwUXoX\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"b_X5KNYN7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"oHTkeZJ15\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Ak_tmyHDL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"ILkpQcNvi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"gBkoe0Lt_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i8axNsxJW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OzGGYAMO7\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"DTdUoV3vO\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"NOK98R40_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"x3QduU9gk\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"OnX0sZkMW\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"PP4i7ZJUK\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"SQP2GMQE0\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"i2shV2MAl\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"BAh5FEar5\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"Jl2zKoCF7\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,vKXD8iKpJ=getFromCurrentRouteData(\"vKXD8iKpJ\"),F5JM_atFV=getFromCurrentRouteData(\"F5JM_atFV\")??\"\",Wwn3GC3IC=getFromCurrentRouteData(\"Wwn3GC3IC\")??\"\",fWJ74q7xr=getFromCurrentRouteData(\"fWJ74q7xr\"),oHTkeZJ15=getFromCurrentRouteData(\"oHTkeZJ15\"),ILkpQcNvi=getFromCurrentRouteData(\"ILkpQcNvi\"),i8axNsxJW=getFromCurrentRouteData(\"i8axNsxJW\"),DTdUoV3vO=getFromCurrentRouteData(\"DTdUoV3vO\"),x3QduU9gk=getFromCurrentRouteData(\"x3QduU9gk\"),PP4i7ZJUK=getFromCurrentRouteData(\"PP4i7ZJUK\"),i2shV2MAl=getFromCurrentRouteData(\"i2shV2MAl\"),Uc0EKW689=getFromCurrentRouteData(\"Uc0EKW689\"),o54wwUXoX=getFromCurrentRouteData(\"o54wwUXoX\"),b_X5KNYN7=getFromCurrentRouteData(\"b_X5KNYN7\"),Ak_tmyHDL=getFromCurrentRouteData(\"Ak_tmyHDL\"),gBkoe0Lt_=getFromCurrentRouteData(\"gBkoe0Lt_\"),OzGGYAMO7=getFromCurrentRouteData(\"OzGGYAMO7\"),NOK98R40_=getFromCurrentRouteData(\"NOK98R40_\"),OnX0sZkMW=getFromCurrentRouteData(\"OnX0sZkMW\"),SQP2GMQE0=getFromCurrentRouteData(\"SQP2GMQE0\"),BAh5FEar5=getFromCurrentRouteData(\"BAh5FEar5\"),F5JM_atFVk8vhOIAaT,vKXD8iKpJk8vhOIAaT,abCVizEmik8vhOIAaT,H8wcwixxok8vhOIAaT,FgTryvasck8vhOIAaT,idk8vhOIAaT,abCVizEmi=getFromCurrentRouteData(\"abCVizEmi\")??\"\",...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 Fv5UOj18q3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=isSet(vKXD8iKpJ);const visible1=isSet(fWJ74q7xr);const visible2=isSet(oHTkeZJ15);const visible3=isSet(ILkpQcNvi);const visible4=isSet(i8axNsxJW);const visible5=isSet(DTdUoV3vO);const visible6=isSet(x3QduU9gk);const visible7=isSet(PP4i7ZJUK);const visible8=isSet(i2shV2MAl);const visible9=isSet(Uc0EKW689);const visible10=isSet(o54wwUXoX);const visible11=isSet(b_X5KNYN7);const visible12=isSet(Ak_tmyHDL);const visible13=isSet(gBkoe0Lt_);const visible14=isSet(OzGGYAMO7);const visible15=isSet(NOK98R40_);const visible16=isSet(OnX0sZkMW);const visible17=isSet(SQP2GMQE0);const visible18=isSet(BAh5FEar5);const elementId=useRouteElementId(\"az9Knxxno\");const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();useCustomCursors({\"1iz7wcx\":cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HUTvd2P2_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xnq4v4\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:80,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ufenzv-container\",id:\"ufenzv\",layoutScroll:true,nodeId:\"FbBJr3LKY\",scopeId:\"Jl2zKoCF7\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{variant:\"ot3jw09Sv\"}},children:/*#__PURE__*/_jsx(Nav,{Fv5UOj18q:Fv5UOj18q3bnx0g({overlay}),height:\"100%\",id:\"FbBJr3LKY\",layoutId:\"FbBJr3LKY\",style:{height:\"100%\",width:\"100%\"},variant:\"B37HrnbDL\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.3,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-1afk57i\"),\"data-framer-portal-id\":\"ufenzv\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"m99_tENrp\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-160jkse-container\"),\"data-framer-portal-id\":\"ufenzv\",inComponentSlot:true,nodeId:\"lzQYJIOYr\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{variant:\"SWIMc8iie\"}},children:/*#__PURE__*/_jsx(NavMenuOverlay,{height:\"100%\",id:\"lzQYJIOYr\",layoutId:\"lzQYJIOYr\",style:{height:\"100%\",width:\"100%\"},variant:\"q8DZilw9H\",vFLr6XZMs:\"IqzBGOj4x\",width:\"100%\"})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1f82oid\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1v25yk7\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+80+0),sizes:\"670px\",...toResponsiveImage(vKXD8iKpJ)}},nG2wuX4B4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+80+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,...toResponsiveImage(vKXD8iKpJ)}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:60,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0+0+80+0),sizes:`calc(${componentViewport?.width||\"100vw\"} - 100px)`,...toResponsiveImage(vKXD8iKpJ)},className:\"framer-akq6r7\",\"data-framer-name\":\"Background Image\"})}),/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-11xnjq1\",\"data-styles-preset\":\"QBbKt4HEz\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"Colorful India\"})}),className:\"framer-13hlsc5\",\"data-framer-appear-id\":\"13hlsc5\",fonts:[\"Inter\"],initial:animation1,optimized:true,text:F5JM_atFV,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-gzhd13\",\"data-framer-name\":\"Overview\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1q3l3un\",\"data-styles-preset\":\"YlG7eJng5\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"To capture the vibrant life, culture, and diversity of India's streets through a collaborative travel photography project. The aim was to document everyday moments, unique street scenes, and cultural events, showcasing the essence of Indian street life.\"})}),className:\"framer-4cr4ef\",fonts:[\"Inter\"],text:Wwn3GC3IC,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-153vbs4\",\"data-framer-name\":\"Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rrt3\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnpiy7\",\"data-framer-name\":\"Column 1\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7rbdd2-container\",\"data-framer-name\":\"1\",isAuthoredByUser:true,isModuleExternal:true,name:\"1\",nodeId:\"TSHTjXfpL\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"TSHTjXfpL\",image:toResponsiveImage(vKXD8iKpJ),layoutId:\"TSHTjXfpL\",name:\"1\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94n44q-container\",\"data-framer-name\":\"3\",isAuthoredByUser:true,isModuleExternal:true,name:\"3\",nodeId:\"dacDw2QAT\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"dacDw2QAT\",image:toResponsiveImage(fWJ74q7xr),layoutId:\"dacDw2QAT\",name:\"3\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1l39nhb-container\",\"data-framer-name\":\"7\",isAuthoredByUser:true,isModuleExternal:true,name:\"7\",nodeId:\"YNBRHv5_a\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"YNBRHv5_a\",image:toResponsiveImage(oHTkeZJ15),layoutId:\"YNBRHv5_a\",name:\"7\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible3&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13lqrm4-container\",\"data-framer-name\":\"9\",isAuthoredByUser:true,isModuleExternal:true,name:\"9\",nodeId:\"t5GjTiXd3\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"t5GjTiXd3\",image:toResponsiveImage(ILkpQcNvi),layoutId:\"t5GjTiXd3\",name:\"9\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7klbl3-container\",\"data-framer-name\":\"11\",isAuthoredByUser:true,isModuleExternal:true,name:\"11\",nodeId:\"Qox1vs2l7\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qox1vs2l7\",image:toResponsiveImage(i8axNsxJW),layoutId:\"Qox1vs2l7\",name:\"11\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible5&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-oucqdp-container\",\"data-framer-name\":\"13\",isAuthoredByUser:true,isModuleExternal:true,name:\"13\",nodeId:\"SPPwrWs3u\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"SPPwrWs3u\",image:toResponsiveImage(DTdUoV3vO),layoutId:\"SPPwrWs3u\",name:\"13\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible6&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kj72wm-container\",\"data-framer-name\":\"15\",isAuthoredByUser:true,isModuleExternal:true,name:\"15\",nodeId:\"zlNekFBtx\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zlNekFBtx\",image:toResponsiveImage(x3QduU9gk),layoutId:\"zlNekFBtx\",name:\"15\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17x0do4-container\",\"data-framer-name\":\"17\",isAuthoredByUser:true,isModuleExternal:true,name:\"17\",nodeId:\"iEr5PtDjE\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"iEr5PtDjE\",image:toResponsiveImage(PP4i7ZJUK),layoutId:\"iEr5PtDjE\",name:\"17\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1gtxagc-container\",\"data-framer-name\":\"19\",isAuthoredByUser:true,isModuleExternal:true,name:\"19\",nodeId:\"f3njhjUSC\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"f3njhjUSC\",image:toResponsiveImage(i2shV2MAl),layoutId:\"f3njhjUSC\",name:\"19\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1360uxb\",\"data-framer-name\":\"Column 2\",children:[visible9&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1g92rri-container\",\"data-framer-name\":\"2\",isAuthoredByUser:true,isModuleExternal:true,name:\"2\",nodeId:\"b2LVz7zMH\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"b2LVz7zMH\",image:toResponsiveImage(Uc0EKW689),layoutId:\"b2LVz7zMH\",name:\"2\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible10&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19zr2jh-container\",\"data-framer-name\":\"4\",isAuthoredByUser:true,isModuleExternal:true,name:\"4\",nodeId:\"Qg5MpTpK7\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"Qg5MpTpK7\",image:toResponsiveImage(o54wwUXoX),layoutId:\"Qg5MpTpK7\",name:\"4\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible11&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lss7nn-container\",\"data-framer-name\":\"6\",isAuthoredByUser:true,isModuleExternal:true,name:\"6\",nodeId:\"rBpuLjdGV\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"rBpuLjdGV\",image:toResponsiveImage(b_X5KNYN7),layoutId:\"rBpuLjdGV\",name:\"6\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible12&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-temixw-container\",\"data-framer-name\":\"8\",isAuthoredByUser:true,isModuleExternal:true,name:\"8\",nodeId:\"CSeiUJEiv\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"CSeiUJEiv\",image:toResponsiveImage(Ak_tmyHDL),layoutId:\"CSeiUJEiv\",name:\"8\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible13&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lixyy7-container\",\"data-framer-name\":\"10\",isAuthoredByUser:true,isModuleExternal:true,name:\"10\",nodeId:\"oJgm4MBql\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oJgm4MBql\",image:toResponsiveImage(gBkoe0Lt_),layoutId:\"oJgm4MBql\",name:\"10\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible14&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-160gvgf-container\",\"data-framer-name\":\"12\",isAuthoredByUser:true,isModuleExternal:true,name:\"12\",nodeId:\"n_y460BLZ\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"n_y460BLZ\",image:toResponsiveImage(OzGGYAMO7),layoutId:\"n_y460BLZ\",name:\"12\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible15&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lzodov-container\",\"data-framer-name\":\"14\",isAuthoredByUser:true,isModuleExternal:true,name:\"14\",nodeId:\"bUeEnMloa\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"bUeEnMloa\",image:toResponsiveImage(NOK98R40_),layoutId:\"bUeEnMloa\",name:\"14\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible16&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1m3ziqt-container\",\"data-framer-name\":\"16\",isAuthoredByUser:true,isModuleExternal:true,name:\"16\",nodeId:\"sIbaL6JgH\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"sIbaL6JgH\",image:toResponsiveImage(OnX0sZkMW),layoutId:\"sIbaL6JgH\",name:\"16\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible17&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rwdvg0-container\",\"data-framer-name\":\"18\",isAuthoredByUser:true,isModuleExternal:true,name:\"18\",nodeId:\"zrhIDdjlZ\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"zrhIDdjlZ\",image:toResponsiveImage(SQP2GMQE0),layoutId:\"zrhIDdjlZ\",name:\"18\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})}),visible18&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13s5con-container\",\"data-framer-name\":\"20\",isAuthoredByUser:true,isModuleExternal:true,name:\"20\",nodeId:\"DpXYaWt1Q\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"DpXYaWt1Q\",image:toResponsiveImage(BAh5FEar5),layoutId:\"DpXYaWt1Q\",name:\"20\",newTab:true,padding:0,radius:0,style:{width:\"100%\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsxs(MotionSectionWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation2,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-94xdi9\",\"data-framer-name\":\"Other Albums\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-qo0s7g\",\"data-styles-preset\":\"HvbIeng7X\",style:{\"--framer-text-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},children:\"More products:\"})}),className:\"framer-1yep507\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sknpqw\",\"data-framer-name\":\"Ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19n4b8k-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Z3s93wrOi\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"Z3s93wrOi\",layoutId:\"Z3s93wrOi\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1br8mta\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"k8vhOIAaT\",data:Albums,type:\"Collection\"},select:[{collection:\"k8vhOIAaT\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"H8wcwixxo\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"FgTryvasc\",type:\"Identifier\"},{collection:\"k8vhOIAaT\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"k8vhOIAaT\",name:\"abCVizEmi\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:abCVizEmi},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({abCVizEmi:abCVizEmik8vhOIAaT,F5JM_atFV:F5JM_atFVk8vhOIAaT,FgTryvasc:FgTryvasck8vhOIAaT,H8wcwixxo:H8wcwixxok8vhOIAaT,id:idk8vhOIAaT,vKXD8iKpJ:vKXD8iKpJk8vhOIAaT},index)=>{F5JM_atFVk8vhOIAaT??=\"\";abCVizEmik8vhOIAaT??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`k8vhOIAaT-${idk8vhOIAaT}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{abCVizEmi:abCVizEmik8vhOIAaT},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{abCVizEmi:abCVizEmik8vhOIAaT},webPageId:\"Jl2zKoCF7\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:446,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gic4k-container\",\"data-framer-cursor\":\"1iz7wcx\",inComponentSlot:true,nodeId:\"vE0_HNXep\",rendersWithMotion:true,scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"vE0_HNXep\",jmbHURFsg:enumToDisplayNameFunctions[\"FgTryvasc\"]?.(FgTryvasck8vhOIAaT,activeLocale),layoutId:\"vE0_HNXep\",qqNc2XiOL:F5JM_atFVk8vhOIAaT,style:{width:\"100%\"},Te9bphHet:toResponsiveImage(vKXD8iKpJk8vhOIAaT),width:\"100%\",xpmiv5OmA:enumToDisplayNameFunctions[\"H8wcwixxo\"]?.(H8wcwixxok8vhOIAaT,activeLocale),ZSDiebDov:resolvedLinks[0]})})})})})},idk8vhOIAaT);})})})})})],speed:100,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined},{href:{webPageId:\"aCTj2cCa4\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:(componentViewport?.y||0)+0+0+0+1749+100+628.6},nG2wuX4B4:{y:(componentViewport?.y||0)+0+0+0+2397+30+628.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:(componentViewport?.y||0)+0+0+0+1819+150+628.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zutt2x-container\",nodeId:\"Fmfq0hnck\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{FonsFUcAa:resolvedLinks1[1]},nG2wuX4B4:{FonsFUcAa:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(Button,{FonsFUcAa:resolvedLinks1[0],height:\"100%\",id:\"Fmfq0hnck\",layoutId:\"Fmfq0hnck\",NxxZ8Xy2U:getLocalizedValue(\"v1\",activeLocale)??\"ALL PRODUCTS\",variant:\"fKZmX1c_3\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yng2f-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"IjDJ3JOop\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IjDJ3JOop\",intensity:15,layoutId:\"IjDJ3JOop\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:(componentViewport?.y||0)+0+2827.6},nG2wuX4B4:{y:(componentViewport?.y||0)+0+3365.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1211,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2997.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i1w80d-container\",nodeId:\"CNjGdvLQ_\",scopeId:\"Jl2zKoCF7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{variant:\"pB6WvHHYF\"},nG2wuX4B4:{variant:\"qT_RXWXGW\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"CNjGdvLQ_\",layoutId:\"CNjGdvLQ_\",r4vORIQnG:true,style:{width:\"100%\"},variant:\"RAJRLJqHQ\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HERRF.framer-m1ijvk, .framer-HERRF .framer-m1ijvk { display: block; }\",\".framer-HERRF.framer-xnq4v4 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #0a0a0a); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-HERRF .framer-ufenzv-container { flex: none; height: 80px; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: exclusion; position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-HERRF.framer-1afk57i { background-color: #000000; inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-HERRF.framer-160jkse-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-HERRF .framer-1f82oid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HERRF .framer-1v25yk7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 80px 50px 80px 50px; position: relative; width: 100%; z-index: 1; }\",\".framer-HERRF .framer-akq6r7 { aspect-ratio: 3.0088495575221237 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 366px); mix-blend-mode: lighten; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\".framer-HERRF .framer-13hlsc5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; aspect-ratio: 7.466666666666667 / 1; bottom: 0px; flex: none; height: var(--framer-aspect-ratio-supported, 150px); left: 50%; max-width: 1120px; position: absolute; text-shadow: 1px 1px 52px rgba(0, 0, 0, 0.45); transform: translateX(-50%); white-space: pre-wrap; width: 1120px; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-HERRF .framer-gzhd13 { align-content: center; align-items: center; background-color: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, #000000); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: hidden; padding: 120px 40px 120px 40px; position: relative; width: 100%; z-index: 1; }\",\".framer-HERRF .framer-4cr4ef { --framer-paragraph-spacing: 20px; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HERRF .framer-153vbs4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 10px 10px; position: relative; width: 100%; z-index: 1; }\",\".framer-HERRF .framer-24rrt3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1900px; overflow: visible; padding: 0px; pointer-events: none; position: relative; width: 100%; z-index: 1; }\",\".framer-HERRF .framer-wnpiy7, .framer-HERRF .framer-1360uxb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: sticky; top: 10px; width: 1px; z-index: 1; }\",\".framer-HERRF .framer-7rbdd2-container, .framer-HERRF .framer-94n44q-container, .framer-HERRF .framer-1l39nhb-container, .framer-HERRF .framer-13lqrm4-container, .framer-HERRF .framer-7klbl3-container, .framer-HERRF .framer-oucqdp-container, .framer-HERRF .framer-kj72wm-container, .framer-HERRF .framer-17x0do4-container, .framer-HERRF .framer-1gtxagc-container, .framer-HERRF .framer-1g92rri-container, .framer-HERRF .framer-19zr2jh-container, .framer-HERRF .framer-lss7nn-container, .framer-HERRF .framer-temixw-container, .framer-HERRF .framer-lixyy7-container, .framer-HERRF .framer-160gvgf-container, .framer-HERRF .framer-1lzodov-container, .framer-HERRF .framer-1m3ziqt-container, .framer-HERRF .framer-rwdvg0-container, .framer-HERRF .framer-13s5con-container, .framer-HERRF .framer-1i1w80d-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-HERRF .framer-94xdi9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 150px 10px 150px 10px; position: relative; width: 100%; }\",\".framer-HERRF .framer-1yep507 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-HERRF .framer-sknpqw { 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: center; max-width: 1680%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-HERRF .framer-19n4b8k-container { flex: none; height: 485px; position: relative; width: 100%; }\",\".framer-HERRF .framer-1br8mta { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 40px; position: relative; width: min-content; }\",\".framer-HERRF .framer-17gic4k-container { flex: none; height: auto; position: relative; width: 370px; }\",\".framer-HERRF .framer-zutt2x-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HERRF .framer-16yng2f-container { flex: none; height: auto; position: relative; width: auto; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-HERRF.framer-xnq4v4, .framer-HERRF .framer-1f82oid, .framer-HERRF .framer-1v25yk7, .framer-HERRF .framer-gzhd13, .framer-HERRF .framer-153vbs4, .framer-HERRF .framer-24rrt3, .framer-HERRF .framer-wnpiy7, .framer-HERRF .framer-1360uxb, .framer-HERRF .framer-94xdi9, .framer-HERRF .framer-sknpqw, .framer-HERRF .framer-1br8mta { gap: 0px; } .framer-HERRF.framer-xnq4v4 > *, .framer-HERRF .framer-1f82oid > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-HERRF.framer-xnq4v4 > :first-child, .framer-HERRF .framer-1f82oid > :first-child, .framer-HERRF .framer-1v25yk7 > :first-child, .framer-HERRF .framer-gzhd13 > :first-child, .framer-HERRF .framer-153vbs4 > :first-child, .framer-HERRF .framer-wnpiy7 > :first-child, .framer-HERRF .framer-1360uxb > :first-child, .framer-HERRF .framer-94xdi9 > :first-child, .framer-HERRF .framer-sknpqw > :first-child { margin-top: 0px; } .framer-HERRF.framer-xnq4v4 > :last-child, .framer-HERRF .framer-1f82oid > :last-child, .framer-HERRF .framer-1v25yk7 > :last-child, .framer-HERRF .framer-gzhd13 > :last-child, .framer-HERRF .framer-153vbs4 > :last-child, .framer-HERRF .framer-wnpiy7 > :last-child, .framer-HERRF .framer-1360uxb > :last-child, .framer-HERRF .framer-94xdi9 > :last-child, .framer-HERRF .framer-sknpqw > :last-child { margin-bottom: 0px; } .framer-HERRF .framer-1v25yk7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-HERRF .framer-gzhd13 > *, .framer-HERRF .framer-153vbs4 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-HERRF .framer-24rrt3 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-HERRF .framer-24rrt3 > :first-child, .framer-HERRF .framer-1br8mta > :first-child { margin-left: 0px; } .framer-HERRF .framer-24rrt3 > :last-child, .framer-HERRF .framer-1br8mta > :last-child { margin-right: 0px; } .framer-HERRF .framer-wnpiy7 > *, .framer-HERRF .framer-1360uxb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HERRF .framer-94xdi9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-HERRF .framer-sknpqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-HERRF .framer-1br8mta > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1199px) { .framer-HERRF.framer-xnq4v4 { width: 810px; } .framer-HERRF .framer-1v25yk7 { padding: 80px 50px 50px 50px; } .framer-HERRF .framer-akq6r7 { height: var(--framer-aspect-ratio-supported, 223px); width: 670px; } .framer-HERRF .framer-13hlsc5 { max-width: 600px; width: 600px; } .framer-HERRF .framer-gzhd13 { padding: 100px 40px 100px 40px; } .framer-HERRF .framer-4cr4ef { max-width: 600px; } .framer-HERRF .framer-94xdi9 { padding: 100px 10px 100px 10px; }}\",\"@media (max-width: 809px) { .framer-HERRF.framer-xnq4v4 { width: 390px; } .framer-HERRF .framer-1v25yk7 { padding: 80px 20px 20px 20px; } .framer-HERRF .framer-akq6r7 { aspect-ratio: unset; height: 277px; } .framer-HERRF .framer-13hlsc5 { bottom: 0px; height: var(--framer-aspect-ratio-supported, 60px); left: 50%; max-width: 450px; width: 450px; } .framer-HERRF .framer-gzhd13 { padding: 50px 20px 50px 20px; } .framer-HERRF .framer-153vbs4 { gap: 10px; } .framer-HERRF .framer-24rrt3 { flex-direction: column; } .framer-HERRF .framer-wnpiy7, .framer-HERRF .framer-1360uxb { flex: none; position: relative; top: unset; width: 100%; } .framer-HERRF .framer-94xdi9 { padding: 30px 10px 60px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-HERRF .framer-153vbs4, .framer-HERRF .framer-24rrt3 { gap: 0px; } .framer-HERRF .framer-153vbs4 > *, .framer-HERRF .framer-24rrt3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HERRF .framer-153vbs4 > :first-child, .framer-HERRF .framer-24rrt3 > :first-child { margin-top: 0px; } .framer-HERRF .framer-153vbs4 > :last-child, .framer-HERRF .framer-24rrt3 > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5913\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"dLDIjOQTQ\":{\"layout\":[\"fixed\",\"auto\"]},\"nG2wuX4B4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"az9Knxxno\":{\"pattern\":\":az9Knxxno\",\"name\":\"video \"}}\n * @framerResponsiveScreen\n */const FramerJl2zKoCF7=withCSS(Component,css,\"framer-HERRF\");export default FramerJl2zKoCF7;FramerJl2zKoCF7.displayName=\"Albums\";FramerJl2zKoCF7.defaultProps={height:5913,width:1200};addFonts(FramerJl2zKoCF7,[{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\"}]},...NavFonts,...NavMenuOverlayFonts,...Image1Fonts,...ProjectFonts,...TickerFonts,...ButtonFonts,...SmoothScrollFonts,...FooterFonts,...CursorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJl2zKoCF7\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5913\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"{\\\"az9Knxxno\\\":{\\\"pattern\\\":\\\":az9Knxxno\\\",\\\"name\\\":\\\"video \\\"}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dLDIjOQTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nG2wuX4B4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}