{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/U6A9l02o33kxrj2BojCC/epXLIMdmnnvYWDQ4b1i3/HdPysRJES.js"],
  "sourcesContent": ["// Generated by Framer (1f5f6d9)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,NotFoundError,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js\";import NavigationBar from\"#framer/local/canvasComponent/cfRN2FIOA/cfRN2FIOA.js\";import Logo from\"#framer/local/canvasComponent/OVkHKzTEy/OVkHKzTEy.js\";import NavLinksOnly from\"#framer/local/canvasComponent/XWCAva2Ph/XWCAva2Ph.js\";import Collection,{enumToDisplayNameFunctions}from\"#framer/local/collection/Z6EVRq03a/Z6EVRq03a.js\";import*as sharedStyle1 from\"#framer/local/css/eKAcDtDwi/eKAcDtDwi.js\";import*as sharedStyle2 from\"#framer/local/css/kpPEfBuaZ/kpPEfBuaZ.js\";import*as sharedStyle from\"#framer/local/css/R6rc6YtMf/R6rc6YtMf.js\";import metadataProvider from\"#framer/local/webPageMetadata/HdPysRJES/HdPysRJES.js\";const LogoFonts=getFonts(Logo);const NavLinksOnlyFonts=getFonts(NavLinksOnly);const NavigationBarFonts=getFonts(NavigationBar);const VimeoFonts=getFonts(Vimeo);const breakpoints={JyuyqPDS3:\"(min-width: 1450px)\",sjVfisvw4:\"(min-width: 950px) and (max-width: 1449px)\",yoO2ILF4Y:\"(max-width: 949px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YKmK6\";const variantClassNames={JyuyqPDS3:\"framer-v-13rhw33\",sjVfisvw4:\"framer-v-667509\",yoO2ILF4Y:\"framer-v-76sj4z\"};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"JyuyqPDS3\",Phone:\"yoO2ILF4Y\",Tablet:\"sjVfisvw4\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JyuyqPDS3\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"HdPysRJES\",data:Collection,type:\"Collection\"},select:[{collection:\"HdPysRJES\",name:\"owgetyYSq\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"v__YHyhPx\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"uiRaZBd5B\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"UC22Brlcm\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"jNRi7FG3F\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"om4JiRG3s\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"iCMIo46tC\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"uVYx21RQ8\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"XJBT5ww1y\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"HzasFKjqa\",type:\"Identifier\"},{collection:\"HdPysRJES\",name:\"MXg2pjhti\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"HdPysRJES\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,uiRaZBd5B=getFromCurrentRouteData(\"uiRaZBd5B\")??\"\",owgetyYSq=getFromCurrentRouteData(\"owgetyYSq\")??\"\",iCMIo46tC=getFromCurrentRouteData(\"iCMIo46tC\")??\"\",v__YHyhPx=getFromCurrentRouteData(\"v__YHyhPx\"),UC22Brlcm=getFromCurrentRouteData(\"UC22Brlcm\")??\"\",uVYx21RQ8=getFromCurrentRouteData(\"uVYx21RQ8\")??\"\",jNRi7FG3F=getFromCurrentRouteData(\"jNRi7FG3F\")??\"\",XJBT5ww1y=getFromCurrentRouteData(\"XJBT5ww1y\")??\"\",om4JiRG3s=getFromCurrentRouteData(\"om4JiRG3s\")??\"\",HzasFKjqa=getFromCurrentRouteData(\"HzasFKjqa\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"yoO2ILF4Y\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"yoO2ILF4Y\")return true;return false;};const visible=isSet(uiRaZBd5B);const textContent=enumToDisplayNameFunctions[\"v__YHyhPx\"]?.(v__YHyhPx,activeLocale);const visible1=isSet(UC22Brlcm);const visible2=isSet(jNRi7FG3F);const visible3=isSet(XJBT5ww1y);const isDisplayed2=(value,value1)=>{if(!isBrowser())return true;if(baseVariant===\"sjVfisvw4\")return value1;return value;};const visible4=isSet(om4JiRG3s);const visible5=isSet(HzasFKjqa);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"JyuyqPDS3\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-d2807658-4bf3-410c-a659-2b5bb52b5eb3, rgb(255, 255, 255)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-13rhw33\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ccq8o hidden-76sj4z\",\"data-framer-name\":\"Navigation\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{y:31}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:39,y:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vzvr4m-container\",nodeId:\"KWXZokPA6\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{variant:\"GF343e8vM\"}},children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"KWXZokPA6\",layoutId:\"KWXZokPA6\",variant:\"jlGyRZPye\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{y:52}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:18,y:50.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-t8xxie-container\",nodeId:\"XteeThPFd\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(NavLinksOnly,{height:\"100%\",id:\"XteeThPFd\",layoutId:\"XteeThPFd\",variant:\"C7QR8xXJs\",width:\"100%\"})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yoO2ILF4Y:{height:99,width:componentViewport?.width||\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-djms-container hidden-13rhw33 hidden-667509\",layoutScroll:true,nodeId:\"zoZ14KkbO\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{yoO2ILF4Y:{variant:\"NCqYxh1oC\"}},children:/*#__PURE__*/_jsx(NavigationBar,{height:\"100%\",id:\"zoZ14KkbO\",layoutId:\"zoZ14KkbO\",style:{width:\"100%\"},variant:\"IwJqEH7Jv\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ai596d\",\"data-framer-name\":\"Project\",children:[visible&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i9d6j7-container\",\"data-framer-name\":\"Vimeo 1\",isAuthoredByUser:true,isModuleExternal:true,name:\"Vimeo 1\",nodeId:\"batj_Gxiq\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"batj_Gxiq\",isMixedBorderRadius:false,layoutId:\"batj_Gxiq\",loop:false,mute:false,name:\"Vimeo 1\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:uiRaZBd5B,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1u9w0io\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pglqe7\",\"data-styles-preset\":\"R6rc6YtMf\",children:\"Name\"})}),className:\"framer-f2xgq1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:owgetyYSq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ugqdk7\",\"data-styles-preset\":\"eKAcDtDwi\",children:\"Sub Title\"})}),className:\"framer-13ff9ek\",\"data-framer-name\":\"Sub Title\",fonts:[\"Inter\"],text:iCMIo46tC,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})},yoO2ILF4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Content\"})}),className:\"framer-10vqci6\",\"data-framer-name\":\"Sub Category\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-pyvc25-container\",\"data-framer-name\":\"Vimeo 2\",isAuthoredByUser:true,isModuleExternal:true,name:\"Vimeo 2\",nodeId:\"vLvtFnKib\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"vLvtFnKib\",isMixedBorderRadius:false,layoutId:\"vLvtFnKib\",loop:false,mute:false,name:\"Vimeo 2\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:UC22Brlcm,width:\"100%\"})})}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h1apvn\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pglqe7\",\"data-styles-preset\":\"R6rc6YtMf\",children:\"Name\"})}),className:\"framer-119weaw\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:owgetyYSq,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ugqdk7\",\"data-styles-preset\":\"eKAcDtDwi\",children:\"Sub Title\"})}),className:\"framer-1pvlb8c\",\"data-framer-name\":\"Sub Title\",fonts:[\"Inter\"],text:uVYx21RQ8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})},yoO2ILF4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Content\"})}),className:\"framer-rbbvvr\",\"data-framer-name\":\"Sub Category\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wk875l-container\",\"data-framer-name\":\"Vimeo 3\",isAuthoredByUser:true,isModuleExternal:true,name:\"Vimeo 3\",nodeId:\"A_ehIZ365\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"A_ehIZ365\",isMixedBorderRadius:false,layoutId:\"A_ehIZ365\",loop:false,mute:false,name:\"Vimeo 3\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:jNRi7FG3F,width:\"100%\"})})}),isDisplayed2(visible3,visible2)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-x3vzw3\",!visible3&&\"hidden-13rhw33\",!visible2&&\"hidden-667509\",!visible3&&\"hidden-76sj4z\"),\"data-framer-name\":\"Post\",children:[visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pglqe7\",\"data-styles-preset\":\"R6rc6YtMf\",children:\"Name\"})}),className:\"framer-1pl89cb\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:owgetyYSq,verticalAlignment:\"top\",withExternalLayout:true}),visible3&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ugqdk7\",\"data-styles-preset\":\"eKAcDtDwi\",children:\"Sub Title\"})}),className:\"framer-19vi0wl\",\"data-framer-name\":\"Sub Title\",fonts:[\"Inter\"],text:XJBT5ww1y,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})},yoO2ILF4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Content\"})}),className:\"framer-18dtuwz\",\"data-framer-name\":\"Sub Category\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]}),visible4&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-h1fxtq-container\",\"data-framer-name\":\"Vimeo 4\",isAuthoredByUser:true,isModuleExternal:true,name:\"Vimeo 4\",nodeId:\"XdIYX7dvm\",scopeId:\"HdPysRJES\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:true,height:\"100%\",id:\"XdIYX7dvm\",isMixedBorderRadius:false,layoutId:\"XdIYX7dvm\",loop:false,mute:false,name:\"Vimeo 4\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:om4JiRG3s,width:\"100%\"})})}),isDisplayed2(visible5,visible4)&&/*#__PURE__*/_jsxs(\"div\",{className:cx(\"framer-1kvoxym\",!visible5&&\"hidden-13rhw33\",!visible4&&\"hidden-667509\",!visible5&&\"hidden-76sj4z\"),\"data-framer-name\":\"Post\",children:[visible5&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1pglqe7\",\"data-styles-preset\":\"R6rc6YtMf\",children:\"Name\"})}),className:\"framer-1n11ap7\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:owgetyYSq,verticalAlignment:\"top\",withExternalLayout:true}),visible5&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-ugqdk7\",\"data-styles-preset\":\"eKAcDtDwi\",children:\"Sub Title\"})}),className:\"framer-uga2uj\",\"data-framer-name\":\"Sub Title\",fonts:[\"Inter\"],text:HzasFKjqa,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{sjVfisvw4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})},yoO2ILF4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Sub Title\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-uiodqw\",\"data-styles-preset\":\"kpPEfBuaZ\",children:\"Content\"})}),className:\"framer-1gy3ohy\",\"data-framer-name\":\"Sub Category\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YKmK6.framer-1junofc, .framer-YKmK6 .framer-1junofc { display: block; }\",\".framer-YKmK6.framer-13rhw33 { align-content: center; align-items: center; background-color: var(--token-d2807658-4bf3-410c-a659-2b5bb52b5eb3, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 100px 0px 20px 0px; position: relative; width: 1450px; }\",\".framer-YKmK6 .framer-1ccq8o { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 0px; overflow: hidden; padding: 40px 40px 20px 40px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-YKmK6 .framer-1vzvr4m-container, .framer-YKmK6 .framer-t8xxie-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YKmK6 .framer-djms-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-YKmK6 .framer-1ai596d { 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; padding: 0px 180px 0px 180px; position: relative; width: 100%; }\",\".framer-YKmK6 .framer-i9d6j7-container { aspect-ratio: 1.7868852459016393 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 610px); position: relative; width: 100%; }\",\".framer-YKmK6 .framer-1u9w0io, .framer-YKmK6 .framer-1h1apvn, .framer-YKmK6 .framer-x3vzw3 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-YKmK6 .framer-f2xgq1, .framer-YKmK6 .framer-13ff9ek, .framer-YKmK6 .framer-10vqci6, .framer-YKmK6 .framer-119weaw, .framer-YKmK6 .framer-1pvlb8c, .framer-YKmK6 .framer-rbbvvr, .framer-YKmK6 .framer-1pl89cb, .framer-YKmK6 .framer-19vi0wl, .framer-YKmK6 .framer-18dtuwz, .framer-YKmK6 .framer-1n11ap7, .framer-YKmK6 .framer-uga2uj, .framer-YKmK6 .framer-1gy3ohy { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YKmK6 .framer-pyvc25-container { aspect-ratio: 1.7857142857142858 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 610px); position: relative; width: 100%; }\",\".framer-YKmK6 .framer-1wk875l-container { aspect-ratio: 1.7854217854217853 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 610px); position: relative; width: 100%; }\",\".framer-YKmK6 .framer-h1fxtq-container { aspect-ratio: 1.7839607201309329 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 611px); position: relative; width: 100%; }\",\".framer-YKmK6 .framer-1kvoxym { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; padding: 0px 0px 14px 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YKmK6.framer-13rhw33, .framer-YKmK6 .framer-1ai596d, .framer-YKmK6 .framer-1u9w0io, .framer-YKmK6 .framer-1h1apvn, .framer-YKmK6 .framer-x3vzw3, .framer-YKmK6 .framer-1kvoxym { gap: 0px; } .framer-YKmK6.framer-13rhw33 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YKmK6.framer-13rhw33 > :first-child, .framer-YKmK6 .framer-1ai596d > :first-child { margin-top: 0px; } .framer-YKmK6.framer-13rhw33 > :last-child, .framer-YKmK6 .framer-1ai596d > :last-child { margin-bottom: 0px; } .framer-YKmK6 .framer-1ai596d > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YKmK6 .framer-1u9w0io > *, .framer-YKmK6 .framer-1h1apvn > *, .framer-YKmK6 .framer-x3vzw3 > *, .framer-YKmK6 .framer-1kvoxym > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-YKmK6 .framer-1u9w0io > :first-child, .framer-YKmK6 .framer-1h1apvn > :first-child, .framer-YKmK6 .framer-x3vzw3 > :first-child, .framer-YKmK6 .framer-1kvoxym > :first-child { margin-left: 0px; } .framer-YKmK6 .framer-1u9w0io > :last-child, .framer-YKmK6 .framer-1h1apvn > :last-child, .framer-YKmK6 .framer-x3vzw3 > :last-child, .framer-YKmK6 .framer-1kvoxym > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 950px) and (max-width: 1449px) { .framer-YKmK6.framer-13rhw33 { width: 950px; } .framer-YKmK6 .framer-1ccq8o { align-content: flex-end; align-items: flex-end; height: 90px; padding: 20px 40px 20px 40px; } .framer-YKmK6 .framer-1ai596d { padding: 0px 80px 0px 80px; } .framer-YKmK6 .framer-i9d6j7-container, .framer-YKmK6 .framer-pyvc25-container, .framer-YKmK6 .framer-1wk875l-container { height: var(--framer-aspect-ratio-supported, 442px); } .framer-YKmK6 .framer-f2xgq1 { text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25); } .framer-YKmK6 .framer-h1fxtq-container { height: var(--framer-aspect-ratio-supported, 443px); }}\",\"@media (max-width: 949px) { .framer-YKmK6.framer-13rhw33 { width: 390px; } .framer-YKmK6 .framer-1ai596d { padding: 0px 20px 0px 20px; z-index: 1; } .framer-YKmK6 .framer-i9d6j7-container { aspect-ratio: 1.7857142857142858 / 1; height: var(--framer-aspect-ratio-supported, 196px); } .framer-YKmK6 .framer-1u9w0io, .framer-YKmK6 .framer-1h1apvn { align-content: center; align-items: center; } .framer-YKmK6 .framer-pyvc25-container, .framer-YKmK6 .framer-1wk875l-container, .framer-YKmK6 .framer-h1fxtq-container { height: var(--framer-aspect-ratio-supported, 196px); }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 756\n * @framerIntrinsicWidth 1450\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sjVfisvw4\":{\"layout\":[\"fixed\",\"auto\"]},\"yoO2ILF4Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerHdPysRJES=withCSS(Component,css,\"framer-YKmK6\");export default FramerHdPysRJES;FramerHdPysRJES.displayName=\"Collection\";FramerHdPysRJES.defaultProps={height:756,width:1450};addFonts(FramerHdPysRJES,[{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\"}]},...LogoFonts,...NavLinksOnlyFonts,...NavigationBarFonts,...VimeoFonts,...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\":\"FramerHdPysRJES\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sjVfisvw4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yoO2ILF4Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1450\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"756\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["LogoFonts", "getFonts", "OVkHKzTEy_default", "NavLinksOnlyFonts", "XWCAva2Ph_default", "NavigationBarFonts", "cfRN2FIOA_default", "VimeoFonts", "Vimeo_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "isSet", "value", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "Z6EVRq03a_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "uiRaZBd5B", "owgetyYSq", "iCMIo46tC", "v__YHyhPx", "UC22Brlcm", "uVYx21RQ8", "jNRi7FG3F", "XJBT5ww1y", "om4JiRG3s", "HzasFKjqa", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "visible", "textContent", "enumToDisplayNameFunctions", "visible1", "visible2", "visible3", "isDisplayed2", "value1", "visible4", "visible5", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "css", "FramerHdPysRJES", "withCSS", "HdPysRJES_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
