{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4FYXL5lQz9cgJ2BJkaNV/uQoXZ4NvFasfJqYRTeHn/Image.js", "ssg:https://framerusercontent.com/modules/gQ2SJWGnuwnN50AcmgTh/GEI3AACB9XPhbvKFf01y/GNj4hNtKX.js", "ssg:https://framerusercontent.com/modules/7Qugz7yltlGS7mrIqeU4/3qnt3w5pjoJhHgvaRG53/GulOZoMnJ.js", "ssg:https://framerusercontent.com/modules/eCNJJqIrDEB9KwjAkkfA/dZlyLymEXT6mMjOffnya/Jl2zKoCF7.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * Responsive Image\n * By Benjamin\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any\n * @framerDisableUnlink\n *\n */export default function Image(props){const{image,alt,radius,padding,link,newTab,style,borderOptions,shadowOptions}=props;const wrapperStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",width:\"100%\",height:\"100%\",padding:padding};const borderAndShadow=(borderOptions,shadowOptions)=>{if(!shadowOptions&&!borderOptions)return undefined;if(shadowOptions&&!borderOptions){return`${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}if(!shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}`;}if(shadowOptions&&borderOptions){return`inset 0 0 0 ${borderOptions.borderWidth}px ${borderOptions.borderColor}, ${shadowOptions.shadowX}px ${shadowOptions.shadowY}px ${shadowOptions.shadowBlur}px ${shadowOptions.shadowColor}`;}};const imageStyle={maxWidth:\"100%\",maxHeight:\"100%\",borderRadius:radius,webkitUserDrag:\"none\",userDrag:\"none\",userSelect:\"none\"};const shadowStyle={position:\"absolute\",inset:0,pointerEvents:\"none\",borderRadius:radius,boxShadow:borderAndShadow(borderOptions,shadowOptions)};const imageSource=(image===null||image===void 0?void 0:image.src)||\"https://framerusercontent.com/images/64n4wnVJKDJspLlFZ6DarCP0M4.jpg\";return link?/*#__PURE__*/_jsxs(\"a\",{href:link,title:alt,target:newTab?\"_blank\":\"_self\",style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]}):/*#__PURE__*/_jsxs(\"div\",{style:wrapperStyle,children:[/*#__PURE__*/_jsx(\"img\",{style:imageStyle,src:imageSource,srcSet:image===null||image===void 0?void 0:image.srcSet,alt:alt}),/*#__PURE__*/_jsx(\"div\",{style:shadowStyle})]});}addPropertyControls(Image,{image:{title:\"Image\",type:ControlType.ResponsiveImage},alt:{type:ControlType.String,title:\"Alt\",placeholder:\"Alt Text\"},radius:{title:\"Radius\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},padding:{title:\"Padding\",type:ControlType.Number,min:0,max:100,step:1,displayStepper:true},link:{type:ControlType.Link,title:\"Link\"},newTab:{type:ControlType.Boolean,title:\"New Tab\",hidden:props=>!props.link},borderOptions:{type:ControlType.Object,optional:true,title:\"Border\",icon:\"effect\",controls:{borderColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"},borderWidth:{type:ControlType.Number,title:\"Width\",min:0,displayStepper:true,defaultValue:1}}},shadowOptions:{type:ControlType.Object,title:\"Shadow\",optional:true,icon:\"effect\",controls:{shadowX:{type:ControlType.Number,title:\"X\",min:0,defaultValue:0},shadowY:{type:ControlType.Number,title:\"Y\",min:0,defaultValue:2},shadowBlur:{type:ControlType.Number,title:\"Blur\",min:0,defaultValue:4},shadowColor:{type:ControlType.Color,title:\"Color\",defaultValue:\"rgba(0,0,0,0.2)\"}}}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Image\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerSupportedLayoutHeight\":\"any\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Image.map", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getPropertyControls,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/6xFc4xt60NJYafN9ZOXB/LfHjtwyB924Y7KsnAehE/QMuEq11PS.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/gfle9ttowGjvUb64hgfw/KgHGmXZMjBsTV9Ol6Xrd/qvAaSoY3f.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"f2uZ2FCbf\",\"XMz6yeBHL\"];const serializationHash=\"framer-FUfRt\";const variantClassNames={f2uZ2FCbf:\"framer-v-1v4aaoq\",XMz6yeBHL:\"framer-v-7xelt0\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-50,y:0};const transition2={damping:24,delay:0,mass:1,stiffness:71,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:-50,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"f2uZ2FCbf\",Phone:\"XMz6yeBHL\"};const getProps=({height,icon,id,information,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,MnS43KmDO:(_ref=information!==null&&information!==void 0?information:props.MnS43KmDO)!==null&&_ref!==void 0?_ref:\"Initial Consultation\",qCTJD2C4t:(_ref1=title!==null&&title!==void 0?title:props.qCTJD2C4t)!==null&&_ref1!==void 0?_ref1:\"Client\",SbXn3ioFw:(_ref2=icon!==null&&icon!==void 0?icon:props.SbXn3ioFw)!==null&&_ref2!==void 0?_ref2:\"UserFocus\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"f2uZ2FCbf\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,qCTJD2C4t,MnS43KmDO,SbXn3ioFw,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"f2uZ2FCbf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1v4aaoq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"f2uZ2FCbf\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-5d5de10c-51bb-4596-ab88-00139ed62b55, rgba(20, 20, 20, 0.2))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",...style},...addPropertyOverrides({XMz6yeBHL:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{className:\"framer-14q99v6\",layoutDependency:layoutDependency,layoutId:\"ccQue4_k8\",variants:{XMz6yeBHL:{transformPerspective:1200}},...addPropertyOverrides({XMz6yeBHL:{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-6nr1jv-container\",layoutDependency:layoutDependency,layoutId:\"RXxLHfAEr-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",height:\"100%\",iconSearch:\"House\",iconSelection:SbXn3ioFw,id:\"RXxLHfAEr\",layoutId:\"RXxLHfAEr\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"thin\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-znltd1\",\"data-styles-preset\":\"qvAaSoY3f\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Client\"})}),className:\"framer-1ystiaq\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Etnlg33MK\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:qCTJD2C4t,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1vcau2\",\"data-styles-preset\":\"QMuEq11PS\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Initial Consultation\"})}),className:\"framer-1btl776\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vjcO3V9qp\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:MnS43KmDO,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-FUfRt.framer-1vtbph6, .framer-FUfRt .framer-1vtbph6 { display: block; }\",\".framer-FUfRt.framer-1v4aaoq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 10px 0px 10px 0px; position: relative; width: 800px; }\",\".framer-FUfRt .framer-14q99v6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-FUfRt .framer-6nr1jv-container { flex: none; height: 18px; position: relative; width: 18px; }\",\".framer-FUfRt .framer-1ystiaq, .framer-FUfRt .framer-1btl776 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-FUfRt .framer-14q99v6 { gap: 0px; } .framer-FUfRt .framer-14q99v6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-FUfRt .framer-14q99v6 > :first-child { margin-left: 0px; } .framer-FUfRt .framer-14q99v6 > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-FUfRt[data-border=\"true\"]::after, .framer-FUfRt [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 49\n * @framerIntrinsicWidth 800\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XMz6yeBHL\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qCTJD2C4t\":\"title\",\"MnS43KmDO\":\"information\",\"SbXn3ioFw\":\"icon\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGNj4hNtKX=withCSS(Component,css,\"framer-FUfRt\");export default FramerGNj4hNtKX;FramerGNj4hNtKX.displayName=\"Project - Single - Information\";FramerGNj4hNtKX.defaultProps={height:49,width:800};addPropertyControls(FramerGNj4hNtKX,{variant:{options:[\"f2uZ2FCbf\",\"XMz6yeBHL\"],optionTitles:[\"Variant 1\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},qCTJD2C4t:{defaultValue:\"Client\",displayTextArea:false,title:\"Title\",type:ControlType.String},MnS43KmDO:{defaultValue:\"Initial Consultation\",displayTextArea:true,title:\"Information\",type:ControlType.String},SbXn3ioFw:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"UserFocus\",description:undefined,hidden:undefined,title:\"Icon\"}});addFonts(FramerGNj4hNtKX,[{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://app.framerstatic.com/Inter-Regular.cyrillic-ext-CFTLRB35.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://app.framerstatic.com/Inter-Regular.cyrillic-KKLZBALH.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-ext-ULEBLIFV.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://app.framerstatic.com/Inter-Regular.greek-IRHSNFQB.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://app.framerstatic.com/Inter-Regular.latin-ext-VZDUGU3Q.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://app.framerstatic.com/Inter-Regular.latin-JLQMKCHE.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://app.framerstatic.com/Inter-Regular.vietnamese-QK7VSWXK.woff2\",weight:\"400\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGNj4hNtKX\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"qCTJD2C4t\\\":\\\"title\\\",\\\"MnS43KmDO\\\":\\\"information\\\",\\\"SbXn3ioFw\\\":\\\"icon\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XMz6yeBHL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"49\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e1877f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const enabledGestures={g9mqlMtTf:{hover:true},OLk37zJLK:{hover:true},YeADQ4fF7:{hover:true}};const cycleOrder=[\"OLk37zJLK\",\"YeADQ4fF7\",\"eVOZEQeoF\",\"MkF63W8X5\",\"g9mqlMtTf\"];const serializationHash=\"framer-qEC8m\";const variantClassNames={eVOZEQeoF:\"framer-v-1nmga73\",g9mqlMtTf:\"framer-v-jqec1s\",MkF63W8X5:\"framer-v-3xtf99\",OLk37zJLK:\"framer-v-1nw2xe9\",YeADQ4fF7:\"framer-v-9l2fqq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Large - Dark\":\"YeADQ4fF7\",\"Large - Light\":\"OLk37zJLK\",\"Phone - Dark\":\"MkF63W8X5\",\"Phone - Light\":\"eVOZEQeoF\",\"Small-Icon Left\":\"g9mqlMtTf\"};const getProps=({height,id,link,smoothScroll,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,ER1RkCXWl:smoothScroll!==null&&smoothScroll!==void 0?smoothScroll:props.ER1RkCXWl,iejb8yWnj:(_ref=title!==null&&title!==void 0?title:props.iejb8yWnj)!==null&&_ref!==void 0?_ref:\"Button\",ovlJVBqUg:link!==null&&link!==void 0?link:props.ovlJVBqUg,variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"OLk37zJLK\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,iejb8yWnj,ovlJVBqUg,ER1RkCXWl,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OLk37zJLK\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"g9mqlMtTf-hover\")return false;if([\"eVOZEQeoF\",\"g9mqlMtTf\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:ovlJVBqUg,openInNewTab:false,smoothScroll:ER1RkCXWl,...addPropertyOverrides({eVOZEQeoF:{smoothScroll:true},g9mqlMtTf:{smoothScroll:true},MkF63W8X5:{smoothScroll:true},YeADQ4fF7:{smoothScroll:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1nw2xe9\",className,classNames)} framer-1a8oue9`,\"data-border\":true,\"data-framer-name\":\"Large - Light\",layoutDependency:layoutDependency,layoutId:\"OLk37zJLK\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-6b19d04a-c8c7-46ac-8bc0-4380931dccd5, rgba(255, 255, 255, 0.5))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"g9mqlMtTf-hover\":{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\"},eVOZEQeoF:{\"--border-color\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},g9mqlMtTf:{\"--border-color\":\"var(--token-67fbec5f-f86d-4a68-8709-0a9a96756c72, rgba(255, 255, 255, 0.1))\"},MkF63W8X5:{\"--border-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},YeADQ4fF7:{\"--border-color\":\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"}},...addPropertyOverrides({\"g9mqlMtTf-hover\":{\"data-framer-name\":undefined},\"OLk37zJLK-hover\":{\"data-framer-name\":undefined},\"YeADQ4fF7-hover\":{\"data-framer-name\":undefined},eVOZEQeoF:{\"data-framer-name\":\"Phone - Light\"},g9mqlMtTf:{\"data-framer-name\":\"Small-Icon Left\"},MkF63W8X5:{\"data-framer-name\":\"Phone - Dark\"},YeADQ4fF7:{\"data-framer-name\":\"Large - Dark\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-zxtgh3\",layoutDependency:layoutDependency,layoutId:\"G4CvubjvL\",style:{backgroundColor:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\",borderBottomLeftRadius:600,borderBottomRightRadius:600,borderTopLeftRadius:600,borderTopRightRadius:600,opacity:0},variants:{\"OLk37zJLK-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1},\"YeADQ4fF7-hover\":{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0,opacity:1}}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234)))\"},children:\"Button\"})}),className:\"framer-1xxawpu\",\"data-framer-name\":\"BOOK AN APPOINTMENT\",fonts:[\"FS;Clash Display-regular\"],layoutDependency:layoutDependency,layoutId:\"fCFPMBMYi\",style:{\"--extracted-r6o4lv\":\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\"},text:iejb8yWnj,variants:{eVOZEQeoF:{\"--extracted-r6o4lv\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},g9mqlMtTf:{\"--extracted-r6o4lv\":\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({eVOZEQeoF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255)))\"},children:\"Button\"})})},g9mqlMtTf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7Q2xhc2ggRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Clash Display\", \"Clash Display Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-17cpdx7-container\",layoutDependency:layoutDependency,layoutId:\"xSeXJ390S-container\",style:{rotate:0},variants:{\"OLk37zJLK-hover\":{rotate:-45},\"YeADQ4fF7-hover\":{rotate:-45}},children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowRight\",id:\"xSeXJ390S\",layoutId:\"xSeXJ390S\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\",...addPropertyOverrides({\"g9mqlMtTf-hover\":{color:\"var(--token-c09d492a-e729-4cbb-b155-5952e8c0f0ee, rgb(250, 245, 234))\",weight:\"fill\"},eVOZEQeoF:{color:\"var(--token-7cfab920-9d1e-4f38-8c7a-a58d533b8508, rgb(255, 255, 255))\"},g9mqlMtTf:{color:\"var(--token-9f0badbf-8d74-41b8-a73a-e1a6bdec487b, rgb(255, 132, 66))\",iconSelection:\"PhoneCall\",weight:\"duotone\"},MkF63W8X5:{color:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"},YeADQ4fF7:{color:\"var(--token-9e4d3cd9-c6a1-4d3f-93c0-3bd54ca04155, rgb(20, 20, 20))\"}},baseVariant,gestureVariant)})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qEC8m.framer-1a8oue9, .framer-qEC8m .framer-1a8oue9 { display: block; }\",\".framer-qEC8m.framer-1nw2xe9 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; text-decoration: none; width: 222px; }\",\".framer-qEC8m .framer-zxtgh3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 0px); left: 66px; overflow: visible; position: absolute; right: 66px; top: 29px; z-index: 0; }\",\".framer-qEC8m .framer-1xxawpu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qEC8m .framer-17cpdx7-container { flex: none; height: 27px; position: relative; width: 27px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-1nw2xe9 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qEC8m.framer-1nw2xe9 > :first-child { margin-left: 0px; } .framer-qEC8m.framer-1nw2xe9 > :last-child { margin-right: 0px; } }\",\".framer-qEC8m.framer-v-9l2fqq .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 200px); left: 160px; right: unset; width: 0%; }\",\".framer-qEC8m.framer-v-1nmga73.framer-1nw2xe9 { padding: 12px 15px 11px 20px; width: min-content; }\",\".framer-qEC8m.framer-v-1nmga73 .framer-17cpdx7-container, .framer-qEC8m.framer-v-3xtf99 .framer-17cpdx7-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); width: 20px; }\",\".framer-qEC8m.framer-v-3xtf99.framer-1nw2xe9 { padding: 12px 15px 11px 20px; }\",\".framer-qEC8m.framer-v-3xtf99 .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 200px); right: unset; width: 100%; }\",\".framer-qEC8m.framer-v-jqec1s.framer-1nw2xe9 { padding: 12px 15px 11px 10px; }\",\".framer-qEC8m.framer-v-jqec1s .framer-1xxawpu { -webkit-user-select: auto; order: 2; user-select: auto; }\",\".framer-qEC8m.framer-v-jqec1s .framer-17cpdx7-container { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 20px); order: 1; width: 20px; }\",\".framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 { gap: unset; justify-content: space-between; }\",\".framer-qEC8m.framer-v-1nw2xe9.hover .framer-zxtgh3 { height: var(--framer-aspect-ratio-supported, 150px); left: 0px; pointer-events: none; right: 0px; top: -46px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > *, .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > :first-child, .framer-qEC8m.framer-v-1nw2xe9.hover.framer-1nw2xe9 > :last-child { margin: 0px; } }\",\".framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 { gap: 28px; width: min-content; }\",\".framer-qEC8m.framer-v-9l2fqq.hover .framer-zxtgh3 { bottom: 0px; left: 0px; right: unset; top: unset; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 { gap: 0px; } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > * { margin: 0px; margin-left: calc(28px / 2); margin-right: calc(28px / 2); } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > :first-child { margin-left: 0px; } .framer-qEC8m.framer-v-9l2fqq.hover.framer-1nw2xe9 > :last-child { margin-right: 0px; } }\",'.framer-qEC8m[data-border=\"true\"]::after, .framer-qEC8m [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 57\n * @framerIntrinsicWidth 222\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YeADQ4fF7\":{\"layout\":[\"fixed\",\"auto\"]},\"eVOZEQeoF\":{\"layout\":[\"auto\",\"auto\"]},\"MkF63W8X5\":{\"layout\":[\"fixed\",\"auto\"]},\"g9mqlMtTf\":{\"layout\":[\"fixed\",\"auto\"]},\"X47tpDay7\":{\"layout\":[\"fixed\",\"auto\"]},\"cder8zTeZ\":{\"layout\":[\"auto\",\"auto\"]},\"jL84mf9ih\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iejb8yWnj\":\"title\",\"ovlJVBqUg\":\"link\",\"ER1RkCXWl\":\"smoothScroll\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGulOZoMnJ=withCSS(Component,css,\"framer-qEC8m\");export default FramerGulOZoMnJ;FramerGulOZoMnJ.displayName=\"Button\";FramerGulOZoMnJ.defaultProps={height:57,width:222};addPropertyControls(FramerGulOZoMnJ,{variant:{options:[\"OLk37zJLK\",\"YeADQ4fF7\",\"eVOZEQeoF\",\"MkF63W8X5\",\"g9mqlMtTf\"],optionTitles:[\"Large - Light\",\"Large - Dark\",\"Phone - Light\",\"Phone - Dark\",\"Small-Icon Left\"],title:\"Variant\",type:ControlType.Enum},iejb8yWnj:{defaultValue:\"Button\",displayTextArea:false,title:\"Title\",type:ControlType.String},ovlJVBqUg:{title:\"Link\",type:ControlType.Link},ER1RkCXWl:{defaultValue:false,title:\"Smooth Scroll\",type:ControlType.Boolean}});addFonts(FramerGulOZoMnJ,[{explicitInter:true,fonts:[{family:\"Clash Display\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/VFMK2COV3DN37JR7JQ4CAOJPZ7KWKNY7/ODD5YJNDLHZZB2MIT3DPVH4EIHAMZ34D/BSY64LPTT3OPLVKAZKL3AHKRWZ3D74AC.woff2\",weight:\"400\"}]},...PhosphorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGulOZoMnJ\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"57\",\"framerVariables\":\"{\\\"iejb8yWnj\\\":\\\"title\\\",\\\"ovlJVBqUg\\\":\\\"link\\\",\\\"ER1RkCXWl\\\":\\\"smoothScroll\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"222\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YeADQ4fF7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eVOZEQeoF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"MkF63W8X5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g9mqlMtTf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X47tpDay7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cder8zTeZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jL84mf9ih\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GulOZoMnJ.map", "// Generated by Framer (ddd30d5)\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,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React 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{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/bZxrMUxBPAhoXlARkK9C/YouTube.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/qXyG1UgqGGx5DS4G9abM/Smooth_Scroll.js\";import ProjectSingleInformation from\"#framer/local/canvasComponent/GNj4hNtKX/GNj4hNtKX.js\";import Button from\"#framer/local/canvasComponent/GulOZoMnJ/GulOZoMnJ.js\";import NavMenuOverlay from\"#framer/local/canvasComponent/hcXsnZxmp/hcXsnZxmp.js\";import Button1 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 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 ProjectSingleInformationFonts=getFonts(ProjectSingleInformation);const ButtonFonts=getFonts(Button);const Image1Fonts=getFonts(Image1);const ContainerWithFX=withFX(Container);const YouTubeFonts=getFonts(YouTube);const MotionSectionWithFX=withFX(motion.section);const ProjectFonts=getFonts(Project);const TickerFonts=getFonts(Ticker);const Button1Fonts=getFonts(Button1);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-9QZwS\";const variantClassNames={dLDIjOQTQ:\"framer-v-1s3kdxw\",HUTvd2P2_:\"framer-v-xnq4v4\",nG2wuX4B4:\"framer-v-14eti12\"};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 transition3={damping:60,delay:0,mass:1,stiffness:251,type:\"spring\"};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"HUTvd2P2_\",Phone:\"nG2wuX4B4\",Tablet:\"dLDIjOQTQ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"HUTvd2P2_\"};};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){var _enumToDisplayNameFunctions_H8wcwixxo,_enumToDisplayNameFunctions_FgTryvasc;const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"Jl2zKoCF7\",data:Albums,type:\"Collection\"},select:[{collection:\"Jl2zKoCF7\",name:\"vKXD8iKpJ\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"F5JM_atFV\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Wwn3GC3IC\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"abCVizEmi\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"tXlv3VSKL\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"qC3CngwCS\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"EY0IIs10M\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"QegPSgwAY\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"HuqiW5T6t\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"HsiPHG34_\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"H8wcwixxo\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"FgTryvasc\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"NPwu0IAxP\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"VzZZCiT65\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Iww9jcZJA\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"Uc0EKW689\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"fWJ74q7xr\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"o54wwUXoX\",type:\"Identifier\"},{collection:\"Jl2zKoCF7\",name:\"aTI9KHriu\",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];};var _getFromCurrentRouteData,_getFromCurrentRouteData1,_getFromCurrentRouteData2,_getFromCurrentRouteData3,_getFromCurrentRouteData4,_getFromCurrentRouteData5,_getFromCurrentRouteData6,_getFromCurrentRouteData7,_getFromCurrentRouteData8,_getFromCurrentRouteData9,_getFromCurrentRouteData10,_getFromCurrentRouteData11;const{style,className,layoutId,variant,vKXD8iKpJ=getFromCurrentRouteData(\"vKXD8iKpJ\"),F5JM_atFV=(_getFromCurrentRouteData=getFromCurrentRouteData(\"F5JM_atFV\"))!==null&&_getFromCurrentRouteData!==void 0?_getFromCurrentRouteData:\"\",Wwn3GC3IC=(_getFromCurrentRouteData1=getFromCurrentRouteData(\"Wwn3GC3IC\"))!==null&&_getFromCurrentRouteData1!==void 0?_getFromCurrentRouteData1:\"\",H8wcwixxo=getFromCurrentRouteData(\"H8wcwixxo\"),FgTryvasc=getFromCurrentRouteData(\"FgTryvasc\"),EY0IIs10M=(_getFromCurrentRouteData2=getFromCurrentRouteData(\"EY0IIs10M\"))!==null&&_getFromCurrentRouteData2!==void 0?_getFromCurrentRouteData2:\"\",QegPSgwAY=(_getFromCurrentRouteData3=getFromCurrentRouteData(\"QegPSgwAY\"))!==null&&_getFromCurrentRouteData3!==void 0?_getFromCurrentRouteData3:\"\",HuqiW5T6t=(_getFromCurrentRouteData4=getFromCurrentRouteData(\"HuqiW5T6t\"))!==null&&_getFromCurrentRouteData4!==void 0?_getFromCurrentRouteData4:\"\",qC3CngwCS=(_getFromCurrentRouteData5=getFromCurrentRouteData(\"qC3CngwCS\"))!==null&&_getFromCurrentRouteData5!==void 0?_getFromCurrentRouteData5:\"\",tXlv3VSKL=(_getFromCurrentRouteData6=getFromCurrentRouteData(\"tXlv3VSKL\"))!==null&&_getFromCurrentRouteData6!==void 0?_getFromCurrentRouteData6:\"\",HsiPHG34_=(_getFromCurrentRouteData7=getFromCurrentRouteData(\"HsiPHG34_\"))!==null&&_getFromCurrentRouteData7!==void 0?_getFromCurrentRouteData7:\"\",VzZZCiT65=(_getFromCurrentRouteData8=getFromCurrentRouteData(\"VzZZCiT65\"))!==null&&_getFromCurrentRouteData8!==void 0?_getFromCurrentRouteData8:\"\",NPwu0IAxP=(_getFromCurrentRouteData9=getFromCurrentRouteData(\"NPwu0IAxP\"))!==null&&_getFromCurrentRouteData9!==void 0?_getFromCurrentRouteData9:\"\",fWJ74q7xr=getFromCurrentRouteData(\"fWJ74q7xr\"),aTI9KHriu=getFromCurrentRouteData(\"aTI9KHriu\"),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\"),Iww9jcZJA=(_getFromCurrentRouteData10=getFromCurrentRouteData(\"Iww9jcZJA\"))!==null&&_getFromCurrentRouteData10!==void 0?_getFromCurrentRouteData10:\"\",F5JM_atFVk8vhOIAaT,vKXD8iKpJk8vhOIAaT,abCVizEmik8vhOIAaT,H8wcwixxok8vhOIAaT,FgTryvasck8vhOIAaT,idk8vhOIAaT,abCVizEmi=(_getFromCurrentRouteData11=getFromCurrentRouteData(\"abCVizEmi\"))!==null&&_getFromCurrentRouteData11!==void 0?_getFromCurrentRouteData11:\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-9QZwS`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-9QZwS`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Fv5UOj18qwelu7j=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const ref1=React.useRef(null);const visible=isSet(EY0IIs10M);const visible1=isSet(QegPSgwAY);const visible2=isSet(HuqiW5T6t);const visible3=isSet(qC3CngwCS);const visible4=isSet(tXlv3VSKL);const visible5=isSet(HsiPHG34_);const visible6=isSet(VzZZCiT65);const router=useRouter();const visible7=isSet(vKXD8iKpJ);const visible8=isSet(fWJ74q7xr);const visible9=isSet(aTI9KHriu);const visible10=isSet(oHTkeZJ15);const visible11=isSet(ILkpQcNvi);const visible12=isSet(i8axNsxJW);const visible13=isSet(DTdUoV3vO);const visible14=isSet(x3QduU9gk);const visible15=isSet(PP4i7ZJUK);const visible16=isSet(i2shV2MAl);const visible17=isSet(Uc0EKW689);const visible18=isSet(o54wwUXoX);const visible19=isSet(b_X5KNYN7);const visible20=isSet(Ak_tmyHDL);const visible21=isSet(gBkoe0Lt_);const visible22=isSet(OzGGYAMO7);const visible23=isSet(NOK98R40_);const visible24=isSet(OnX0sZkMW);const visible25=isSet(SQP2GMQE0);const visible26=isSet(BAh5FEar5);const visible27=isSet(Iww9jcZJA);const elementId=useRouteElementId(\"kuIpY0oV4\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"az9Knxxno\");const ref3=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({gqwp9f:cursor});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"HUTvd2P2_\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-xnq4v4\",className),ref:ref!==null&&ref!==void 0?ref:ref1,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,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{nG2wuX4B4:{variant:\"ot3jw09Sv\"}},children:/*#__PURE__*/_jsx(Nav,{Fv5UOj18q:Fv5UOj18qwelu7j({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:\"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,{height:1e3,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-160jkse-container\",\"data-framer-portal-id\":\"ufenzv\",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%\"})})})})]}),document.querySelector(\"#overlay\"))})})]})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-1f82oid\",\"data-framer-name\":\"Main\",name:\"Main\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1v25yk7\",\"data-framer-name\":\"Hero\",name:\"Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"670px\",...toResponsiveImage(vKXD8iKpJ)}},nG2wuX4B4:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(80),sizes:\"calc(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(80),sizes:\"calc(100vw - 100px)\",...toResponsiveImage(vKXD8iKpJ)},className:\"framer-akq6r7\",\"data-framer-name\":\"Background Image\",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__*/_jsxs(\"section\",{className:\"framer-gzhd13\",\"data-framer-name\":\"Overview\",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__*/_jsxs(\"div\",{className:\"framer-yggf7x\",\"data-framer-name\":\"Wrapper\",name:\"Wrapper\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jew10\",\"data-framer-name\":\"Information Wrapper\",name:\"Information Wrapper\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:880},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:738}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:930,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lz7wp1-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"qvDjLA_b9\",layoutId:\"qvDjLA_b9\",MnS43KmDO:(_enumToDisplayNameFunctions_H8wcwixxo=enumToDisplayNameFunctions[\"H8wcwixxo\"])===null||_enumToDisplayNameFunctions_H8wcwixxo===void 0?void 0:_enumToDisplayNameFunctions_H8wcwixxo.call(enumToDisplayNameFunctions,H8wcwixxo,activeLocale),qCTJD2C4t:\"Category\",SbXn3ioFw:\"UserFocus\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:939},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:797}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:989,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ux42k-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"DBDaNaALY\",layoutId:\"DBDaNaALY\",MnS43KmDO:(_enumToDisplayNameFunctions_FgTryvasc=enumToDisplayNameFunctions[\"FgTryvasc\"])===null||_enumToDisplayNameFunctions_FgTryvasc===void 0?void 0:_enumToDisplayNameFunctions_FgTryvasc.call(enumToDisplayNameFunctions,FgTryvasc,activeLocale),qCTJD2C4t:\"Project Type\",SbXn3ioFw:\"Triangle\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:998},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:856}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1048,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qp2z07-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"eUyyg2th6\",layoutId:\"eUyyg2th6\",MnS43KmDO:EY0IIs10M,qCTJD2C4t:\"Camera\",SbXn3ioFw:\"Camera\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1057},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:915}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1107,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ajxnvo-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"OVt8hNoTf\",layoutId:\"OVt8hNoTf\",MnS43KmDO:QegPSgwAY,qCTJD2C4t:\"Lenses\",SbXn3ioFw:\"Aperture\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible2&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1116},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:974}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1166,children:/*#__PURE__*/_jsx(Container,{className:\"framer-n9cgwt-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"KJoVDUT3a\",layoutId:\"KJoVDUT3a\",MnS43KmDO:HuqiW5T6t,qCTJD2C4t:\"Other Devices\",SbXn3ioFw:\"Devices\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible3&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1175},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1033}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1225,children:/*#__PURE__*/_jsx(Container,{className:\"framer-nqyzky-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"vapmtmtEY\",layoutId:\"vapmtmtEY\",MnS43KmDO:qC3CngwCS,qCTJD2C4t:\"Location\",SbXn3ioFw:\"MapPin\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible4&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1234},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1092}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1284,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yu2s8t-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"C03ajywxi\",layoutId:\"C03ajywxi\",MnS43KmDO:tXlv3VSKL,qCTJD2C4t:\"Time\",SbXn3ioFw:\"Calendar\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})}),visible5&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1293},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1151}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1343,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ridi78-container\",children:/*#__PURE__*/_jsx(ProjectSingleInformation,{height:\"100%\",id:\"z37g9M7X9\",layoutId:\"z37g9M7X9\",MnS43KmDO:HsiPHG34_,qCTJD2C4t:\"Client\",SbXn3ioFw:\"User\",style:{width:\"100%\"},variant:\"f2uZ2FCbf\",width:\"100%\"})})})})]}),visible6&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:VzZZCiT65,implicitPathVariables:undefined},{href:VzZZCiT65,implicitPathVariables:undefined},{href:VzZZCiT65,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:1368},nG2wuX4B4:{width:\"calc(min(100vw - 40px, 600px) - 42px)\",y:1226}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:57,width:\"calc(min(100vw - 80px, 600px) - 42px)\",y:1418,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n6cvmu-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{ovlJVBqUg:resolvedLinks[1],variant:\"eVOZEQeoF\"},nG2wuX4B4:{ovlJVBqUg:resolvedLinks[2],variant:\"eVOZEQeoF\"}},children:/*#__PURE__*/_jsx(Button,{ER1RkCXWl:false,height:\"100%\",id:\"KA_rTaLk3\",iejb8yWnj:NPwu0IAxP,layoutId:\"KA_rTaLk3\",ovlJVBqUg:resolvedLinks[0],style:{width:\"100%\"},variant:\"OLk37zJLK\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-153vbs4\",\"data-framer-name\":\"Images\",name:\"Images\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-24rrt3\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wnpiy7\",\"data-framer-name\":\"Column 1\",name:\"Column 1\",children:[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-7rbdd2-container\",\"data-framer-name\":\"1\",name:\"1\",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%\"})})}),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-94n44q-container\",\"data-framer-name\":\"3\",name:\"3\",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%\"})})}),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-1p5y4iu-container\",\"data-framer-name\":\"5\",name:\"5\",children:/*#__PURE__*/_jsx(Image1,{alt:\"\",height:\"100%\",id:\"oXVTd5q3c\",image:toResponsiveImage(aTI9KHriu),layoutId:\"oXVTd5q3c\",name:\"5\",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-1l39nhb-container\",\"data-framer-name\":\"7\",name:\"7\",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%\"})})}),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-13lqrm4-container\",\"data-framer-name\":\"9\",name:\"9\",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%\"})})}),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-7klbl3-container\",\"data-framer-name\":\"11\",name:\"11\",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%\"})})}),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-oucqdp-container\",\"data-framer-name\":\"13\",name:\"13\",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%\"})})}),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-kj72wm-container\",\"data-framer-name\":\"15\",name:\"15\",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%\"})})}),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-17x0do4-container\",\"data-framer-name\":\"17\",name:\"17\",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%\"})})}),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-1gtxagc-container\",\"data-framer-name\":\"19\",name:\"19\",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\",name:\"Column 2\",children:[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-1g92rri-container\",\"data-framer-name\":\"2\",name:\"2\",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%\"})})}),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-19zr2jh-container\",\"data-framer-name\":\"4\",name:\"4\",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%\"})})}),visible19&&/*#__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\",name:\"6\",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%\"})})}),visible20&&/*#__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\",name:\"8\",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%\"})})}),visible21&&/*#__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\",name:\"10\",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%\"})})}),visible22&&/*#__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\",name:\"12\",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%\"})})}),visible23&&/*#__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\",name:\"14\",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%\"})})}),visible24&&/*#__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\",name:\"16\",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%\"})})}),visible25&&/*#__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\",name:\"18\",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%\"})})}),visible26&&/*#__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\",name:\"20\",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%\"})})})]})]})}),visible27&&/*#__PURE__*/_jsx(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-q3eh0m\",\"data-framer-name\":\"Video\",id:elementId,name:\"Video\",ref:ref2,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1bda809\",\"data-framer-name\":\"Youtube-Player\",name:\"Youtube-Player\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15xhdfc-container\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"MjGP7TQsC\",isMixedBorderRadius:false,isRed:true,layoutId:\"MjGP7TQsC\",play:\"Off\",shouldMute:true,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:Iww9jcZJA,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:elementId1,name:\"Other Albums\",ref:ref3,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__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 Albums\"})}),className:\"framer-1yep507\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-sknpqw\",\"data-framer-name\":\"Ticker\",name:\"Ticker\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19n4b8k-container\",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(({\"F5JM_atFV\":F5JM_atFVk8vhOIAaT,\"vKXD8iKpJ\":vKXD8iKpJk8vhOIAaT,\"abCVizEmi\":abCVizEmik8vhOIAaT,\"H8wcwixxo\":H8wcwixxok8vhOIAaT,\"FgTryvasc\":FgTryvasck8vhOIAaT,\"id\":idk8vhOIAaT},i)=>{F5JM_atFVk8vhOIAaT!==null&&F5JM_atFVk8vhOIAaT!==void 0?F5JM_atFVk8vhOIAaT:F5JM_atFVk8vhOIAaT=\"\";abCVizEmik8vhOIAaT!==null&&abCVizEmik8vhOIAaT!==void 0?abCVizEmik8vhOIAaT: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:resolvedLinks1=>{var _enumToDisplayNameFunctions_FgTryvasc,_enumToDisplayNameFunctions_H8wcwixxo;return /*#__PURE__*/_jsx(ComponentViewportProvider,{height:446,width:\"370px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gic4k-container\",\"data-framer-cursor\":\"gqwp9f\",children:/*#__PURE__*/_jsx(Project,{height:\"100%\",id:\"vE0_HNXep\",jmbHURFsg:(_enumToDisplayNameFunctions_FgTryvasc=enumToDisplayNameFunctions[\"FgTryvasc\"])===null||_enumToDisplayNameFunctions_FgTryvasc===void 0?void 0:_enumToDisplayNameFunctions_FgTryvasc.call(enumToDisplayNameFunctions,FgTryvasck8vhOIAaT,activeLocale),layoutId:\"vE0_HNXep\",qqNc2XiOL:F5JM_atFVk8vhOIAaT,style:{width:\"100%\"},Te9bphHet:toResponsiveImage(vKXD8iKpJk8vhOIAaT),width:\"100%\",xpmiv5OmA:(_enumToDisplayNameFunctions_H8wcwixxo=enumToDisplayNameFunctions[\"H8wcwixxo\"])===null||_enumToDisplayNameFunctions_H8wcwixxo===void 0?void 0:_enumToDisplayNameFunctions_H8wcwixxo.call(enumToDisplayNameFunctions,H8wcwixxok8vhOIAaT,activeLocale),ZSDiebDov:resolvedLinks1[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:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:3469.5},nG2wuX4B4:{y:4257.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,y:3589.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-zutt2x-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{FonsFUcAa:resolvedLinks2[1]},nG2wuX4B4:{FonsFUcAa:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(Button1,{FonsFUcAa:resolvedLinks2[0],height:\"100%\",id:\"Fmfq0hnck\",layoutId:\"Fmfq0hnck\",NxxZ8Xy2U:\"All Albums\",variant:\"fKZmX1c_3\",width:\"100%\"})})})})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yng2f-container\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"IjDJ3JOop\",intensity:15,layoutId:\"IjDJ3JOop\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{dLDIjOQTQ:{y:3819.5},nG2wuX4B4:{y:4567.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1102,width:\"100vw\",y:3989.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i1w80d-container\",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\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-9QZwS { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); }`,\".framer-9QZwS.framer-m1ijvk, .framer-9QZwS .framer-m1ijvk { display: block; }\",\".framer-9QZwS.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-9QZwS .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-9QZwS .framer-1afk57i { background-color: #000000; inset: 0px; position: fixed; user-select: none; z-index: 9; }\",\".framer-9QZwS .framer-160jkse-container { flex: none; height: 100vh; left: 0px; position: fixed; top: 0px; width: 100%; z-index: 9; }\",\".framer-9QZwS .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-9QZwS .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-9QZwS .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-9QZwS .framer-13hlsc5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; bottom: 0px; flex: none; height: auto; 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; word-break: break-word; word-wrap: break-word; z-index: 0; }\",\".framer-9QZwS .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-9QZwS .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-9QZwS .framer-yggf7x { align-content: center; align-items: center; background-color: var(--token-3ef2b024-43b5-4c0c-a7b2-ecacd057a93b, rgba(255, 255, 255, 0.05)); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: flex-start; max-width: 600px; overflow: visible; padding: 21px; position: relative; width: 100%; }\",\".framer-9QZwS .framer-jew10 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-9QZwS .framer-1lz7wp1-container, .framer-9QZwS .framer-5ux42k-container, .framer-9QZwS .framer-1qp2z07-container, .framer-9QZwS .framer-1ajxnvo-container, .framer-9QZwS .framer-n9cgwt-container, .framer-9QZwS .framer-nqyzky-container, .framer-9QZwS .framer-1yu2s8t-container, .framer-9QZwS .framer-ridi78-container, .framer-9QZwS .framer-1n6cvmu-container, .framer-9QZwS .framer-7rbdd2-container, .framer-9QZwS .framer-94n44q-container, .framer-9QZwS .framer-1p5y4iu-container, .framer-9QZwS .framer-1l39nhb-container, .framer-9QZwS .framer-13lqrm4-container, .framer-9QZwS .framer-7klbl3-container, .framer-9QZwS .framer-oucqdp-container, .framer-9QZwS .framer-kj72wm-container, .framer-9QZwS .framer-17x0do4-container, .framer-9QZwS .framer-1gtxagc-container, .framer-9QZwS .framer-1g92rri-container, .framer-9QZwS .framer-19zr2jh-container, .framer-9QZwS .framer-lss7nn-container, .framer-9QZwS .framer-temixw-container, .framer-9QZwS .framer-lixyy7-container, .framer-9QZwS .framer-160gvgf-container, .framer-9QZwS .framer-1lzodov-container, .framer-9QZwS .framer-1m3ziqt-container, .framer-9QZwS .framer-rwdvg0-container, .framer-9QZwS .framer-13s5con-container, .framer-9QZwS .framer-1i1w80d-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-9QZwS .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-9QZwS .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-9QZwS .framer-wnpiy7, .framer-9QZwS .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; will-change: transform; z-index: 1; }\",\".framer-9QZwS .framer-q3eh0m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 10px 10px 10px; position: relative; width: 100%; }\",\".framer-9QZwS .framer-1bda809 { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 664px); justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9QZwS .framer-15xhdfc-container { aspect-ratio: 1.7770597738287561 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 664px); max-width: 1900px; position: relative; width: 100%; }\",\".framer-9QZwS .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-9QZwS .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-9QZwS .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-9QZwS .framer-19n4b8k-container { flex: none; height: 485px; position: relative; width: 100%; }\",\".framer-9QZwS .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-9QZwS .framer-17gic4k-container { flex: none; height: auto; position: relative; width: 370px; }\",\".framer-9QZwS .framer-zutt2x-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9QZwS .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-9QZwS.framer-xnq4v4, .framer-9QZwS .framer-1f82oid, .framer-9QZwS .framer-1v25yk7, .framer-9QZwS .framer-gzhd13, .framer-9QZwS .framer-yggf7x, .framer-9QZwS .framer-jew10, .framer-9QZwS .framer-153vbs4, .framer-9QZwS .framer-24rrt3, .framer-9QZwS .framer-wnpiy7, .framer-9QZwS .framer-1360uxb, .framer-9QZwS .framer-q3eh0m, .framer-9QZwS .framer-1bda809, .framer-9QZwS .framer-94xdi9, .framer-9QZwS .framer-sknpqw, .framer-9QZwS .framer-1br8mta { gap: 0px; } .framer-9QZwS.framer-xnq4v4 > *, .framer-9QZwS .framer-1f82oid > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-9QZwS.framer-xnq4v4 > :first-child, .framer-9QZwS .framer-1f82oid > :first-child, .framer-9QZwS .framer-1v25yk7 > :first-child, .framer-9QZwS .framer-gzhd13 > :first-child, .framer-9QZwS .framer-yggf7x > :first-child, .framer-9QZwS .framer-jew10 > :first-child, .framer-9QZwS .framer-153vbs4 > :first-child, .framer-9QZwS .framer-wnpiy7 > :first-child, .framer-9QZwS .framer-1360uxb > :first-child, .framer-9QZwS .framer-q3eh0m > :first-child, .framer-9QZwS .framer-94xdi9 > :first-child, .framer-9QZwS .framer-sknpqw > :first-child { margin-top: 0px; } .framer-9QZwS.framer-xnq4v4 > :last-child, .framer-9QZwS .framer-1f82oid > :last-child, .framer-9QZwS .framer-1v25yk7 > :last-child, .framer-9QZwS .framer-gzhd13 > :last-child, .framer-9QZwS .framer-yggf7x > :last-child, .framer-9QZwS .framer-jew10 > :last-child, .framer-9QZwS .framer-153vbs4 > :last-child, .framer-9QZwS .framer-wnpiy7 > :last-child, .framer-9QZwS .framer-1360uxb > :last-child, .framer-9QZwS .framer-q3eh0m > :last-child, .framer-9QZwS .framer-94xdi9 > :last-child, .framer-9QZwS .framer-sknpqw > :last-child { margin-bottom: 0px; } .framer-9QZwS .framer-1v25yk7 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-9QZwS .framer-gzhd13 > *, .framer-9QZwS .framer-153vbs4 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } .framer-9QZwS .framer-yggf7x > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-9QZwS .framer-jew10 > *, .framer-9QZwS .framer-wnpiy7 > *, .framer-9QZwS .framer-1360uxb > *, .framer-9QZwS .framer-q3eh0m > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9QZwS .framer-24rrt3 > *, .framer-9QZwS .framer-1bda809 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-9QZwS .framer-24rrt3 > :first-child, .framer-9QZwS .framer-1bda809 > :first-child, .framer-9QZwS .framer-1br8mta > :first-child { margin-left: 0px; } .framer-9QZwS .framer-24rrt3 > :last-child, .framer-9QZwS .framer-1bda809 > :last-child, .framer-9QZwS .framer-1br8mta > :last-child { margin-right: 0px; } .framer-9QZwS .framer-94xdi9 > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-9QZwS .framer-sknpqw > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-9QZwS .framer-1br8mta > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-9QZwS { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); } .framer-9QZwS.framer-xnq4v4 { width: 810px; } .framer-9QZwS .framer-1v25yk7 { padding: 80px 50px 50px 50px; } .framer-9QZwS .framer-akq6r7 { height: var(--framer-aspect-ratio-supported, 223px); width: 670px; } .framer-9QZwS .framer-13hlsc5 { max-width: 600px; width: 600px; } .framer-9QZwS .framer-gzhd13 { padding: 100px 40px 100px 40px; } .framer-9QZwS .framer-4cr4ef { max-width: 600px; } .framer-9QZwS .framer-1bda809, .framer-9QZwS .framer-15xhdfc-container { height: var(--framer-aspect-ratio-supported, 444px); } .framer-9QZwS .framer-94xdi9 { padding: 100px 10px 100px 10px; }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-9QZwS { background: var(--token-6486a9ac-e9e8-4ced-becb-afb4c654ba35, rgb(10, 10, 10)); } .framer-9QZwS.framer-xnq4v4 { width: 390px; } .framer-9QZwS .framer-1v25yk7 { padding: 80px 20px 20px 20px; } .framer-9QZwS .framer-akq6r7 { aspect-ratio: unset; height: 277px; } .framer-9QZwS .framer-13hlsc5 { max-width: 400px; width: 400px; } .framer-9QZwS .framer-gzhd13 { padding: 50px 20px 50px 20px; } .framer-9QZwS .framer-153vbs4 { gap: 10px; } .framer-9QZwS .framer-24rrt3 { flex-direction: column; } .framer-9QZwS .framer-wnpiy7, .framer-9QZwS .framer-1360uxb { flex: none; position: relative; top: unset; width: 100%; } .framer-9QZwS .framer-1bda809, .framer-9QZwS .framer-15xhdfc-container { height: var(--framer-aspect-ratio-supported, 209px); } .framer-9QZwS .framer-94xdi9 { padding: 30px 10px 60px 10px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-9QZwS .framer-153vbs4, .framer-9QZwS .framer-24rrt3 { gap: 0px; } .framer-9QZwS .framer-153vbs4 > *, .framer-9QZwS .framer-24rrt3 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-9QZwS .framer-153vbs4 > :first-child, .framer-9QZwS .framer-24rrt3 > :first-child { margin-top: 0px; } .framer-9QZwS .framer-153vbs4 > :last-child, .framer-9QZwS .framer-24rrt3 > :last-child { margin-bottom: 0px; } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11024\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 * @framerResponsiveScreen\n */const FramerJl2zKoCF7=withCSS(Component,css,\"framer-9QZwS\");export default FramerJl2zKoCF7;FramerJl2zKoCF7.displayName=\"Albums\";FramerJl2zKoCF7.defaultProps={height:11024,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,...ProjectSingleInformationFonts,...ButtonFonts,...Image1Fonts,...YouTubeFonts,...ProjectFonts,...TickerFonts,...Button1Fonts,...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\":{\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dLDIjOQTQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nG2wuX4B4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"11024\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Image", "props", "image", "alt", "radius", "padding", "link", "newTab", "style", "borderOptions", "shadowOptions", "wrapperStyle", "borderAndShadow", "imageStyle", "shadowStyle", "imageSource", "u", "p", "addPropertyControls", "ControlType", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "PhosphorControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "icon", "id", "information", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qCTJD2C4t", "MnS43KmDO", "SbXn3ioFw", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerGNj4hNtKX", "withCSS", "GNj4hNtKX_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PhosphorFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "link", "smoothScroll", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "iejb8yWnj", "ovlJVBqUg", "ER1RkCXWl", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "css", "FramerGulOZoMnJ", "withCSS", "GulOZoMnJ_default", "addPropertyControls", "ControlType", "addFonts", "NavFonts", "getFonts", "UEn7U9jTS_default", "NavMenuOverlayFonts", "hcXsnZxmp_default", "ImageWithFX", "withFX", "Image2", "RichTextWithOptimizedAppearEffect", "withOptimizedAppearEffect", "RichText2", "ProjectSingleInformationFonts", "GNj4hNtKX_default", "ButtonFonts", "GulOZoMnJ_default", "Image1Fonts", "Image", "ContainerWithFX", "Container", "YouTubeFonts", "Youtube", "MotionSectionWithFX", "motion", "ProjectFonts", "VvgCSmuri_default", "TickerFonts", "Ticker", "Button1Fonts", "ice_UvhW5_default", "SmoothScrollFonts", "SmoothScroll", "FooterFonts", "PqQtuErNZ_default", "CursorFonts", "t3kQNA4Z8_default", "breakpoints", "serializationHash", "variantClassNames", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "toResponsiveImage", "value", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "isSet", "animation2", "transition2", "animation3", "transition3", "QueryData", "query", "pageSize", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "cursor", "t3kQNA4Z8_default", "Component", "Y", "ref", "_enumToDisplayNameFunctions_H8wcwixxo", "_enumToDisplayNameFunctions_FgTryvasc", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "Qiwj4Sxj4_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "_getFromCurrentRouteData", "_getFromCurrentRouteData1", "_getFromCurrentRouteData2", "_getFromCurrentRouteData3", "_getFromCurrentRouteData4", "_getFromCurrentRouteData5", "_getFromCurrentRouteData6", "_getFromCurrentRouteData7", "_getFromCurrentRouteData8", "_getFromCurrentRouteData9", "_getFromCurrentRouteData10", "_getFromCurrentRouteData11", "style", "className", "layoutId", "variant", "vKXD8iKpJ", "F5JM_atFV", "Wwn3GC3IC", "H8wcwixxo", "FgTryvasc", "EY0IIs10M", "QegPSgwAY", "HuqiW5T6t", "qC3CngwCS", "tXlv3VSKL", "HsiPHG34_", "VzZZCiT65", "NPwu0IAxP", "fWJ74q7xr", "aTI9KHriu", "oHTkeZJ15", "ILkpQcNvi", "i8axNsxJW", "DTdUoV3vO", "x3QduU9gk", "PP4i7ZJUK", "i2shV2MAl", "Uc0EKW689", "o54wwUXoX", "b_X5KNYN7", "Ak_tmyHDL", "gBkoe0Lt_", "OzGGYAMO7", "NOK98R40_", "OnX0sZkMW", "SQP2GMQE0", "BAh5FEar5", "Iww9jcZJA", "F5JM_atFVk8vhOIAaT", "vKXD8iKpJk8vhOIAaT", "abCVizEmik8vhOIAaT", "H8wcwixxok8vhOIAaT", "FgTryvasck8vhOIAaT", "idk8vhOIAaT", "abCVizEmi", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Fv5UOj18qwelu7j", "overlay", "paginationInfo", "args", "ref1", "pe", "visible1", "visible2", "visible3", "visible4", "visible5", "visible6", "router", "useRouter", "visible7", "visible8", "visible9", "visible10", "visible11", "visible12", "visible13", "visible14", "visible15", "visible16", "visible17", "visible18", "visible19", "visible20", "visible21", "visible22", "visible23", "visible24", "visible25", "visible26", "visible27", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "l", "ComponentViewportProvider", "Container", "PropertyOverrides2", "UEn7U9jTS_default", "AnimatePresence", "Ga", "x", "hcXsnZxmp_default", "getLoadingLazyAtYPosition", "ImageWithFX", "RichTextWithOptimizedAppearEffect", "RichText2", "GNj4hNtKX_default", "enumToDisplayNameFunctions", "ResolveLinks", "resolvedLinks", "GulOZoMnJ_default", "ContainerWithFX", "Image", "MotionSectionWithFX", "Youtube", "Ticker", "ChildrenCanSuspend", "collection", "loadMore", "i", "PathVariablesContext", "resolvedLinks1", "VvgCSmuri_default", "resolvedLinks2", "ice_UvhW5_default", "SmoothScroll", "PqQtuErNZ_default", "css", "FramerJl2zKoCF7", "withCSS", "Jl2zKoCF7_default", "addFonts", "NavFonts", "NavMenuOverlayFonts", "ProjectSingleInformationFonts", "ButtonFonts", "Image1Fonts", "YouTubeFonts", "ProjectFonts", "TickerFonts", "Button1Fonts", "SmoothScrollFonts", "FooterFonts", "CursorFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
