{
  "version": 3,
  "sources": ["ssg:https://ga.jspm.io/npm:@motionone/easing@10.13.1/dist/index.es.js", "ssg:https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js", "ssg:https://framer.com/m/framer/integrations-styles.js@0.2.0", "ssg:https://framerusercontent.com/modules/HGu8PKPDwAHu4uSgLoYR/8ScWawSL1gtbsgAxdHrd/Instagram.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js", "ssg:https://framerusercontent.com/modules/pnKNb1I9I7l1GdujWlLw/wnDT4s9qLWf8Zg7JQMhb/sHXmes3za.js", "ssg:https://framerusercontent.com/modules/bIRlZLDfPFSnKpqAm0R3/LImVAyXTfwp0C3HkaL9u/hcfrIAo8O.js", "ssg:https://framerusercontent.com/modules/bmPAVJ4wzjxLBPIeQd7o/xWU71PED7hiljps2elrj/XXqqMF8Lk.js", "ssg:https://framerusercontent.com/modules/5B9ksbtAnY8Ua1tYoLxe/5YbburYjeUunLOSZ0sqT/E_9cj2ix9.js", "ssg:https://framerusercontent.com/modules/rUofaaJoPBcO0eAfCLYI/u4SBb5uXW8gakCsxoMXm/W6GK8IZYj.js", "ssg:https://framerusercontent.com/modules/fWaVSsU4iMKpzy8CK6nq/k7oKySioaXltEca2ENNF/QJtZDcA0x.js"],
  "sourcesContent": ["import{noopReturn as t,clamp as n}from\"@motionone/utils\";const calcBezier=(t,n,e)=>(((1-3*e+3*n)*t+(3*e-6*n))*t+3*n)*t;const e=1e-7;const i=12;function binarySubdivide(t,n,o,r,c){let u;let a;let s=0;do{a=n+(o-n)/2;u=calcBezier(a,r,c)-t;u>0?o=a:n=a}while(Math.abs(u)>e&&++s<i);return a}function cubicBezier(n,e,i,o){if(n===e&&i===o)return t;const getTForX=t=>binarySubdivide(t,0,1,n,i);return t=>0===t||1===t?t:calcBezier(getTForX(t),e,o)}const steps=(t,e=\"end\")=>i=>{i=\"end\"===e?Math.min(i,.999):Math.max(i,.001);const o=i*t;const r=\"end\"===e?Math.floor(o):Math.ceil(o);return n(0,1,r/t)};export{cubicBezier,steps};\n\n//# sourceMappingURL=index.es.js.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{steps}from\"@motionone/easing\";/**\n * @framerIntrinsicWidth 100\n * @framerIntrinsicHeight 100\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Grain(props){const{opacity,style}=props;const keyframesX=[\"0%\",\"-5%\",\"-15%\",\"7%\",\"-5%\",\"-15%\",\"15%\",\"0%\",\"3%\",\"-10%\",];const keyframesY=[\"0%\",\"-10%\",\"5%\",\"-25%\",\"25%\",\"10%\",\"0%\",\"15%\",\"35%\",\"10%\",];const isCanvas=RenderTarget.current()===RenderTarget.canvas;return /*#__PURE__*/ _jsx(\"div\",{style:{width:\"100%\",height:\"100%\",position:\"relative\",overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(motion.div,{style:{...containerStyle,opacity:opacity,inset:isCanvas?0:\"-200%\",width:isCanvas?\"100%\":\"400%\",height:isCanvas?\"100%\":\"400%\",position:\"absolute\"},animate:!isCanvas&&{x:keyframesX,y:keyframesY},transition:{ease:steps(10,\"start\"),repeat:Infinity,duration:8}})});};Grain.defaultProps={opacity:.5};addPropertyControls(Grain,{opacity:{title:\"Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0}});const containerStyle={backgroundSize:\"256px 256px\",backgroundRepeat:\"repeat\",background:\"url('https://framerusercontent.com/images/rR6HYXBrMmX4cRpXfXUOvpvpB0.png')\"};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Grain\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"100\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Grain.map", "import{containerStyles,emptyStateStyle as defaultEmptyStateStyle}from\"https://framer.com/m/framer/default-utils.js@^0.43.0\";export const emptyStateStyle={...containerStyles,...defaultEmptyStateStyle,textAlign:\"center\",padding:15,width:200,height:100,overflow:\"hidden\"};export const neutralStateStyle={...emptyStateStyle,color:\"#09f\",background:\"rgb(0, 153, 255, 0.1)\",borderColor:\"#09f\"};export const stateTitleStyle={fontSize:12,fontWeight:600,margin:0};export const stateParagraphStyle={fontSize:12,maxWidth:200,lineHeight:1.4,margin:\"5px 0 0 0\"};\nexport const __FramerMetadata__ = {\"exports\":{\"neutralStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateTitleStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"stateParagraphStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./styles.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useMemo}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";import{containerStyles}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{emptyStateStyle,stateParagraphStyle,stateTitleStyle}from\"https://framer.com/m/framer/integrations-styles.js@0.2.0\";const instagramRegex=/^https?:\\/\\/www\\.instagram\\.com\\/p\\/([^\\/]+)/;/**\n * INSTAGRAM\n *\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 410\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Instagram({url,style,...props}){const id=useMemo(()=>{var ref;const[,id]=(ref=url.match(instagramRegex))!==null&&ref!==void 0?ref:[null,null];return id;},[url]);return url&&id?/*#__PURE__*/ _jsx(motion.iframe,{style:{...containerStyles,...style},src:`https://www.instagram.com/p/${id}/embed/`,frameBorder:0,width:\"100%\",height:\"100%\",scrolling:\"no\",...props}):/*#__PURE__*/ _jsxs(motion.div,{style:{...emptyStateStyle,...style},...props,children:[/*#__PURE__*/ _jsx(\"h1\",{style:stateTitleStyle,children:\"Instagram\"}),url?/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"This post URL doesn\u2019t seem correct.\"}):/*#__PURE__*/ _jsx(\"p\",{style:stateParagraphStyle,children:\"Set a post URL in the Properties.\"})]});};addPropertyControls(Instagram,{url:{title:\"URL\",type:ControlType.String,placeholder:\"https://www.instagram.com/p/***\",defaultValue:\"https://www.instagram.com/p/CteMsH8M67r/\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Instagram\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"410\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Instagram.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */ export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==PlayOptions.Normal;const showThumbnail=onCanvas||thumbnail!==ThumbnailOptions.Off&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/ _jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/ _jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://stackoverflow.com/questions/2068344/how-do-i-get-a-youtube-video-thumbnail-from-the-youtube-api\nconst thumbnailURL=getThumbnailURL(videoId,thumbnail,getWebPSupported()?ThumbnailFormat.WebP:ThumbnailFormat.JPG);// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(isAutoplay||showThumbnail){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===PlayOptions.Loop){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}return /*#__PURE__*/ _jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:hasBorderRadius&&showVideo?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},children:[isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/ _jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/ _jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${thumbnailURL}) no-repeat`:undefined}}),showVideo?/*#__PURE__*/ _jsx(\"iframe\",{style:videoStyle,src:embedURL.href,frameBorder:\"0\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",onClick:onClick,onMouseEnter:onMouseEnter,onMouseLeave:onMouseLeave,onMouseDown:onMouseDown,onMouseUp:onMouseUp}):/*#__PURE__*/ _jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===PlayOptions.Normal;}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==PlayOptions.Normal;}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:PlayOptions.Normal,shouldMute:true,thumbnail:ThumbnailOptions.Medium,isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL1=getEmbedURL(videoId);return[videoId,embedURL1];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId1=pathSegments[1];return[videoId1,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId2=url.pathname.slice(1);const embedURL2=getEmbedURL(videoId2);return[videoId2,embedURL2];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=ThumbnailFormat.JPG){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=ThumbnailFormat.WebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=ThumbnailFormat.WebP?\"webp\":\"jpg\";switch(res){case ThumbnailOptions.Low:return`${pre}${videoId}/hqdefault.${ext}`;case ThumbnailOptions.Medium:return`${pre}${videoId}/sddefault.${ext}`;case ThumbnailOptions.High:return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(!!(element.getContext&&element.getContext(\"2d\"))){// was able or not to get WebP representation\nreturn element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")==0;}else{// very old browser like IE 8, canvas not supported\nreturn false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/ _jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/ _jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/ _jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/ _jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/ _jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/ _jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/ _jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/ _jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"315\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicWidth\":\"560\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (12ecc5e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./sHXmes3za-0.js\";const serializationHash=\"framer-4CA6l\";const variantClassNames={mDHnLwfJY:\"framer-v-wopx37\"};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 valuesByLocaleId={QkKGq2oqT:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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.create(React.Fragment);const getProps=({click,height,id,width,...props})=>{return{...props,BknsWqpyO:click!==null&&click!==void 0?click:props.BknsWqpyO};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,BknsWqpyO,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"mDHnLwfJY\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapqp6no5=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(BknsWqpyO){const res=await BknsWqpyO(...args);if(res===false)return false;}setVariant(\"mDHnLwfJY\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-wopx37\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"mDHnLwfJY\",onTap:onTapqp6no5,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-zly19x\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:9,intrinsicWidth:6,layoutDependency:layoutDependency,layoutId:\"uxIrbSWvX\",style:{rotate:90},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"5.8\" height=\"9.3\" style=\"overflow:visible;enable-background:new 0 0 5.8 9.3\" xml:space=\"preserve\"><path d=\"M5.8 4.7 1.1 9.3 0 8.2 2.2 6c.2-.2.7-.3.7-1.4s-.5-1.1-.7-1.3L0 1.1 1.1 0l4.7 4.7z\" style=\"fill:#ffd008\"/></svg>',withExternalLayout:true})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4CA6l.framer-10ks1ax, .framer-4CA6l .framer-10ks1ax { display: block; }\",\".framer-4CA6l.framer-wopx37 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4CA6l .framer-zly19x { aspect-ratio: 0.6666666666666666 / 1; flex: none; height: 100%; position: relative; width: var(--framer-aspect-ratio-supported, 21px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4CA6l.framer-wopx37 { gap: 0px; } .framer-4CA6l.framer-wopx37 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4CA6l.framer-wopx37 > :first-child { margin-top: 0px; } .framer-4CA6l.framer-wopx37 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 21\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerVariables {\"BknsWqpyO\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramersHXmes3za=withCSS(Component,css,\"framer-4CA6l\");export default FramersHXmes3za;FramersHXmes3za.displayName=\"fleche simple\";FramersHXmes3za.defaultProps={height:32,width:21};addPropertyControls(FramersHXmes3za,{BknsWqpyO:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramersHXmes3za,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersHXmes3za\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"21\",\"framerIntrinsicHeight\":\"32\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"BknsWqpyO\\\":\\\"click\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sHXmes3za.map", "// Generated by Framer (12ecc5e)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./hcfrIAo8O-0.js\";import FlecheSimple from\"https://framerusercontent.com/modules/pnKNb1I9I7l1GdujWlLw/wnDT4s9qLWf8Zg7JQMhb/sHXmes3za.js\";const FlecheSimpleFonts=getFonts(FlecheSimple);const cycleOrder=[\"YRqt1gBjI\",\"vmUFLG4Dt\",\"jTw618vM7\",\"QmibHPVHA\",\"WLUcCPco8\",\"gDvwYx1u7\",\"gG4z3DCjH\",\"NdMnP6T9M\",\"BKoVkr13Z\"];const serializationHash=\"framer-ZuTt6\";const variantClassNames={BKoVkr13Z:\"framer-v-1ea9d2e\",gDvwYx1u7:\"framer-v-13jgn9u\",gG4z3DCjH:\"framer-v-42k8ab\",jTw618vM7:\"framer-v-1gb4am3\",NdMnP6T9M:\"framer-v-1fshv7r\",QmibHPVHA:\"framer-v-p2vn02\",vmUFLG4Dt:\"framer-v-1ybox64\",WLUcCPco8:\"framer-v-dvocvx\",YRqt1gBjI:\"framer-v-b2g0ba\"};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 valuesByLocaleId={QkKGq2oqT:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"YRqt1gBjI\",\"Variant 2\":\"vmUFLG4Dt\",\"Variant 3\":\"jTw618vM7\",\"Variant 4\":\"QmibHPVHA\",\"Variant 5\":\"WLUcCPco8\",\"Variant 6\":\"gDvwYx1u7\",\"Variant 7\":\"gG4z3DCjH\",\"Variant 8\":\"NdMnP6T9M\",\"Variant 9\":\"BKoVkr13Z\"};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:\"YRqt1gBjI\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"YRqt1gBjI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearqxav9e=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vmUFLG4Dt\"),1e3);});const onAppearcs3ejp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"jTw618vM7\"),100);});const onAppear4evklg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"QmibHPVHA\"),100);});const onAppearv5xgnk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"WLUcCPco8\"),100);});const onAppearbb65ch=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gDvwYx1u7\"),100);});const onAppearab5s6l=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gG4z3DCjH\"),100);});const onAppearyzfnl5=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"NdMnP6T9M\"),100);});const onAppear1m9t03a=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BKoVkr13Z\"),100);});const onAppearhou7bg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"YRqt1gBjI\"),2e3);});const BknsWqpyO1svbusb=activeVariantCallback(async(...args)=>{setVariant(\"vmUFLG4Dt\");});useOnVariantChange(baseVariant,{BKoVkr13Z:onAppearhou7bg,default:onAppearqxav9e,gDvwYx1u7:onAppearab5s6l,gG4z3DCjH:onAppearyzfnl5,jTw618vM7:onAppear4evklg,NdMnP6T9M:onAppear1m9t03a,QmibHPVHA:onAppearv5xgnk,vmUFLG4Dt:onAppearcs3ejp,WLUcCPco8:onAppearbb65ch});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-b2g0ba\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"YRqt1gBjI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},...addPropertyOverrides({BKoVkr13Z:{\"data-framer-name\":\"Variant 9\"},gDvwYx1u7:{\"data-framer-name\":\"Variant 6\"},gG4z3DCjH:{\"data-framer-name\":\"Variant 7\"},jTw618vM7:{\"data-framer-name\":\"Variant 3\"},NdMnP6T9M:{\"data-framer-name\":\"Variant 8\"},QmibHPVHA:{\"data-framer-name\":\"Variant 4\"},vmUFLG4Dt:{\"data-framer-name\":\"Variant 2\"},WLUcCPco8:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-155)/2+0+0),...addPropertyOverrides({BKoVkr13Z:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+0+0)},gDvwYx1u7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+0+0)},gG4z3DCjH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+0+0)},NdMnP6T9M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+0+0)},QmibHPVHA:{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-147)/2+0+0)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sjunuz-container\",layoutDependency:layoutDependency,layoutId:\"Z3YcMF9iL-container\",style:{opacity:0},variants:{jTw618vM7:{opacity:1},QmibHPVHA:{opacity:1},vmUFLG4Dt:{opacity:1},WLUcCPco8:{opacity:.25}},children:/*#__PURE__*/_jsx(FlecheSimple,{height:\"100%\",id:\"Z3YcMF9iL\",layoutId:\"Z3YcMF9iL\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({vmUFLG4Dt:{BknsWqpyO:BknsWqpyO1svbusb}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-155)/2+32+9),...addPropertyOverrides({BKoVkr13Z:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+32+9)},gDvwYx1u7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+32+9)},gG4z3DCjH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+32+9)},NdMnP6T9M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+32+9)},QmibHPVHA:{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-147)/2+30+9)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t2ceye-container\",layoutDependency:layoutDependency,layoutId:\"PF3JY_6B1-container\",style:{opacity:0},variants:{gDvwYx1u7:{opacity:.25},jTw618vM7:{opacity:1},QmibHPVHA:{opacity:1},vmUFLG4Dt:{opacity:.25},WLUcCPco8:{opacity:1}},children:/*#__PURE__*/_jsx(FlecheSimple,{height:\"100%\",id:\"PF3JY_6B1\",layoutId:\"PF3JY_6B1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-155)/2+64+18),...addPropertyOverrides({BKoVkr13Z:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+64+18)},gDvwYx1u7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+64+18)},gG4z3DCjH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+64+18)},NdMnP6T9M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+64+18)},QmibHPVHA:{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-147)/2+60+18)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fza10-container\",layoutDependency:layoutDependency,layoutId:\"TmUo0iO9G-container\",style:{opacity:0},variants:{gDvwYx1u7:{opacity:1},gG4z3DCjH:{opacity:.25},jTw618vM7:{opacity:.25},QmibHPVHA:{opacity:1},WLUcCPco8:{opacity:1}},children:/*#__PURE__*/_jsx(FlecheSimple,{height:\"100%\",id:\"TmUo0iO9G\",layoutId:\"TmUo0iO9G\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:32,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-155)/2+96+27),...addPropertyOverrides({BKoVkr13Z:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+96+27)},gDvwYx1u7:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+96+27)},gG4z3DCjH:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+96+27)},NdMnP6T9M:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-155)/2+96+27)},QmibHPVHA:{height:30,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||147)-0-147)/2+90+27)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pie0fz-container\",layoutDependency:layoutDependency,layoutId:\"H5ft40aUl-container\",style:{opacity:0},variants:{gDvwYx1u7:{opacity:1},gG4z3DCjH:{opacity:1},NdMnP6T9M:{opacity:.25},QmibHPVHA:{opacity:.25},WLUcCPco8:{opacity:1}},children:/*#__PURE__*/_jsx(FlecheSimple,{height:\"100%\",id:\"H5ft40aUl\",layoutId:\"H5ft40aUl\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZuTt6.framer-1950awy, .framer-ZuTt6 .framer-1950awy { display: block; }\",\".framer-ZuTt6.framer-b2g0ba { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 9px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 20px; }\",\".framer-ZuTt6 .framer-sjunuz-container, .framer-ZuTt6 .framer-t2ceye-container, .framer-ZuTt6 .framer-15fza10-container, .framer-ZuTt6 .framer-pie0fz-container { aspect-ratio: 0.666665625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 30px); position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZuTt6.framer-b2g0ba { gap: 0px; } .framer-ZuTt6.framer-b2g0ba > * { margin: 0px; margin-bottom: calc(9px / 2); margin-top: calc(9px / 2); } .framer-ZuTt6.framer-b2g0ba > :first-child { margin-top: 0px; } .framer-ZuTt6.framer-b2g0ba > :last-child { margin-bottom: 0px; } }\",\".framer-ZuTt6.framer-v-p2vn02 .framer-sjunuz-container, .framer-ZuTt6.framer-v-p2vn02 .framer-t2ceye-container, .framer-ZuTt6.framer-v-p2vn02 .framer-15fza10-container, .framer-ZuTt6.framer-v-p2vn02 .framer-pie0fz-container { aspect-ratio: 0.6666666666666666 / 1; }\",\".framer-ZuTt6.framer-v-13jgn9u .framer-sjunuz-container, .framer-ZuTt6.framer-v-13jgn9u .framer-t2ceye-container, .framer-ZuTt6.framer-v-13jgn9u .framer-15fza10-container, .framer-ZuTt6.framer-v-13jgn9u .framer-pie0fz-container, .framer-ZuTt6.framer-v-42k8ab .framer-sjunuz-container, .framer-ZuTt6.framer-v-42k8ab .framer-t2ceye-container, .framer-ZuTt6.framer-v-42k8ab .framer-15fza10-container, .framer-ZuTt6.framer-v-42k8ab .framer-pie0fz-container, .framer-ZuTt6.framer-v-1fshv7r .framer-sjunuz-container, .framer-ZuTt6.framer-v-1fshv7r .framer-t2ceye-container, .framer-ZuTt6.framer-v-1fshv7r .framer-15fza10-container, .framer-ZuTt6.framer-v-1fshv7r .framer-pie0fz-container, .framer-ZuTt6.framer-v-1ea9d2e .framer-sjunuz-container, .framer-ZuTt6.framer-v-1ea9d2e .framer-t2ceye-container, .framer-ZuTt6.framer-v-1ea9d2e .framer-15fza10-container, .framer-ZuTt6.framer-v-1ea9d2e .framer-pie0fz-container { height: var(--framer-aspect-ratio-supported, 300px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 147\n * @framerIntrinsicWidth 20\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"vmUFLG4Dt\":{\"layout\":[\"fixed\",\"auto\"]},\"jTw618vM7\":{\"layout\":[\"fixed\",\"auto\"]},\"QmibHPVHA\":{\"layout\":[\"fixed\",\"auto\"]},\"WLUcCPco8\":{\"layout\":[\"fixed\",\"auto\"]},\"gDvwYx1u7\":{\"layout\":[\"fixed\",\"auto\"]},\"gG4z3DCjH\":{\"layout\":[\"fixed\",\"auto\"]},\"NdMnP6T9M\":{\"layout\":[\"fixed\",\"auto\"]},\"BKoVkr13Z\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerhcfrIAo8O=withCSS(Component,css,\"framer-ZuTt6\");export default FramerhcfrIAo8O;FramerhcfrIAo8O.displayName=\"arrows\";FramerhcfrIAo8O.defaultProps={height:147,width:20};addPropertyControls(FramerhcfrIAo8O,{variant:{options:[\"YRqt1gBjI\",\"vmUFLG4Dt\",\"jTw618vM7\",\"QmibHPVHA\",\"WLUcCPco8\",\"gDvwYx1u7\",\"gG4z3DCjH\",\"NdMnP6T9M\",\"BKoVkr13Z\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerhcfrIAo8O,[{explicitInter:true,fonts:[]},...FlecheSimpleFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerhcfrIAo8O\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vmUFLG4Dt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jTw618vM7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QmibHPVHA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"WLUcCPco8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gDvwYx1u7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gG4z3DCjH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NdMnP6T9M\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BKoVkr13Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"20\",\"framerIntrinsicHeight\":\"147\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ad88b1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"uaxZSOq8J\",\"C0BGHpzFq\",\"vixNOdUP3\",\"LeT5Lopj2\",\"z2Tiu20Mr\",\"bUEJFZzM8\",\"vCyRNvHGR\",\"tkjZeSB_X\",\"NnRR0nD98\",\"CGFF72GjW\",\"J5hwqHNTb\",\"a58u9k5Il\",\"hpT4cjLn0\",\"PWYjOPnpC\",\"WfVuLoup6\",\"YWPntzcsK\",\"sIq26mjmE\",\"mQDg6shMx\",\"TyznxOFTf\",\"jHGqGJNKI\",\"I4Ddo3I24\",\"TIL5Osoz5\",\"zpCw2rSnb\",\"j0SdWKlyW\",\"kxYL_zrJC\",\"pUMUkZvu4\",\"zBYa2cR2s\",\"rKaU0cCdW\",\"EUx4yC27U\",\"w7aL25h1d\",\"a44oFGpGs\",\"xdZqNOYMd\",\"JfDu3n0s9\"];const serializationHash=\"framer-k4O9a\";const variantClassNames={a44oFGpGs:\"framer-v-qgzbqo\",a58u9k5Il:\"framer-v-5lnly0\",bUEJFZzM8:\"framer-v-9czt3x\",C0BGHpzFq:\"framer-v-rqkziz\",CGFF72GjW:\"framer-v-1pcu4ba\",EUx4yC27U:\"framer-v-be7n81\",hpT4cjLn0:\"framer-v-cw59lr\",I4Ddo3I24:\"framer-v-1rvupe7\",j0SdWKlyW:\"framer-v-krmn1n\",J5hwqHNTb:\"framer-v-rvo1gv\",JfDu3n0s9:\"framer-v-1ts73w6\",jHGqGJNKI:\"framer-v-1qe12uw\",kxYL_zrJC:\"framer-v-1fpq8uy\",LeT5Lopj2:\"framer-v-pwex80\",mQDg6shMx:\"framer-v-1kj3loz\",NnRR0nD98:\"framer-v-u0mrc0\",pUMUkZvu4:\"framer-v-zpgxr1\",PWYjOPnpC:\"framer-v-1ac321h\",rKaU0cCdW:\"framer-v-12hx9sm\",sIq26mjmE:\"framer-v-15fb2h8\",TIL5Osoz5:\"framer-v-1d34uw4\",tkjZeSB_X:\"framer-v-1nhsg0u\",TyznxOFTf:\"framer-v-yv1pew\",uaxZSOq8J:\"framer-v-127w7jh\",vCyRNvHGR:\"framer-v-dc1l01\",vixNOdUP3:\"framer-v-1ywo7oq\",w7aL25h1d:\"framer-v-d8ae0d\",WfVuLoup6:\"framer-v-1209kaz\",xdZqNOYMd:\"framer-v-zowawc\",YWPntzcsK:\"framer-v-of3l7u\",z2Tiu20Mr:\"framer-v-4785i\",zBYa2cR2s:\"framer-v-1crlkro\",zpCw2rSnb:\"framer-v-rpgkwi\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};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??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"domino new\":\"WfVuLoup6\",\"domino old\":\"bUEJFZzM8\",\"eo-310\":\"j0SdWKlyW\",\"eo-311\":\"zpCw2rSnb\",\"germania-mk1\":\"TIL5Osoz5\",\"magnetosphere-mk2\":\"pUMUkZvu4\",\"orage-mk1\":\"jHGqGJNKI\",byebye:\"rKaU0cCdW\",fluctuation:\"vCyRNvHGR\",germania:\"vixNOdUP3\",germaniac:\"EUx4yC27U\",lever:\"xdZqNOYMd\",magnetoshere:\"I4Ddo3I24\",mixy:\"w7aL25h1d\",o:\"sIq26mjmE\",orage:\"tkjZeSB_X\",oscy:\"a44oFGpGs\",pole:\"z2Tiu20Mr\",portail:\"YWPntzcsK\",rayonnement:\"TyznxOFTf\",redondances:\"JfDu3n0s9\",ricochet:\"J5hwqHNTb\",sifter:\"zBYa2cR2s\",sommateur:\"NnRR0nD98\",source:\"kxYL_zrJC\",supamix:\"PWYjOPnpC\",swarm:\"CGFF72GjW\",swing:\"C0BGHpzFq\",tempete:\"mQDg6shMx\",titan:\"LeT5Lopj2\",volcan:\"a58u9k5Il\",wd:\"uaxZSOq8J\",ZBF:\"hpT4cjLn0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"uaxZSOq8J\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};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{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"uaxZSOq8J\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"pUMUkZvu4\",\"JfDu3n0s9\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"mQDg6shMx\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"PWYjOPnpC\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"sIq26mjmE\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"YWPntzcsK\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"WfVuLoup6\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"hpT4cjLn0\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"CGFF72GjW\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"NnRR0nD98\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"C0BGHpzFq\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"vixNOdUP3\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"LeT5Lopj2\")return true;return false;};const isDisplayed12=()=>{if(baseVariant===\"z2Tiu20Mr\")return true;return false;};const isDisplayed13=()=>{if(baseVariant===\"bUEJFZzM8\")return true;return false;};const isDisplayed14=()=>{if(baseVariant===\"vCyRNvHGR\")return true;return false;};const isDisplayed15=()=>{if(baseVariant===\"tkjZeSB_X\")return true;return false;};const isDisplayed16=()=>{if([\"C0BGHpzFq\",\"vixNOdUP3\",\"LeT5Lopj2\",\"z2Tiu20Mr\",\"bUEJFZzM8\",\"vCyRNvHGR\",\"tkjZeSB_X\",\"NnRR0nD98\",\"CGFF72GjW\",\"J5hwqHNTb\",\"a58u9k5Il\",\"hpT4cjLn0\",\"PWYjOPnpC\",\"WfVuLoup6\",\"YWPntzcsK\",\"sIq26mjmE\",\"mQDg6shMx\",\"TyznxOFTf\",\"jHGqGJNKI\",\"I4Ddo3I24\",\"TIL5Osoz5\",\"zpCw2rSnb\",\"j0SdWKlyW\",\"kxYL_zrJC\",\"pUMUkZvu4\",\"zBYa2cR2s\",\"rKaU0cCdW\",\"EUx4yC27U\",\"w7aL25h1d\",\"a44oFGpGs\",\"xdZqNOYMd\",\"JfDu3n0s9\"].includes(baseVariant))return false;return true;};const isDisplayed17=()=>{if(baseVariant===\"TyznxOFTf\")return true;return false;};const isDisplayed18=()=>{if(baseVariant===\"jHGqGJNKI\")return true;return false;};const isDisplayed19=()=>{if(baseVariant===\"j0SdWKlyW\")return true;return false;};const isDisplayed20=()=>{if(baseVariant===\"zpCw2rSnb\")return true;return false;};const isDisplayed21=()=>{if(baseVariant===\"TIL5Osoz5\")return true;return false;};const isDisplayed22=()=>{if(baseVariant===\"I4Ddo3I24\")return true;return false;};const isDisplayed23=()=>{if([\"kxYL_zrJC\",\"zBYa2cR2s\",\"rKaU0cCdW\",\"EUx4yC27U\",\"w7aL25h1d\",\"a44oFGpGs\",\"xdZqNOYMd\"].includes(baseVariant))return true;return false;};const isDisplayed24=()=>{if(baseVariant===\"a58u9k5Il\")return true;return false;};const isDisplayed25=()=>{if(baseVariant===\"J5hwqHNTb\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-127w7jh\",className,classNames),\"data-framer-name\":\"wd\",layoutDependency:layoutDependency,layoutId:\"uaxZSOq8J\",ref:refBinding,style:{boxShadow:\"0px 0px 5px 5px var(--token-7aaa3493-9929-4aa5-9e5f-610510beecc7, rgba(255, 255, 255, 0.23))\",...style},...addPropertyOverrides({a44oFGpGs:{\"data-framer-name\":\"oscy\"},a58u9k5Il:{\"data-framer-name\":\"volcan\"},bUEJFZzM8:{\"data-framer-name\":\"domino old\"},C0BGHpzFq:{\"data-framer-name\":\"swing\"},CGFF72GjW:{\"data-framer-name\":\"swarm\"},EUx4yC27U:{\"data-framer-name\":\"germaniac\"},hpT4cjLn0:{\"data-framer-name\":\"ZBF\"},I4Ddo3I24:{\"data-framer-name\":\"magnetoshere\"},j0SdWKlyW:{\"data-framer-name\":\"eo-310\"},J5hwqHNTb:{\"data-framer-name\":\"ricochet\"},JfDu3n0s9:{\"data-framer-name\":\"redondances\"},jHGqGJNKI:{\"data-framer-name\":\"orage-mk1\"},kxYL_zrJC:{\"data-framer-name\":\"source\"},LeT5Lopj2:{\"data-framer-name\":\"titan\"},mQDg6shMx:{\"data-framer-name\":\"tempete\"},NnRR0nD98:{\"data-framer-name\":\"sommateur\"},pUMUkZvu4:{\"data-framer-name\":\"magnetosphere-mk2\"},PWYjOPnpC:{\"data-framer-name\":\"supamix\"},rKaU0cCdW:{\"data-framer-name\":\"byebye\"},sIq26mjmE:{\"data-framer-name\":\"o\"},TIL5Osoz5:{\"data-framer-name\":\"germania-mk1\"},tkjZeSB_X:{\"data-framer-name\":\"orage\"},TyznxOFTf:{\"data-framer-name\":\"rayonnement\"},vCyRNvHGR:{\"data-framer-name\":\"fluctuation\"},vixNOdUP3:{\"data-framer-name\":\"germania\"},w7aL25h1d:{\"data-framer-name\":\"mixy\"},WfVuLoup6:{\"data-framer-name\":\"domino new\"},xdZqNOYMd:{\"data-framer-name\":\"lever\"},YWPntzcsK:{\"data-framer-name\":\"portail\"},z2Tiu20Mr:{\"data-framer-name\":\"pole\"},zBYa2cR2s:{\"data-framer-name\":\"sifter\"},zpCw2rSnb:{\"data-framer-name\":\"eo-311\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:375,pixelHeight:1518,pixelWidth:300,src:\"https://framerusercontent.com/images/PQTjIqkqxWgVepKz7doMG3NJF04.jpg\",srcSet:\"https://framerusercontent.com/images/PQTjIqkqxWgVepKz7doMG3NJF04.jpg 300w\"},className:\"framer-thj2tw\",\"data-framer-name\":\"Magnetosphere REAL\",layoutDependency:layoutDependency,layoutId:\"UlxQmN0s9\",...addPropertyOverrides({JfDu3n0s9:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:375,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:1559,sizes:\"535px\",src:\"https://framerusercontent.com/images/OAjXczvGECXDz7G8C4R2e11Nz8.jpg\",srcSet:\"https://framerusercontent.com/images/OAjXczvGECXDz7G8C4R2e11Nz8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OAjXczvGECXDz7G8C4R2e11Nz8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/OAjXczvGECXDz7G8C4R2e11Nz8.jpg 1559w\"}},pUMUkZvu4:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:375,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:300,sizes:\"102.7668px\",src:\"https://framerusercontent.com/images/PQTjIqkqxWgVepKz7doMG3NJF04.jpg\",srcSet:\"https://framerusercontent.com/images/PQTjIqkqxWgVepKz7doMG3NJF04.jpg 300w\"}}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:1650,pixelHeight:1518,pixelWidth:1320,src:\"https://framerusercontent.com/images/JeA5PeBhwILxvr8y1W8sFBKmeo.jpg?scale-down-to=1024\"},className:\"framer-lu21ra\",\"data-framer-name\":\"recallage_sur_22hp_recal_mg\",layoutDependency:layoutDependency,layoutId:\"VAOHq0z0s\",...addPropertyOverrides({mQDg6shMx:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:1650,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:1320,src:\"https://framerusercontent.com/images/JeA5PeBhwILxvr8y1W8sFBKmeo.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:750,pixelHeight:1518,pixelWidth:600,src:\"https://framerusercontent.com/images/X61MCdjRLxfJgEg7KSXuJs0M4s.jpg\",srcSet:\"https://framerusercontent.com/images/X61MCdjRLxfJgEg7KSXuJs0M4s.jpg 600w\"},className:\"framer-1fhkrlc\",\"data-framer-name\":\"supamix_real_latest\",layoutDependency:layoutDependency,layoutId:\"MG4pUW3RR\",...addPropertyOverrides({PWYjOPnpC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:750,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:600,sizes:\"205.5336px\",src:\"https://framerusercontent.com/images/X61MCdjRLxfJgEg7KSXuJs0M4s.jpg\",srcSet:\"https://framerusercontent.com/images/X61MCdjRLxfJgEg7KSXuJs0M4s.jpg 600w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:150,pixelHeight:1518,pixelWidth:120,src:\"https://framerusercontent.com/images/mHhwcislI5OnLD4uK8XRprybjEk.jpg?scale-down-to=1024\"},className:\"framer-1w1ey97\",\"data-framer-name\":\"headphones_realistic\",layoutDependency:layoutDependency,layoutId:\"f4pbuhKot\",...addPropertyOverrides({sIq26mjmE:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:150,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.917)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:120,src:\"https://framerusercontent.com/images/mHhwcislI5OnLD4uK8XRprybjEk.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed4()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:375,pixelHeight:1518,pixelWidth:300,src:\"https://framerusercontent.com/images/D37mHWHYeM9lJ8tmtl1n3ooE5M.jpg?scale-down-to=1024\"},className:\"framer-1pv1h0d\",\"data-framer-name\":\"portail_visual\",layoutDependency:layoutDependency,layoutId:\"Xk5OrkM8g\",...addPropertyOverrides({YWPntzcsK:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:375,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:300,src:\"https://framerusercontent.com/images/D37mHWHYeM9lJ8tmtl1n3ooE5M.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1900,intrinsicWidth:752.5,pixelHeight:1520,pixelWidth:602,src:\"https://framerusercontent.com/images/akCAbV6CBYwdJjabePLhCud2M.jpg?scale-down-to=1024\"},className:\"framer-il7grt\",\"data-framer-name\":\"domino_realiste\",layoutDependency:layoutDependency,layoutId:\"PJ0vBwA6t\",...addPropertyOverrides({WfVuLoup6:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1900,intrinsicWidth:752.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1520,pixelWidth:602,src:\"https://framerusercontent.com/images/akCAbV6CBYwdJjabePLhCud2M.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:965,pixelHeight:4e3,pixelWidth:772,src:\"https://framerusercontent.com/images/AkvcdtrK6NbfXIi3Unxygs7Ctc.png?scale-down-to=1024\"},className:\"framer-1j97hta\",\"data-framer-name\":\"Teinte_Saturation_3_copie_2\",layoutDependency:layoutDependency,layoutId:\"lsSSrhS_I\",...addPropertyOverrides({hpT4cjLn0:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:965,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.033)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:772,src:\"https://framerusercontent.com/images/AkvcdtrK6NbfXIi3Unxygs7Ctc.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:871.25,intrinsicWidth:1413.75,pixelHeight:697,pixelWidth:1131,src:\"https://framerusercontent.com/images/7fLnkCodVwH3PtNIfQ7fbOaR4s.png?scale-down-to=1024\"},className:\"framer-hytzjj\",\"data-framer-name\":\"swarm\",layoutDependency:layoutDependency,layoutId:\"SHIZmpM8d\",...addPropertyOverrides({CGFF72GjW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:871.25,intrinsicWidth:1413.75,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:697,pixelWidth:1131,src:\"https://framerusercontent.com/images/7fLnkCodVwH3PtNIfQ7fbOaR4s.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:980,pixelHeight:4e3,pixelWidth:784,src:\"https://framerusercontent.com/images/pg7NDAi88eq1INsaUk1jx7wsghs.png?scale-down-to=1024\"},className:\"framer-14fx8my\",\"data-framer-name\":\"Teinte_Saturation_3_copie_5\",layoutDependency:layoutDependency,layoutId:\"AKe3lL5Db\",...addPropertyOverrides({NnRR0nD98:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:980,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.983)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:784,src:\"https://framerusercontent.com/images/pg7NDAi88eq1INsaUk1jx7wsghs.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:950,pixelHeight:4e3,pixelWidth:760,src:\"https://framerusercontent.com/images/TAPuPdvypGQmexm3Fn6oyBiqY.png?scale-down-to=1024\"},className:\"framer-js0z9r\",\"data-framer-name\":\"Calque_12\",layoutDependency:layoutDependency,layoutId:\"dQIzvhuaI\",...addPropertyOverrides({C0BGHpzFq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:950,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:760,src:\"https://framerusercontent.com/images/TAPuPdvypGQmexm3Fn6oyBiqY.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4997.5,intrinsicWidth:782.5,pixelHeight:3998,pixelWidth:626,src:\"https://framerusercontent.com/images/mDOwgvSwJo6rTPBQMLXxeDgNv3g.png?scale-down-to=1024\"},className:\"framer-1tb8gmr\",\"data-framer-name\":\"Calque_13\",layoutDependency:layoutDependency,layoutId:\"Eu2h4DUgJ\",...addPropertyOverrides({vixNOdUP3:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4997.5,intrinsicWidth:782.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.967)-0-520)/2+0+0)),pixelHeight:3998,pixelWidth:626,src:\"https://framerusercontent.com/images/mDOwgvSwJo6rTPBQMLXxeDgNv3g.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed11()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4998.75,intrinsicWidth:960,pixelHeight:3999,pixelWidth:768,src:\"https://framerusercontent.com/images/CIcAike9i5xGVDyIVIYdOKG7OU.png?scale-down-to=1024\"},className:\"framer-1mm70v2\",\"data-framer-name\":\"titan\",layoutDependency:layoutDependency,layoutId:\"pR9uiOPjY\",...addPropertyOverrides({LeT5Lopj2:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4998.75,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.017)-0-520)/2+0+0)),pixelHeight:3999,pixelWidth:768,src:\"https://framerusercontent.com/images/CIcAike9i5xGVDyIVIYdOKG7OU.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed12()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:767.5,pixelHeight:4e3,pixelWidth:614,src:\"https://framerusercontent.com/images/E76e529jjbQjQnRqXbeFxgco.png?scale-down-to=1024\"},className:\"framer-1naukd7\",\"data-framer-name\":\"Calque_14\",layoutDependency:layoutDependency,layoutId:\"K3jbFg5MJ\",...addPropertyOverrides({z2Tiu20Mr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:767.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.983)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:614,src:\"https://framerusercontent.com/images/E76e529jjbQjQnRqXbeFxgco.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed13()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4998.75,intrinsicWidth:1932.5,pixelHeight:3999,pixelWidth:1546,src:\"https://framerusercontent.com/images/SIWj8osoAJZfA5x4K2GmuEki8MY.png?scale-down-to=1024\"},className:\"framer-gby7ac\",\"data-framer-name\":\"Calque_15\",layoutDependency:layoutDependency,layoutId:\"GXIn8bYKA\",...addPropertyOverrides({bUEJFZzM8:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4998.75,intrinsicWidth:1932.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:3999,pixelWidth:1546,src:\"https://framerusercontent.com/images/SIWj8osoAJZfA5x4K2GmuEki8MY.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed14()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2143.75,pixelHeight:2e3,pixelWidth:1715,src:\"https://framerusercontent.com/images/iYeQt7S5zrSMwoWxaQhBWSqFD0.png?scale-down-to=1024\"},className:\"framer-1fadswz\",\"data-framer-name\":\"Sans_titre_2\",layoutDependency:layoutDependency,layoutId:\"UkivHW0y2\",...addPropertyOverrides({vCyRNvHGR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:2143.75,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:2e3,pixelWidth:1715,src:\"https://framerusercontent.com/images/iYeQt7S5zrSMwoWxaQhBWSqFD0.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed15()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1930,pixelHeight:4e3,pixelWidth:1544,src:\"https://framerusercontent.com/images/mFa0yznxgbrNZEZmAkUGGYPC94E.png?scale-down-to=1024\"},className:\"framer-mg8tjh\",\"data-framer-name\":\"Teinte_Saturation_3_copie\",layoutDependency:layoutDependency,layoutId:\"XyHggvALm\",...addPropertyOverrides({tkjZeSB_X:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1930,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.983)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:1544,src:\"https://framerusercontent.com/images/mFa0yznxgbrNZEZmAkUGGYPC94E.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed16()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1442.5,intrinsicWidth:1342.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1154,pixelWidth:1074,src:\"https://framerusercontent.com/images/XeJAIFhgtlVJoMsv2rDxmpkFkNg.png?scale-down-to=1024\"},className:\"framer-eqkdov\",\"data-framer-name\":\"weatherdrones\",layoutDependency:layoutDependency,layoutId:\"giHxXGMyJ\"}),isDisplayed17()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:941.25,pixelHeight:4e3,pixelWidth:753,src:\"https://framerusercontent.com/images/wibIAUVO0spKaokzO4ZpWg57bNQ.png\",srcSet:\"https://framerusercontent.com/images/wibIAUVO0spKaokzO4ZpWg57bNQ.png 753w\"},className:\"framer-1rdxf4r\",\"data-framer-name\":\"rayo\",layoutDependency:layoutDependency,layoutId:\"pMJa1BXVB\",...addPropertyOverrides({TyznxOFTf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:941.25,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||519.967)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:753,sizes:\"97.89px\",src:\"https://framerusercontent.com/images/wibIAUVO0spKaokzO4ZpWg57bNQ.png\",srcSet:\"https://framerusercontent.com/images/wibIAUVO0spKaokzO4ZpWg57bNQ.png 753w\"}}},baseVariant,gestureVariant)}),isDisplayed18()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1946.25,pixelHeight:4e3,pixelWidth:1557,src:\"https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png\",srcSet:\"https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png?scale-down-to=2048 797w,https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png 1557w\"},className:\"framer-1no6vvs\",\"data-framer-name\":\"orage\",layoutDependency:layoutDependency,layoutId:\"zxFjd5RoT\",...addPropertyOverrides({jHGqGJNKI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1946.25,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.017)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:1557,sizes:\"202.41px\",src:\"https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png\",srcSet:\"https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png?scale-down-to=2048 797w,https://framerusercontent.com/images/RCclU7QGbzM3QUYIEZS9OyXAyEk.png 1557w\"}}},baseVariant,gestureVariant)}),isDisplayed19()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:970,pixelHeight:4e3,pixelWidth:776,src:\"https://framerusercontent.com/images/N9pCfFXbMJzDEXDuib1tXzTP3rE.png\",srcSet:\"https://framerusercontent.com/images/N9pCfFXbMJzDEXDuib1tXzTP3rE.png 776w\"},className:\"framer-1384t8l\",\"data-framer-name\":\"$310\",layoutDependency:layoutDependency,layoutId:\"tJOofZMdc\",...addPropertyOverrides({j0SdWKlyW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:970,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.617)-0-521)/2+0+0)),pixelHeight:4e3,pixelWidth:776,sizes:\"101px\",src:\"https://framerusercontent.com/images/N9pCfFXbMJzDEXDuib1tXzTP3rE.png\",srcSet:\"https://framerusercontent.com/images/N9pCfFXbMJzDEXDuib1tXzTP3rE.png 776w\"}}},baseVariant,gestureVariant)}),isDisplayed20()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:578.75,pixelHeight:4e3,pixelWidth:463,src:\"https://framerusercontent.com/images/zBxRUEDFzvKDi2NARuFh0GkujM.png\",srcSet:\"https://framerusercontent.com/images/zBxRUEDFzvKDi2NARuFh0GkujM.png 463w\"},className:\"framer-1c3mcur\",\"data-framer-name\":\"$311\",layoutDependency:layoutDependency,layoutId:\"kMkYBK3UO\",...addPropertyOverrides({zpCw2rSnb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:578.75,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||518.367)-0-518)/2+0+0)),pixelHeight:4e3,pixelWidth:463,sizes:\"60px\",src:\"https://framerusercontent.com/images/zBxRUEDFzvKDi2NARuFh0GkujM.png\",srcSet:\"https://framerusercontent.com/images/zBxRUEDFzvKDi2NARuFh0GkujM.png 463w\"}}},baseVariant,gestureVariant)}),isDisplayed21()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:970,pixelHeight:4e3,pixelWidth:776,src:\"https://framerusercontent.com/images/mQ9N8hdsF7Zbhe2Getj1KHHxxOo.png\",srcSet:\"https://framerusercontent.com/images/mQ9N8hdsF7Zbhe2Getj1KHHxxOo.png 776w\"},className:\"framer-1b97ky9\",\"data-framer-name\":\"germania\",layoutDependency:layoutDependency,layoutId:\"fE5lzOGPG\",...addPropertyOverrides({TIL5Osoz5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:970,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.017)-0-520)/2+0+0)),pixelHeight:4e3,pixelWidth:776,sizes:\"100.88px\",src:\"https://framerusercontent.com/images/mQ9N8hdsF7Zbhe2Getj1KHHxxOo.png\",srcSet:\"https://framerusercontent.com/images/mQ9N8hdsF7Zbhe2Getj1KHHxxOo.png 776w\"}}},baseVariant,gestureVariant)}),isDisplayed22()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1937.5,pixelHeight:4e3,pixelWidth:1550,src:\"https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png\",srcSet:\"https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png?scale-down-to=2048 793w,https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png 1550w\"},className:\"framer-nc8zqq\",\"data-framer-name\":\"magneto\",layoutDependency:layoutDependency,layoutId:\"cG19942ys\",...addPropertyOverrides({I4Ddo3I24:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:5e3,intrinsicWidth:1937.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||521.283)-0-521)/2+0+0)),pixelHeight:4e3,pixelWidth:1550,sizes:\"202px\",src:\"https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png\",srcSet:\"https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png?scale-down-to=2048 793w,https://framerusercontent.com/images/KTCDUKcSflNGGGHJLFED82Stxdk.png 1550w\"}}},baseVariant,gestureVariant)}),isDisplayed23()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,pixelHeight:900,pixelWidth:136,src:\"https://framerusercontent.com/images/8XmyCANkpoXDJmM22pdTOSqcAU.png\",srcSet:\"https://framerusercontent.com/images/8XmyCANkpoXDJmM22pdTOSqcAU.png 136w\"},className:\"framer-2sqj9y\",\"data-framer-name\":\"Calque_1\",layoutDependency:layoutDependency,layoutId:\"mXYLU6eUK\",...addPropertyOverrides({a44oFGpGs:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/2BaZ4WRjUDFXYlFzW95sfi28w.jpg\",srcSet:\"https://framerusercontent.com/images/2BaZ4WRjUDFXYlFzW95sfi28w.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2BaZ4WRjUDFXYlFzW95sfi28w.jpg 600w\"}},EUx4yC27U:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/OjVqTkiXYJYMZO7qMkZvnRwlnDg.jpg\",srcSet:\"https://framerusercontent.com/images/OjVqTkiXYJYMZO7qMkZvnRwlnDg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/OjVqTkiXYJYMZO7qMkZvnRwlnDg.jpg 600w\"}},kxYL_zrJC:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.033)-0-520)/2+0+0)),pixelHeight:900,pixelWidth:136,sizes:\"78.5778px\",src:\"https://framerusercontent.com/images/8XmyCANkpoXDJmM22pdTOSqcAU.png\",srcSet:\"https://framerusercontent.com/images/8XmyCANkpoXDJmM22pdTOSqcAU.png 136w\"}},rKaU0cCdW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/TjbNoA8o5H6bxnoWjprdaVj4EW0.jpg\",srcSet:\"https://framerusercontent.com/images/TjbNoA8o5H6bxnoWjprdaVj4EW0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/TjbNoA8o5H6bxnoWjprdaVj4EW0.jpg 600w\"}},w7aL25h1d:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/w2fv9EoRhSwVI0X0vilC0VIVw.jpg\",srcSet:\"https://framerusercontent.com/images/w2fv9EoRhSwVI0X0vilC0VIVw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/w2fv9EoRhSwVI0X0vilC0VIVw.jpg 600w\"}},xdZqNOYMd:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/bUZEhw9TgK1Qidqy18Y2VmYWqg.jpg\",srcSet:\"https://framerusercontent.com/images/bUZEhw9TgK1Qidqy18Y2VmYWqg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/bUZEhw9TgK1Qidqy18Y2VmYWqg.jpg 600w\"}},zBYa2cR2s:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1125,intrinsicWidth:170,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||265.767)-0-262.633)/2+0+0)),pixelHeight:469,pixelWidth:600,sizes:\"340px\",src:\"https://framerusercontent.com/images/XaK5S4GUaFKZTuSGdhKMXVEgzg.jpg\",srcSet:\"https://framerusercontent.com/images/XaK5S4GUaFKZTuSGdhKMXVEgzg.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XaK5S4GUaFKZTuSGdhKMXVEgzg.jpg 600w\"}}},baseVariant,gestureVariant)}),isDisplayed24()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:750,pixelHeight:1518,pixelWidth:600,src:\"https://framerusercontent.com/images/YiYGz7VNj2kaWacHGZs2i2exEGY.png?scale-down-to=1024\"},className:\"framer-1ffvo50\",\"data-framer-name\":\"VOLCAN_REAL\",layoutDependency:layoutDependency,layoutId:\"TZeTrNott\",...addPropertyOverrides({a58u9k5Il:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:750,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:600,src:\"https://framerusercontent.com/images/YiYGz7VNj2kaWacHGZs2i2exEGY.png?scale-down-to=1024\"}}},baseVariant,gestureVariant)}),isDisplayed25()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:1050,pixelHeight:1518,pixelWidth:840,src:\"https://framerusercontent.com/images/FmCRu8vryZYSh1a0r7TmUGZFEk.jpg?scale-down-to=1024\"},className:\"framer-i483nf\",\"data-framer-name\":\"ricochet_illu_real\",layoutDependency:layoutDependency,layoutId:\"liJH6za8w\",...addPropertyOverrides({J5hwqHNTb:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1897.5,intrinsicWidth:1050,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||520.45)-0-520)/2+0+0)),pixelHeight:1518,pixelWidth:840,src:\"https://framerusercontent.com/images/FmCRu8vryZYSh1a0r7TmUGZFEk.jpg?scale-down-to=1024\"}}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-k4O9a.framer-42wxey, .framer-k4O9a .framer-42wxey { display: block; }\",\".framer-k4O9a.framer-127w7jh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-k4O9a .framer-thj2tw, .framer-k4O9a .framer-1pv1h0d { aspect-ratio: 0.1976284584980237 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 103px; }\",\".framer-k4O9a .framer-lu21ra { aspect-ratio: 0.8695652173913043 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 452px; }\",\".framer-k4O9a .framer-1fhkrlc, .framer-k4O9a .framer-1ffvo50 { aspect-ratio: 0.3952569169960474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 206px; }\",\".framer-k4O9a .framer-1w1ey97 { aspect-ratio: 0.07905138339920949 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 41px; }\",\".framer-k4O9a .framer-il7grt { aspect-ratio: 0.3960526315789474 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 206px; }\",\".framer-k4O9a .framer-1j97hta { aspect-ratio: 0.193 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 100px; }\",\".framer-k4O9a .framer-hytzjj { aspect-ratio: 1.6226685796269726 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 844px; }\",\".framer-k4O9a .framer-14fx8my { aspect-ratio: 0.196 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 102px; }\",\".framer-k4O9a .framer-js0z9r { aspect-ratio: 0.19 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 99px; }\",\".framer-k4O9a .framer-1tb8gmr { aspect-ratio: 0.15657828914457228 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 81px; }\",\".framer-k4O9a .framer-1mm70v2 { aspect-ratio: 0.19204801200300076 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 100px; }\",\".framer-k4O9a .framer-1naukd7 { aspect-ratio: 0.1535 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 80px; }\",\".framer-k4O9a .framer-gby7ac { aspect-ratio: 0.3865966491622906 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 201px; }\",\".framer-k4O9a .framer-1fadswz { aspect-ratio: 0.8575 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 446px; }\",\".framer-k4O9a .framer-mg8tjh { aspect-ratio: 0.386 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 201px; }\",\".framer-k4O9a .framer-eqkdov { aspect-ratio: 0.9306759098786829 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 484px; }\",\".framer-k4O9a .framer-1rdxf4r { aspect-ratio: 0.18825 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 98px; }\",\".framer-k4O9a .framer-1no6vvs { aspect-ratio: 0.38925 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 202px; }\",\".framer-k4O9a .framer-1384t8l { aspect-ratio: 0.194 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 521px); overflow: visible; position: relative; width: 101px; }\",\".framer-k4O9a .framer-1c3mcur { aspect-ratio: 0.11575 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 518px); overflow: visible; position: relative; width: 60px; }\",\".framer-k4O9a .framer-1b97ky9 { aspect-ratio: 0.194 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 101px; }\",\".framer-k4O9a .framer-nc8zqq { aspect-ratio: 0.3875 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 521px); overflow: visible; position: relative; width: 202px; }\",\".framer-k4O9a .framer-2sqj9y { aspect-ratio: 0.1511111111111111 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 79px; }\",\".framer-k4O9a .framer-i483nf { aspect-ratio: 0.5533596837944664 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 520px); overflow: visible; position: relative; width: 288px; }\",\".framer-k4O9a.framer-v-1pcu4ba .framer-hytzjj, .framer-k4O9a.framer-v-1ac321h .framer-1fhkrlc, .framer-k4O9a.framer-v-1209kaz .framer-il7grt, .framer-k4O9a.framer-v-1qe12uw .framer-1no6vvs { order: 1; }\",\".framer-k4O9a.framer-v-1rvupe7 .framer-nc8zqq { order: 22; }\",\".framer-k4O9a.framer-v-1d34uw4 .framer-1b97ky9 { order: 21; }\",\".framer-k4O9a.framer-v-rpgkwi .framer-1c3mcur { order: 20; }\",\".framer-k4O9a.framer-v-krmn1n .framer-1384t8l { order: 19; }\",\".framer-k4O9a.framer-v-1fpq8uy .framer-2sqj9y, .framer-k4O9a.framer-v-zpgxr1 .framer-thj2tw { order: 0; }\",\".framer-k4O9a.framer-v-1crlkro .framer-2sqj9y, .framer-k4O9a.framer-v-12hx9sm .framer-2sqj9y, .framer-k4O9a.framer-v-be7n81 .framer-2sqj9y, .framer-k4O9a.framer-v-d8ae0d .framer-2sqj9y, .framer-k4O9a.framer-v-qgzbqo .framer-2sqj9y, .framer-k4O9a.framer-v-zowawc .framer-2sqj9y { aspect-ratio: 1.279317697228145 / 1; height: var(--framer-aspect-ratio-supported, 266px); order: 0; width: 340px; }\",\".framer-k4O9a.framer-v-1ts73w6 .framer-thj2tw { aspect-ratio: unset; height: 520px; order: 0; width: 535px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 520\n * @framerIntrinsicWidth 483.95\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"C0BGHpzFq\":{\"layout\":[\"auto\",\"auto\"]},\"vixNOdUP3\":{\"layout\":[\"auto\",\"auto\"]},\"LeT5Lopj2\":{\"layout\":[\"auto\",\"auto\"]},\"z2Tiu20Mr\":{\"layout\":[\"auto\",\"auto\"]},\"bUEJFZzM8\":{\"layout\":[\"auto\",\"auto\"]},\"vCyRNvHGR\":{\"layout\":[\"auto\",\"auto\"]},\"tkjZeSB_X\":{\"layout\":[\"auto\",\"auto\"]},\"NnRR0nD98\":{\"layout\":[\"auto\",\"auto\"]},\"CGFF72GjW\":{\"layout\":[\"auto\",\"auto\"]},\"J5hwqHNTb\":{\"layout\":[\"auto\",\"auto\"]},\"a58u9k5Il\":{\"layout\":[\"auto\",\"auto\"]},\"hpT4cjLn0\":{\"layout\":[\"auto\",\"auto\"]},\"PWYjOPnpC\":{\"layout\":[\"auto\",\"auto\"]},\"WfVuLoup6\":{\"layout\":[\"auto\",\"auto\"]},\"YWPntzcsK\":{\"layout\":[\"auto\",\"auto\"]},\"sIq26mjmE\":{\"layout\":[\"auto\",\"auto\"]},\"mQDg6shMx\":{\"layout\":[\"auto\",\"auto\"]},\"TyznxOFTf\":{\"layout\":[\"auto\",\"auto\"]},\"jHGqGJNKI\":{\"layout\":[\"auto\",\"auto\"]},\"I4Ddo3I24\":{\"layout\":[\"auto\",\"auto\"]},\"TIL5Osoz5\":{\"layout\":[\"auto\",\"auto\"]},\"zpCw2rSnb\":{\"layout\":[\"auto\",\"auto\"]},\"j0SdWKlyW\":{\"layout\":[\"auto\",\"auto\"]},\"kxYL_zrJC\":{\"layout\":[\"auto\",\"auto\"]},\"pUMUkZvu4\":{\"layout\":[\"auto\",\"auto\"]},\"zBYa2cR2s\":{\"layout\":[\"auto\",\"auto\"]},\"rKaU0cCdW\":{\"layout\":[\"auto\",\"auto\"]},\"EUx4yC27U\":{\"layout\":[\"auto\",\"auto\"]},\"w7aL25h1d\":{\"layout\":[\"auto\",\"auto\"]},\"a44oFGpGs\":{\"layout\":[\"auto\",\"auto\"]},\"xdZqNOYMd\":{\"layout\":[\"auto\",\"auto\"]},\"JfDu3n0s9\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerXXqqMF8Lk=withCSS(Component,css,\"framer-k4O9a\");export default FramerXXqqMF8Lk;FramerXXqqMF8Lk.displayName=\"modules image cms\";FramerXXqqMF8Lk.defaultProps={height:520,width:483.95};addPropertyControls(FramerXXqqMF8Lk,{variant:{options:[\"uaxZSOq8J\",\"C0BGHpzFq\",\"vixNOdUP3\",\"LeT5Lopj2\",\"z2Tiu20Mr\",\"bUEJFZzM8\",\"vCyRNvHGR\",\"tkjZeSB_X\",\"NnRR0nD98\",\"CGFF72GjW\",\"J5hwqHNTb\",\"a58u9k5Il\",\"hpT4cjLn0\",\"PWYjOPnpC\",\"WfVuLoup6\",\"YWPntzcsK\",\"sIq26mjmE\",\"mQDg6shMx\",\"TyznxOFTf\",\"jHGqGJNKI\",\"I4Ddo3I24\",\"TIL5Osoz5\",\"zpCw2rSnb\",\"j0SdWKlyW\",\"kxYL_zrJC\",\"pUMUkZvu4\",\"zBYa2cR2s\",\"rKaU0cCdW\",\"EUx4yC27U\",\"w7aL25h1d\",\"a44oFGpGs\",\"xdZqNOYMd\",\"JfDu3n0s9\"],optionTitles:[\"wd\",\"swing\",\"germania\",\"titan\",\"pole\",\"domino old\",\"fluctuation\",\"orage\",\"sommateur\",\"swarm\",\"ricochet\",\"volcan\",\"ZBF\",\"supamix\",\"domino new\",\"portail\",\"o\",\"tempete\",\"rayonnement\",\"orage-mk1\",\"magnetoshere\",\"germania-mk1\",\"eo-311\",\"eo-310\",\"source\",\"magnetosphere-mk2\",\"sifter\",\"byebye\",\"germaniac\",\"mixy\",\"oscy\",\"lever\",\"redondances\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerXXqqMF8Lk,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerXXqqMF8Lk\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"483.95\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"520\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"C0BGHpzFq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vixNOdUP3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"LeT5Lopj2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"z2Tiu20Mr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"bUEJFZzM8\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vCyRNvHGR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"tkjZeSB_X\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NnRR0nD98\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CGFF72GjW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"J5hwqHNTb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a58u9k5Il\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"hpT4cjLn0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PWYjOPnpC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"WfVuLoup6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YWPntzcsK\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sIq26mjmE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"mQDg6shMx\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TyznxOFTf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jHGqGJNKI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"I4Ddo3I24\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TIL5Osoz5\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zpCw2rSnb\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"j0SdWKlyW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kxYL_zrJC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pUMUkZvu4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zBYa2cR2s\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"rKaU0cCdW\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EUx4yC27U\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"w7aL25h1d\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a44oFGpGs\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"xdZqNOYMd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JfDu3n0s9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XXqqMF8Lk.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[];export const css=['.framer-Rqiac .framer-styles-preset-rzab2e:not(.rich-text-wrapper), .framer-Rqiac .framer-styles-preset-rzab2e.rich-text-wrapper p { --framer-font-family: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Black\", \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter-BlackItalic\", \"Inter\", sans-serif; --framer-font-family-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-Rqiac\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-BoldItalic\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[];export const css=['.framer-28jIk .framer-styles-preset-yyxs7c:not(.rich-text-wrapper), .framer-28jIk .framer-styles-preset-yyxs7c.rich-text-wrapper p { --framer-font-family: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 20px; --framer-font-style: italic; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 700; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #ffffff; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-28jIk\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ad88b1a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Grain from\"https://framerusercontent.com/modules/cKGD16u2MGB7MfqfVXFp/wiztTCbXokZrMicHAmZc/Grain.js\";import Instagram from\"https://framerusercontent.com/modules/HGu8PKPDwAHu4uSgLoYR/8ScWawSL1gtbsgAxdHrd/Instagram.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js\";import Particles from\"https://framerusercontent.com/modules/wb6ZrZlCLNQ5HHBJtNND/c1GLxCsQBQvlLXhkz7er/Particles.js\";import FooterDark from\"#framer/local/canvasComponent/FkgFTMq9h/FkgFTMq9h.js\";import Arrows from\"#framer/local/canvasComponent/hcfrIAo8O/hcfrIAo8O.js\";import MenuGood from\"#framer/local/canvasComponent/lLZbmISel/lLZbmISel.js\";import ModulesImageCms from\"#framer/local/canvasComponent/XXqqMF8Lk/XXqqMF8Lk.js\";import Modules from\"#framer/local/collection/nnsyR8ywo/nnsyR8ywo.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle7 from\"#framer/local/css/agfuiikmP/agfuiikmP.js\";import*as sharedStyle11 from\"#framer/local/css/E_9cj2ix9/E_9cj2ix9.js\";import*as sharedStyle1 from\"#framer/local/css/IA4bnmQxO/IA4bnmQxO.js\";import*as sharedStyle9 from\"#framer/local/css/ktDrThcF3/ktDrThcF3.js\";import*as sharedStyle3 from\"#framer/local/css/lhCRWrpC5/lhCRWrpC5.js\";import*as sharedStyle5 from\"#framer/local/css/MarKiOAld/MarKiOAld.js\";import*as sharedStyle4 from\"#framer/local/css/MUPPa64fc/MUPPa64fc.js\";import*as sharedStyle from\"#framer/local/css/NTurTrJ3u/NTurTrJ3u.js\";import*as sharedStyle2 from\"#framer/local/css/QrSwLYwRK/QrSwLYwRK.js\";import*as sharedStyle6 from\"#framer/local/css/s_5wqp8YH/s_5wqp8YH.js\";import*as sharedStyle8 from\"#framer/local/css/TI3lEAxyp/TI3lEAxyp.js\";import*as sharedStyle10 from\"#framer/local/css/W6GK8IZYj/W6GK8IZYj.js\";import metadataProvider from\"#framer/local/webPageMetadata/QJtZDcA0x/QJtZDcA0x.js\";const GrainFonts=getFonts(Grain);const ParticlesFonts=getFonts(Particles);const MenuGoodFonts=getFonts(MenuGood);const RichTextWithFX=withFX(RichText);const ArrowsFonts=getFonts(Arrows);const ModulesImageCmsFonts=getFonts(ModulesImageCms);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const YouTubeFonts=getFonts(YouTube);const InstagramFonts=getFonts(Instagram);const FooterDarkFonts=getFonts(FooterDark);const breakpoints={b5nt9Awtz:\"(max-width: 1099px)\",WSm6_Mdcb:\"(min-width: 1100px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-3h7ls\";const variantClassNames={b5nt9Awtz:\"framer-v-krqwgs\",WSm6_Mdcb:\"framer-v-uix2ny\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const transition2={damping:65,delay:0,mass:.1,stiffness:328,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"DISCONTINUED\";}else{return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition3={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation3={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.5,skewX:0,skewY:0,transition:transition1};const transition4={damping:30,delay:0,mass:1,stiffness:135,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"BcovZte1F\":return\"PWYjOPnpC\";case\"pR4HudHmz\":return\"CGFF72GjW\";case\"NOOi9ZBY0\":return\"YWPntzcsK\";case\"hUW6K7fdw\":return\"a58u9k5Il\";case\"D77kFumt6\":return\"J5hwqHNTb\";case\"j7R7TnpvO\":return\"sIq26mjmE\";case\"B3AIjJJz2\":return\"mQDg6shMx\";case\"EWfirqhIV\":return\"uaxZSOq8J\";case\"XMuk1HHiz\":return\"tkjZeSB_X\";case\"qcpTMVJeq\":return\"LeT5Lopj2\";case\"v5SHjeFHB\":return\"vixNOdUP3\";case\"amiZdypTy\":return\"C0BGHpzFq\";case\"VN7Jy4qvi\":return\"NnRR0nD98\";case\"a7dibyp0A\":return\"bUEJFZzM8\";case\"aC9wqGiBW\":return\"hpT4cjLn0\";case\"dz0WD7r0O\":return\"vCyRNvHGR\";case\"lzTXfUNxE\":return\"z2Tiu20Mr\";case\"kuq_B9MW_\":return\"TyznxOFTf\";case\"hlSY8Cm3w\":return\"j0SdWKlyW\";case\"W6Ahh7OFQ\":return\"zpCw2rSnb\";case\"OemozTFFn\":return\"I4Ddo3I24\";case\"HZnSlG0vB\":return\"jHGqGJNKI\";case\"WbhEmnen2\":return\"TIL5Osoz5\";case\"W8nzZinom\":return\"kxYL_zrJC\";case\"cTi3eaWWN\":return\"pUMUkZvu4\";case\"fZtA19udV\":return\"zBYa2cR2s\";case\"sOYUie6DS\":return\"xdZqNOYMd\";case\"R6KSGBPUo\":return\"w7aL25h1d\";case\"DGHiVSyCL\":return\"rKaU0cCdW\";case\"yeoNFnw1h\":return\"EUx4yC27U\";case\"sDRhar8CG\":return\"a44oFGpGs\";case\"Ac91EKsi6\":return\"JfDu3n0s9\";default:return\"JfDu3n0s9\";}};const transition5={damping:30,delay:0,mass:1,stiffness:39,type:\"spring\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WSm6_Mdcb\",Phone:\"b5nt9Awtz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WSm6_Mdcb\"};};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:\"QJtZDcA0x\",data:Modules,type:\"Collection\"},select:[{collection:\"QJtZDcA0x\",name:\"yqziwLlY7\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"dad8VX9aQ\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"qkT_5cU2E\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"U7DyPMWBR\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"s2IreKoIy\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"pEYXddiEP\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"NkUBLIh1m\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"uFWzP05sZ\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"T2GBxhdyh\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"suDkY9xoA\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"NULCQJsS_\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"K0J0zJGxm\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"SMiV19Ker\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"w3SFFAF2O\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"EW7i9b1se\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"qFqYLRMFN\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"guRceQmBK\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"Ahd4Xot5k\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"fRCJZvpe5\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"RddsDnrVP\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"uAr_OhuUU\",type:\"Identifier\"},{collection:\"QJtZDcA0x\",name:\"OCfCoNDCd\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"QJtZDcA0x\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,dad8VX9aQ=getFromCurrentRouteData(\"dad8VX9aQ\")??\"\",qkT_5cU2E=getFromCurrentRouteData(\"qkT_5cU2E\")??\"\",RddsDnrVP=getFromCurrentRouteData(\"RddsDnrVP\")??true,s2IreKoIy=getFromCurrentRouteData(\"s2IreKoIy\")??\"\",T2GBxhdyh=getFromCurrentRouteData(\"T2GBxhdyh\")??\"\",yqziwLlY7=getFromCurrentRouteData(\"yqziwLlY7\")??\"\",uFWzP05sZ=getFromCurrentRouteData(\"uFWzP05sZ\")??\"\",U7DyPMWBR=getFromCurrentRouteData(\"U7DyPMWBR\")??\"\",OCfCoNDCd=getFromCurrentRouteData(\"OCfCoNDCd\")??\"\",NkUBLIh1m=getFromCurrentRouteData(\"NkUBLIh1m\")??\"\",pEYXddiEP=getFromCurrentRouteData(\"pEYXddiEP\"),uAr_OhuUU=getFromCurrentRouteData(\"uAr_OhuUU\"),suDkY9xoA=getFromCurrentRouteData(\"suDkY9xoA\")??\"\",NULCQJsS_=getFromCurrentRouteData(\"NULCQJsS_\")??\"\",K0J0zJGxm=getFromCurrentRouteData(\"K0J0zJGxm\")??\"\",w3SFFAF2O=getFromCurrentRouteData(\"w3SFFAF2O\")??\"\",EW7i9b1se=getFromCurrentRouteData(\"EW7i9b1se\")??\"\",SMiV19Ker=getFromCurrentRouteData(\"SMiV19Ker\")??\"\",qFqYLRMFN=getFromCurrentRouteData(\"qFqYLRMFN\")??\"\",guRceQmBK=getFromCurrentRouteData(\"guRceQmBK\")??\"\",Ahd4Xot5k=getFromCurrentRouteData(\"Ahd4Xot5k\")??\"\",fRCJZvpe5=getFromCurrentRouteData(\"fRCJZvpe5\")??\"\",...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,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"b5nt9Awtz\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"b5nt9Awtz\")return false;return true;};const elementId=useRouteElementId(\"FbWZyLcQX\");const ref1=React.useRef(null);const textContent=toString(convertFromBoolean(equals(RddsDnrVP,true),activeLocale));const visible=isSet(T2GBxhdyh);const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"b5nt9Awtz\")return false;return value;};const elementId1=useRouteElementId(\"vJK357aVO\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"JXQEFFY_4\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"D9V__BGfr\");const ref4=React.useRef(null);const visible1=isSet(K0J0zJGxm);const visible2=isSet(w3SFFAF2O);const visible3=isSet(EW7i9b1se);const visible4=isSet(SMiV19Ker);const isDisplayed3=(value,value1)=>{if(!isBrowser())return true;if(baseVariant===\"b5nt9Awtz\")return value1;return value;};const visible5=isSet(qFqYLRMFN);const visible6=isSet(guRceQmBK);const visible7=isSet(Ahd4Xot5k);const visible8=isSet(fRCJZvpe5);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WSm6_Mdcb\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-b22a9b07-456a-4516-944b-e00227eedec1, rgb(25, 25, 25)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-uix2ny\",className),ref:refBinding,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w3o73v-container hidden-uix2ny\",\"data-framer-name\":\"grain phone\",isAuthoredByUser:true,isModuleExternal:true,name:\"grain phone\",nodeId:\"PLnJRRpp2\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"PLnJRRpp2\",layoutId:\"PLnJRRpp2\",name:\"grain phone\",opacity:.03,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-39nxlt-container hidden-krqwgs\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Ii7cUXFxC\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Particles,{background:\"var(--token-b22a9b07-456a-4516-944b-e00227eedec1, rgb(25, 25, 25))\",clickOptions:{clickEnabled:false,clickModes:\"push\"},color:\"rgb(255, 255, 255)\",colors:[],densityOptions:{densityArea:5e3,densityEnable:false,densityFactor:50},fpsOptions:60,height:\"100%\",hoverOptions:{hoverEnabled:true,hoverForce:10,hoverModes:\"none\",hoverParallax:true,hoverSmooth:10},id:\"Ii7cUXFxC\",layoutId:\"Ii7cUXFxC\",linksOptions:{linksColor:\"rgb(255, 255, 255)\",linksDistance:100,linksEnabled:false,linksOpacity:.2,linksWidth:1},modeOptions:{bubbleDistance:100,bubbleDuration:.4,bubbleSize:40,connectDistance:100,connectLinksOpacity:.2,connectRadius:50,grabDistance:100,grabLinksOpacity:.2,pushQuantity:4,removeQuantity:4,repulseDistance:200,repulseDuration:1.2,trailDelay:.1,trailQuantity:10},moveOptions:{moveAttractDistance:100,moveAttractEnabled:false,moveDirection:\"none\",moveEnabled:true,moveGravityAcceleration:1,moveGravityEnabled:false,moveGravityMaxSpeed:2,moveOut:\"out\",moveRandom:false,moveSpeed:.2,moveSpinAcceleration:1,moveSpinEnabled:false,moveStraight:false,moveTrailAmount:100,moveTrailEnabled:false,moveVibrate:false},number:100,opacityOptions:{opacity:.9,opacityMax:1,opacityMin:0,opacityType:true},particlesID:\"One\",radius:0,rotateOptions:{rotateAnimation:false,rotateDirection:\"random\",rotateSpeed:5,rotateSync:false,rotateValue:0},shapeOptions:{characterType:\"\uD83D\uDE0E\",imageHeight:100,imageWidth:100,shapeType:\"character\"},sizeOptions:{size:1,sizeMax:10,sizeMin:1,sizeType:true},style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-y46pwz-container\",layoutScroll:true,nodeId:\"IWVT1pJCC\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{variant:\"gUGjzWzHL\"}},children:/*#__PURE__*/_jsx(MenuGood,{height:\"100%\",id:\"IWVT1pJCC\",layoutId:\"IWVT1pJCC\",style:{width:\"100%\"},variant:\"GX2Y_DV9V\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1i5r7fi\",\"data-framer-name\":\"Hero\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1j0k097 hidden-krqwgs\"}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y0eovm hidden-uix2ny\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1k2744m\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 206 5\"><path d=\"M 2.457 1.78 L 204.457 1.78\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-6fdedc6b-43c8-4b46-8397-209192de48f5, rgba(170, 170, 170, 0.41)) /* {&quot;name&quot;:&quot;trait s\\xe9parateur&quot;} */\" stroke-linecap=\"round\"></path></svg>',svgContentId:11681656395,withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hm9n9v\",\"data-framer-name\":\"titre/soustitre/resum\\xe9\",id:\"hm9n9v\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SUPAMIX\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"SUPAMIX\"})}),className:\"framer-waf882\",fonts:[\"CUSTOM;Forgotten Futurist Bold\"],style:{transformPerspective:1200},text:dad8VX9aQ,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"25px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"compact stereo mixer\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"50px\",\"--framer-line-height\":\"0.7em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Quad Complex Multimode Filter\"})}),className:\"framer-s0ujwk\",fonts:[\"CUSTOM;Forgotten Futurist Bold\"],style:{transformPerspective:1200},text:qkT_5cU2E,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{__framer__styleAppearEffectEnabled:undefined,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DISCONTINUED\"})}),style:{}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{style:{\"--font-selector\":\"Q1VTVE9NO0ZvcmdvdHRlbiBGdXR1cmlzdCBCb2xk\",\"--framer-font-family\":'\"Forgotten Futurist Bold\", \"Forgotten Futurist Bold Placeholder\", sans-serif',\"--framer-font-size\":\"39px\",\"--framer-line-height\":\"0.9em\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"DISCONTINUED\"})}),className:\"framer-17dnb73\",fonts:[\"CUSTOM;Forgotten Futurist Bold\"],style:{transformPerspective:1200},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:s2IreKoIy,className:\"framer-1lsum50 hidden-krqwgs\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-v1yozm\"},transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed2(visible)&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":JXQEFFY_4\",pathVariables:{yqziwLlY7},webPageId:\"QJtZDcA0x\"},motionChild:true,nodeId:\"HKqHF6LlG\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1oyqx3q\",\"data-styles-preset\":\"agfuiikmP\",children:\"Specs\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":D9V__BGfr\",pathVariables:{yqziwLlY7},webPageId:\"QJtZDcA0x\"},motionChild:true,nodeId:\"HKqHF6LlG\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1oyqx3q\",\"data-styles-preset\":\"agfuiikmP\",children:\"Videos\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:T2GBxhdyh,motionChild:true,nodeId:\"HKqHF6LlG\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1oyqx3q\",\"data-styles-preset\":\"agfuiikmP\",children:\"Manual\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:uFWzP05sZ,motionChild:true,nodeId:\"HKqHF6LlG\",openInNewTab:true,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1oyqx3q\",\"data-styles-preset\":\"agfuiikmP\",children:\"Modulargrid\"})})})]}),className:cx(\"framer-1ejltf0\",\"hidden-krqwgs\",!visible&&\"hidden-uix2ny\"),fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6k1507 hidden-krqwgs\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"hparze\"})}),className:\"framer-18deykb\",fonts:[\"Inter\"],text:U7DyPMWBR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:OCfCoNDCd,className:\"framer-divwz7\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-a1sw6i\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"hparze\"})}),className:\"framer-s6iq24\",fonts:[\"Inter\"],text:NkUBLIh1m,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{background:{alt:\"\",fit:\"fit\",sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(pEYXddiEP),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fit\",...toResponsiveImage(pEYXddiEP),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1bxv53p hidden-uix2ny\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:147,width:\"20px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-59oi57-container\",nodeId:\"ecRlsfydi\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Arrows,{height:\"100%\",id:\"ecRlsfydi\",layoutId:\"ecRlsfydi\",style:{width:\"100%\"},variant:\"YRqt1gBjI\",width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bii0yv hidden-uix2ny\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1umel68 hidden-uix2ny\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bewzjh\"}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gvaox2-container hidden-uix2ny\",\"data-framer-name\":\"grain desk\",isAuthoredByUser:true,isModuleExternal:true,name:\"grain desk\",nodeId:\"VvHG4D1KP\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Grain,{height:\"100%\",id:\"VvHG4D1KP\",layoutId:\"VvHG4D1KP\",name:\"grain desk\",opacity:.05,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-18os6qx hidden-uix2ny\"})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-rosdu5 hidden-krqwgs\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:520,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation5,className:\"framer-h9sktp-container\",\"data-framer-appear-id\":\"h9sktp\",initial:animation6,nodeId:\"MEADo2wSP\",optimized:true,rendersWithMotion:true,scopeId:\"QJtZDcA0x\",style:{transformPerspective:1200},whileTap:animation4,children:/*#__PURE__*/_jsx(ModulesImageCms,{height:\"100%\",id:\"MEADo2wSP\",layoutId:\"MEADo2wSP\",variant:convertFromEnum(uAr_OhuUU,activeLocale),width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichTextWithFX,{__framer__loop:animation3,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":FbWZyLcQX\",pathVariables:{yqziwLlY7},webPageId:\"QJtZDcA0x\"},motionChild:true,nodeId:\"SzGLfrfG0\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-llpgbb\",\"data-styles-preset\":\"ktDrThcF3\",children:\"Specs\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:T2GBxhdyh,motionChild:true,nodeId:\"SzGLfrfG0\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-llpgbb\",\"data-styles-preset\":\"ktDrThcF3\",children:\"Manual\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":D9V__BGfr\",pathVariables:{yqziwLlY7},webPageId:\"QJtZDcA0x\"},motionChild:true,nodeId:\"SzGLfrfG0\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-llpgbb\",\"data-styles-preset\":\"ktDrThcF3\",children:\"Videos\"})})}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItQm9sZA==\",\"--framer-font-family\":'\"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:uFWzP05sZ,motionChild:true,nodeId:\"SzGLfrfG0\",openInNewTab:false,scopeId:\"QJtZDcA0x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-llpgbb\",\"data-styles-preset\":\"ktDrThcF3\",children:\"Modulargrid\"})})})]}),className:\"framer-1kv3k7o hidden-uix2ny\",fonts:[\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1u8bxia hidden-uix2ny\",children:isDisplayed()&&/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:s2IreKoIy,className:\"framer-33cx31 hidden-uix2ny\",fonts:[\"Inter\"],style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-yyxs7c\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-l1pohz hidden-uix2ny\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o089m4\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-a1sw6i\"}}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:suDkY9xoA,className:\"framer-1qlx918\",fonts:[\"Inter\"],id:elementId2,ref:ref3,style:{transformPerspective:1200},stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-v1yozm\"},verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ur7eb2 hidden-krqwgs\"}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:NULCQJsS_,className:\"framer-10fy0a6\",fonts:[\"Inter-BoldItalic\",\"Inter-Italic\"],stylesPresetsClassNames:{a:\"framer-styles-preset-1c7mmsj\",h1:\"framer-styles-preset-4tz30p\",h2:\"framer-styles-preset-1stfpw2\",h3:\"framer-styles-preset-1vvdgf7\",h4:\"framer-styles-preset-1iyg4r2\",h6:\"framer-styles-preset-o6b5e9\",p:\"framer-styles-preset-a1sw6i\"},verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hp9xyh hidden-uix2ny\",children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rzab2e\",\"data-styles-preset\":\"E_9cj2ix9\",children:\"TECHNICAL DETAILS :\"})}),className:\"framer-1pkbmy6 hidden-uix2ny\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hljerb\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a1sw6i\",\"data-styles-preset\":\"TI3lEAxyp\",children:\"10 HP\"})}),className:\"framer-zk11t4\",fonts:[\"Inter\"],text:U7DyPMWBR,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:pVk4QsoHxASnVtUBp6jr/TbhpORLndv1iOkZzyo83/CodeBlock.js:default\":componentPresets.props[\"kaUiPIUCu\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:OCfCoNDCd,className:\"framer-1tta2v4\",fonts:[\"Inter\"],stylesPresetsClassNames:{p:\"framer-styles-preset-a1sw6i\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-a1sw6i\",\"data-styles-preset\":\"TI3lEAxyp\",children:\"MSRP: 208\u20AC + VAT\"})}),className:\"framer-10yki6\",fonts:[\"Inter\"],text:NkUBLIh1m,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-phxl2j\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vt3hg5\",id:elementId3,ref:ref4,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-wnuajg\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 206 5\"><path d=\"M 2.457 1.78 L 204.457 1.78\" fill=\"transparent\" stroke-width=\"3\" stroke=\"var(--token-6fdedc6b-43c8-4b46-8397-209192de48f5, rgba(170, 170, 170, 0.41)) /* {&quot;name&quot;:&quot;trait s\\xe9parateur&quot;} */\" stroke-linecap=\"round\"></path></svg>',svgContentId:8983043671,withExternalLayout:true})}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g1wh1g\",\"data-framer-name\":\"videos\",children:[visible2&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1klko5z-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"t1Y5Fyw0H\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"t1Y5Fyw0H\",isMixedBorderRadius:false,isRed:true,layoutId:\"t1Y5Fyw0H\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:w3SFFAF2O,width:\"100%\"})})}),isDisplayed3(visible3,visible4)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-1q27hwi-container\",!visible3&&\"hidden-uix2ny\",!visible4&&\"hidden-krqwgs\"),isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NEe9k2Ke2\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{url:SMiV19Ker}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"NEe9k2Ke2\",isMixedBorderRadius:false,isRed:true,layoutId:\"NEe9k2Ke2\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:EW7i9b1se,width:\"100%\"})})})}),visible1&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hhepft-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"v1AuTMLtw\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"v1AuTMLtw\",isMixedBorderRadius:false,isRed:true,layoutId:\"v1AuTMLtw\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:K0J0zJGxm,width:\"100%\"})})}),isDisplayed3(visible4,visible3)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-ymrtwn-container\",!visible4&&\"hidden-uix2ny\",!visible3&&\"hidden-krqwgs\"),isAuthoredByUser:true,isModuleExternal:true,nodeId:\"BGfCrxE6e\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{url:EW7i9b1se}},children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"BGfCrxE6e\",isMixedBorderRadius:false,isRed:true,layoutId:\"BGfCrxE6e\",play:\"Off\",shouldMute:true,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:SMiV19Ker,width:\"100%\"})})})})]}),visible5&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h5twou\",children:[isDisplayed3(visible6,visible5)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-zxnlad-container\",!visible6&&\"hidden-uix2ny\",!visible5&&\"hidden-krqwgs\"),isAuthoredByUser:true,isModuleExternal:true,nodeId:\"P8jx9DqyK\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{url:qFqYLRMFN}},children:/*#__PURE__*/_jsx(Instagram,{height:\"100%\",id:\"P8jx9DqyK\",layoutId:\"P8jx9DqyK\",style:{height:\"100%\",width:\"100%\"},url:guRceQmBK,width:\"100%\"})})})}),isDisplayed3(visible5,visible6)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(\"framer-1h2vksc-container\",!visible5&&\"hidden-uix2ny\",!visible6&&\"hidden-krqwgs\"),isAuthoredByUser:true,isModuleExternal:true,nodeId:\"rkjWPCs3y\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{url:guRceQmBK}},children:/*#__PURE__*/_jsx(Instagram,{height:\"100%\",id:\"rkjWPCs3y\",layoutId:\"rkjWPCs3y\",style:{height:\"100%\",width:\"100%\"},url:qFqYLRMFN,width:\"100%\"})})})}),visible7&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-snyg4v-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"GRGFaxvka\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Instagram,{height:\"100%\",id:\"GRGFaxvka\",layoutId:\"GRGFaxvka\",style:{height:\"100%\",width:\"100%\"},url:Ahd4Xot5k,width:\"100%\"})})}),visible8&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1lk36jz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"bRN1COmRp\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(Instagram,{height:\"100%\",id:\"bRN1COmRp\",layoutId:\"bRN1COmRp\",style:{height:\"100%\",width:\"100%\"},url:fRCJZvpe5,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:947,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-wxstxj-container\",nodeId:\"feGelj8Ep\",scopeId:\"QJtZDcA0x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b5nt9Awtz:{variant:\"kipE4Ua94\"}},children:/*#__PURE__*/_jsx(FooterDark,{height:\"100%\",id:\"feGelj8Ep\",layoutId:\"feGelj8Ep\",style:{width:\"100%\"},variant:\"Te6mhDN8k\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-3h7ls.framer-xww027, .framer-3h7ls .framer-xww027 { display: block; }\",\".framer-3h7ls.framer-uix2ny { align-content: center; align-items: center; background-color: var(--token-b22a9b07-456a-4516-944b-e00227eedec1, #191919); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 1100px; }\",\".framer-3h7ls .framer-1w3o73v-container, .framer-3h7ls .framer-39nxlt-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-3h7ls .framer-y46pwz-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 10; }\",\".framer-3h7ls .framer-1i5r7fi { align-content: flex-start; align-items: flex-start; background-color: rgba(25, 25, 25, 0); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: center; min-height: 800px; overflow: visible; padding: 0px; position: relative; width: 1000px; z-index: 1; }\",\".framer-3h7ls .framer-1j0k097 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 704px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-3h7ls .framer-1y0eovm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 54px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 206px; }\",\".framer-3h7ls .framer-1k2744m { flex: none; height: 5px; position: relative; width: 206px; z-index: 10; }\",\".framer-3h7ls .framer-hm9n9v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 506px; justify-content: flex-start; overflow: visible; padding: 0px; position: absolute; right: -5px; top: 100px; width: 485px; z-index: 1; }\",\".framer-3h7ls .framer-waf882 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 550px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-s0ujwk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: 46px; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-3h7ls .framer-17dnb73 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; bottom: -65px; flex: none; height: auto; left: -240px; position: absolute; white-space: pre-wrap; width: 550px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-1lsum50 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; left: 0px; position: absolute; top: 50%; transform: translateY(-50%); white-space: pre; width: auto; z-index: 1; }\",\".framer-3h7ls .framer-1ejltf0 { bottom: 0px; flex: none; height: auto; left: 0px; position: absolute; white-space: pre-wrap; width: 133px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-6k1507 { align-content: center; align-items: center; bottom: -4px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: absolute; right: -65px; width: 296px; z-index: 1; }\",\".framer-3h7ls .framer-18deykb, .framer-3h7ls .framer-divwz7, .framer-3h7ls .framer-s6iq24, .framer-3h7ls .framer-1pkbmy6, .framer-3h7ls .framer-zk11t4, .framer-3h7ls .framer-1tta2v4, .framer-3h7ls .framer-10yki6 { --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; z-index: 1; }\",\".framer-3h7ls .framer-1bxv53p { flex: 1 0 0px; height: 450px; position: relative; width: 1px; }\",\".framer-3h7ls .framer-59oi57-container { flex: none; height: auto; left: 60px; opacity: 0.33; position: absolute; top: 65px; width: 20px; }\",\".framer-3h7ls .framer-1bii0yv { align-content: center; align-items: center; bottom: -100px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; left: calc(50.00000000000002% - 100.39339999999999% / 2); overflow: hidden; padding: 0px; position: absolute; top: -33px; width: 100%; z-index: -1; }\",\".framer-3h7ls .framer-1umel68 { align-content: center; align-items: center; background: linear-gradient(180deg, rgba(66, 66, 66, 0) 15.270935960591133%, var(--token-b22a9b07-456a-4516-944b-e00227eedec1, rgb(25, 25, 25)) 50.84664302204801%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 284px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-3h7ls .framer-bewzjh { align-content: center; align-items: center; background-color: #363636; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: -1; }\",\".framer-3h7ls .framer-gvaox2-container { bottom: 0px; flex: none; left: calc(50.00328706867187% - 500px / 2); position: absolute; top: 0px; width: 500px; z-index: 2; }\",\".framer-3h7ls .framer-18os6qx { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-b22a9b07-456a-4516-944b-e00227eedec1, #191919) 27.059159993462966%, rgba(66, 66, 66, 0) 69.17891747138292%); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 490px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-3h7ls .framer-rosdu5 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 531px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; top: 87px; width: 487px; }\",\".framer-3h7ls .framer-h9sktp-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 8; }\",\".framer-3h7ls .framer-1kv3k7o { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; z-index: 4; }\",\".framer-3h7ls .framer-1u8bxia { 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: center; min-height: 176px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-3h7ls .framer-33cx31 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-l1pohz { background-color: rgba(255, 255, 255, 0); flex: none; height: 50px; overflow: hidden; position: relative; width: 315px; }\",\".framer-3h7ls .framer-o089m4 { align-content: flex-start; align-items: flex-start; background-color: var(--token-b22a9b07-456a-4516-944b-e00227eedec1, #191919); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1500px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-3h7ls .framer-1qlx918 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; scroll-margin-top: 80px; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-1ur7eb2 { background-color: var(--token-30edea17-8c22-48f2-9382-6d06514bffec, #969696); flex: none; height: 356px; overflow: hidden; position: relative; width: 10%; }\",\".framer-3h7ls .framer-10fy0a6 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 20%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-3h7ls .framer-hp9xyh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-3h7ls .framer-1hljerb { flex: none; height: 23px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3h7ls .framer-phxl2j { flex: none; height: 32px; overflow: hidden; position: relative; width: 100%; }\",\".framer-3h7ls .framer-1vt3hg5 { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0); 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-3h7ls .framer-wnuajg { flex: none; height: 5px; position: relative; width: 206px; z-index: 5; }\",\".framer-3h7ls .framer-1g1wh1g { background-color: var(--token-b22a9b07-456a-4516-944b-e00227eedec1, #191919); display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(450px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1500px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-3h7ls .framer-1klko5z-container, .framer-3h7ls .framer-1hhepft-container, .framer-3h7ls .framer-ymrtwn-container { align-self: start; aspect-ratio: 1.7157120204885028 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 318px); justify-self: start; position: relative; width: 100%; }\",\".framer-3h7ls .framer-1q27hwi-container { align-self: start; aspect-ratio: 1.7157120204885028 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 117px); justify-self: start; position: relative; width: 100%; }\",\".framer-3h7ls .framer-1h5twou { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); height: min-content; justify-content: center; max-width: 1500px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-3h7ls .framer-zxnlad-container, .framer-3h7ls .framer-1h2vksc-container, .framer-3h7ls .framer-snyg4v-container { align-self: start; flex: none; height: 520px; justify-self: start; position: relative; width: 100%; }\",\".framer-3h7ls .framer-1lk36jz-container { align-self: start; flex: none; height: 450px; justify-self: start; position: relative; width: 100%; }\",\".framer-3h7ls .framer-wxstxj-container { flex: none; height: auto; position: relative; width: 100%; z-index: 5; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,\"@media (max-width: 1099px) { .framer-3h7ls.framer-uix2ny { gap: 0px; padding: 80px 0px 0px 0px; width: 500px; } .framer-3h7ls .framer-1w3o73v-container, .framer-3h7ls .framer-l1pohz { order: 7; } .framer-3h7ls .framer-y46pwz-container { order: 2; right: unset; width: 100%; } .framer-3h7ls .framer-1i5r7fi { align-content: center; align-items: center; flex-direction: column; gap: 13px; height: min-content; justify-content: flex-start; min-height: 100vh; order: 3; width: 100%; } .framer-3h7ls .framer-1y0eovm, .framer-3h7ls .framer-1vt3hg5 { order: 5; } .framer-3h7ls .framer-hm9n9v { align-content: center; align-items: center; height: min-content; order: 0; position: relative; right: unset; top: unset; width: 100%; } .framer-3h7ls .framer-waf882 { width: 100%; } .framer-3h7ls .framer-s0ujwk { height: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-3h7ls .framer-17dnb73 { bottom: -636px; height: 48px; left: calc(50.00000000000002% - 100% / 2); width: 100%; } .framer-3h7ls .framer-1bxv53p { flex: none; order: 1; width: 100%; } .framer-3h7ls .framer-1umel68, .framer-3h7ls .framer-1q27hwi-container { order: 1; } .framer-3h7ls .framer-bewzjh { order: 3; } .framer-3h7ls .framer-gvaox2-container { order: 2; } .framer-3h7ls .framer-18os6qx { order: 0; } .framer-3h7ls .framer-1kv3k7o { flex: none; order: 4; width: 100%; } .framer-3h7ls .framer-1u8bxia { flex: none; min-height: unset; order: 6; width: 100%; } .framer-3h7ls .framer-o089m4 { align-content: center; align-items: center; flex-direction: column; gap: 45px; order: 4; width: 90%; } .framer-3h7ls .framer-1qlx918 { order: 0; scroll-margin-top: unset; width: 100%; } .framer-3h7ls .framer-10fy0a6 { order: 7; width: 100%; } .framer-3h7ls .framer-hp9xyh, .framer-3h7ls .framer-1h5twou { order: 8; } .framer-3h7ls .framer-1g1wh1g { grid-template-columns: repeat(1, minmax(400px, 1fr)); order: 6; padding: 100px 0px 0px 0px; } .framer-3h7ls .framer-1klko5z-container { height: var(--framer-aspect-ratio-supported, 117px); order: 2; } .framer-3h7ls .framer-1hhepft-container { height: var(--framer-aspect-ratio-supported, 117px); order: 0; } .framer-3h7ls .framer-ymrtwn-container { height: var(--framer-aspect-ratio-supported, 117px); order: 3; } .framer-3h7ls .framer-zxnlad-container, .framer-3h7ls .framer-1h2vksc-container, .framer-3h7ls .framer-snyg4v-container { height: 450px; } .framer-3h7ls .framer-wxstxj-container { order: 10; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5102.3\n * @framerIntrinsicWidth 1100\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"b5nt9Awtz\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"FbWZyLcQX\":{\"pattern\":\":FbWZyLcQX\",\"name\":\"description\"},\"vJK357aVO\":{\"pattern\":\":vJK357aVO\",\"name\":\"descritpion\"},\"JXQEFFY_4\":{\"pattern\":\":JXQEFFY_4\",\"name\":\"desc\"},\"D9V__BGfr\":{\"pattern\":\":D9V__BGfr\",\"name\":\"videos\"}}\n * @framerResponsiveScreen\n */const FramerQJtZDcA0x=withCSS(Component,css,\"framer-3h7ls\");export default FramerQJtZDcA0x;FramerQJtZDcA0x.displayName=\"Page 2\";FramerQJtZDcA0x.defaultProps={height:5102.3,width:1100};addFonts(FramerQJtZDcA0x,[{explicitInter:true,fonts:[{family:\"Forgotten Futurist Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/ww4cLv3CtGTnoKO9bcY1k08yruU.ttf\"},{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\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"}]},...GrainFonts,...ParticlesFonts,...MenuGoodFonts,...ArrowsFonts,...ModulesImageCmsFonts,...YouTubeFonts,...InstagramFonts,...FooterDarkFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...componentPresets.fonts?.[\"kaUiPIUCu\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"kaUiPIUCu\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQJtZDcA0x\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b5nt9Awtz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1100\",\"framerContractVersion\":\"1\",\"framerScrollSections\":\"{\\\"FbWZyLcQX\\\":{\\\"pattern\\\":\\\":FbWZyLcQX\\\",\\\"name\\\":\\\"description\\\"},\\\"vJK357aVO\\\":{\\\"pattern\\\":\\\":vJK357aVO\\\",\\\"name\\\":\\\"descritpion\\\"},\\\"JXQEFFY_4\\\":{\\\"pattern\\\":\\\":JXQEFFY_4\\\",\\\"name\\\":\\\"desc\\\"},\\\"D9V__BGfr\\\":{\\\"pattern\\\":\\\":D9V__BGfr\\\",\\\"name\\\":\\\"videos\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"5102.3\",\"framerResponsiveScreen\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["steps", "t", "e", "i", "r", "clamp", "Grain", "props", "opacity", "style", "keyframesX", "keyframesY", "isCanvas", "RenderTarget", "p", "motion", "containerStyle", "steps", "addPropertyControls", "ControlType", "emptyStateStyle", "containerStyles", "neutralStateStyle", "stateTitleStyle", "stateParagraphStyle", "instagramRegex", "Instagram", "url", "style", "props", "id", "se", "ref", "p", "motion", "containerStyles", "u", "emptyStateStyle", "stateTitleStyle", "stateParagraphStyle", "addPropertyControls", "ControlType", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "thumbnailURL", "getThumbnailURL", "getWebPSupported", "searchParams", "u", "wrapperStyle", "videoStyle", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "embedURL1", "videoId2", "embedURL2", "res", "format", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "BknsWqpyO", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapqp6no5", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "serializationHash", "SVG", "css", "FramersHXmes3za", "withCSS", "sHXmes3za_default", "addPropertyControls", "ControlType", "addFonts", "FlecheSimpleFonts", "getFonts", "sHXmes3za_default", "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", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearqxav9e", "args", "onAppearcs3ejp", "onAppear4evklg", "onAppearv5xgnk", "onAppearbb65ch", "onAppearab5s6l", "onAppearyzfnl5", "onAppear1m9t03a", "onAppearhou7bg", "BknsWqpyO1svbusb", "useOnVariantChange", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "sHXmes3za_default", "css", "FramerhcfrIAo8O", "withCSS", "hcfrIAo8O_default", "addPropertyControls", "ControlType", "addFonts", "FlecheSimpleFonts", "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", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "isDisplayed13", "isDisplayed14", "isDisplayed15", "isDisplayed16", "isDisplayed17", "isDisplayed18", "isDisplayed19", "isDisplayed20", "isDisplayed21", "isDisplayed22", "isDisplayed23", "isDisplayed24", "isDisplayed25", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "css", "FramerXXqqMF8Lk", "withCSS", "XXqqMF8Lk_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "GrainFonts", "getFonts", "Grain", "ParticlesFonts", "ParticleWrapper", "MenuGoodFonts", "lLZbmISel_default", "RichTextWithFX", "withFX", "RichText2", "ArrowsFonts", "hcfrIAo8O_default", "ModulesImageCmsFonts", "XXqqMF8Lk_default", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "YouTubeFonts", "Youtube", "InstagramFonts", "Instagram", "FooterDarkFonts", "FkgFTMq9h_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "animation1", "transition2", "animation2", "equals", "a", "b", "convertFromBoolean", "value", "activeLocale", "toString", "transformTemplate1", "_", "t", "isSet", "transition3", "animation3", "toResponsiveImage", "animation4", "transition4", "animation5", "animation6", "convertFromEnum", "transition5", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "nnsyR8ywo_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "dad8VX9aQ", "qkT_5cU2E", "RddsDnrVP", "s2IreKoIy", "T2GBxhdyh", "yqziwLlY7", "uFWzP05sZ", "U7DyPMWBR", "OCfCoNDCd", "NkUBLIh1m", "pEYXddiEP", "uAr_OhuUU", "suDkY9xoA", "NULCQJsS_", "K0J0zJGxm", "w3SFFAF2O", "EW7i9b1se", "SMiV19Ker", "qFqYLRMFN", "guRceQmBK", "Ahd4Xot5k", "fRCJZvpe5", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "elementId", "useRouteElementId", "ref1", "textContent", "visible", "isDisplayed2", "elementId1", "ref2", "elementId2", "ref3", "elementId3", "ref4", "visible1", "visible2", "visible3", "visible4", "isDisplayed3", "value1", "visible5", "visible6", "visible7", "visible8", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "PropertyOverrides2", "SVG", "x", "ComponentPresetsProvider", "Link", "Image2", "css", "FramerQJtZDcA0x", "withCSS", "QJtZDcA0x_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
