{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/qlN04JKWsPiTjQExBWpf/SlideShow.js", "ssg:https://framerusercontent.com/modules/eNun026x9sjJzbwTvJNQ/VfPuTWaDVULbwMWJCsMG/cJI9KBB5T.js", "ssg:https://framerusercontent.com/modules/vNKGHal8e4Dwz8PoKKg0/tgajH5RD8WxpnUuP5gCB/UdQM2O4wo.js", "ssg:https://framerusercontent.com/modules/oMbLWY8dKly1aY4Mvh0E/OGmlFeiJrjVYdQSoTHey/mrtiZXQ6t-0.js", "ssg:https://framerusercontent.com/modules/oMbLWY8dKly1aY4Mvh0E/OGmlFeiJrjVYdQSoTHey/mrtiZXQ6t.js", "ssg:https://framerusercontent.com/modules/VyWyO6S9WESm5LdXDPyW/X2mXRZdqVsWxYzgqAIVi/HBwitdAHJ.js", "ssg:https://framerusercontent.com/modules/kbRuUVn3x3PKAqtz4ftg/gYijAq4wUVgvwbw56vMb/z6e0Cpyy0.js", "ssg:https://framerusercontent.com/modules/jQi4A77U7hQQg5hSct8T/916F0bKXxBCSTc6fn022/mrtiZXQ6t.js", "ssg:https://framerusercontent.com/modules/3zutvH6Ijenw62nE3Vcl/rkAg1BX87K6zRL2LaSeS/T60o02MyT-0.js", "ssg:https://framerusercontent.com/modules/3zutvH6Ijenw62nE3Vcl/rkAg1BX87K6zRL2LaSeS/T60o02MyT.js", "ssg:https://framerusercontent.com/modules/kXtiTEADsKuE2Nd07AJx/W6BF42eiCFD4cqYF5nUa/T60o02MyT.js", "ssg:https://framerusercontent.com/modules/YuLPAEUQ0CyNnlW5hw88/txEbiV2U3uhpMh3Gqujq/WmqGK2osR-0.js", "ssg:https://framerusercontent.com/modules/YuLPAEUQ0CyNnlW5hw88/txEbiV2U3uhpMh3Gqujq/WmqGK2osR.js", "ssg:https://framerusercontent.com/modules/h2i1iRoIAAMgeggv30tm/gVHE3J5WBij6Qo5vIY9W/WmqGK2osR.js", "ssg:https://framerusercontent.com/modules/OpPFqKCIUyExWu9FiGzF/9O8bDYFCLmusIynK93g4/augiA20Il.js", "ssg:https://framerusercontent.com/modules/eJCTeerZh2v94lLWtMGe/pGOMwh0J4MaNHLLVEYfv/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{resize}from\"@motionone/dom\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{animate,LayoutGroup,mix,motion,frame,useInView,useMotionValue,useTransform,wrap}from\"framer-motion\";import{Children,cloneElement,forwardRef,startTransition,useCallback,useEffect,useLayoutEffect,useMemo,useRef,useState}from\"react\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js\";// Using opacity: 0.001 instead of 0 as an LCP hack. (opacity: 0.001 is still 0\n// to a human eye but makes Google think the elements are visible)\nconst OPACITY_0=.001;function awaitRefCallback(element,controller){let refCallbackResolve;const refCallbackPromise=new Promise((resolve,reject)=>{refCallbackResolve=resolve;controller.signal.addEventListener(\"abort\",()=>reject);}).catch(()=>{});// we need to listen to the ref setter, so let's override `current` - we can do that, because we don't use React's `useRef` hook for those refs.\nlet current=element.current;Object.defineProperty(element,\"current\",{get(){return current;},set(node){current=node;if(node===null){// React calls with null when the element is unmounted\ncontroller.abort();return;}refCallbackResolve(node);},configurable:true});return refCallbackPromise;}/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;// Remove empty slots (such as hidden layers)\nconst filteredSlots=slots.filter(Boolean);const hasChildren=Children.count(filteredSlots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return filteredSlots.map(index=>({current:null}));},[filteredSlots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null,viewportLength:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{const firstChild=childrenRef[0].current;const lastChild=childrenRef[filteredSlots.length-1].current;if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=firstChild?isHorizontal?firstChild.offsetLeft:firstChild.offsetTop:0;const end=lastChild?isHorizontal?lastChild.offsetLeft+lastChild.offsetWidth:lastChild.offsetTop+lastChild.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=firstChild?isHorizontal?firstChild.offsetWidth:firstChild.offsetHeight:0;const itemWidth=firstChild?firstChild.offsetWidth:0;const itemHeight=firstChild?firstChild.offsetHeight:0;const viewportLength=isHorizontal?Math.max(document.documentElement.clientWidth||0,window.innerWidth||0,parentRef.current.offsetWidth):Math.max(document.documentElement.clientHeight||0,window.innerHeight||0,parentRef.current.offsetHeight);startTransition(()=>setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight,viewportLength}));}},[hasChildren]);const scheduleMeasure=useCallback(async()=>{const controller=new AbortController;/**\n         * The elements in the set are refs of children. If they're wrapped in Suspense, they could mount later than the parent.\n         * Thus, we wait for each ref to be set step by step if required.\n         */const firstChild=childrenRef[0];const lastChild=childrenRef[filteredSlots.length-1];if(!isCanvas&&(!firstChild.current||!lastChild.current))try{await Promise.all([awaitRefCallback(firstChild,controller),awaitRefCallback(lastChild,controller)]);}catch{controller.abort();}frame.read(measure);},[measure]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)scheduleMeasure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */const initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){scheduleMeasure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const visibilityRef=useRef(null);const isInView=useInView(visibilityRef);const isVisible=usePageVisibility()&&isInView;const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */const columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(filteredSlots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===filteredSlots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(filteredSlots===null||filteredSlots===void 0?void 0:filteredSlots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:OPACITY_0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),ref:visibilityRef,children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?OPACITY_0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:OPACITY_0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{decoding:\"async\",width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);const visibility=isCanvas?\"visible\":useTransform(wrappedValue,[scrollRange[0]-size.viewportLength,mix(scrollRange[1],scrollRange[2],.5),scrollRange[3]+size.viewportLength],[\"hidden\",\"visible\",\"hidden\"]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0,visibility},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;const top=!isHorizontal&&index>0?inlinePadding:padding;const bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;const right=isHorizontal&&index!==total-1?inlinePadding:padding;const left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (ff6f0b6)\nimport{jsx as _jsx}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\";const cycleOrder=[\"JEpZ3dUFh\",\"bHnlHNAO7\",\"ACkcWsKXM\",\"VfSuwN0EH\"];const serializationHash=\"framer-YiVzP\";const variantClassNames={ACkcWsKXM:\"framer-v-12mo24v\",bHnlHNAO7:\"framer-v-db1yk9\",JEpZ3dUFh:\"framer-v-1491ffr\",VfSuwN0EH:\"framer-v-aotwlj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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={\"Variant 1\":\"JEpZ3dUFh\",\"Variant 2\":\"bHnlHNAO7\",\"Variant 3\":\"ACkcWsKXM\",\"Variant 4\":\"VfSuwN0EH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"JEpZ3dUFh\"};};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:\"JEpZ3dUFh\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:4e3,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg\",srcSet:\"https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/UlGNedyRpFYpbOHSQcJNokMIAY.jpg 6000w\"},className:cx(scopingClassNames,\"framer-1491ffr\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JEpZ3dUFh\",ref:ref??ref1,style:{...style},...addPropertyOverrides({ACkcWsKXM:{\"data-framer-name\":\"Variant 3\"},bHnlHNAO7:{\"data-framer-name\":\"Variant 2\"},VfSuwN0EH:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant)})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YiVzP.framer-3dj2w8, .framer-YiVzP .framer-3dj2w8 { display: block; }\",\".framer-YiVzP.framer-1491ffr { height: 464px; position: relative; width: 663px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 464\n * @framerIntrinsicWidth 663\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"bHnlHNAO7\":{\"layout\":[\"fixed\",\"fixed\"]},\"ACkcWsKXM\":{\"layout\":[\"fixed\",\"fixed\"]},\"VfSuwN0EH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramercJI9KBB5T=withCSS(Component,css,\"framer-YiVzP\");export default FramercJI9KBB5T;FramercJI9KBB5T.displayName=\"Auditorium 2 (Vanves)\";FramercJI9KBB5T.defaultProps={height:464,width:663};addPropertyControls(FramercJI9KBB5T,{variant:{options:[\"JEpZ3dUFh\",\"bHnlHNAO7\",\"ACkcWsKXM\",\"VfSuwN0EH\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramercJI9KBB5T,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramercJI9KBB5T\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"663\",\"framerIntrinsicHeight\":\"464\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bHnlHNAO7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ACkcWsKXM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"VfSuwN0EH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cJI9KBB5T.map", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Garaje 0504 Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Garaje 0504 Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/tzOWy36jJmJvDXMcLcLcEOFxD3k.woff2\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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\"}]}];export const css=['.framer-lTAYH .framer-styles-preset-xvlbvy:not(.rich-text-wrapper), .framer-lTAYH .framer-styles-preset-xvlbvy.rich-text-wrapper h2 { --framer-font-family: \"Garaje 0504 Bold\", \"Garaje 0504 Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 55px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -1.1px; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 0px) { .framer-lTAYH .framer-styles-preset-xvlbvy:not(.rich-text-wrapper), .framer-lTAYH .framer-styles-preset-xvlbvy.rich-text-wrapper h2 { --framer-font-family: \"Garaje 0504 Bold\", \"Garaje 0504 Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 100%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-lTAYH\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"mixing\";export const v1=\"\u2022 1 DOLBY ATMOS CINEMA stage\\n\u2022 2 DOLBY 7.1 / 5.1 CINEMA stage\\n\u2022 1 DOLBY ATMOS HOME 7.1.4 stage\\n\u2022 1 DOLBY 7.1 / 5.1 TV stage\\n\\n- - - - - - - - - - - - - - - - - - - - -  \\n\\n\u2022 AVID S6 surfaces (32 to 56 faders)\\n\u2022 AMS-NEVE DFC 3D console (72 faders)\\n\u2022 Mac Pro Intel & Mac Mini/Studio Silicon\\n\u2022 Protools HDX3 & HDX2\\n\u2022 JBL monitors\\n\u2022 BARCO projection (HD, 2K, 4K) / OPTOMA\";export const v2=\"ADR\";export const v3=\"\u2022 4 stages, including:\\n   - 2 large rooms (13x9x6 meters)\\n   - 1 medium room (8x9x5 meters)\\n   - 1 small room (8x8x4 meters)\\n\u2022 Variable acoustics (retractable ceiling & electric curtains)\\n\\n - - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Mosaic / EdiPrompt\\n\u2022 Source Connect / Zoom\\n\u2022 Session Link Pro\\n\u2022 Microphone Park (rental)\";export const v4=\"foley\";export const v5=\"\u2022 1 large stage (12x9x5 meters)\\n\u2022 Variable acoustics (rotating ceiling & electric curtains)\\n\\n- - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Sonosax SX-ST 8 I/O console\\n\u2022 Protools-Mosaic Satellite Link\\n\u2022 Variety of floors and doors\\n\u2022 Cemented water basin, car...\";export const v6=\"sound editing\";export const v7=\"\u2022 10 configurable rooms \\n\u2022 Sound insulation \\n\u2022 Acoustic treatment\\n\\n- - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Mac Studio M1/M2\\n\u2022 Surfaces S1/S3\\n\u2022 5.1 JBL & GENELEC listening\\n\u2022 Plasma screens (40 to 55')\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6807895)\nimport*as localizedValues from\"./mrtiZXQ6t-0.js\";const valuesByLocaleId={TDEV9hP6P:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Garaje 0504 Bold\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Garaje 0504 Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/tzOWy36jJmJvDXMcLcLcEOFxD3k.woff2\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{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/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{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/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{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\"}]}];export const css=['.framer-80EEf .framer-styles-preset-1msrtnp:not(.rich-text-wrapper), .framer-80EEf .framer-styles-preset-1msrtnp.rich-text-wrapper h3 { --framer-font-family: \"Garaje 0504 Bold\", \"Garaje 0504 Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 35px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.54px; --framer-line-height: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1599px) and (min-width: 1200px) { .framer-80EEf .framer-styles-preset-1msrtnp:not(.rich-text-wrapper), .framer-80EEf .framer-styles-preset-1msrtnp.rich-text-wrapper h3 { --framer-font-family: \"Garaje 0504 Bold\", \"Garaje 0504 Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 28px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.54px; --framer-line-height: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 1199px) and (min-width: 0px) { .framer-80EEf .framer-styles-preset-1msrtnp:not(.rich-text-wrapper), .framer-80EEf .framer-styles-preset-1msrtnp.rich-text-wrapper h3 { --framer-font-family: \"Garaje 0504 Bold\", \"Garaje 0504 Bold Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 22px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.54px; --framer-line-height: 150%; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, #000000); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-80EEf\";\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 (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/VyWyO6S9WESm5LdXDPyW/X2mXRZdqVsWxYzgqAIVi/HBwitdAHJ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/gYotdvigCAYKUd8bdWVe/oUmBWP2wiAxTHKmg2kI1/pqlVc9RDM.js\";const enabledGestures={CKFsILiUv:{hover:true}};const serializationHash=\"framer-pSsSW\";const variantClassNames={CKFsILiUv:\"framer-v-s3fod9\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,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,texte,titre,width,...props})=>{var _ref,_ref1;return{...props,FtvzDS7Dh:(_ref=texte!==null&&texte!==void 0?texte:props.FtvzDS7Dh)!==null&&_ref!==void 0?_ref:\"\u2192 1 Auditorium cinema dolby atmos\\n\u2192 2 Auditoriums cin\\xe9ma 7.1 dolby\\n\u2192 1 Auditorium audiovisuel home atmos 7.1.4\\n- 1 Auditorium audiovisuel 5.1\\n- Surfaces avid S6 (32 \\xe0 56 faders)\\n- Console ams-neve dfc gemini 3D (72 faders)\\n- Protools HDX3/ \\xe9coute JBL\\n- Projection barco/ optoma\",miNw93C9z:(_ref1=titre!==null&&titre!==void 0?titre:props.miNw93C9z)!==null&&_ref1!==void 0?_ref1:\"MIXAGE\",mr56qt3pw:click!==null&&click!==void 0?click:props.mr56qt3pw};};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,miNw93C9z,FtvzDS7Dh,mr56qt3pw,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"CKFsILiUv\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap61v36t=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(mr56qt3pw){const res=await mr56qt3pw(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-s3fod9\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CKFsILiUv\",onTap:onTap61v36t,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,...style},variants:{\"CKFsILiUv-hover\":{\"--border-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\",backgroundColor:\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"}},...addPropertyOverrides({\"CKFsILiUv-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-190djmy\",layoutDependency:layoutDependency,layoutId:\"RoKWIbbR5\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wdrqo5\",layoutDependency:layoutDependency,layoutId:\"fqTFnMol2\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1msrtnp\",\"data-styles-preset\":\"HBwitdAHJ\",children:\"MIXAGE\"})}),className:\"framer-15f0c44\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"Ixye7ugnT\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:miNw93C9z,variants:{\"CKFsILiUv-hover\":{\"--extracted-a0htzi\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"CKFsILiUv-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1msrtnp\",\"data-styles-preset\":\"HBwitdAHJ\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:\"MIXAGE\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",children:/*#__PURE__*/_jsxs(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-1w3ko1f, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:[\"- 1 auditorium cinema dolby atmos\",/*#__PURE__*/_jsx(motion.br,{}),\"- 2 auditoriums cin\\xe9ma 7.1 dolby\",/*#__PURE__*/_jsx(motion.br,{}),\"- 1 auditorium audiovisuel home atmos 7.1.4\",/*#__PURE__*/_jsx(motion.br,{}),\"- 1 auditorium audiovisuel 5.1\",/*#__PURE__*/_jsx(motion.br,{}),\"- surfaces avid S6 (32 \\xe0 56 faders)\",/*#__PURE__*/_jsx(motion.br,{}),\"- console ams-neve dfc gemini 3D (72 faders)\",/*#__PURE__*/_jsx(motion.br,{}),\"- protools HDX3/ \\xe9coute JBL\",/*#__PURE__*/_jsx(motion.br,{}),\"- projection barco/ optoma\"]})})}),className:\"framer-1fwvxui\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"RpPzOL1sX\",style:{\"--extracted-1w3ko1f\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:FtvzDS7Dh,verticalAlignment:\"top\",withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-pSsSW.framer-13665k2, .framer-pSsSW .framer-13665k2 { display: block; }\",\".framer-pSsSW.framer-s3fod9 { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 444px; will-change: var(--framer-will-change-override, transform); }\",\".framer-pSsSW .framer-190djmy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; min-height: 390px; overflow: visible; padding: 11px; position: relative; width: 100%; }\",\".framer-pSsSW .framer-1wdrqo5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-pSsSW .framer-15f0c44, .framer-pSsSW .framer-1fwvxui { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-pSsSW.framer-s3fod9, .framer-pSsSW .framer-190djmy, .framer-pSsSW .framer-1wdrqo5 { gap: 0px; } .framer-pSsSW.framer-s3fod9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-pSsSW.framer-s3fod9 > :first-child, .framer-pSsSW .framer-190djmy > :first-child, .framer-pSsSW .framer-1wdrqo5 > :first-child { margin-top: 0px; } .framer-pSsSW.framer-s3fod9 > :last-child, .framer-pSsSW .framer-190djmy > :last-child, .framer-pSsSW .framer-1wdrqo5 > :last-child { margin-bottom: 0px; } .framer-pSsSW .framer-190djmy > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-pSsSW .framer-1wdrqo5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-pSsSW[data-border=\"true\"]::after, .framer-pSsSW [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 444\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ybXHpNt8Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"miNw93C9z\":\"titre\",\"FtvzDS7Dh\":\"texte\",\"mr56qt3pw\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerz6e0Cpyy0=withCSS(Component,css,\"framer-pSsSW\");export default Framerz6e0Cpyy0;Framerz6e0Cpyy0.displayName=\"Service\";Framerz6e0Cpyy0.defaultProps={height:400,width:444};addPropertyControls(Framerz6e0Cpyy0,{miNw93C9z:{defaultValue:\"MIXAGE\",title:\"Titre\",type:ControlType.String},FtvzDS7Dh:{defaultValue:\"\u2192 1 Auditorium cinema dolby atmos\\n\u2192 2 Auditoriums cin\\xe9ma 7.1 dolby\\n\u2192 1 Auditorium audiovisuel home atmos 7.1.4\\n- 1 Auditorium audiovisuel 5.1\\n- Surfaces avid S6 (32 \\xe0 56 faders)\\n- Console ams-neve dfc gemini 3D (72 faders)\\n- Protools HDX3/ \\xe9coute JBL\\n- Projection barco/ optoma\",displayTextArea:true,title:\"Texte\",type:ControlType.String},mr56qt3pw:{title:\"Click\",type:ControlType.EventHandler}});addFonts(Framerz6e0Cpyy0,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerz6e0Cpyy0\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"444\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"miNw93C9z\\\":\\\"titre\\\",\\\"FtvzDS7Dh\\\":\\\"texte\\\",\\\"mr56qt3pw\\\":\\\"click\\\"}\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ybXHpNt8Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./z6e0Cpyy0.map", "// Generated by Framer (6807895)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vNKGHal8e4Dwz8PoKKg0/tgajH5RD8WxpnUuP5gCB/UdQM2O4wo.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/oMbLWY8dKly1aY4Mvh0E/OGmlFeiJrjVYdQSoTHey/mrtiZXQ6t.js\";import Service from\"https://framerusercontent.com/modules/kbRuUVn3x3PKAqtz4ftg/gYijAq4wUVgvwbw56vMb/z6e0Cpyy0.js\";const ServiceFonts=getFonts(Service);const CarouselFonts=getFonts(Carousel);const enabledGestures={i5iucgl5r:{hover:true},kdD_jSDSE:{hover:true},qQ6FsjsBb:{hover:true},wncOvlln8:{hover:true,pressed:true}};const cycleOrder=[\"kdD_jSDSE\",\"wncOvlln8\",\"QdRy2pl8s\",\"MHltxYyr8\",\"qQ6FsjsBb\",\"i5iucgl5r\"];const serializationHash=\"framer-5iXgU\";const variantClassNames={i5iucgl5r:\"framer-v-15bhtug\",kdD_jSDSE:\"framer-v-1ls9cu1\",MHltxYyr8:\"framer-v-1qfwtad\",QdRy2pl8s:\"framer-v-1bu6dzx\",qQ6FsjsBb:\"framer-v-udhet9\",wncOvlln8:\"framer-v-9l5jvh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.45,0,0,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Desktop Closed\":\"wncOvlln8\",\"Desktop Open\":\"kdD_jSDSE\",\"Desktop XL - Close\":\"i5iucgl5r\",\"Desktop XL - Open\":\"qQ6FsjsBb\",\"Tablet Closed\":\"MHltxYyr8\",\"Tablet Open\":\"QdRy2pl8s\"};const getProps=({height,id,title,width,...props})=>{return{...props,I4LgcGLOh:title??props.I4LgcGLOh??\"post-production son\",variant:humanReadableVariantMap[props.variant]??props.variant??\"kdD_jSDSE\"};};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,I4LgcGLOh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"kdD_jSDSE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c0bj78=activeVariantCallback(async(...args)=>{setVariant(\"wncOvlln8\");});const onTap13gn3lf=activeVariantCallback(async(...args)=>{setVariant(\"kdD_jSDSE\");});const onTap1hxuh2m=activeVariantCallback(async(...args)=>{setVariant(\"MHltxYyr8\");});const onTap1wjgoth=activeVariantCallback(async(...args)=>{setVariant(\"QdRy2pl8s\");});const onTapazumdl=activeVariantCallback(async(...args)=>{setVariant(\"i5iucgl5r\");});const onTap6s4m73=activeVariantCallback(async(...args)=>{setVariant(\"qQ6FsjsBb\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"MHltxYyr8\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"MHltxYyr8\")return true;return false;};const isDisplayed2=()=>{if([\"wncOvlln8-hover\",\"i5iucgl5r-hover\",\"wncOvlln8-pressed\"].includes(gestureVariant))return false;if([\"wncOvlln8\",\"MHltxYyr8\",\"i5iucgl5r\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();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-1ls9cu1\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Open\",layoutDependency:layoutDependency,layoutId:\"kdD_jSDSE\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7c243cc1-7048-4056-a08b-d00866b93902, rgb(255, 255, 255))\",...style},...addPropertyOverrides({\"i5iucgl5r-hover\":{\"data-framer-name\":undefined},\"kdD_jSDSE-hover\":{\"data-framer-name\":undefined},\"qQ6FsjsBb-hover\":{\"data-framer-name\":undefined},\"wncOvlln8-hover\":{\"data-framer-name\":undefined},\"wncOvlln8-pressed\":{\"data-framer-name\":undefined},i5iucgl5r:{\"data-framer-name\":\"Desktop XL - Close\"},MHltxYyr8:{\"data-framer-name\":\"Tablet Closed\"},QdRy2pl8s:{\"data-framer-name\":\"Tablet Open\"},qQ6FsjsBb:{\"data-framer-name\":\"Desktop XL - Open\"},wncOvlln8:{\"data-framer-name\":\"Desktop Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-16sdmk8\",layoutDependency:layoutDependency,layoutId:\"e2_tc4ntV\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w1ywtv\",\"data-framer-name\":\"Frame 13\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"XSLhSy5nC\",onTap:onTap1c0bj78,...addPropertyOverrides({i5iucgl5r:{onTap:onTap6s4m73},MHltxYyr8:{onTap:onTap1wjgoth},QdRy2pl8s:{onTap:onTap1hxuh2m},qQ6FsjsBb:{onTap:onTapazumdl},wncOvlln8:{onTap:onTap13gn3lf}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qtx7gr\",layoutDependency:layoutDependency,layoutId:\"nXbfLcdTO\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-re8w8k\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"dX72r1dEF\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 38.533 2.945 C 38.976 2.947 39.333 2.316 39.331 1.537 C 39.328 0.758 38.967 0.125 38.524 0.124 Z M 0.009 2.822 L 38.533 2.945 L 38.524 0.124 L 0 0 Z\" transform=\"translate(33.084 19.912) rotate(45 19.665 1.473)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 8.454 10.481 C 9.005 11.033 9.894 11.036 10.441 10.487 C 10.987 9.938 10.985 9.045 10.434 8.492 Z M 0 1.989 L 8.454 10.481 L 10.434 8.492 L 1.98 0 Z\" transform=\"translate(61.531 24.224) rotate(45 5.424 5.448)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 10.393 2.412 C 10.939 1.862 10.937 0.969 10.386 0.416 C 9.836 -0.136 8.947 -0.139 8.4 0.41 Z M 1.993 10.849 L 10.393 2.412 L 8.4 0.41 L 0 8.848 Z\" transform=\"translate(55.303 30.066) rotate(45 5.4 5.425)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9940750238,withExternalLayout:true,...addPropertyOverrides({i5iucgl5r:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925},QdRy2pl8s:{svgContentId:10325880563},wncOvlln8:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-f9rqm4\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yun6kE0Il\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9702351447,withExternalLayout:true,...addPropertyOverrides({MHltxYyr8:{svgContentId:10442774349}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nljsof\",layoutDependency:layoutDependency,layoutId:\"yWt8gdA22\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:\"post-production son\"})}),className:\"framer-1be6p3m\",\"data-framer-name\":\"Architectural Design\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dExO12m1A\",style:{\"--extracted-1of0zx5\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:I4LgcGLOh,transformTemplate:transformTemplate1,variants:{\"i5iucgl5r-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"},\"kdD_jSDSE-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},\"qQ6FsjsBb-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"},\"wncOvlln8-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"i5iucgl5r-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"post-production son\"})})},\"kdD_jSDSE-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},\"qQ6FsjsBb-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"post-production son\"})})},\"wncOvlln8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},i5iucgl5r:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},MHltxYyr8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},QdRy2pl8s:{transformTemplate:undefined},wncOvlln8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})}},baseVariant,gestureVariant)})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7ocvvn\",layoutDependency:layoutDependency,layoutId:\"BBthu8PrB\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tjd3sr\",layoutDependency:layoutDependency,layoutId:\"nZ_s41iS2\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vc5mbc-container\",layoutDependency:layoutDependency,layoutId:\"vvBrEJ56T-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.3)\",arrowPadding:10,arrowRadius:46,arrowSize:37,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:17,height:\"100%\",id:\"vvBrEJ56T\",layoutId:\"vvBrEJ56T\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:3,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11ihktq-container\",\"data-framer-name\":\"S/Mixage\",layoutDependency:layoutDependency,layoutId:\"Gq9kNidwF-container\",name:\"S/Mixage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:getLocalizedValue(\"v1\",activeLocale)??\"\u2022 1 auditorium DOLBY ATMOS CIN\\xc9MA\\n\u2022 2 auditoriums DOLBY 7.1 / 5.1 CIN\\xc9MA\\n\u2022 1 auditorium DOLBY ATMOS HOME 7.1.4\\n\u2022 1 auditorium DOLBY 7.1 / 5.1 TV\\n\\n- - - - - - - - - - - - - - - - - - - - -  \\n\\n\u2022 Surfaces AVID S6 (32 \\xe0 56 faders)\\n\u2022 Console AMS-NEVE DFC 3D (72 faders)\\n\u2022 Mac Pro Intel & Mac Mini/Studio Silicon\\n\u2022 Protools HDX3 & HDX2\\n\u2022 Ecoutes JBL\\n\u2022 Projection BARCO (HD, 2K, 4K) / OPTOMA\",height:\"100%\",id:\"Gq9kNidwF\",layoutId:\"Gq9kNidwF\",miNw93C9z:getLocalizedValue(\"v0\",activeLocale)??\"mixage\",name:\"S/Mixage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"340px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1khbjrp-container\",\"data-framer-name\":\"S/Synchro\",layoutDependency:layoutDependency,layoutId:\"GxGPAUANi-container\",name:\"S/Synchro\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:getLocalizedValue(\"v3\",activeLocale)??\"\u2022 4 auditoriums, dont :\\n   -2 grands volumes (13x9x6 m\\xe8tres)\\n   -1 moyen volume (8x9x5 m\\xe8tres)\\n   -1 petit volume (8x8x4 m\\xe8tres)\\n\u2022 Acoustique variable (plafond pivotant & rideaux \\xe9lectriques)\\n\\n - - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Mosaic / EdiPrompt\\n\u2022 Source Connect / Zoom\\n\u2022 Session Link Pro\\n\u2022 Parc Micros (location)\",height:\"100%\",id:\"GxGPAUANi\",layoutId:\"GxGPAUANi\",miNw93C9z:getLocalizedValue(\"v2\",activeLocale)??\"post-synchronisation\",name:\"S/Synchro\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1crr8m2-container\",\"data-framer-name\":\"S/bruitage\",layoutDependency:layoutDependency,layoutId:\"FaTgHytVB-container\",name:\"S/bruitage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:getLocalizedValue(\"v5\",activeLocale)??\"\u2022 1 auditorium grand volume (12x9x5 m\\xe8tres)\\n\u2022 Acoustique variable (plafond pivotant & rideaux \\xe9lectriques)\\n\\n- - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Console Sonosax SX-ST 8 I/O\\n\u2022 Satellite Link Protools-Mosaic\\n\u2022 Vari\\xe9t\\xe9 de sols et portes\\n\u2022 Bac \\xe0 eau ciment\\xe9, voiture...\",height:\"100%\",id:\"FaTgHytVB\",layoutId:\"FaTgHytVB\",miNw93C9z:getLocalizedValue(\"v4\",activeLocale)??\"bruitage\",name:\"S/bruitage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:560,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sejrrk-container\",\"data-framer-name\":\"S/Montage\",layoutDependency:layoutDependency,layoutId:\"fGcI4O5Mq-container\",name:\"S/Montage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:getLocalizedValue(\"v7\",activeLocale)??\"\u2022 10 salles configurables \\n\u2022 Isolation phonique \\n\u2022 Traitement acoustique\\n\\n- - - - - - - - - - - - - - - - - - - - - \\n\\n\u2022 Mac studio M1/M2\\n\u2022 Surfaces S1/S3\\n\u2022 Ecoute 5.1 JBL & GENELEC\\n\u2022 Ecrans plasma (40 \\xe0 55'')\",height:\"100%\",id:\"fGcI4O5Mq\",layoutId:\"fGcI4O5Mq\",miNw93C9z:getLocalizedValue(\"v6\",activeLocale)??\"MONTAGE SON\",name:\"S/Montage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({QdRy2pl8s:{sizingObject:{heightInset:0,heightRows:2,heightType:\"stretch\",widthColumns:1,widthInset:0,widthType:\"columns\"}},qQ6FsjsBb:{gap:27,sizingObject:{heightInset:0,heightRows:2,heightType:\"stretch\",widthColumns:4,widthInset:0,widthType:\"columns\"},style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ta8txs\",layoutDependency:layoutDependency,layoutId:\"Yhhfocn1F\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-5iXgU.framer-1412j6g, .framer-5iXgU .framer-1412j6g { display: block; }\",\".framer-5iXgU.framer-1ls9cu1 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 32px 0px; position: relative; width: 1104px; }\",\".framer-5iXgU .framer-16sdmk8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 36px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-5iXgU .framer-w1ywtv { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-5iXgU .framer-qtx7gr { flex: 1 0 0px; height: 39px; overflow: visible; position: relative; width: 1px; }\",\".framer-5iXgU .framer-re8w8k { flex: none; height: 39px; left: calc(50.00000000000002% - 70px / 2); position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-5iXgU .framer-f9rqm4 { flex: none; height: 39px; left: 8px; position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-5iXgU .framer-1nljsof { flex: 11 0 0px; height: 55px; overflow: visible; position: relative; width: 1px; }\",\".framer-5iXgU .framer-1be6p3m { flex: none; height: auto; left: 50%; position: absolute; top: 49%; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-5iXgU .framer-7ocvvn { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-5iXgU .framer-1tjd3sr { flex: 1 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\".framer-5iXgU .framer-1vc5mbc-container { flex: 10.5 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-5iXgU .framer-11ihktq-container, .framer-5iXgU .framer-1crr8m2-container, .framer-5iXgU .framer-1sejrrk-container { height: 560px; position: relative; width: 324px; }\",\".framer-5iXgU .framer-1khbjrp-container { height: 560px; position: relative; width: 340px; }\",\".framer-5iXgU .framer-1ta8txs { flex: 0.5 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5iXgU.framer-1ls9cu1, .framer-5iXgU .framer-w1ywtv, .framer-5iXgU .framer-7ocvvn { gap: 0px; } .framer-5iXgU.framer-1ls9cu1 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-5iXgU.framer-1ls9cu1 > :first-child { margin-top: 0px; } .framer-5iXgU.framer-1ls9cu1 > :last-child { margin-bottom: 0px; } .framer-5iXgU .framer-w1ywtv > *, .framer-5iXgU .framer-7ocvvn > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-5iXgU .framer-w1ywtv > :first-child, .framer-5iXgU .framer-7ocvvn > :first-child { margin-left: 0px; } .framer-5iXgU .framer-w1ywtv > :last-child, .framer-5iXgU .framer-7ocvvn > :last-child { margin-right: 0px; } }\",\".framer-5iXgU.framer-v-1bu6dzx.framer-1ls9cu1 { cursor: unset; gap: 16px; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-5iXgU.framer-v-1bu6dzx .framer-16sdmk8, .framer-5iXgU.framer-v-1qfwtad .framer-16sdmk8 { height: 71px; }\",\".framer-5iXgU.framer-v-1bu6dzx .framer-qtx7gr { flex: 3 0 0px; }\",\".framer-5iXgU.framer-v-1bu6dzx .framer-re8w8k { left: -5px; }\",\".framer-5iXgU.framer-v-1bu6dzx .framer-1nljsof { align-content: center; align-items: center; display: flex; flex: 9 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 21px; justify-content: center; padding: 0px; }\",\".framer-5iXgU.framer-v-1bu6dzx .framer-1be6p3m { flex: 1 0 0px; left: unset; position: relative; top: unset; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-5iXgU.framer-v-1bu6dzx.framer-1ls9cu1, .framer-5iXgU.framer-v-1bu6dzx .framer-1nljsof { gap: 0px; } .framer-5iXgU.framer-v-1bu6dzx.framer-1ls9cu1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-5iXgU.framer-v-1bu6dzx.framer-1ls9cu1 > :first-child { margin-top: 0px; } .framer-5iXgU.framer-v-1bu6dzx.framer-1ls9cu1 > :last-child { margin-bottom: 0px; } .framer-5iXgU.framer-v-1bu6dzx .framer-1nljsof > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-5iXgU.framer-v-1bu6dzx .framer-1nljsof > :first-child { margin-left: 0px; } .framer-5iXgU.framer-v-1bu6dzx .framer-1nljsof > :last-child { margin-right: 0px; } }\",\".framer-5iXgU.framer-v-1qfwtad.framer-1ls9cu1 { cursor: unset; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-5iXgU.framer-v-1qfwtad .framer-qtx7gr { flex: 3 0 0px; order: 0; }\",\".framer-5iXgU.framer-v-1qfwtad .framer-1nljsof { flex: 9 0 0px; order: 1; }\",\".framer-5iXgU.framer-v-udhet9.framer-1ls9cu1, .framer-5iXgU.framer-v-15bhtug.framer-1ls9cu1 { width: 1800px; }\",\".framer-5iXgU.framer-v-udhet9 .framer-1vc5mbc-container { height: 458px; }\",...sharedStyle.css,'.framer-5iXgU[data-border=\"true\"]::after, .framer-5iXgU [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 740\n * @framerIntrinsicWidth 1104\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wncOvlln8\":{\"layout\":[\"fixed\",\"auto\"]},\"QdRy2pl8s\":{\"layout\":[\"fixed\",\"auto\"]},\"MHltxYyr8\":{\"layout\":[\"fixed\",\"auto\"]},\"qQ6FsjsBb\":{\"layout\":[\"fixed\",\"auto\"]},\"i5iucgl5r\":{\"layout\":[\"fixed\",\"auto\"]},\"yDv_4Irt2\":{\"layout\":[\"fixed\",\"auto\"]},\"cKOg72wyU\":{\"layout\":[\"fixed\",\"auto\"]},\"d2kS2Rv8s\":{\"layout\":[\"fixed\",\"auto\"]},\"JMhWdRAZm\":{\"layout\":[\"fixed\",\"auto\"]},\"ccBtkf4yN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"I4LgcGLOh\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramermrtiZXQ6t=withCSS(Component,css,\"framer-5iXgU\");export default FramermrtiZXQ6t;FramermrtiZXQ6t.displayName=\"Service Card/#1\";FramermrtiZXQ6t.defaultProps={height:740,width:1104};addPropertyControls(FramermrtiZXQ6t,{variant:{options:[\"kdD_jSDSE\",\"wncOvlln8\",\"QdRy2pl8s\",\"MHltxYyr8\",\"qQ6FsjsBb\",\"i5iucgl5r\"],optionTitles:[\"Desktop Open\",\"Desktop Closed\",\"Tablet Open\",\"Tablet Closed\",\"Desktop XL - Open\",\"Desktop XL - Close\"],title:\"Variant\",type:ControlType.Enum},I4LgcGLOh:{defaultValue:\"post-production son\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramermrtiZXQ6t,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ServiceFonts,...CarouselFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermrtiZXQ6t\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"I4LgcGLOh\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"1104\",\"framerIntrinsicHeight\":\"740\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wncOvlln8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QdRy2pl8s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MHltxYyr8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qQ6FsjsBb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"i5iucgl5r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"yDv_4Irt2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cKOg72wyU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"d2kS2Rv8s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JMhWdRAZm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ccBtkf4yN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"Dubbing\";export const v1=\"\u2022 1 DOLBY ATMOS CINEMA stage\\n\u2022 2 DOLBY 7.1 / 5.1 CINEMA stage\\n\u2022 14 5.1 TV stages\\n\u2022 2 DOLBY ATMOS HOME 7.1.4 stages\\n\u2022 TPN Gold Certification\\n\u2022 Dubbing in Belgium\";export const v2=\"ANIMATION\";export const v3=\"\u2022 Voice recording\\n\u2022 Sound design\\n\u2022 Full partnership in the realization of your project\";export const v4=\"AUDIOBOOKS\";export const v5=\"\u2022 5 cabins speak\\n\u2022 Sound Design\\n\";export const v6=\"ACCESSIBILITY\";export const v7=\"\u2022 Audio description\\n\u2022 Subtitling for the Deaf and Hard of Hearing\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport*as localizedValues from\"./T60o02MyT-0.js\";const valuesByLocaleId={TDEV9hP6P:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e010222)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vNKGHal8e4Dwz8PoKKg0/tgajH5RD8WxpnUuP5gCB/UdQM2O4wo.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/3zutvH6Ijenw62nE3Vcl/rkAg1BX87K6zRL2LaSeS/T60o02MyT.js\";import Service from\"https://framerusercontent.com/modules/kbRuUVn3x3PKAqtz4ftg/gYijAq4wUVgvwbw56vMb/z6e0Cpyy0.js\";const ServiceFonts=getFonts(Service);const CarouselFonts=getFonts(Carousel);const enabledGestures={k3w86CEQQ:{hover:true},lEaq9u46v:{hover:true},sLOyPgxjF:{hover:true},t7VgbeDfs:{hover:true}};const cycleOrder=[\"k3w86CEQQ\",\"sLOyPgxjF\",\"GkV2J1b0d\",\"XWyCFxiHp\",\"t7VgbeDfs\",\"lEaq9u46v\"];const serializationHash=\"framer-iuxdH\";const variantClassNames={GkV2J1b0d:\"framer-v-1skz93c\",k3w86CEQQ:\"framer-v-139mfr8\",lEaq9u46v:\"framer-v-1kjwqn7\",sLOyPgxjF:\"framer-v-1v8sdmo\",t7VgbeDfs:\"framer-v-1ki1zrs\",XWyCFxiHp:\"framer-v-1mle11d\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.45,0,0,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Desktop Closed\":\"sLOyPgxjF\",\"Desktop Open\":\"k3w86CEQQ\",\"Desktop XL - Open\":\"t7VgbeDfs\",\"Desktop XL -CLose\":\"lEaq9u46v\",\"Tablet Closed\":\"XWyCFxiHp\",\"Tablet Open\":\"GkV2J1b0d\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,I4LgcGLOh:(_ref=title!==null&&title!==void 0?title:props.I4LgcGLOh)!==null&&_ref!==void 0?_ref:\"doublage T\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"k3w86CEQQ\"};};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,I4LgcGLOh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"k3w86CEQQ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1stw8p3=activeVariantCallback(async(...args)=>{setVariant(\"sLOyPgxjF\");});const onTapc8ts5m=activeVariantCallback(async(...args)=>{setVariant(\"k3w86CEQQ\");});const onTapp41mbd=activeVariantCallback(async(...args)=>{setVariant(\"XWyCFxiHp\");});const onTap102e1ne=activeVariantCallback(async(...args)=>{setVariant(\"GkV2J1b0d\");});const onTap1n2e3mj=activeVariantCallback(async(...args)=>{setVariant(\"lEaq9u46v\");});const onTapi252uo=activeVariantCallback(async(...args)=>{setVariant(\"t7VgbeDfs\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"XWyCFxiHp\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"XWyCFxiHp\")return true;return false;};const isDisplayed2=()=>{if([\"sLOyPgxjF-hover\",\"lEaq9u46v-hover\"].includes(gestureVariant))return false;if([\"sLOyPgxjF\",\"XWyCFxiHp\",\"lEaq9u46v\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7;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-139mfr8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Open\",layoutDependency:layoutDependency,layoutId:\"k3w86CEQQ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7c243cc1-7048-4056-a08b-d00866b93902, rgb(255, 255, 255))\",...style},...addPropertyOverrides({\"k3w86CEQQ-hover\":{\"data-framer-name\":undefined},\"lEaq9u46v-hover\":{\"data-framer-name\":undefined},\"sLOyPgxjF-hover\":{\"data-framer-name\":undefined},\"t7VgbeDfs-hover\":{\"data-framer-name\":undefined},GkV2J1b0d:{\"data-framer-name\":\"Tablet Open\"},lEaq9u46v:{\"data-framer-name\":\"Desktop XL -CLose\"},sLOyPgxjF:{\"data-framer-name\":\"Desktop Closed\"},t7VgbeDfs:{\"data-framer-name\":\"Desktop XL - Open\"},XWyCFxiHp:{\"data-framer-name\":\"Tablet Closed\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18idmqs\",layoutDependency:layoutDependency,layoutId:\"dfIFyOOib\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12dip4a\",\"data-framer-name\":\"Frame 13\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"gqS9LfcNt\",onTap:onTap1stw8p3,...addPropertyOverrides({GkV2J1b0d:{onTap:onTapp41mbd},lEaq9u46v:{onTap:onTapi252uo},sLOyPgxjF:{onTap:onTapc8ts5m},t7VgbeDfs:{onTap:onTap1n2e3mj},XWyCFxiHp:{onTap:onTap102e1ne}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hfiocw\",layoutDependency:layoutDependency,layoutId:\"v46ZBuhZD\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-11l4d92\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"QWLKs2r1G\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 38.533 2.945 C 38.976 2.947 39.333 2.316 39.331 1.537 C 39.328 0.758 38.967 0.125 38.524 0.124 Z M 0.009 2.822 L 38.533 2.945 L 38.524 0.124 L 0 0 Z\" transform=\"translate(33.084 19.912) rotate(45 19.665 1.473)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 8.454 10.481 C 9.005 11.033 9.894 11.036 10.441 10.487 C 10.987 9.938 10.985 9.045 10.434 8.492 Z M 0 1.989 L 8.454 10.481 L 10.434 8.492 L 1.98 0 Z\" transform=\"translate(61.531 24.224) rotate(45 5.424 5.448)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 10.393 2.412 C 10.939 1.862 10.937 0.969 10.386 0.416 C 9.836 -0.136 8.947 -0.139 8.4 0.41 Z M 1.993 10.849 L 10.393 2.412 L 8.4 0.41 L 0 8.848 Z\" transform=\"translate(55.303 30.066) rotate(45 5.4 5.425)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9940750238,withExternalLayout:true,...addPropertyOverrides({GkV2J1b0d:{svgContentId:10325880563},lEaq9u46v:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925},sLOyPgxjF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-13lyr7v\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"cYqfSeKuV\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9702351447,withExternalLayout:true,...addPropertyOverrides({XWyCFxiHp:{svgContentId:10442774349}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qb90ce\",layoutDependency:layoutDependency,layoutId:\"H3kgKca8G\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:\"post-production son\"})}),className:\"framer-eoyra3\",\"data-framer-name\":\"Architectural Design\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OpPsPcYby\",style:{\"--extracted-1of0zx5\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:I4LgcGLOh,transformTemplate:transformTemplate1,variants:{\"k3w86CEQQ-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},\"lEaq9u46v-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"},\"sLOyPgxjF-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},\"t7VgbeDfs-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"k3w86CEQQ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},\"lEaq9u46v-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"post-production image\"})})},\"sLOyPgxjF-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},\"t7VgbeDfs-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"post-production image\"})})},GkV2J1b0d:{transformTemplate:undefined},lEaq9u46v:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},sLOyPgxjF:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},XWyCFxiHp:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})}},baseVariant,gestureVariant)})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n63qx6\",layoutDependency:layoutDependency,layoutId:\"d7zCd4ZCQ\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-12sh7tp\",layoutDependency:layoutDependency,layoutId:\"zo1VnIWNp\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-118org9-container\",layoutDependency:layoutDependency,layoutId:\"yopsPoFgH-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.3)\",arrowPadding:10,arrowRadius:46,arrowSize:37,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:27,height:\"100%\",id:\"yopsPoFgH\",layoutId:\"yopsPoFgH\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:3,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gvfhvs-container\",\"data-framer-name\":\"S/Mixage\",layoutDependency:layoutDependency,layoutId:\"rSdrT0fHA-container\",name:\"S/Mixage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"\u2022 1 auditorium DOLBY ATMOS CIN\\xc9MA\\n\u2022 2 auditoriums DOLBY 7.1 / 5.1 CIN\\xc9MA \\n\u2022 14 auditoriums 5.1 TV\\n\u2022 2 auditoriums DOLBY ATMOS HOME 7.1.4\\n\u2022 Certification TPN Gold\\n\u2022 Doublage en Belgique\",height:\"100%\",id:\"rSdrT0fHA\",layoutId:\"rSdrT0fHA\",miNw93C9z:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"DOUBLAGE\",name:\"S/Mixage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ya84oo-container\",\"data-framer-name\":\"S/Synchro\",layoutDependency:layoutDependency,layoutId:\"bqyiDtWmu-container\",name:\"S/Synchro\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"\u2022 Enregistrement voix\\n\u2022 Sound Design\\n\u2022 Partenariat complet \\xe0 la r\\xe9alisation de votre projet\",height:\"100%\",id:\"bqyiDtWmu\",layoutId:\"bqyiDtWmu\",miNw93C9z:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"ANIMATION\",name:\"S/Synchro\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1955acw-container\",\"data-framer-name\":\"S/bruitage\",layoutDependency:layoutDependency,layoutId:\"jLKM0cCJu-container\",name:\"S/bruitage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"\u2022 5 cabines speak\\n\u2022 Sound Design\\n\",height:\"100%\",id:\"jLKM0cCJu\",layoutId:\"jLKM0cCJu\",miNw93C9z:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"LIVRES AUDIOS\",name:\"S/bruitage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tplwxk-container\",\"data-framer-name\":\"S/Montage\",layoutDependency:layoutDependency,layoutId:\"x4RZNQpJQ-container\",name:\"S/Montage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue6=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"\u2022 Audiodescription\\n\u2022 Sous-Titrage Sourd & Malentendant\",height:\"100%\",id:\"x4RZNQpJQ\",layoutId:\"x4RZNQpJQ\",miNw93C9z:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:\"ACCESSIBILIT\\xc9\",name:\"S/Montage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({GkV2J1b0d:{paddingPerSide:true,paddingRight:12,sizingObject:{heightInset:0,heightRows:2,heightType:\"stretch\",widthColumns:1,widthInset:0,widthType:\"columns\"}},t7VgbeDfs:{sizingObject:{heightInset:0,heightRows:2,heightType:\"stretch\",widthColumns:3,widthInset:0,widthType:\"columns\"},style:{height:\"100%\",width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1td97ma\",layoutDependency:layoutDependency,layoutId:\"LDUJLzbRD\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iuxdH.framer-6qrmm7, .framer-iuxdH .framer-6qrmm7 { display: block; }\",\".framer-iuxdH.framer-139mfr8 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 32px 0px; position: relative; width: 1104px; }\",\".framer-iuxdH .framer-18idmqs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 36px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-iuxdH .framer-12dip4a { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-iuxdH .framer-1hfiocw { flex: 1 0 0px; height: 39px; overflow: visible; position: relative; width: 1px; }\",\".framer-iuxdH .framer-11l4d92 { flex: none; height: 39px; left: calc(50.00000000000002% - 70px / 2); position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-iuxdH .framer-13lyr7v { flex: none; height: 39px; left: 8px; position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-iuxdH .framer-1qb90ce { flex: 11 0 0px; height: 55px; overflow: visible; position: relative; width: 1px; }\",\".framer-iuxdH .framer-eoyra3 { flex: none; height: auto; left: 50%; position: absolute; top: 49%; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iuxdH .framer-n63qx6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iuxdH .framer-12sh7tp { flex: 1 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\".framer-iuxdH .framer-118org9-container { flex: 10.5 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-iuxdH .framer-gvfhvs-container, .framer-iuxdH .framer-ya84oo-container, .framer-iuxdH .framer-1955acw-container, .framer-iuxdH .framer-1tplwxk-container { height: 410px; position: relative; width: 324px; }\",\".framer-iuxdH .framer-1td97ma { flex: 0.5 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iuxdH.framer-139mfr8, .framer-iuxdH .framer-12dip4a, .framer-iuxdH .framer-n63qx6 { gap: 0px; } .framer-iuxdH.framer-139mfr8 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-iuxdH.framer-139mfr8 > :first-child { margin-top: 0px; } .framer-iuxdH.framer-139mfr8 > :last-child { margin-bottom: 0px; } .framer-iuxdH .framer-12dip4a > *, .framer-iuxdH .framer-n63qx6 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-iuxdH .framer-12dip4a > :first-child, .framer-iuxdH .framer-n63qx6 > :first-child { margin-left: 0px; } .framer-iuxdH .framer-12dip4a > :last-child, .framer-iuxdH .framer-n63qx6 > :last-child { margin-right: 0px; } }\",\".framer-iuxdH.framer-v-1skz93c.framer-139mfr8 { cursor: unset; gap: 16px; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-iuxdH.framer-v-1skz93c .framer-18idmqs, .framer-iuxdH.framer-v-1mle11d .framer-18idmqs { height: 71px; }\",\".framer-iuxdH.framer-v-1skz93c .framer-1hfiocw { flex: 3 0 0px; }\",\".framer-iuxdH.framer-v-1skz93c .framer-11l4d92 { left: -5px; }\",\".framer-iuxdH.framer-v-1skz93c .framer-1qb90ce { align-content: center; align-items: center; display: flex; flex: 9 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 21px; justify-content: center; padding: 0px; }\",\".framer-iuxdH.framer-v-1skz93c .framer-eoyra3 { flex: 1 0 0px; left: unset; position: relative; top: unset; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-iuxdH.framer-v-1skz93c.framer-139mfr8, .framer-iuxdH.framer-v-1skz93c .framer-1qb90ce { gap: 0px; } .framer-iuxdH.framer-v-1skz93c.framer-139mfr8 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iuxdH.framer-v-1skz93c.framer-139mfr8 > :first-child { margin-top: 0px; } .framer-iuxdH.framer-v-1skz93c.framer-139mfr8 > :last-child { margin-bottom: 0px; } .framer-iuxdH.framer-v-1skz93c .framer-1qb90ce > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-iuxdH.framer-v-1skz93c .framer-1qb90ce > :first-child { margin-left: 0px; } .framer-iuxdH.framer-v-1skz93c .framer-1qb90ce > :last-child { margin-right: 0px; } }\",\".framer-iuxdH.framer-v-1mle11d.framer-139mfr8 { cursor: unset; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-iuxdH.framer-v-1mle11d .framer-1hfiocw { flex: 3 0 0px; order: 0; }\",\".framer-iuxdH.framer-v-1mle11d .framer-1qb90ce { flex: 9 0 0px; order: 1; }\",\".framer-iuxdH.framer-v-1ki1zrs.framer-139mfr8, .framer-iuxdH.framer-v-1kjwqn7.framer-139mfr8 { width: 1800px; }\",\".framer-iuxdH.framer-v-1ki1zrs .framer-118org9-container { height: 458px; }\",...sharedStyle.css,'.framer-iuxdH[data-border=\"true\"]::after, .framer-iuxdH [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 590\n * @framerIntrinsicWidth 1104\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"sLOyPgxjF\":{\"layout\":[\"fixed\",\"auto\"]},\"GkV2J1b0d\":{\"layout\":[\"fixed\",\"auto\"]},\"XWyCFxiHp\":{\"layout\":[\"fixed\",\"auto\"]},\"t7VgbeDfs\":{\"layout\":[\"fixed\",\"auto\"]},\"lEaq9u46v\":{\"layout\":[\"fixed\",\"auto\"]},\"FffTfqv81\":{\"layout\":[\"fixed\",\"auto\"]},\"vZhRnZ9VG\":{\"layout\":[\"fixed\",\"auto\"]},\"c3c8egTVl\":{\"layout\":[\"fixed\",\"auto\"]},\"XRLhGBf7Y\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"I4LgcGLOh\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT60o02MyT=withCSS(Component,css,\"framer-iuxdH\");export default FramerT60o02MyT;FramerT60o02MyT.displayName=\"Service Card/#2\";FramerT60o02MyT.defaultProps={height:590,width:1104};addPropertyControls(FramerT60o02MyT,{variant:{options:[\"k3w86CEQQ\",\"sLOyPgxjF\",\"GkV2J1b0d\",\"XWyCFxiHp\",\"t7VgbeDfs\",\"lEaq9u46v\"],optionTitles:[\"Desktop Open\",\"Desktop Closed\",\"Tablet Open\",\"Tablet Closed\",\"Desktop XL - Open\",\"Desktop XL -CLose\"],title:\"Variant\",type:ControlType.Enum},I4LgcGLOh:{defaultValue:\"doublage T\",description:\"\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerT60o02MyT,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ServiceFonts,...CarouselFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT60o02MyT\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"I4LgcGLOh\\\":\\\"title\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"sLOyPgxjF\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GkV2J1b0d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XWyCFxiHp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"t7VgbeDfs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lEaq9u46v\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FffTfqv81\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vZhRnZ9VG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"c3c8egTVl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XRLhGBf7Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1104\",\"framerIntrinsicHeight\":\"590\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "export const v0=\"laboratory\";export const v1=\"\u2022 Rush management\\n\u2022 Security on servers and LTO\\n\u2022 Color grading\\n\u2022 Technical verification\\n\u2022 Conformations\\n\u2022 Credits / Mastering IMF, DCP, 2K, 4K\\n\u2022 PAD\";export const v2=\"editing\";export const v3=\"\u2022 8 rooms in Paris, between Bastille and R\\xe9publique\\n\u2022 9 rooms in Vanves\\n\u2022 Avid Media Composer / Adobe Premiere\\n\u2022 Avid NEXIS server or Edit Share 10GBe\";export const v4=\"color grading\";export const v5=\"\u2022 1 room in the 11th arrondissement of Paris\\n\u2022 2 rooms in Vanves\\n\u2022 Mac Pro Base Processing 8K real-time Monitoring Eizo Prominence\\n\u2022 BT709, Rec2020, P3DCI, SDR, HRD10+, Dolby Vision\";\nexport const __FramerMetadata__ = {\"exports\":{\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6266459)\nimport*as localizedValues from\"./WmqGK2osR-0.js\";const valuesByLocaleId={TDEV9hP6P:localizedValues};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value)return value;}locale=locale.fallback;}}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6266459)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/7r5UGUpFh6FWtcVOCSDp/Carousel.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/vNKGHal8e4Dwz8PoKKg0/tgajH5RD8WxpnUuP5gCB/UdQM2O4wo.js\";import getLocalizedValue from\"https://framerusercontent.com/modules/YuLPAEUQ0CyNnlW5hw88/txEbiV2U3uhpMh3Gqujq/WmqGK2osR.js\";import Service from\"https://framerusercontent.com/modules/kbRuUVn3x3PKAqtz4ftg/gYijAq4wUVgvwbw56vMb/z6e0Cpyy0.js\";const ServiceFonts=getFonts(Service);const CarouselFonts=getFonts(Carousel);const enabledGestures={bymAeGPo5:{hover:true},M3Ufkk0WJ:{hover:true},tS3ubU7tG:{hover:true,pressed:true},XyoGd1bkd:{hover:true}};const cycleOrder=[\"M3Ufkk0WJ\",\"tS3ubU7tG\",\"XVtrDIHWI\",\"ph58Nk0y1\",\"XyoGd1bkd\",\"bymAeGPo5\"];const serializationHash=\"framer-mYOBV\";const variantClassNames={bymAeGPo5:\"framer-v-rao6ek\",M3Ufkk0WJ:\"framer-v-1f9ra2h\",ph58Nk0y1:\"framer-v-dk076m\",tS3ubU7tG:\"framer-v-o0edwx\",XVtrDIHWI:\"framer-v-3vod31\",XyoGd1bkd:\"framer-v-1waw93s\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.1,ease:[.45,0,0,1],type:\"tween\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transformTemplate2=(_,t)=>`translateY(-50%) ${t}`;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={\"Desktop Closed\":\"tS3ubU7tG\",\"Desktop Open\":\"M3Ufkk0WJ\",\"Desktop XL - Close\":\"bymAeGPo5\",\"Desktop XL- Open\":\"XyoGd1bkd\",\"Tablet Closed\":\"ph58Nk0y1\",\"Tablet Open\":\"XVtrDIHWI\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,I4LgcGLOh:(_ref=title!==null&&title!==void 0?title:props.I4LgcGLOh)!==null&&_ref!==void 0?_ref:\"post-production image\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"M3Ufkk0WJ\"};};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,I4LgcGLOh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"M3Ufkk0WJ\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1vknx24=activeVariantCallback(async(...args)=>{setVariant(\"tS3ubU7tG\");});const onTapd7lpft=activeVariantCallback(async(...args)=>{setVariant(\"M3Ufkk0WJ\");});const onTap8sbzl1=activeVariantCallback(async(...args)=>{setVariant(\"ph58Nk0y1\");});const onTapyuan50=activeVariantCallback(async(...args)=>{setVariant(\"XVtrDIHWI\");});const onTapcg8css=activeVariantCallback(async(...args)=>{setVariant(\"bymAeGPo5\");});const onTap1c7bypo=activeVariantCallback(async(...args)=>{setVariant(\"XyoGd1bkd\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"ph58Nk0y1\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"ph58Nk0y1\")return true;return false;};const isDisplayed2=()=>{if([\"tS3ubU7tG-hover\",\"bymAeGPo5-hover\",\"tS3ubU7tG-pressed\"].includes(gestureVariant))return false;if([\"tS3ubU7tG\",\"ph58Nk0y1\",\"bymAeGPo5\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5;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-1f9ra2h\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop Open\",layoutDependency:layoutDependency,layoutId:\"M3Ufkk0WJ\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-7c243cc1-7048-4056-a08b-d00866b93902, rgb(255, 255, 255))\",...style},...addPropertyOverrides({\"bymAeGPo5-hover\":{\"data-framer-name\":undefined},\"M3Ufkk0WJ-hover\":{\"data-framer-name\":undefined},\"tS3ubU7tG-hover\":{\"data-framer-name\":undefined},\"tS3ubU7tG-pressed\":{\"data-framer-name\":undefined},\"XyoGd1bkd-hover\":{\"data-framer-name\":undefined},bymAeGPo5:{\"data-framer-name\":\"Desktop XL - Close\"},ph58Nk0y1:{\"data-framer-name\":\"Tablet Closed\"},tS3ubU7tG:{\"data-framer-name\":\"Desktop Closed\"},XVtrDIHWI:{\"data-framer-name\":\"Tablet Open\"},XyoGd1bkd:{\"data-framer-name\":\"Desktop XL- Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ogl4cf\",layoutDependency:layoutDependency,layoutId:\"LQQ2ExHTr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fwa4ss\",\"data-framer-name\":\"Frame 13\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"tsDscp6nb\",onTap:onTap1vknx24,...addPropertyOverrides({bymAeGPo5:{onTap:onTap1c7bypo},ph58Nk0y1:{onTap:onTapyuan50},tS3ubU7tG:{onTap:onTapd7lpft},XVtrDIHWI:{onTap:onTap8sbzl1},XyoGd1bkd:{onTap:onTapcg8css}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-g6fzwd\",layoutDependency:layoutDependency,layoutId:\"Y1dTansAe\",children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-stz7ge\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"pxrggRVq2\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 38.533 2.945 C 38.976 2.947 39.333 2.316 39.331 1.537 C 39.328 0.758 38.967 0.125 38.524 0.124 Z M 0.009 2.822 L 38.533 2.945 L 38.524 0.124 L 0 0 Z\" transform=\"translate(33.084 19.912) rotate(45 19.665 1.473)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 8.454 10.481 C 9.005 11.033 9.894 11.036 10.441 10.487 C 10.987 9.938 10.985 9.045 10.434 8.492 Z M 0 1.989 L 8.454 10.481 L 10.434 8.492 L 1.98 0 Z\" transform=\"translate(61.531 24.224) rotate(45 5.424 5.448)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 10.393 2.412 C 10.939 1.862 10.937 0.969 10.386 0.416 C 9.836 -0.136 8.947 -0.139 8.4 0.41 Z M 1.993 10.849 L 10.393 2.412 L 8.4 0.41 L 0 8.848 Z\" transform=\"translate(55.303 30.066) rotate(45 5.4 5.425)\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9940750238,withExternalLayout:true,...addPropertyOverrides({bymAeGPo5:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925},tS3ubU7tG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:8865969925},XVtrDIHWI:{svgContentId:10325880563}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1s3inn6\",\"data-framer-name\":\"Group 13\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"yYJujcR2o\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 70 39\"><path d=\"M 61.053 30.82 C 61.496 30.822 61.853 30.191 61.851 29.412 C 61.848 28.633 61.487 28 61.044 27.999 Z M 22.529 30.697 L 61.053 30.82 L 61.044 27.999 L 22.52 27.875 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 60.702 29.935 C 61.253 30.488 62.142 30.491 62.689 29.941 C 63.235 29.392 63.232 28.499 62.682 27.946 Z M 52.248 21.443 L 60.702 29.935 L 62.682 27.946 L 54.228 19.455 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path><path d=\"M 62.548 30.003 C 63.219 29.366 63.215 28.329 62.54 27.688 C 61.865 27.046 60.773 27.043 60.102 27.68 Z M 54.192 38.045 L 62.439 30.212 L 60.495 28.365 L 52.248 36.199 Z\" fill=\"var(--token-b740f1d8-819f-424e-8ed4-13557f40bfa1, rgb(0, 0, 0))\"></path></svg>',svgContentId:9702351447,withExternalLayout:true,...addPropertyOverrides({ph58Nk0y1:{svgContentId:10442774349}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qak9vu\",layoutDependency:layoutDependency,layoutId:\"NDmw4Wedh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:\"post-production son\"})}),className:\"framer-12ebxw3\",\"data-framer-name\":\"Architectural Design\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zf949Yeuf\",style:{\"--extracted-1of0zx5\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},text:I4LgcGLOh,transformTemplate:transformTemplate1,variants:{\"bymAeGPo5-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"},\"M3Ufkk0WJ-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},\"tS3ubU7tG-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},\"XyoGd1bkd-hover\":{\"--extracted-1of0zx5\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"bymAeGPo5-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"doublage/animation\"})})},\"M3Ufkk0WJ-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},\"tS3ubU7tG-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167)))\"},children:\"post-production son\"})})},\"XyoGd1bkd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(77, 140, 235)))\"},children:\"doublage/animation\"})})},bymAeGPo5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},ph58Nk0y1:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})}),transformTemplate:transformTemplate2},tS3ubU7tG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",children:\"post-production son\"})})},XVtrDIHWI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-xvlbvy\",\"data-styles-preset\":\"UdQM2O4wo\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0)))\"},children:\"doublage/animation\"})}),transformTemplate:undefined}},baseVariant,gestureVariant)})})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kobyq0\",layoutDependency:layoutDependency,layoutId:\"k2DwG_ZQx\",style:{backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ov79ez\",layoutDependency:layoutDependency,layoutId:\"ycqeNnwLG\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-5dazee-container\",layoutDependency:layoutDependency,layoutId:\"evvYzyshQ-container\",children:/*#__PURE__*/_jsx(Carousel,{align:\"flex-start\",ariaLabel:\"\",arrowObject:{arrowFill:\"rgba(0, 0, 0, 0.3)\",arrowPadding:10,arrowRadius:46,arrowSize:37,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:27,height:\"100%\",id:\"evvYzyshQ\",layoutId:\"evvYzyshQ\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:3,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1307mkq-container\",\"data-framer-name\":\"S/Mixage\",layoutDependency:layoutDependency,layoutId:\"W8QHrKU1I-container\",name:\"S/Mixage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"\u2022 Gestion des rushes\\n\u2022 S\\xe9curisation sur serveurs et LTO \\n\u2022 Traitement colorim\\xe9trique\\n\u2022 V\\xe9rification technique\\n\u2022 Conformations\\n\u2022 G\\xe9n\\xe9riques / Habillage Mastering IMF, DCP, 2K, 4K\\n\u2022 PAD\",height:\"100%\",id:\"W8QHrKU1I\",layoutId:\"W8QHrKU1I\",miNw93C9z:(_getLocalizedValue1=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:\"laboratoire\",name:\"S/Mixage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-cqr22x-container\",\"data-framer-name\":\"S/Synchro\",layoutDependency:layoutDependency,layoutId:\"dEKWrxgdc-container\",name:\"S/Synchro\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue2=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:\"\u2022 8 salles dans Paris, entre Bastille et R\\xe9publique\\n\u2022 9 salles \\xe0 Vanves\\n\u2022 Avid M\\xe9dia Composer / AdobePremiere\\n\u2022 Serveur Avid NEXIS ou Edit Share 10GBe\",height:\"100%\",id:\"dEKWrxgdc\",layoutId:\"dEKWrxgdc\",miNw93C9z:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:\"montage\",name:\"S/Synchro\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:410,width:\"324px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a9b99z-container\",\"data-framer-name\":\"S/bruitage\",layoutDependency:layoutDependency,layoutId:\"yaI6d7oUm-container\",name:\"S/bruitage\",children:/*#__PURE__*/_jsx(Service,{FtvzDS7Dh:(_getLocalizedValue4=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:\"\u2022 1 salle \\xe0 Paris 11\\xe8me\\n\u2022 2 salles \\xe0 Vanves\\n\u2022 Base Mac Pro Traitement 8K temps r\\xe9el Monitoring Eizo Prominence\\n\u2022 BT709, Rec2020, P3DCI, SDR, HDR10+, Dolby Vision\",height:\"100%\",id:\"yaI6d7oUm\",layoutId:\"yaI6d7oUm\",miNw93C9z:(_getLocalizedValue5=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:\"\\xe9talonnage\",name:\"S/bruitage\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],snapObject:{fluid:true,snap:true,snapEdge:\"start\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({XVtrDIHWI:{sizingObject:{heightInset:0,heightRows:2,heightType:\"stretch\",widthColumns:1,widthInset:0,widthType:\"columns\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fpyauv\",layoutDependency:layoutDependency,layoutId:\"m1_IA2X3G\"})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-mYOBV.framer-84d4mn, .framer-mYOBV .framer-84d4mn { display: block; }\",\".framer-mYOBV.framer-1f9ra2h { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 32px 0px; position: relative; width: 1104px; }\",\".framer-mYOBV .framer-ogl4cf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: 36px; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-mYOBV .framer-fwa4ss { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-mYOBV .framer-g6fzwd { flex: 1 0 0px; height: 39px; overflow: visible; position: relative; width: 1px; }\",\".framer-mYOBV .framer-stz7ge { flex: none; height: 39px; left: calc(50.00000000000002% - 70px / 2); position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-mYOBV .framer-1s3inn6 { flex: none; height: 39px; left: 8px; position: absolute; top: calc(48.71794871794874% - 39px / 2); width: 70px; }\",\".framer-mYOBV .framer-qak9vu { flex: 11 0 0px; height: 55px; overflow: visible; position: relative; width: 1px; }\",\".framer-mYOBV .framer-12ebxw3 { flex: none; height: auto; left: 50%; position: absolute; top: 49%; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-mYOBV .framer-1kobyq0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-mYOBV .framer-1ov79ez { flex: 1 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\".framer-mYOBV .framer-5dazee-container { flex: 10.5 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-mYOBV .framer-1307mkq-container, .framer-mYOBV .framer-cqr22x-container, .framer-mYOBV .framer-1a9b99z-container { height: 410px; position: relative; width: 324px; }\",\".framer-mYOBV .framer-1fpyauv { flex: 0.5 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mYOBV.framer-1f9ra2h, .framer-mYOBV .framer-fwa4ss, .framer-mYOBV .framer-1kobyq0 { gap: 0px; } .framer-mYOBV.framer-1f9ra2h > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-mYOBV.framer-1f9ra2h > :first-child { margin-top: 0px; } .framer-mYOBV.framer-1f9ra2h > :last-child { margin-bottom: 0px; } .framer-mYOBV .framer-fwa4ss > *, .framer-mYOBV .framer-1kobyq0 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-mYOBV .framer-fwa4ss > :first-child, .framer-mYOBV .framer-1kobyq0 > :first-child { margin-left: 0px; } .framer-mYOBV .framer-fwa4ss > :last-child, .framer-mYOBV .framer-1kobyq0 > :last-child { margin-right: 0px; } }\",\".framer-mYOBV.framer-v-3vod31.framer-1f9ra2h { cursor: unset; gap: 16px; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-mYOBV.framer-v-3vod31 .framer-ogl4cf, .framer-mYOBV.framer-v-dk076m .framer-ogl4cf { height: 71px; }\",\".framer-mYOBV.framer-v-3vod31 .framer-g6fzwd { flex: 3 0 0px; }\",\".framer-mYOBV.framer-v-3vod31 .framer-stz7ge { left: -5px; }\",\".framer-mYOBV.framer-v-3vod31 .framer-qak9vu { align-content: center; align-items: center; display: flex; flex: 9 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 21px; justify-content: flex-start; padding: 0px; }\",\".framer-mYOBV.framer-v-3vod31 .framer-12ebxw3 { left: unset; position: relative; top: unset; width: 90%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-mYOBV.framer-v-3vod31.framer-1f9ra2h, .framer-mYOBV.framer-v-3vod31 .framer-qak9vu { gap: 0px; } .framer-mYOBV.framer-v-3vod31.framer-1f9ra2h > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-mYOBV.framer-v-3vod31.framer-1f9ra2h > :first-child { margin-top: 0px; } .framer-mYOBV.framer-v-3vod31.framer-1f9ra2h > :last-child { margin-bottom: 0px; } .framer-mYOBV.framer-v-3vod31 .framer-qak9vu > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-mYOBV.framer-v-3vod31 .framer-qak9vu > :first-child { margin-left: 0px; } .framer-mYOBV.framer-v-3vod31 .framer-qak9vu > :last-child { margin-right: 0px; } }\",\".framer-mYOBV.framer-v-dk076m.framer-1f9ra2h { cursor: unset; padding: 24px 0px 24px 0px; width: 390px; }\",\".framer-mYOBV.framer-v-dk076m .framer-g6fzwd { flex: 3 0 0px; order: 0; }\",\".framer-mYOBV.framer-v-dk076m .framer-qak9vu { flex: 9 0 0px; order: 1; }\",\".framer-mYOBV.framer-v-dk076m .framer-12ebxw3 { left: 0px; width: 90%; }\",\".framer-mYOBV.framer-v-1waw93s.framer-1f9ra2h { width: 1800px; }\",...sharedStyle.css,'.framer-mYOBV[data-border=\"true\"]::after, .framer-mYOBV [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 590\n * @framerIntrinsicWidth 1104\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"tS3ubU7tG\":{\"layout\":[\"fixed\",\"auto\"]},\"XVtrDIHWI\":{\"layout\":[\"fixed\",\"auto\"]},\"ph58Nk0y1\":{\"layout\":[\"fixed\",\"auto\"]},\"XyoGd1bkd\":{\"layout\":[\"fixed\",\"auto\"]},\"bymAeGPo5\":{\"layout\":[\"fixed\",\"auto\"]},\"cdQk2soWK\":{\"layout\":[\"fixed\",\"auto\"]},\"YTBAPtvqD\":{\"layout\":[\"fixed\",\"auto\"]},\"Yyaanqx8W\":{\"layout\":[\"fixed\",\"auto\"]},\"RXAaxi5fE\":{\"layout\":[\"fixed\",\"auto\"]},\"HmwiwoRsE\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"I4LgcGLOh\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerWmqGK2osR=withCSS(Component,css,\"framer-mYOBV\");export default FramerWmqGK2osR;FramerWmqGK2osR.displayName=\"Service Card/#3\";FramerWmqGK2osR.defaultProps={height:590,width:1104};addPropertyControls(FramerWmqGK2osR,{variant:{options:[\"M3Ufkk0WJ\",\"tS3ubU7tG\",\"XVtrDIHWI\",\"ph58Nk0y1\",\"XyoGd1bkd\",\"bymAeGPo5\"],optionTitles:[\"Desktop Open\",\"Desktop Closed\",\"Tablet Open\",\"Tablet Closed\",\"Desktop XL- Open\",\"Desktop XL - Close\"],title:\"Variant\",type:ControlType.Enum},I4LgcGLOh:{defaultValue:\"post-production image\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerWmqGK2osR,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ServiceFonts,...CarouselFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerWmqGK2osR\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"I4LgcGLOh\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"590\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1104\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tS3ubU7tG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XVtrDIHWI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ph58Nk0y1\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XyoGd1bkd\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bymAeGPo5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"cdQk2soWK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YTBAPtvqD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Yyaanqx8W\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"RXAaxi5fE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HmwiwoRsE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4e800ba)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={TDEV9hP6P:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4e800ba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useRouteElementId,withCodeBoundaryForOverrides,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow1 from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/qlN04JKWsPiTjQExBWpf/SlideShow.js\";import Auditorium2Vanves from\"#framer/local/canvasComponent/cJI9KBB5T/cJI9KBB5T.js\";import Navigation from\"#framer/local/canvasComponent/HO3nsLNID/HO3nsLNID.js\";import ServiceCard1 from\"#framer/local/canvasComponent/mrtiZXQ6t/mrtiZXQ6t.js\";import Footer from\"#framer/local/canvasComponent/sS_afHTu_/sS_afHTu_.js\";import ServiceCard2 from\"#framer/local/canvasComponent/T60o02MyT/T60o02MyT.js\";import ServiceCard3 from\"#framer/local/canvasComponent/WmqGK2osR/WmqGK2osR.js\";import{withBorderGradient}from\"#framer/local/codeFile/LLLPRpn/Title.js\";import*as sharedStyle from\"#framer/local/css/GRAs7ohZU/GRAs7ohZU.js\";import*as sharedStyle1 from\"#framer/local/css/pqlVc9RDM/pqlVc9RDM.js\";import*as sharedStyle3 from\"#framer/local/css/PWro4TqbL/PWro4TqbL.js\";import*as sharedStyle2 from\"#framer/local/css/Ss9hbM9eG/Ss9hbM9eG.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const NavigationFonts=getFonts(Navigation);const ContainerWithFX=withFX(Container);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const SVGWithFX=withFX(SVG);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithBorderGradient1mrvf09=withCodeBoundaryForOverrides(RichText,{nodeId:\"URu7DqcgV\",override:withBorderGradient,scopeId:\"augiA20Il\"});const MotionDivWithFX=withFX(motion.div);const RichTextWithBorderGradient1sfc6kz=withCodeBoundaryForOverrides(RichText,{nodeId:\"qq2hByS98\",override:withBorderGradient,scopeId:\"augiA20Il\"});const MotionDivWithBorderGradient9c8l1r=withCodeBoundaryForOverrides(motion.div,{nodeId:\"Em_7NuXi_\",override:withBorderGradient,scopeId:\"augiA20Il\"});const ServiceCard1Fonts=getFonts(ServiceCard1);const ServiceCard3Fonts=getFonts(ServiceCard3);const ServiceCard2Fonts=getFonts(ServiceCard2);const Auditorium2VanvesFonts=getFonts(Auditorium2Vanves);const SlideshowFonts=getFonts(Slideshow);const RichTextWithBorderGradientkzsiho=withCodeBoundaryForOverrides(RichText,{nodeId:\"n5eh0tmRu\",override:withBorderGradient,scopeId:\"augiA20Il\"});const Slideshow1Fonts=getFonts(Slideshow1);const RichTextWithBorderGradient18fsi5k=withCodeBoundaryForOverrides(RichText,{nodeId:\"LmRI0I4Uz\",override:withBorderGradient,scopeId:\"augiA20Il\"});const FooterFonts=getFonts(Footer);const breakpoints={N8jWf89RD:\"(max-width: 1279px)\",vDC5GVDky:\"(min-width: 1800px)\",WQLkyLRf1:\"(min-width: 1280px) and (max-width: 1799px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VaeOt\";const variantClassNames={N8jWf89RD:\"framer-v-t43aud\",vDC5GVDky:\"framer-v-8zkywy\",WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transition2={bounce:.2,delay:1.1,duration:.4,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const transition3={delay:0,duration:1.9,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-10};const transition4={delay:0,duration:.7,ease:[.95,.14,.9,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:30};const transition5={damping:30,delay:0,mass:1,stiffness:150,type:\"spring\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition5,x:0,y:30};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Desktop XL\":\"vDC5GVDky\",Desktop:\"WQLkyLRf1\",Phone:\"N8jWf89RD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"N8jWf89RD\")return false;return true;};usePreloadLocalizedValues(activeLocale);const elementId=useRouteElementId(\"uAItBNWBN\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"MWtuGUMwU\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"fqTnfe8aV\");const ref3=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"vDC5GVDky\")return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"vDC5GVDky\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1}},children:/*#__PURE__*/_jsx(ContainerWithFX,{className:\"framer-xvhicl-container\",nodeId:\"QqQBFjjvz\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"HXiBDbWqm\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"QqQBFjjvz\",layoutId:\"QqQBFjjvz\",style:{width:\"100%\"},variant:\"yDrxJCwFx\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1txxc8-container\",\"data-framer-appear-id\":\"1txxc8\",initial:animation3,layoutScroll:true,nodeId:\"CZIAaH6ko\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"ScxgzaHTp\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"CZIAaH6ko\",layoutId:\"CZIAaH6ko\",style:{width:\"100%\"},variant:\"XiZJYJh_l\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:6e3,pixelWidth:4e3,src:\"https://framerusercontent.com/images/qmBs0ITBvqIvGUbGhdJMfo80JGQ.jpg\"}},vDC5GVDky:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:4e3,pixelWidth:6e3,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg 6000w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation4,as:\"header\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:4e3,intrinsicWidth:2250,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0),pixelHeight:4e3,pixelWidth:6e3,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.9992)`,src:\"https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=4096\",srcSet:\"https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/PEqoMPZx6CODcfcypWPlHsmE.jpg 6000w\"},className:\"framer-7f2v4c\",\"data-framer-appear-id\":\"7f2v4c\",\"data-framer-name\":\"Header Image\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4o36me\",children:[/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:90,__perspectiveFX:false,__targetOpacity:1,animate:animation5,className:\"framer-cy74jg\",\"data-framer-appear-id\":\"cy74jg\",initial:animation3,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmu16q\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 316 43\"><path d=\"M 283.303 3.425 L 313.586 3.425 L 313.586 9.594 L 289.36 9.594 L 289.36 19.618 L 313.586 19.618 L 313.586 25.787 L 289.36 25.787 L 289.36 35.811 L 313.586 35.811 L 313.586 41.982 L 283.303 41.982 Z M 259.841 35.811 L 267.753 35.811 C 269.063 35.833 270.323 35.304 271.236 34.348 C 272.175 33.418 272.696 32.134 272.673 30.8 C 272.673 29.411 272.195 28.229 271.236 27.253 C 270.323 26.296 269.063 25.765 267.753 25.787 L 257.836 25.787 C 255.9 25.796 253.995 25.292 252.309 24.323 C 250.663 23.315 249.285 21.912 248.296 20.236 C 247.345 18.519 246.849 16.579 246.857 14.607 C 246.857 12.55 247.337 10.674 248.296 8.978 C 249.274 7.313 250.656 5.932 252.309 4.968 C 253.979 3.952 255.89 3.419 257.836 3.425 L 277.973 3.425 L 277.973 9.594 L 257.836 9.594 C 256.472 9.594 255.311 10.083 254.353 11.059 C 253.413 11.989 252.892 13.273 252.914 14.607 C 252.893 15.941 253.413 17.225 254.353 18.154 C 255.265 19.111 256.526 19.641 257.836 19.618 L 267.753 19.618 C 269.722 19.618 271.539 20.132 273.205 21.161 C 274.879 22.096 276.267 23.484 277.217 25.171 C 278.227 26.867 278.73 28.743 278.73 30.8 C 278.737 32.782 278.214 34.728 277.217 36.429 C 276.256 38.127 274.872 39.536 273.205 40.514 C 271.548 41.49 269.666 41.996 267.753 41.982 L 259.841 41.982 Z M 222.174 3.425 L 230.426 3.425 L 247.461 41.982 L 240.95 41.982 L 237.089 33.498 L 215.437 33.498 L 211.651 41.982 L 205.064 41.982 Z M 234.438 27.33 L 226.262 9.363 L 218.086 27.33 Z M 171.65 3.425 L 177.705 3.425 L 177.705 19.618 L 195.876 19.618 L 195.876 3.425 L 201.932 3.425 L 201.932 41.982 L 195.876 41.982 L 195.876 25.785 L 177.705 25.785 L 177.705 36.652 L 171.648 36.652 L 171.648 3.425 Z M 135.959 3.425 L 154.506 3.425 C 156.775 3.425 158.846 4.016 160.714 5.199 C 162.605 6.302 164.172 7.899 165.256 9.825 C 166.417 11.728 166.997 13.835 166.997 16.15 C 166.997 18.411 166.417 20.518 165.256 22.472 C 164.161 24.409 162.597 26.029 160.714 27.175 C 158.846 28.306 156.777 28.872 154.504 28.872 L 142.015 28.872 L 142.015 41.982 L 135.957 41.982 L 135.957 3.425 Z M 154.504 22.703 C 155.665 22.703 156.724 22.42 157.683 21.854 C 158.654 21.276 159.462 20.453 160.03 19.464 C 160.636 18.436 160.939 17.332 160.939 16.15 C 160.939 14.967 160.636 13.887 160.03 12.91 C 159.491 11.899 158.677 11.069 157.685 10.52 C 156.735 9.906 155.631 9.584 154.506 9.594 L 142.013 9.594 L 142.013 22.703 L 154.506 22.703 Z M 85.12 3.425 L 130.544 3.425 L 130.544 9.594 L 91.176 9.594 L 91.176 19.618 L 130.544 19.618 L 130.544 25.787 L 91.176 25.787 L 91.176 35.811 L 130.544 35.811 L 130.544 41.982 L 85.121 41.982 L 85.121 3.425 Z M 49.433 3.425 L 56.777 3.425 L 73.661 31.493 L 73.661 3.425 L 79.718 3.425 L 79.718 41.982 L 72.373 41.982 L 55.492 13.912 L 55.492 33.545 L 49.433 33.545 Z M 43.182 3.353 L 43.182 33.543 L 37.078 33.543 L 37.078 3.353 Z M 29.299 12.91 C 28.031 11.603 26.509 10.578 24.831 9.902 C 23.205 9.191 21.454 8.824 19.684 8.823 C 17.211 8.823 14.94 9.44 12.871 10.674 C 10.815 11.894 9.116 13.65 7.949 15.763 C 6.737 17.871 6.132 20.184 6.132 22.703 C 6.132 25.223 6.713 27.561 7.874 29.72 C 9.057 31.799 10.754 33.527 12.795 34.733 C 14.905 35.913 17.277 36.523 19.684 36.506 C 21.448 36.517 23.197 36.176 24.833 35.503 C 26.511 34.827 28.032 33.804 29.301 32.497 L 33.614 36.892 C 31.775 38.774 29.588 40.268 27.179 41.287 C 24.796 42.256 22.252 42.753 19.686 42.752 C 16.101 42.752 12.795 41.853 9.766 40.054 C 6.801 38.268 4.327 35.748 2.574 32.728 C 0.866 29.675 -0.022 26.217 0 22.703 C 0 19.054 0.883 15.712 2.649 12.679 C 4.36 9.652 6.812 7.127 9.766 5.353 C 12.795 3.554 16.101 2.655 19.684 2.655 C 22.258 2.655 24.757 3.169 27.179 4.196 C 29.594 5.167 31.785 6.637 33.614 8.513 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11773527531},vDC5GVDky:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 920 117\"><path d=\"M 826.914 3.429 L 914.771 3.429 L 914.771 21.19 L 844.486 21.19 L 844.486 50.052 L 914.771 50.052 L 914.771 67.813 L 844.486 67.813 L 844.486 96.676 L 914.771 96.676 L 914.771 114.442 L 826.914 114.442 Z M 758.844 96.676 L 781.799 96.676 C 785.598 96.739 789.255 95.214 791.904 92.461 C 794.629 89.784 796.138 86.088 796.074 82.247 C 796.074 78.249 794.686 74.844 791.904 72.033 C 789.256 69.278 785.599 67.751 781.799 67.813 L 753.026 67.813 C 747.409 67.84 741.883 66.387 736.991 63.599 C 732.217 60.697 728.22 56.657 725.35 51.832 C 722.59 46.887 721.151 41.301 721.175 35.624 C 721.175 29.701 722.568 24.3 725.35 19.415 C 728.187 14.622 732.195 10.646 736.991 7.87 C 741.838 4.946 747.381 3.41 753.026 3.429 L 811.451 3.429 L 811.451 21.19 L 753.026 21.19 C 749.071 21.19 745.702 22.598 742.921 25.41 C 740.194 28.086 738.683 31.782 738.746 35.624 C 738.685 39.464 740.195 43.161 742.921 45.838 C 745.569 48.593 749.226 50.118 753.026 50.052 L 781.799 50.052 C 787.51 50.052 792.782 51.533 797.615 54.494 C 802.472 57.186 806.5 61.181 809.256 66.039 C 812.185 70.924 813.645 76.325 813.645 82.247 C 813.665 87.952 812.148 93.556 809.256 98.455 C 806.467 103.343 802.452 107.4 797.615 110.217 C 792.81 113.025 787.349 114.483 781.799 114.442 L 758.844 114.442 Z M 649.563 3.429 L 673.503 3.429 L 722.926 114.442 L 704.038 114.442 L 692.835 90.016 L 630.017 90.016 L 619.034 114.442 L 599.921 114.442 Z M 685.144 72.255 L 661.423 20.524 L 637.702 72.255 Z M 502.981 3.429 L 520.547 3.429 L 520.547 50.052 L 573.266 50.052 L 573.266 3.429 L 590.837 3.429 L 590.837 114.442 L 573.266 114.442 L 573.266 67.808 L 520.547 67.808 L 520.547 99.095 L 502.975 99.095 L 502.975 3.429 Z M 399.431 3.429 L 453.242 3.429 C 459.825 3.429 465.832 5.131 471.252 8.536 C 476.738 11.713 481.286 16.31 484.429 21.855 C 487.798 27.334 489.482 33.4 489.482 40.065 C 489.482 46.575 487.798 52.642 484.429 58.27 C 481.253 63.847 476.717 68.509 471.252 71.811 C 465.832 75.066 459.83 76.696 453.237 76.696 L 417.002 76.696 L 417.002 114.442 L 399.426 114.442 L 399.426 3.429 Z M 453.237 58.935 C 456.605 58.935 459.677 58.12 462.459 56.49 C 465.276 54.826 467.621 52.456 469.267 49.609 C 471.028 46.648 471.905 43.47 471.905 40.065 C 471.905 36.66 471.028 33.55 469.267 30.738 C 467.705 27.828 465.342 25.437 462.464 23.857 C 459.709 22.088 456.506 21.161 453.242 21.19 L 416.997 21.19 L 416.997 58.935 L 453.242 58.935 Z M 251.935 3.429 L 383.722 3.429 L 383.722 21.19 L 269.506 21.19 L 269.506 50.052 L 383.722 50.052 L 383.722 67.813 L 269.506 67.813 L 269.506 96.676 L 383.722 96.676 L 383.722 114.442 L 251.94 114.442 L 251.94 3.429 Z M 148.401 3.429 L 169.708 3.429 L 218.691 84.243 L 218.691 3.429 L 236.262 3.429 L 236.262 114.442 L 214.955 114.442 L 165.977 33.622 L 165.977 90.15 L 148.401 90.15 Z M 130.263 3.222 L 130.263 90.145 L 112.554 90.145 L 112.554 3.222 Z M 89.986 30.738 C 86.306 26.974 81.891 24.024 77.023 22.077 C 72.305 20.03 67.225 18.973 62.09 18.972 C 54.915 18.972 48.326 20.746 42.325 24.3 C 36.359 27.812 31.429 32.869 28.045 38.951 C 24.529 45.023 22.773 51.682 22.773 58.935 C 22.773 66.188 24.457 72.92 27.825 79.136 C 31.259 85.124 36.181 90.1 42.105 93.57 C 48.227 96.968 55.107 98.726 62.09 98.677 C 67.208 98.707 72.283 97.725 77.028 95.788 C 81.896 93.843 86.311 90.895 89.991 87.132 L 102.505 99.786 C 97.168 105.207 90.824 109.508 83.836 112.44 C 76.921 115.231 69.542 116.663 62.095 116.66 C 51.695 116.66 42.105 114.071 33.317 108.891 C 24.714 103.749 17.536 96.493 12.449 87.798 C 7.494 79.007 4.919 69.052 4.982 58.935 C 4.982 48.427 7.544 38.806 12.668 30.073 C 17.632 21.356 24.746 14.089 33.317 8.979 C 42.105 3.8 51.695 1.21 62.09 1.21 C 69.557 1.21 76.809 2.691 83.836 5.647 C 90.841 8.444 97.198 12.677 102.505 18.079 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11634636484}},children:/*#__PURE__*/_jsx(SVGWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:.9,className:\"framer-16x16lb\",\"data-framer-name\":\"Graphic\",opacity:.9,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 690 93\"><path d=\"M 620.819 4.805 L 687.178 4.805 L 687.178 18.147 L 634.091 18.147 L 634.091 39.827 L 687.178 39.827 L 687.178 53.169 L 634.091 53.169 L 634.091 74.849 L 687.178 74.849 L 687.178 88.195 L 620.819 88.195 Z M 569.404 74.849 L 586.743 74.849 C 589.612 74.897 592.374 73.752 594.375 71.684 C 596.434 69.673 597.573 66.896 597.525 64.011 C 597.525 61.008 596.476 58.45 594.375 56.339 C 592.375 54.269 589.613 53.122 586.743 53.169 L 565.01 53.169 C 560.768 53.189 556.593 52.098 552.898 50.003 C 549.292 47.824 546.273 44.789 544.105 41.164 C 542.021 37.45 540.934 33.254 540.952 28.989 C 540.952 24.54 542.005 20.483 544.105 16.814 C 546.248 13.213 549.276 10.227 552.898 8.141 C 556.559 5.945 560.746 4.791 565.01 4.805 L 609.139 4.805 L 609.139 18.147 L 565.01 18.147 C 562.022 18.147 559.478 19.204 557.377 21.316 C 555.318 23.327 554.176 26.103 554.224 28.989 C 554.178 31.874 555.319 34.65 557.377 36.661 C 559.377 38.731 562.14 39.877 565.01 39.827 L 586.743 39.827 C 591.056 39.827 595.038 40.939 598.689 43.164 C 602.357 45.186 605.4 48.187 607.481 51.836 C 609.694 55.505 610.796 59.563 610.796 64.011 C 610.812 68.297 609.666 72.506 607.481 76.186 C 605.375 79.858 602.342 82.906 598.689 85.021 C 595.059 87.13 590.935 88.226 586.743 88.195 L 569.404 88.195 Z M 486.862 4.805 L 504.945 4.805 L 542.274 88.195 L 528.008 88.195 L 519.547 69.847 L 472.099 69.847 L 463.803 88.195 L 449.367 88.195 Z M 513.738 56.505 L 495.821 17.647 L 477.904 56.505 Z M 376.146 4.805 L 389.414 4.805 L 389.414 39.827 L 429.234 39.827 L 429.234 4.805 L 442.506 4.805 L 442.506 88.195 L 429.234 88.195 L 429.234 53.165 L 389.414 53.165 L 389.414 76.667 L 376.143 76.667 L 376.143 4.805 Z M 297.934 4.805 L 338.578 4.805 C 343.551 4.805 348.088 6.084 352.181 8.641 C 356.325 11.028 359.76 14.481 362.134 18.646 C 364.678 22.762 365.951 27.319 365.951 32.325 C 365.951 37.215 364.678 41.772 362.134 46 C 359.735 50.19 356.309 53.692 352.181 56.172 C 348.088 58.617 343.554 59.842 338.574 59.842 L 311.205 59.842 L 311.205 88.195 L 297.93 88.195 L 297.93 4.805 Z M 338.574 46.5 C 341.118 46.5 343.439 45.888 345.54 44.663 C 347.668 43.414 349.439 41.633 350.682 39.494 C 352.012 37.27 352.675 34.883 352.675 32.325 C 352.675 29.768 352.012 27.431 350.682 25.319 C 349.503 23.133 347.718 21.337 345.544 20.15 C 343.462 18.821 341.043 18.125 338.578 18.147 L 311.202 18.147 L 311.202 46.5 L 338.578 46.5 Z M 186.527 4.805 L 286.069 4.805 L 286.069 18.147 L 199.799 18.147 L 199.799 39.827 L 286.069 39.827 L 286.069 53.169 L 199.799 53.169 L 199.799 74.849 L 286.069 74.849 L 286.069 88.195 L 186.531 88.195 L 186.531 4.805 Z M 108.326 4.805 L 124.42 4.805 L 161.418 65.511 L 161.418 4.805 L 174.69 4.805 L 174.69 88.195 L 158.596 88.195 L 121.602 27.485 L 121.602 69.948 L 108.326 69.948 Z M 94.626 4.65 L 94.626 69.944 L 81.25 69.944 L 81.25 4.65 Z M 64.205 25.319 C 61.425 22.492 58.091 20.276 54.414 18.813 C 50.85 17.275 47.013 16.482 43.135 16.48 C 37.715 16.48 32.738 17.813 28.205 20.483 C 23.699 23.121 19.976 26.92 17.42 31.488 C 14.764 36.049 13.438 41.052 13.438 46.5 C 13.438 51.948 14.71 57.005 17.254 61.674 C 19.847 66.172 23.565 69.91 28.039 72.517 C 32.663 75.069 37.86 76.39 43.135 76.353 C 47 76.375 50.833 75.638 54.417 74.183 C 58.094 72.721 61.429 70.507 64.209 67.681 L 73.66 77.186 C 69.63 81.258 64.837 84.489 59.56 86.691 C 54.336 88.788 48.763 89.864 43.138 89.861 C 35.283 89.861 28.039 87.916 21.402 84.025 C 14.904 80.163 9.482 74.712 5.639 68.181 C 1.897 61.577 -0.048 54.099 0 46.5 C 0 38.607 1.935 31.38 5.805 24.819 C 9.554 18.272 14.928 12.812 21.402 8.974 C 28.039 5.084 35.283 3.139 43.135 3.139 C 48.774 3.139 54.252 4.251 59.56 6.471 C 64.851 8.572 69.652 11.752 73.66 15.81 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11408446334,withExternalLayout:true})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-139ptig\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 422 56\"><path d=\"M 0 0 L 422 56 L 0 56 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11966999729}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gqtyq1\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 926 105\"><path d=\"M 0 0 L 926 105 L 0 105 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10653605236,withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1u1kejn hidden-t43aud\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 420 90\"><path d=\"M 0 90 L 420 0 L 420 90 Z\" fill=\"var(--token-9155a1cc-0313-4de0-96d0-91328f513a7d, rgb(255, 255, 255))\"></path></svg>',svgContentId:12320567531,withExternalLayout:true})]})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{__framer__threshold:0}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1uxubjv\",\"data-framer-name\":\"Section Home\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ood2j0 hidden-t43aud\",\"data-framer-name\":\"1fr\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9i8uvw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13avbl9\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l529a9\",\"data-framer-name\":\"Key\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vDC5GVDky:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"84px\",\"--framer-letter-spacing\":\"-0.54px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"20\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.44px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"20\"})}),className:\"framer-eww76d\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ed4la5\",\"data-styles-preset\":\"GRAs7ohZU\",style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"AUDITORIUMS\"})}),className:\"framer-1cgv3cd\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-121lvim\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"left\"},children:[\"Enregistrements voix, bruitage, mixage & v\\xe9rification DCP. \",/*#__PURE__*/_jsx(\"br\",{}),\"3500m\\xb2 de surface de travail.\"]})}),className:\"framer-5sct6u\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qwf83c\",\"data-framer-name\":\"Key\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vDC5GVDky:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"84px\",\"--framer-letter-spacing\":\"-0.54px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"46\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.44px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"46\"})}),className:\"framer-4gepp6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ed4la5\",\"data-styles-preset\":\"GRAs7ohZU\",style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"ann\\xe9es d\u2019exp\\xe9rience\"})}),className:\"framer-1tnx1n6\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-10z8ytl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",children:\"De collaboration avec des clients qui nous accordent leur confiance depuis 1979.\"})}),className:\"framer-faot75\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u7xiqk\",\"data-framer-name\":\"Key\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vDC5GVDky:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"84px\",\"--framer-letter-spacing\":\"-0.54px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"3\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.44px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"3\"})}),className:\"framer-1cu7c5l\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ed4la5\",\"data-styles-preset\":\"GRAs7ohZU\",style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"sites parisiens\"})}),className:\"framer-1t2qce8\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pj4nvh\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",children:[\"VANVES (Porte de Versailles)\",/*#__PURE__*/_jsx(\"br\",{}),\"PARIS 15 (Vaugirard)\",/*#__PURE__*/_jsx(\"br\",{}),\"PARIS 11 pour Deflight (Bastille)\"]})}),className:\"framer-3jbyfs\",fonts:[\"Inter\"],id:\"3jbyfs\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vsyupp\",\"data-framer-name\":\"Key\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vDC5GVDky:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"84px\",\"--framer-letter-spacing\":\"-0.54px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"1\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.44px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"1\"})}),className:\"framer-147he2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ed4la5\",\"data-styles-preset\":\"GRAs7ohZU\",style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(0, 163, 133))\"},children:\"partenaire Image\"})}),className:\"framer-10fy8be\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-teomzj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.18px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.42)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"DEFLIGHT\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"\\u2028\\u2028\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"rgba(0, 0, 0, 0.42)\"},children:[/*#__PURE__*/_jsx(\"strong\",{children:\"DEFLIGHT\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-weight\":\"300\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"\\u2028\\u2028\"})]})}),className:\"framer-d2iry0\",fonts:[\"Inter-SemiBold\",\"Inter-Bold\",\"Inter-Light\",\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",children:[\"Post-production image.             \",/*#__PURE__*/_jsx(\"br\",{}),\"Du tournage jusqu\u2019au DCP ou masterisation.\"]})}),className:\"framer-1t4nff4\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qil6t6\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s23yoz\",\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{children:getLocalizedValue(\"v9\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1op2b3o\",\"data-styles-preset\":\"Ss9hbM9eG\",children:[\"Post-prodUCTION \",/*#__PURE__*/_jsx(\"br\",{}),\"SON & Image \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Doublage \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:[\"Cin\\xe9ma, TV\",/*#__PURE__*/_jsx(\"br\",{}),\"PLATEFORME\"]})]})}),fonts:[\"Inter\"]},vDC5GVDky:{children:getLocalizedValue(\"v10\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1op2b3o\",\"data-styles-preset\":\"Ss9hbM9eG\",children:[\"Post-production SON & Image Doublage \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"Cin\\xe9ma, PLATEFORME, TV\"})]})}),fonts:[\"Inter\"]}},children:/*#__PURE__*/_jsx(RichTextWithBorderGradient1mrvf09,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-1op2b3o\",\"data-styles-preset\":\"Ss9hbM9eG\",children:[\"Post-production SON & Image  \",/*#__PURE__*/_jsx(\"br\",{}),\"Doublage\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:/*#__PURE__*/_jsx(\"strong\",{children:\"Cin\\xe9ma, PLATEFORME, TV\"})})]})}),className:\"framer-1mrvf09\",\"data-framer-name\":\"Services\",fonts:[\"Inter\",\"Inter-Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d17fnq hidden-t43aud\",\"data-framer-name\":\"1fr\"})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1719),pixelHeight:8e3,pixelWidth:6e3,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/FtaofWrNyNomnHy3OG6k21rCuPA.jpg\",srcSet:\"https://framerusercontent.com/images/FtaofWrNyNomnHy3OG6k21rCuPA.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/FtaofWrNyNomnHy3OG6k21rCuPA.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/FtaofWrNyNomnHy3OG6k21rCuPA.jpg?scale-down-to=4096 3072w,https://framerusercontent.com/images/FtaofWrNyNomnHy3OG6k21rCuPA.jpg 6000w\"}},vDC5GVDky:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1993),pixelHeight:945,pixelWidth:2048,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pN8vh6gIPEqqAZ7gJcVepkCU.jpg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1820),pixelHeight:945,pixelWidth:2048,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/pN8vh6gIPEqqAZ7gJcVepkCU.jpg\"},className:\"framer-16f0b3g\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-csn32r\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lfc08i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 395 73\"><path d=\"M 0.244 0 L 394 0 L -1 73 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9915150608},vDC5GVDky:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1739 127\"><path d=\"M -259 107.287 L 1476 -19 L -259 -19 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10463242654}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dqvkp3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1217 89\"><path d=\"M 0 88.5 L 1217 0 L 0 0 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11870828867,withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ibdvop\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 148 45\"><path d=\"M 148 44.5 L 0.5 44.5 L 148 0.5 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11538054215}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1swdz0h\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 99 45\"><path d=\"M 0.5 44.5 L 99 44.5 L 99 0 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12099078803,withExternalLayout:true})})})]})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-101w3wq\",\"data-framer-name\":\"Services Section\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-pyca1a\",\"data-border\":true,\"data-framer-name\":\"Section Title\",children:/*#__PURE__*/_jsx(MotionDivWithBorderGradient9c8l1r,{className:\"framer-9c8l1r\",children:/*#__PURE__*/_jsx(RichTextWithBorderGradient1sfc6kz,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-11siiiz\",\"data-styles-preset\":\"PWro4TqbL\",style:{\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"DES SERVICES\"}),\" pour VOUS ACCOMPAGNER\"]})}),className:\"framer-1sfc6kz\",\"data-framer-name\":\"Services\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{y:(componentViewport?.y||0)+0+2208+0+190},vDC5GVDky:{y:(componentViewport?.y||0)+0+2745+0+197}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:740,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2332+0+238,children:/*#__PURE__*/_jsx(Container,{className:\"framer-c5hrmp-container\",nodeId:\"nwHM8JIzd\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"MHltxYyr8\"}},children:/*#__PURE__*/_jsx(ServiceCard1,{height:\"100%\",I4LgcGLOh:getLocalizedValue(\"v12\",activeLocale)??\"POST-PRODUCTION SON\",id:\"nwHM8JIzd\",layoutId:\"nwHM8JIzd\",style:{width:\"100%\"},variant:\"wncOvlln8\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{y:(componentViewport?.y||0)+0+2208+0+930},vDC5GVDky:{y:(componentViewport?.y||0)+0+2745+0+937}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2332+0+978,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kl4dec-container\",nodeId:\"Jx1jHH08O\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"ph58Nk0y1\"},vDC5GVDky:{variant:\"bymAeGPo5\"}},children:/*#__PURE__*/_jsx(ServiceCard3,{height:\"100%\",I4LgcGLOh:getLocalizedValue(\"v13\",activeLocale)??\"post-production image\",id:\"Jx1jHH08O\",layoutId:\"Jx1jHH08O\",style:{width:\"100%\"},variant:\"tS3ubU7tG\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{y:(componentViewport?.y||0)+0+2208+0+1520},vDC5GVDky:{y:(componentViewport?.y||0)+0+2745+0+1527}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+2332+0+1568,children:/*#__PURE__*/_jsx(Container,{className:\"framer-omsujm-container\",nodeId:\"ouv0meePQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"XWyCFxiHp\"},vDC5GVDky:{variant:\"lEaq9u46v\"}},children:/*#__PURE__*/_jsx(ServiceCard2,{height:\"100%\",I4LgcGLOh:getLocalizedValue(\"v14\",activeLocale)??\"doublage\",id:\"ouv0meePQ\",layoutId:\"ouv0meePQ\",style:{width:\"100%\"},variant:\"sLOyPgxjF\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1hqc6pz\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-sk916z\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation7,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-7av3bd-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"R1o0pYlFX\",rendersWithMotion:true,scopeId:\"augiA20Il\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:0,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:12,fadeWidth:25,overflow:true},gap:12,height:\"100%\",id:\"R1o0pYlFX\",intervalControl:2.1,itemAmount:1,layoutId:\"R1o0pYlFX\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:40,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-c0yhsb\",\"data-framer-name\":\"Studios/4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5996,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg\",srcSet:\"https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/jCKyI0Zi5EZ1OiephNxoFgW744.jpg 8000w\"},className:\"framer-1svufxz\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-c4ry0y\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v15\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 6 (Vanves)\"})}),className:\"framer-zij5y7\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8l6a3h\",\"data-framer-name\":\"Studios/6\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4500,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg\",srcSet:\"https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/uXqA5LGhBziUxgfAxXQLXHMfJY.jpg 8000w\"},className:\"framer-12rim7j\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6rrby8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v16\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 2 (Vanves)\"})}),className:\"framer-1bwp7hn\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dy4kp3\",\"data-framer-name\":\"Studio 3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:464,width:\"663px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pvmdhn-container\",inComponentSlot:true,nodeId:\"Z91wLOmzd\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Auditorium2Vanves,{height:\"100%\",id:\"Z91wLOmzd\",layoutId:\"Z91wLOmzd\",style:{height:\"100%\",width:\"100%\"},variant:\"JEpZ3dUFh\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yrjrrl\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v17\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 3 (Paris)\"})}),className:\"framer-1k7x3kb\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-i7p6bt\",\"data-framer-name\":\"Studios/2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5996,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg\",srcSet:\"https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/gxVGsFAw0gEg8VJrQPUj7a6UEc.jpg 8000w\"},className:\"framer-15sfkna\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-lfvcgm\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v18\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 3 (Vanves)\"})}),className:\"framer-4ll3kz\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rihwts\",\"data-framer-name\":\"Studios/3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5996,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg\",srcSet:\"https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/shSiWGiTf6gzbZq7WNfCwuWAI.jpg 8000w\"},className:\"framer-1gmwo68\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ft2wl8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v19\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 1 (Vanves)\"})}),className:\"framer-f4760k\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sdxlbp\",\"data-framer-name\":\"Studios/1\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:6e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg\",srcSet:\"https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/tdQXUUlrk77rxmTSwvEMKrddOXc.jpg 6000w\"},className:\"framer-1wgdsvl\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-bf1kij\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v20\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 2 (Paris)\"})}),className:\"framer-h8vzby\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7qj22g\",\"data-framer-name\":\"Studios/5\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5996,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg\",srcSet:\"https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/xS0bpgAfkGnCmbFE6Icp054divM.jpg 8000w\"},className:\"framer-nskwpj\",id:elementId1,ref:ref2}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-3fgan7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 4 (Vanves)\"})}),className:\"framer-1c0cmm4\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-afnbhu\",\"data-framer-name\":\"Studios/10\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:6e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg\",srcSet:\"https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/r2U0eXnTrhdrS4fWDNr0qhWwJ34.jpg 6000w\"},className:\"framer-16q92ze\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zc55lk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 5 (Paris)\"})}),className:\"framer-117gjgx\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dh8i61\",\"data-framer-name\":\"Studios/7\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:5996,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg\",srcSet:\"https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/15JrHMYqFQBizuE9L05z2p8.jpg 8000w\"},className:\"framer-jiwedg\",id:elementId2,ref:ref3}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1m6oh9s\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 7 (Vanves)\"})}),className:\"framer-pa95lc\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-d41le2\",\"data-framer-name\":\"Studios/8\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:5632,sizes:\"663px\",src:\"https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg\",srcSet:\"https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/XdlJJitf7nFuVnYIgfhYWiNXo.jpg 5632w\"},className:\"framer-19kw6u3\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15tai47\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 8 (Paris)\"})}),className:\"framer-7uypvj\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rmbpye\",\"data-framer-name\":\"Studios/11\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1267,pixelWidth:1900,sizes:\"663px\",src:\"https://framerusercontent.com/images/tGOl6AGXu01B4lrh5LRHZ2S6qQ.jpg\",srcSet:\"https://framerusercontent.com/images/tGOl6AGXu01B4lrh5LRHZ2S6qQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/tGOl6AGXu01B4lrh5LRHZ2S6qQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/tGOl6AGXu01B4lrh5LRHZ2S6qQ.jpg 1900w\"},className:\"framer-446qfz\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17xa3c3\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Salle de montage Deflight (Paris)\"})}),className:\"framer-bwcq17\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nujakv\",\"data-framer-name\":\"Studios/12\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:5621,sizes:\"663px\",src:\"https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg\",srcSet:\"https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/kbIu5QD4Rzu40j5HKqwl9H4Q.jpg 5621w\"},className:\"framer-17ktj7k\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15fvoiv\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 1 (Paris)\"})}),className:\"framer-1e5rt22\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11uikt8\",\"data-framer-name\":\"Studios/ 2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:6e3,pixelWidth:8e3,sizes:\"663px\",src:\"https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg\",srcSet:\"https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/d7AVhNqBmfUA9ySTXstJ060sc.jpg 8000w\"},className:\"framer-17xoeuu\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nmyxld\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.28px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-fb4b67b5-91ba-4b73-b4a6-f55417ea1c0c, rgb(102, 102, 102))\"},children:\"Auditorium 2 (Vanves)\"})}),className:\"framer-f6qw97\",\"data-framer-name\":\"Date\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})],startFrom:1,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:116,type:\"spring\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-km33dr\",\"data-framer-name\":\"Projets\",id:\"km33dr\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wf024f\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-98ydpd hidden-t43aud\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-yq2ebj\",children:/*#__PURE__*/_jsx(RichTextWithBorderGradientkzsiho,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-11siiiz\",\"data-styles-preset\":\"PWro4TqbL\",children:[\"Une diversit\\xe9 \",/*#__PURE__*/_jsx(\"br\",{}),\"DE \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(40, 112, 82))\"},children:\"Projets\"}),\" \"]})}),className:\"framer-kzsiho\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ybl0ky hidden-t43aud\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-t8cup1\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v28\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"var(--token-a7dd165a-3d68-45ab-8826-ad5b74257261, rgb(0, 0, 0))\"},children:\"Courts-m\\xe9trages, projets immersifs, s\\xe9ries d\u2019animation, mixage cin\\xe9ma & t\\xe9l\\xe9vision, ADR/Source Connect, films concourant pour la Palme D\u2019or ou encore doublages de productions hollywoodiennes, Cinephase investit et accompagne une diversit\\xe9 de projets avec passion et excellence.\"})}),className:\"framer-18qfffe\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g4zun9\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ltrn1u hidden-t43aud\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-144ey2n-container\",isModuleExternal:true,nodeId:\"Q1VMX_ggV\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{gap:5,itemAmount:2}},children:/*#__PURE__*/_jsx(Slideshow1,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:12,height:\"100%\",id:\"Q1VMX_ggV\",intervalControl:1.5,itemAmount:5,layoutId:\"Q1VMX_ggV\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cvfkwa\",\"data-framer-name\":\"Project/1\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/PILLLFZ6H7ngESJHhJewbCTS00.webp\",srcSet:\"https://framerusercontent.com/images/PILLLFZ6H7ngESJHhJewbCTS00.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/PILLLFZ6H7ngESJHhJewbCTS00.webp 1200w\"},className:\"framer-3xzrar\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12ezooq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v29\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage cin\\xe9ma\"})}),className:\"framer-wn3dcn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-nzlb39\",\"data-framer-name\":\"Project/7\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/IEIYk60nqhgj55tOScsWuvDgB4I.webp\",srcSet:\"https://framerusercontent.com/images/IEIYk60nqhgj55tOScsWuvDgB4I.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/IEIYk60nqhgj55tOScsWuvDgB4I.webp 1200w\"},className:\"framer-1dsugdi\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-11oym8u\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Post-synchronisation\"})}),className:\"framer-7g2wns\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jcsh5q\",\"data-framer-name\":\"Project/10\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/cQKhpzBQK2ORIZ5AKh6EATYaX0.jpg\",srcSet:\"https://framerusercontent.com/images/cQKhpzBQK2ORIZ5AKh6EATYaX0.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/cQKhpzBQK2ORIZ5AKh6EATYaX0.jpg 1200w\"},className:\"framer-wo4e9a\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1349cdg\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage cinema \"})}),className:\"framer-1dgbkmo\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x8jo2b\",\"data-framer-name\":\"Project/11\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/JQNZ3ZsuC8lGHnZqz5UrLLLjygE.jpg\",srcSet:\"https://framerusercontent.com/images/JQNZ3ZsuC8lGHnZqz5UrLLLjygE.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/JQNZ3ZsuC8lGHnZqz5UrLLLjygE.jpg 1200w\"},className:\"framer-u9yc2i\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1et19zi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v30\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Post-synchronisation\"})}),className:\"framer-d3edx8\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-187rwcq\",\"data-framer-name\":\"Project/3\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"154px\",src:\"https://framerusercontent.com/images/V1iVDVSSodiX1MdvRGTbyeRji8.webp\",srcSet:\"https://framerusercontent.com/images/V1iVDVSSodiX1MdvRGTbyeRji8.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/V1iVDVSSodiX1MdvRGTbyeRji8.webp 1200w\"},className:\"framer-1remo2e\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-t7ybpf\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage t\\xe9l\\xe9vision\"})}),className:\"framer-1qzm738\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-193r1uj\",\"data-framer-name\":\"Project/2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:420,pixelWidth:310,positionX:\"center\",positionY:\"top\",src:\"https://framerusercontent.com/images/8uaCYGzR52gUahVWRYZCyNt50Y.webp\"},className:\"framer-dnc0nu\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zmtkyb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage plateforme\"})}),className:\"framer-2a1uug\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lbq7ks\",\"data-framer-name\":\"Project/4\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/7lwQVVfb0N8anF6o4DT2Df8uk.webp\",srcSet:\"https://framerusercontent.com/images/7lwQVVfb0N8anF6o4DT2Df8uk.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/7lwQVVfb0N8anF6o4DT2Df8uk.webp 1200w\"},className:\"framer-c7ix47\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vln7rq\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Bruitage\"})}),className:\"framer-pif1zm\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k5hnaw\",\"data-framer-name\":\"Project/5\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/TYguFWVKfH5GFHodOAOpoHOaVmU.webp\",srcSet:\"https://framerusercontent.com/images/TYguFWVKfH5GFHodOAOpoHOaVmU.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/TYguFWVKfH5GFHodOAOpoHOaVmU.webp 1200w\"},className:\"framer-1rf4gi0\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4ksefd\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Mixage\"})}),className:\"framer-15zztjn\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k94pt4\",\"data-framer-name\":\"Project/6\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/OLZEaGnNBgr8yQLy1Mb7Dweimk.jpg\",srcSet:\"https://framerusercontent.com/images/OLZEaGnNBgr8yQLy1Mb7Dweimk.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/OLZEaGnNBgr8yQLy1Mb7Dweimk.jpg 1200w\"},className:\"framer-niku1r\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2tmqpn\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage cin\\xe9ma \"})}),className:\"framer-1i8rk91\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11owrab\",\"data-framer-name\":\"Project/8\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/GENY6fj6NanvLsPf73e3Eb9vdro.jpg\",srcSet:\"https://framerusercontent.com/images/GENY6fj6NanvLsPf73e3Eb9vdro.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/GENY6fj6NanvLsPf73e3Eb9vdro.jpg 1200w\"},className:\"framer-p3nvod\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xn03xi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v37\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage plateforme\"})}),className:\"framer-1stelby\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dxh2z0\",\"data-framer-name\":\"Project/9\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/Mx13ULvfow17wCY05bA43crQeo.webp\",srcSet:\"https://framerusercontent.com/images/Mx13ULvfow17wCY05bA43crQeo.webp?scale-down-to=1024 768w,https://framerusercontent.com/images/Mx13ULvfow17wCY05bA43crQeo.webp 1200w\"},className:\"framer-1id99py\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h7t5nb\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Doublage cinema \"})}),className:\"framer-stnk5m\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tq1v7w\",\"data-framer-name\":\"Project/12\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:1600,pixelWidth:1200,positionX:\"center\",positionY:\"top\",sizes:\"142px\",src:\"https://framerusercontent.com/images/KuDTWOUBCg6jENFo9aTyYNRtds.jpg\",srcSet:\"https://framerusercontent.com/images/KuDTWOUBCg6jENFo9aTyYNRtds.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/KuDTWOUBCg6jENFo9aTyYNRtds.jpg 1200w\"},className:\"framer-1922lb8\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-fsobye\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Mixage\"})}),className:\"framer-5wh5ee\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})],startFrom:1,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-uykroa\",\"data-framer-name\":\"2 Columns Text Image\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m0zfnl\",children:[isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ns27w hidden-t43aud\",\"data-framer-name\":\"1fr\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d5lm22\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichTextWithBorderGradient18fsi5k,{__fromCanvasComponent:true,children:getLocalizedValue(\"v38\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{className:\"framer-styles-preset-11siiiz\",\"data-styles-preset\":\"PWro4TqbL\",children:[\"Lumi\\xe8re naturelle \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-4fd60660-aaef-44f6-8f09-933b9d507d9e, rgb(15, 244, 167))\"},children:\"& grands espaces\"})]})}),className:\"framer-18fsi5k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v39\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-rhlp99\",\"data-styles-preset\":\"pqlVc9RDM\",style:{\"--framer-text-alignment\":\"justify\"},children:[\"Dans un hall cath\\xe9drale, diff\\xe9rents espaces vous accueillent sous une verri\\xe8re centenaire. Espace caf\\xe9, lin\\xe9aire de tables pour vos pauses d\\xe9jeuner, cuisines \\xe9quip\\xe9es, terrasse ext\\xe9rieure.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Sur l\u2019ensemble de nos sites nous souhaitons vous offrir un lieu accueillant, confortable et moderne.\",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"br\",{}),\"Vous aurez \\xe9galement acc\\xe8s \\xe0 un parking sous-terrain priv\\xe9 de 22 places.\"]})}),className:\"framer-1qpa3kg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5348+24+0),pixelHeight:1734,pixelWidth:1983,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg 1983w\"}},vDC5GVDky:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6509+64),pixelHeight:1734,pixelWidth:1983,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg 1983w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:720,intrinsicWidth:960,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+5859+64),pixelHeight:1734,pixelWidth:1983,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hfZKq8jaZDUvDp6iZyeuRdEVU.jpg 1983w\"},className:\"framer-1ckkl8v\",\"data-framer-name\":\"Image\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1o9tsa6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 610 103\"><path d=\"M 0 0 L 609.5 0 L 0 103 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:11920569101,withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s63vev\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6283+0+0),pixelHeight:3e3,pixelWidth:2249,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg\",srcSet:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=2048 1535w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg 2249w\"}},vDC5GVDky:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7697+0+0),pixelHeight:3e3,pixelWidth:2249,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg\",srcSet:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=2048 1535w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg 2249w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6727+0),pixelHeight:3e3,pixelWidth:2249,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg\",srcSet:\"https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg?scale-down-to=2048 1535w,https://framerusercontent.com/images/JPWQnHaE0didSwngsFKk3pVJDYg.jpg 2249w\"},className:\"framer-1ha3ky1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1umlk4a\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1458 245\"></svg>',svgContentId:12120852814,withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6283+0+494),pixelHeight:3e3,pixelWidth:2400,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg\",srcSet:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg 2400w\"}},vDC5GVDky:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7697+0+0),pixelHeight:3e3,pixelWidth:2400,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg\",srcSet:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg 2400w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6727+0),pixelHeight:3e3,pixelWidth:2400,sizes:`max((${componentViewport?.width||\"100vw\"} - 24px) / 2, 1px)`,src:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg\",srcSet:\"https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/se6txJbYc7iAlwe5HMCU10itUE.jpg 2400w\"},className:\"framer-2353bf\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1pzlws3 hidden-8zkywy\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 1673 192\"><path d=\"M 0.468 0.039 L 1672.5 177.129 L 1672.5 191.415 L 0.18 191.415 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:9748692887,withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vDC5GVDky:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2982 342\"><path d=\"M 1.424 0.544 L 2978.927 316.499 L 2978.927 341.987 L 0.911 341.987 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:12850562465}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1hrvzf5 hidden-72rtr7 hidden-t43aud\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2979 342\"><path d=\"M 0.564 0.544 L 2978.067 316.499 L 2978.067 341.987 L 0.051 341.987 Z\" fill=\"rgb(255, 255, 255)\"></path></svg>',svgContentId:10830499894,withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{y:(componentViewport?.y||0)+0+7247},vDC5GVDky:{y:(componentViewport?.y||0)+0+8797}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:660,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+7507,children:/*#__PURE__*/_jsx(Container,{className:\"framer-am799e-container\",nodeId:\"LJLbElSnQ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N8jWf89RD:{variant:\"KLkCo2I81\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"LJLbElSnQ\",layoutId:\"LJLbElSnQ\",style:{width:\"100%\"},variant:\"cCMpcm7ig\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VaeOt.framer-lux5qc, .framer-VaeOt .framer-lux5qc { display: block; }\",\".framer-VaeOt.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1280px; }\",\".framer-VaeOt .framer-xvhicl-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 8; }\",\".framer-VaeOt .framer-1txxc8-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-VaeOt .framer-7f2v4c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 105vh; justify-content: space-around; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); z-index: 7; }\",\".framer-VaeOt .framer-4o36me { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-cy74jg { align-content: center; align-items: center; display: flex; flex: 7 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VaeOt .framer-pmu16q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: center; overflow: hidden; padding: 130px 0px 76px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-16x16lb { background-color: rgba(33, 110, 85, 0); flex: none; height: 93px; opacity: 0.9; position: relative; width: 690px; }\",\".framer-VaeOt .framer-139ptig { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-gqtyq1 { flex: none; height: 105px; position: relative; width: 926px; }\",\".framer-VaeOt .framer-1u1kejn { flex: none; height: 90px; position: relative; width: 420px; }\",\".framer-VaeOt .framer-1uxubjv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 770px; justify-content: center; overflow: hidden; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-ood2j0 { flex: 1 0 0px; height: 721px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-9i8uvw { flex: 10 0 0px; height: 621px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-13avbl9 { align-content: flex-start; align-items: flex-start; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; left: 50%; overflow: hidden; padding: 48px 0px 0px 0px; position: absolute; transform: translateX(-50%); width: 100%; }\",\".framer-VaeOt .framer-l529a9, .framer-VaeOt .framer-1qwf83c, .framer-VaeOt .framer-u7xiqk, .framer-VaeOt .framer-1vsyupp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-eww76d, .framer-VaeOt .framer-1cgv3cd, .framer-VaeOt .framer-4gepp6, .framer-VaeOt .framer-1tnx1n6, .framer-VaeOt .framer-1cu7c5l, .framer-VaeOt .framer-1t2qce8, .framer-VaeOt .framer-147he2, .framer-VaeOt .framer-10fy8be, .framer-VaeOt .framer-d2iry0, .framer-VaeOt .framer-1t4nff4, .framer-VaeOt .framer-18qfffe { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-121lvim, .framer-VaeOt .framer-10z8ytl, .framer-VaeOt .framer-1pj4nvh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 66px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-5sct6u, .framer-VaeOt .framer-faot75, .framer-VaeOt .framer-3jbyfs { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-teomzj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 36px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1qil6t6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; padding: 0px; position: absolute; top: 0px; width: 82%; }\",\".framer-VaeOt .framer-1s23yoz { align-content: center; align-items: center; display: flex; flex: 6 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1mrvf09 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 135%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-1d17fnq { flex: 1 0 0px; height: 761px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-16f0b3g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-csn32r { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 194px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1lfc08i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 274px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-dqvkp3 { flex: none; height: 89px; position: relative; width: 1217px; }\",\".framer-VaeOt .framer-1ibdvop { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 44px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1swdz0h { flex: none; height: 45px; position: relative; width: 99px; }\",\".framer-VaeOt .framer-101w3wq { align-content: flex-start; align-items: flex-start; background-color: var(--token-7c243cc1-7048-4056-a08b-d00866b93902, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-pyca1a { --border-bottom-width: 1px; --border-color: #000000; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 206px; height: min-content; justify-content: flex-start; overflow: visible; padding: 64px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-9c8l1r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 110px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1sfc6kz { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 60%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-c5hrmp-container, .framer-VaeOt .framer-kl4dec-container, .framer-VaeOt .framer-omsujm-container, .framer-VaeOt .framer-am799e-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1hqc6pz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 100%; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-sk916z { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 600px; }\",\".framer-VaeOt .framer-7av3bd-container { flex: none; height: 734px; position: relative; width: 150%; }\",\".framer-VaeOt .framer-c0yhsb, .framer-VaeOt .framer-8l6a3h, .framer-VaeOt .framer-dy4kp3, .framer-VaeOt .framer-i7p6bt, .framer-VaeOt .framer-1rihwts, .framer-VaeOt .framer-sdxlbp, .framer-VaeOt .framer-7qj22g, .framer-VaeOt .framer-afnbhu, .framer-VaeOt .framer-dh8i61, .framer-VaeOt .framer-d41le2, .framer-VaeOt .framer-1rmbpye, .framer-VaeOt .framer-nujakv, .framer-VaeOt .framer-11uikt8 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: 500px; justify-content: flex-start; padding: 0px; position: relative; width: 663px; }\",\".framer-VaeOt .framer-1svufxz, .framer-VaeOt .framer-12rim7j, .framer-VaeOt .framer-1pvmdhn-container, .framer-VaeOt .framer-15sfkna, .framer-VaeOt .framer-1gmwo68, .framer-VaeOt .framer-1wgdsvl, .framer-VaeOt .framer-nskwpj, .framer-VaeOt .framer-16q92ze, .framer-VaeOt .framer-jiwedg, .framer-VaeOt .framer-19kw6u3, .framer-VaeOt .framer-446qfz, .framer-VaeOt .framer-17ktj7k, .framer-VaeOt .framer-17xoeuu { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-c4ry0y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-zij5y7, .framer-VaeOt .framer-1bwp7hn, .framer-VaeOt .framer-1k7x3kb, .framer-VaeOt .framer-4ll3kz, .framer-VaeOt .framer-f4760k, .framer-VaeOt .framer-h8vzby, .framer-VaeOt .framer-1c0cmm4, .framer-VaeOt .framer-117gjgx, .framer-VaeOt .framer-pa95lc, .framer-VaeOt .framer-7uypvj, .framer-VaeOt .framer-bwcq17, .framer-VaeOt .framer-1e5rt22, .framer-VaeOt .framer-f6qw97, .framer-VaeOt .framer-wn3dcn, .framer-VaeOt .framer-1qzm738, .framer-VaeOt .framer-2a1uug { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VaeOt .framer-6rrby8, .framer-VaeOt .framer-1yrjrrl, .framer-VaeOt .framer-lfvcgm, .framer-VaeOt .framer-1ft2wl8, .framer-VaeOt .framer-bf1kij, .framer-VaeOt .framer-3fgan7, .framer-VaeOt .framer-zc55lk, .framer-VaeOt .framer-1m6oh9s, .framer-VaeOt .framer-15tai47, .framer-VaeOt .framer-17xa3c3, .framer-VaeOt .framer-15fvoiv, .framer-VaeOt .framer-1nmyxld { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 24px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-km33dr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1wf024f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 60px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-98ydpd { flex: 1 0 0px; height: 30px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-yq2ebj { align-content: center; align-items: center; display: flex; flex: 5 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-kzsiho { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-VaeOt .framer-ybl0ky { flex: 1 0 0px; height: 10px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-t8cup1 { align-content: center; align-items: center; display: flex; flex: 4 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px 64px 0px 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1g4zun9 { align-content: flex-start; align-items: flex-start; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-ltrn1u { flex: 1 0 0px; height: 316px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-144ey2n-container { flex: 11 0 0px; height: 375px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-cvfkwa, .framer-VaeOt .framer-193r1uj, .framer-VaeOt .framer-1lbq7ks, .framer-VaeOt .framer-1k5hnaw, .framer-VaeOt .framer-1tq1v7w { align-content: center; align-items: center; aspect-ratio: 0.5805785123966942 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 267px); justify-content: flex-start; padding: 0px; position: relative; width: 142px; }\",\".framer-VaeOt .framer-3xzrar, .framer-VaeOt .framer-1dsugdi, .framer-VaeOt .framer-wo4e9a, .framer-VaeOt .framer-u9yc2i, .framer-VaeOt .framer-1remo2e, .framer-VaeOt .framer-dnc0nu, .framer-VaeOt .framer-c7ix47, .framer-VaeOt .framer-1rf4gi0, .framer-VaeOt .framer-niku1r, .framer-VaeOt .framer-p3nvod, .framer-VaeOt .framer-1id99py, .framer-VaeOt .framer-1922lb8 { flex: 1 0 0px; height: 1px; max-height: 400px; min-height: 225px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-12ezooq, .framer-VaeOt .framer-t7ybpf, .framer-VaeOt .framer-zmtkyb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-VaeOt .framer-nzlb39, .framer-VaeOt .framer-x8jo2b { align-content: center; align-items: center; aspect-ratio: 0.5805785123966942 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 327px); justify-content: flex-start; padding: 0px; position: relative; width: 142px; }\",\".framer-VaeOt .framer-11oym8u, .framer-VaeOt .framer-1349cdg, .framer-VaeOt .framer-1et19zi, .framer-VaeOt .framer-vln7rq, .framer-VaeOt .framer-4ksefd, .framer-VaeOt .framer-2tmqpn, .framer-VaeOt .framer-1xn03xi, .framer-VaeOt .framer-1h7t5nb, .framer-VaeOt .framer-fsobye { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-7g2wns, .framer-VaeOt .framer-1dgbkmo, .framer-VaeOt .framer-d3edx8, .framer-VaeOt .framer-pif1zm, .framer-VaeOt .framer-15zztjn, .framer-VaeOt .framer-1i8rk91, .framer-VaeOt .framer-1stelby, .framer-VaeOt .framer-stnk5m, .framer-VaeOt .framer-5wh5ee { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-jcsh5q, .framer-VaeOt .framer-k94pt4, .framer-VaeOt .framer-11owrab, .framer-VaeOt .framer-dxh2z0 { align-content: center; align-items: center; aspect-ratio: 0.5805785123966942 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 297px); justify-content: flex-start; padding: 0px; position: relative; width: 142px; }\",\".framer-VaeOt .framer-187rwcq { align-content: center; align-items: center; aspect-ratio: 0.5805785123966942 / 1; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 267px); justify-content: flex-start; padding: 0px; position: relative; width: 154px; }\",\".framer-VaeOt .framer-uykroa { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 64px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-m0zfnl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-8ns27w { flex: 1 0 0px; height: 100px; overflow: hidden; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1d5lm22 { align-content: flex-start; align-items: flex-start; display: flex; flex: 5 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 62px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-18fsi5k { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-1qpa3kg { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-VaeOt .framer-1ckkl8v { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 780px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1o9tsa6 { flex: none; height: 103px; position: relative; width: 610px; }\",\".framer-VaeOt .framer-s63vev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VaeOt .framer-1ha3ky1, .framer-VaeOt .framer-2353bf { flex: 1 0 0px; height: 780px; position: relative; width: 1px; }\",\".framer-VaeOt .framer-1umlk4a { bottom: 0px; flex: none; height: 245px; position: absolute; right: -409px; width: 1458px; }\",\".framer-VaeOt .framer-1pzlws3 { bottom: -20px; flex: none; height: 192px; position: absolute; right: -82px; width: 1673px; }\",\".framer-VaeOt .framer-1hrvzf5 { bottom: -109px; flex: none; height: 342px; left: calc(16.66666666666669% - 2979px / 2); position: absolute; width: 2979px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VaeOt.framer-72rtr7, .framer-VaeOt .framer-cy74jg, .framer-VaeOt .framer-pmu16q, .framer-VaeOt .framer-1uxubjv, .framer-VaeOt .framer-13avbl9, .framer-VaeOt .framer-l529a9, .framer-VaeOt .framer-121lvim, .framer-VaeOt .framer-1qwf83c, .framer-VaeOt .framer-10z8ytl, .framer-VaeOt .framer-u7xiqk, .framer-VaeOt .framer-1pj4nvh, .framer-VaeOt .framer-1vsyupp, .framer-VaeOt .framer-teomzj, .framer-VaeOt .framer-1qil6t6, .framer-VaeOt .framer-1s23yoz, .framer-VaeOt .framer-16f0b3g, .framer-VaeOt .framer-csn32r, .framer-VaeOt .framer-1lfc08i, .framer-VaeOt .framer-1ibdvop, .framer-VaeOt .framer-101w3wq, .framer-VaeOt .framer-pyca1a, .framer-VaeOt .framer-9c8l1r, .framer-VaeOt .framer-1hqc6pz, .framer-VaeOt .framer-sk916z, .framer-VaeOt .framer-c0yhsb, .framer-VaeOt .framer-c4ry0y, .framer-VaeOt .framer-8l6a3h, .framer-VaeOt .framer-6rrby8, .framer-VaeOt .framer-dy4kp3, .framer-VaeOt .framer-1yrjrrl, .framer-VaeOt .framer-i7p6bt, .framer-VaeOt .framer-lfvcgm, .framer-VaeOt .framer-1rihwts, .framer-VaeOt .framer-1ft2wl8, .framer-VaeOt .framer-sdxlbp, .framer-VaeOt .framer-bf1kij, .framer-VaeOt .framer-7qj22g, .framer-VaeOt .framer-3fgan7, .framer-VaeOt .framer-afnbhu, .framer-VaeOt .framer-zc55lk, .framer-VaeOt .framer-dh8i61, .framer-VaeOt .framer-1m6oh9s, .framer-VaeOt .framer-d41le2, .framer-VaeOt .framer-15tai47, .framer-VaeOt .framer-1rmbpye, .framer-VaeOt .framer-17xa3c3, .framer-VaeOt .framer-nujakv, .framer-VaeOt .framer-15fvoiv, .framer-VaeOt .framer-11uikt8, .framer-VaeOt .framer-1nmyxld, .framer-VaeOt .framer-km33dr, .framer-VaeOt .framer-1wf024f, .framer-VaeOt .framer-yq2ebj, .framer-VaeOt .framer-t8cup1, .framer-VaeOt .framer-1g4zun9, .framer-VaeOt .framer-cvfkwa, .framer-VaeOt .framer-12ezooq, .framer-VaeOt .framer-nzlb39, .framer-VaeOt .framer-11oym8u, .framer-VaeOt .framer-jcsh5q, .framer-VaeOt .framer-1349cdg, .framer-VaeOt .framer-x8jo2b, .framer-VaeOt .framer-1et19zi, .framer-VaeOt .framer-187rwcq, .framer-VaeOt .framer-t7ybpf, .framer-VaeOt .framer-193r1uj, .framer-VaeOt .framer-zmtkyb, .framer-VaeOt .framer-1lbq7ks, .framer-VaeOt .framer-vln7rq, .framer-VaeOt .framer-1k5hnaw, .framer-VaeOt .framer-4ksefd, .framer-VaeOt .framer-k94pt4, .framer-VaeOt .framer-2tmqpn, .framer-VaeOt .framer-11owrab, .framer-VaeOt .framer-1xn03xi, .framer-VaeOt .framer-dxh2z0, .framer-VaeOt .framer-1h7t5nb, .framer-VaeOt .framer-1tq1v7w, .framer-VaeOt .framer-fsobye, .framer-VaeOt .framer-uykroa, .framer-VaeOt .framer-m0zfnl, .framer-VaeOt .framer-1d5lm22, .framer-VaeOt .framer-1ckkl8v, .framer-VaeOt .framer-s63vev { gap: 0px; } .framer-VaeOt.framer-72rtr7 > *, .framer-VaeOt .framer-101w3wq > *, .framer-VaeOt .framer-cvfkwa > *, .framer-VaeOt .framer-12ezooq > *, .framer-VaeOt .framer-nzlb39 > *, .framer-VaeOt .framer-11oym8u > *, .framer-VaeOt .framer-jcsh5q > *, .framer-VaeOt .framer-1349cdg > *, .framer-VaeOt .framer-x8jo2b > *, .framer-VaeOt .framer-1et19zi > *, .framer-VaeOt .framer-187rwcq > *, .framer-VaeOt .framer-t7ybpf > *, .framer-VaeOt .framer-193r1uj > *, .framer-VaeOt .framer-zmtkyb > *, .framer-VaeOt .framer-1lbq7ks > *, .framer-VaeOt .framer-vln7rq > *, .framer-VaeOt .framer-1k5hnaw > *, .framer-VaeOt .framer-4ksefd > *, .framer-VaeOt .framer-k94pt4 > *, .framer-VaeOt .framer-2tmqpn > *, .framer-VaeOt .framer-11owrab > *, .framer-VaeOt .framer-1xn03xi > *, .framer-VaeOt .framer-dxh2z0 > *, .framer-VaeOt .framer-1h7t5nb > *, .framer-VaeOt .framer-1tq1v7w > *, .framer-VaeOt .framer-fsobye > *, .framer-VaeOt .framer-1ckkl8v > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VaeOt.framer-72rtr7 > :first-child, .framer-VaeOt .framer-cy74jg > :first-child, .framer-VaeOt .framer-l529a9 > :first-child, .framer-VaeOt .framer-1qwf83c > :first-child, .framer-VaeOt .framer-u7xiqk > :first-child, .framer-VaeOt .framer-1vsyupp > :first-child, .framer-VaeOt .framer-teomzj > :first-child, .framer-VaeOt .framer-csn32r > :first-child, .framer-VaeOt .framer-101w3wq > :first-child, .framer-VaeOt .framer-1hqc6pz > :first-child, .framer-VaeOt .framer-sk916z > :first-child, .framer-VaeOt .framer-c0yhsb > :first-child, .framer-VaeOt .framer-8l6a3h > :first-child, .framer-VaeOt .framer-dy4kp3 > :first-child, .framer-VaeOt .framer-i7p6bt > :first-child, .framer-VaeOt .framer-1rihwts > :first-child, .framer-VaeOt .framer-sdxlbp > :first-child, .framer-VaeOt .framer-7qj22g > :first-child, .framer-VaeOt .framer-afnbhu > :first-child, .framer-VaeOt .framer-dh8i61 > :first-child, .framer-VaeOt .framer-d41le2 > :first-child, .framer-VaeOt .framer-1rmbpye > :first-child, .framer-VaeOt .framer-nujakv > :first-child, .framer-VaeOt .framer-11uikt8 > :first-child, .framer-VaeOt .framer-km33dr > :first-child, .framer-VaeOt .framer-cvfkwa > :first-child, .framer-VaeOt .framer-12ezooq > :first-child, .framer-VaeOt .framer-nzlb39 > :first-child, .framer-VaeOt .framer-11oym8u > :first-child, .framer-VaeOt .framer-jcsh5q > :first-child, .framer-VaeOt .framer-1349cdg > :first-child, .framer-VaeOt .framer-x8jo2b > :first-child, .framer-VaeOt .framer-1et19zi > :first-child, .framer-VaeOt .framer-187rwcq > :first-child, .framer-VaeOt .framer-t7ybpf > :first-child, .framer-VaeOt .framer-193r1uj > :first-child, .framer-VaeOt .framer-zmtkyb > :first-child, .framer-VaeOt .framer-1lbq7ks > :first-child, .framer-VaeOt .framer-vln7rq > :first-child, .framer-VaeOt .framer-1k5hnaw > :first-child, .framer-VaeOt .framer-4ksefd > :first-child, .framer-VaeOt .framer-k94pt4 > :first-child, .framer-VaeOt .framer-2tmqpn > :first-child, .framer-VaeOt .framer-11owrab > :first-child, .framer-VaeOt .framer-1xn03xi > :first-child, .framer-VaeOt .framer-dxh2z0 > :first-child, .framer-VaeOt .framer-1h7t5nb > :first-child, .framer-VaeOt .framer-1tq1v7w > :first-child, .framer-VaeOt .framer-fsobye > :first-child, .framer-VaeOt .framer-1d5lm22 > :first-child, .framer-VaeOt .framer-1ckkl8v > :first-child { margin-top: 0px; } .framer-VaeOt.framer-72rtr7 > :last-child, .framer-VaeOt .framer-cy74jg > :last-child, .framer-VaeOt .framer-l529a9 > :last-child, .framer-VaeOt .framer-1qwf83c > :last-child, .framer-VaeOt .framer-u7xiqk > :last-child, .framer-VaeOt .framer-1vsyupp > :last-child, .framer-VaeOt .framer-teomzj > :last-child, .framer-VaeOt .framer-csn32r > :last-child, .framer-VaeOt .framer-101w3wq > :last-child, .framer-VaeOt .framer-1hqc6pz > :last-child, .framer-VaeOt .framer-sk916z > :last-child, .framer-VaeOt .framer-c0yhsb > :last-child, .framer-VaeOt .framer-8l6a3h > :last-child, .framer-VaeOt .framer-dy4kp3 > :last-child, .framer-VaeOt .framer-i7p6bt > :last-child, .framer-VaeOt .framer-1rihwts > :last-child, .framer-VaeOt .framer-sdxlbp > :last-child, .framer-VaeOt .framer-7qj22g > :last-child, .framer-VaeOt .framer-afnbhu > :last-child, .framer-VaeOt .framer-dh8i61 > :last-child, .framer-VaeOt .framer-d41le2 > :last-child, .framer-VaeOt .framer-1rmbpye > :last-child, .framer-VaeOt .framer-nujakv > :last-child, .framer-VaeOt .framer-11uikt8 > :last-child, .framer-VaeOt .framer-km33dr > :last-child, .framer-VaeOt .framer-cvfkwa > :last-child, .framer-VaeOt .framer-12ezooq > :last-child, .framer-VaeOt .framer-nzlb39 > :last-child, .framer-VaeOt .framer-11oym8u > :last-child, .framer-VaeOt .framer-jcsh5q > :last-child, .framer-VaeOt .framer-1349cdg > :last-child, .framer-VaeOt .framer-x8jo2b > :last-child, .framer-VaeOt .framer-1et19zi > :last-child, .framer-VaeOt .framer-187rwcq > :last-child, .framer-VaeOt .framer-t7ybpf > :last-child, .framer-VaeOt .framer-193r1uj > :last-child, .framer-VaeOt .framer-zmtkyb > :last-child, .framer-VaeOt .framer-1lbq7ks > :last-child, .framer-VaeOt .framer-vln7rq > :last-child, .framer-VaeOt .framer-1k5hnaw > :last-child, .framer-VaeOt .framer-4ksefd > :last-child, .framer-VaeOt .framer-k94pt4 > :last-child, .framer-VaeOt .framer-2tmqpn > :last-child, .framer-VaeOt .framer-11owrab > :last-child, .framer-VaeOt .framer-1xn03xi > :last-child, .framer-VaeOt .framer-dxh2z0 > :last-child, .framer-VaeOt .framer-1h7t5nb > :last-child, .framer-VaeOt .framer-1tq1v7w > :last-child, .framer-VaeOt .framer-fsobye > :last-child, .framer-VaeOt .framer-1d5lm22 > :last-child, .framer-VaeOt .framer-1ckkl8v > :last-child { margin-bottom: 0px; } .framer-VaeOt .framer-cy74jg > *, .framer-VaeOt .framer-l529a9 > *, .framer-VaeOt .framer-1qwf83c > *, .framer-VaeOt .framer-u7xiqk > *, .framer-VaeOt .framer-1vsyupp > *, .framer-VaeOt .framer-sk916z > *, .framer-VaeOt .framer-km33dr > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VaeOt .framer-pmu16q > * { margin: 0px; margin-left: calc(21px / 2); margin-right: calc(21px / 2); } .framer-VaeOt .framer-pmu16q > :first-child, .framer-VaeOt .framer-1uxubjv > :first-child, .framer-VaeOt .framer-13avbl9 > :first-child, .framer-VaeOt .framer-121lvim > :first-child, .framer-VaeOt .framer-10z8ytl > :first-child, .framer-VaeOt .framer-1pj4nvh > :first-child, .framer-VaeOt .framer-1qil6t6 > :first-child, .framer-VaeOt .framer-1s23yoz > :first-child, .framer-VaeOt .framer-16f0b3g > :first-child, .framer-VaeOt .framer-1lfc08i > :first-child, .framer-VaeOt .framer-1ibdvop > :first-child, .framer-VaeOt .framer-pyca1a > :first-child, .framer-VaeOt .framer-9c8l1r > :first-child, .framer-VaeOt .framer-c4ry0y > :first-child, .framer-VaeOt .framer-6rrby8 > :first-child, .framer-VaeOt .framer-1yrjrrl > :first-child, .framer-VaeOt .framer-lfvcgm > :first-child, .framer-VaeOt .framer-1ft2wl8 > :first-child, .framer-VaeOt .framer-bf1kij > :first-child, .framer-VaeOt .framer-3fgan7 > :first-child, .framer-VaeOt .framer-zc55lk > :first-child, .framer-VaeOt .framer-1m6oh9s > :first-child, .framer-VaeOt .framer-15tai47 > :first-child, .framer-VaeOt .framer-17xa3c3 > :first-child, .framer-VaeOt .framer-15fvoiv > :first-child, .framer-VaeOt .framer-1nmyxld > :first-child, .framer-VaeOt .framer-1wf024f > :first-child, .framer-VaeOt .framer-yq2ebj > :first-child, .framer-VaeOt .framer-t8cup1 > :first-child, .framer-VaeOt .framer-1g4zun9 > :first-child, .framer-VaeOt .framer-uykroa > :first-child, .framer-VaeOt .framer-m0zfnl > :first-child, .framer-VaeOt .framer-s63vev > :first-child { margin-left: 0px; } .framer-VaeOt .framer-pmu16q > :last-child, .framer-VaeOt .framer-1uxubjv > :last-child, .framer-VaeOt .framer-13avbl9 > :last-child, .framer-VaeOt .framer-121lvim > :last-child, .framer-VaeOt .framer-10z8ytl > :last-child, .framer-VaeOt .framer-1pj4nvh > :last-child, .framer-VaeOt .framer-1qil6t6 > :last-child, .framer-VaeOt .framer-1s23yoz > :last-child, .framer-VaeOt .framer-16f0b3g > :last-child, .framer-VaeOt .framer-1lfc08i > :last-child, .framer-VaeOt .framer-1ibdvop > :last-child, .framer-VaeOt .framer-pyca1a > :last-child, .framer-VaeOt .framer-9c8l1r > :last-child, .framer-VaeOt .framer-c4ry0y > :last-child, .framer-VaeOt .framer-6rrby8 > :last-child, .framer-VaeOt .framer-1yrjrrl > :last-child, .framer-VaeOt .framer-lfvcgm > :last-child, .framer-VaeOt .framer-1ft2wl8 > :last-child, .framer-VaeOt .framer-bf1kij > :last-child, .framer-VaeOt .framer-3fgan7 > :last-child, .framer-VaeOt .framer-zc55lk > :last-child, .framer-VaeOt .framer-1m6oh9s > :last-child, .framer-VaeOt .framer-15tai47 > :last-child, .framer-VaeOt .framer-17xa3c3 > :last-child, .framer-VaeOt .framer-15fvoiv > :last-child, .framer-VaeOt .framer-1nmyxld > :last-child, .framer-VaeOt .framer-1wf024f > :last-child, .framer-VaeOt .framer-yq2ebj > :last-child, .framer-VaeOt .framer-t8cup1 > :last-child, .framer-VaeOt .framer-1g4zun9 > :last-child, .framer-VaeOt .framer-uykroa > :last-child, .framer-VaeOt .framer-m0zfnl > :last-child, .framer-VaeOt .framer-s63vev > :last-child { margin-right: 0px; } .framer-VaeOt .framer-1uxubjv > *, .framer-VaeOt .framer-121lvim > *, .framer-VaeOt .framer-10z8ytl > *, .framer-VaeOt .framer-1pj4nvh > *, .framer-VaeOt .framer-1qil6t6 > *, .framer-VaeOt .framer-16f0b3g > *, .framer-VaeOt .framer-1lfc08i > *, .framer-VaeOt .framer-1ibdvop > *, .framer-VaeOt .framer-c4ry0y > *, .framer-VaeOt .framer-6rrby8 > *, .framer-VaeOt .framer-1yrjrrl > *, .framer-VaeOt .framer-lfvcgm > *, .framer-VaeOt .framer-1ft2wl8 > *, .framer-VaeOt .framer-bf1kij > *, .framer-VaeOt .framer-3fgan7 > *, .framer-VaeOt .framer-zc55lk > *, .framer-VaeOt .framer-1m6oh9s > *, .framer-VaeOt .framer-15tai47 > *, .framer-VaeOt .framer-17xa3c3 > *, .framer-VaeOt .framer-15fvoiv > *, .framer-VaeOt .framer-1nmyxld > *, .framer-VaeOt .framer-t8cup1 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VaeOt .framer-13avbl9 > *, .framer-VaeOt .framer-uykroa > *, .framer-VaeOt .framer-s63vev > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-VaeOt .framer-teomzj > * { margin: 0px; margin-bottom: calc(7px / 2); margin-top: calc(7px / 2); } .framer-VaeOt .framer-1s23yoz > *, .framer-VaeOt .framer-9c8l1r > *, .framer-VaeOt .framer-1wf024f > *, .framer-VaeOt .framer-yq2ebj > *, .framer-VaeOt .framer-1g4zun9 > *, .framer-VaeOt .framer-m0zfnl > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-VaeOt .framer-csn32r > * { margin: 0px; margin-bottom: calc(194px / 2); margin-top: calc(194px / 2); } .framer-VaeOt .framer-pyca1a > * { margin: 0px; margin-left: calc(206px / 2); margin-right: calc(206px / 2); } .framer-VaeOt .framer-1hqc6pz > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-VaeOt .framer-c0yhsb > *, .framer-VaeOt .framer-8l6a3h > *, .framer-VaeOt .framer-dy4kp3 > *, .framer-VaeOt .framer-i7p6bt > *, .framer-VaeOt .framer-1rihwts > *, .framer-VaeOt .framer-sdxlbp > *, .framer-VaeOt .framer-7qj22g > *, .framer-VaeOt .framer-afnbhu > *, .framer-VaeOt .framer-dh8i61 > *, .framer-VaeOt .framer-d41le2 > *, .framer-VaeOt .framer-1rmbpye > *, .framer-VaeOt .framer-nujakv > *, .framer-VaeOt .framer-11uikt8 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-VaeOt .framer-1d5lm22 > * { margin: 0px; margin-bottom: calc(62px / 2); margin-top: calc(62px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,'.framer-VaeOt[data-border=\"true\"]::after, .framer-VaeOt [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (max-width: 1279px) { .framer-VaeOt.framer-72rtr7 { width: 390px; } .framer-VaeOt .framer-xvhicl-container, .framer-VaeOt .framer-1cu7c5l, .framer-VaeOt .framer-d2iry0 { order: 0; } .framer-VaeOt .framer-1txxc8-container { order: 2; z-index: 4; } .framer-VaeOt .framer-7f2v4c { height: 75vh; order: 1; } .framer-VaeOt .framer-pmu16q { order: 0; padding: 160px 0px 76px 0px; } .framer-VaeOt .framer-16x16lb { height: 43px; order: 0; width: 316px; } .framer-VaeOt .framer-139ptig { flex-direction: column; gap: 10px; justify-content: flex-end; } .framer-VaeOt .framer-gqtyq1 { height: 56px; width: 422px; } .framer-VaeOt .framer-1uxubjv { height: 969px; order: 3; padding: 48px 24px 64px 24px; } .framer-VaeOt .framer-9i8uvw { 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; padding: 0px; } .framer-VaeOt .framer-13avbl9 { align-content: unset; align-items: unset; bottom: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); left: unset; order: 1; position: relative; transform: unset; } .framer-VaeOt .framer-l529a9, .framer-VaeOt .framer-1qwf83c, .framer-VaeOt .framer-u7xiqk, .framer-VaeOt .framer-1vsyupp { align-self: start; flex: none; height: auto; justify-self: start; width: 100%; } .framer-VaeOt .framer-121lvim, .framer-VaeOt .framer-10z8ytl, .framer-VaeOt .framer-teomzj { padding: 32px 0px 0px 0px; } .framer-VaeOt .framer-1t2qce8, .framer-VaeOt .framer-1t4nff4 { order: 1; } .framer-VaeOt .framer-1pj4nvh { order: 2; padding: 58px 0px 0px 0px; } .framer-VaeOt .framer-1qil6t6 { left: unset; order: 0; position: relative; top: unset; width: 100%; } .framer-VaeOt .framer-1mrvf09, .framer-VaeOt .framer-1sfc6kz, .framer-VaeOt .framer-sk916z { width: 100%; } .framer-VaeOt .framer-16f0b3g { order: 4; } .framer-VaeOt .framer-csn32r { gap: 171px; } .framer-VaeOt .framer-dqvkp3 { height: 73px; width: 395px; } .framer-VaeOt .framer-1ibdvop { align-content: flex-end; align-items: flex-end; flex-direction: column; justify-content: flex-start; } .framer-VaeOt .framer-1swdz0h { order: 0; width: 148px; } .framer-VaeOt .framer-101w3wq { order: 5; } .framer-VaeOt .framer-pyca1a { padding: 40px 24px 40px 24px; } .framer-VaeOt .framer-1hqc6pz { order: 6; padding: 30px; } .framer-VaeOt .framer-7av3bd-container { height: 344px; width: 106%; } .framer-VaeOt .framer-km33dr { order: 7; padding: 24px 0px 24px 24px; } .framer-VaeOt .framer-1wf024f { flex-direction: column; padding: 12px 0px 0px 0px; } .framer-VaeOt .framer-yq2ebj { flex: none; padding: 0px 0px 24px 0px; width: 100%; } .framer-VaeOt .framer-t8cup1 { flex: none; width: 100%; } .framer-VaeOt .framer-18qfffe { flex: 1 0 0px; height: 117px; width: 1px; } .framer-VaeOt .framer-1g4zun9 { height: 346px; } .framer-VaeOt .framer-144ey2n-container { height: 257px; } .framer-VaeOt .framer-uykroa { flex-direction: column; order: 8; padding: 24px 0px 54px 0px; } .framer-VaeOt .framer-m0zfnl { flex: none; height: min-content; order: 1; width: 100%; } .framer-VaeOt .framer-1d5lm22 { flex: 1 0 0px; gap: 24px; padding: 40px 24px 0px 24px; } .framer-VaeOt .framer-1ckkl8v { flex: none; height: 550px; order: 0; width: 100%; } .framer-VaeOt .framer-s63vev { flex-direction: column; order: 9; } .framer-VaeOt .framer-1ha3ky1, .framer-VaeOt .framer-2353bf { flex: none; height: 470px; width: 100%; } .framer-VaeOt .framer-am799e-container { order: 10; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VaeOt .framer-139ptig, .framer-VaeOt .framer-9i8uvw, .framer-VaeOt .framer-13avbl9, .framer-VaeOt .framer-csn32r, .framer-VaeOt .framer-1ibdvop, .framer-VaeOt .framer-1wf024f, .framer-VaeOt .framer-uykroa, .framer-VaeOt .framer-1d5lm22, .framer-VaeOt .framer-s63vev { gap: 0px; } .framer-VaeOt .framer-139ptig > *, .framer-VaeOt .framer-9i8uvw > *, .framer-VaeOt .framer-1ibdvop > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VaeOt .framer-139ptig > :first-child, .framer-VaeOt .framer-9i8uvw > :first-child, .framer-VaeOt .framer-csn32r > :first-child, .framer-VaeOt .framer-1ibdvop > :first-child, .framer-VaeOt .framer-1wf024f > :first-child, .framer-VaeOt .framer-uykroa > :first-child, .framer-VaeOt .framer-1d5lm22 > :first-child, .framer-VaeOt .framer-s63vev > :first-child { margin-top: 0px; } .framer-VaeOt .framer-139ptig > :last-child, .framer-VaeOt .framer-9i8uvw > :last-child, .framer-VaeOt .framer-csn32r > :last-child, .framer-VaeOt .framer-1ibdvop > :last-child, .framer-VaeOt .framer-1wf024f > :last-child, .framer-VaeOt .framer-uykroa > :last-child, .framer-VaeOt .framer-1d5lm22 > :last-child, .framer-VaeOt .framer-s63vev > :last-child { margin-bottom: 0px; } .framer-VaeOt .framer-13avbl9 > *, .framer-VaeOt .framer-13avbl9 > :first-child, .framer-VaeOt .framer-13avbl9 > :last-child { margin: 0px; } .framer-VaeOt .framer-csn32r > * { margin: 0px; margin-bottom: calc(171px / 2); margin-top: calc(171px / 2); } .framer-VaeOt .framer-1wf024f > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VaeOt .framer-uykroa > *, .framer-VaeOt .framer-1d5lm22 > *, .framer-VaeOt .framer-s63vev > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\",\"@media (min-width: 1800px) { .framer-VaeOt.framer-72rtr7 { width: 1800px; } .framer-VaeOt .framer-7f2v4c, .framer-VaeOt .framer-1qil6t6 { width: 100%; } .framer-VaeOt .framer-4o36me { gap: 10px; justify-content: flex-end; } .framer-VaeOt .framer-cy74jg, .framer-VaeOt .framer-ood2j0, .framer-VaeOt .framer-5sct6u { order: 0; } .framer-VaeOt .framer-pmu16q { order: 0; padding: 70px 0px 53px 0px; } .framer-VaeOt .framer-16x16lb { height: 117px; order: 0; width: 920px; } .framer-VaeOt .framer-139ptig { order: 1; } .framer-VaeOt .framer-1uxubjv { height: 943px; padding: 64px 48px 128px 0px; } .framer-VaeOt .framer-9i8uvw { flex: 9 0 0px; height: 773px; order: 1; } .framer-VaeOt .framer-121lvim, .framer-VaeOt .framer-10z8ytl, .framer-VaeOt .framer-1pj4nvh { padding: 90px 0px 0px 0px; } .framer-VaeOt .framer-teomzj { padding: 60px 0px 0px 0px; } .framer-VaeOt .framer-1s23yoz { height: 368px; } .framer-VaeOt .framer-1mrvf09 { order: 0; width: 100%; } .framer-VaeOt .framer-1d17fnq { flex: 2 0 0px; order: 2; } .framer-VaeOt .framer-1lfc08i { height: 514px; } .framer-VaeOt .framer-dqvkp3 { height: 127px; width: 1739px; } .framer-VaeOt .framer-9c8l1r { height: min-content; } .framer-VaeOt .framer-sk916z { width: 55%; } .framer-VaeOt .framer-7av3bd-container { height: 853px; width: 125%; } .framer-VaeOt .framer-144ey2n-container { height: 534px; } .framer-VaeOt .framer-18fsi5k { width: 80%; } .framer-VaeOt .framer-1qpa3kg { width: 70%; } .framer-VaeOt .framer-1ckkl8v, .framer-VaeOt .framer-1ha3ky1, .framer-VaeOt .framer-2353bf { height: 1100px; } .framer-VaeOt .framer-s63vev { align-content: flex-end; align-items: flex-end; justify-content: flex-end; } .framer-VaeOt .framer-1hrvzf5 { bottom: -66px; left: calc(0.45045045045047266% - 2982px / 2); width: 2982px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VaeOt .framer-4o36me { gap: 0px; } .framer-VaeOt .framer-4o36me > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VaeOt .framer-4o36me > :first-child { margin-top: 0px; } .framer-VaeOt .framer-4o36me > :last-child { margin-bottom: 0px; } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6445\n * @framerIntrinsicWidth 1280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"N8jWf89RD\":{\"layout\":[\"fixed\",\"auto\"]},\"vDC5GVDky\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"uAItBNWBN\":{\"pattern\":\":uAItBNWBN\",\"name\":\"services\"},\"MWtuGUMwU\":{\"pattern\":\":MWtuGUMwU\",\"name\":\"\"},\"fqTnfe8aV\":{\"pattern\":\":fqTnfe8aV\",\"name\":\"\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-VaeOt\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6445,width:1280};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{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/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{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/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{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/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{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/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{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/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{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:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/BkDpl4ghaqvMi1btKFyG2tdbec.woff2\",weight:\"300\"},{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/zAMK70AQRFSShJgUiaR5IiIhgzk.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/IETjvc5qzUaRoaruDpPSwCUM8.woff2\",weight:\"300\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/oLCoaT3ioA0fHdJnWR9W6k7NY.woff2\",weight:\"300\"},{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/Sj0PCHQSBjFmEp6NBWg6FNaKc.woff2\",weight:\"300\"},{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/v2q8JTTTs7McDMSEhnxAIBqd0.woff2\",weight:\"300\"},{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/H4TfENUY1rh8R9UaSD6vngjJP3M.woff2\",weight:\"300\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"}]},...NavigationFonts,...ServiceCard1Fonts,...ServiceCard3Fonts,...ServiceCard2Fonts,...Auditorium2VanvesFonts,...SlideshowFonts,...Slideshow1Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6445\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerScrollSections\":\"{\\\"uAItBNWBN\\\":{\\\"pattern\\\":\\\":uAItBNWBN\\\",\\\"name\\\":\\\"services\\\"},\\\"MWtuGUMwU\\\":{\\\"pattern\\\":\\\":MWtuGUMwU\\\",\\\"name\\\":\\\"\\\"},\\\"fqTnfe8aV\\\":{\\\"pattern\\\":\\\":fqTnfe8aV\\\",\\\"name\\\":\\\"\\\"}}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N8jWf89RD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vDC5GVDky\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1280\",\"framerResponsiveScreen\":\"\",\"framerColorSyntax\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["OPACITY_0", "awaitRefCallback", "element", "controller", "refCallbackResolve", "refCallbackPromise", "resolve", "reject", "current", "node", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "filteredSlots", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "firstChild", "lastChild", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "viewportLength", "window", "Z", "scheduleMeasure", "frame", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "visibilityRef", "isInView", "useInView", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "visibility", "mix", "LayoutGroup", "q", "selectedOpacity", "total", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "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", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramercJI9KBB5T", "withCSS", "cJI9KBB5T_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "mrtiZXQ6t_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "valuesByLocaleId", "mrtiZXQ6t_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "fontStore", "fonts", "css", "className", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "click", "height", "id", "texte", "titre", "width", "props", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "miNw93C9z", "FtvzDS7Dh", "mr56qt3pw", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap61v36t", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "css", "Framerz6e0Cpyy0", "withCSS", "z6e0Cpyy0_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ServiceFonts", "getFonts", "z6e0Cpyy0_default", "CarouselFonts", "Carousel", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "I4LgcGLOh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c0bj78", "args", "onTap13gn3lf", "onTap1hxuh2m", "onTap1wjgoth", "onTapazumdl", "onTap6s4m73", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "RichText2", "ComponentViewportProvider", "getLocalizedValue", "css", "FramermrtiZXQ6t", "withCSS", "mrtiZXQ6t_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "T60o02MyT_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v0", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "__FramerMetadata__", "valuesByLocaleId", "T60o02MyT_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ServiceFonts", "getFonts", "z6e0Cpyy0_default", "CarouselFonts", "Carousel", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "I4LgcGLOh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1stw8p3", "args", "onTapc8ts5m", "onTapp41mbd", "onTap102e1ne", "onTap1n2e3mj", "onTapi252uo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "LayoutGroup", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "getLocalizedValue", "css", "FramerT60o02MyT", "withCSS", "T60o02MyT_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "WmqGK2osR_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "valuesByLocaleId", "WmqGK2osR_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "ServiceFonts", "getFonts", "z6e0Cpyy0_default", "CarouselFonts", "Carousel", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "transformTemplate2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "I4LgcGLOh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1vknx24", "args", "onTapd7lpft", "onTap8sbzl1", "onTapyuan50", "onTapcg8css", "onTap1c7bypo", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "LayoutGroup", "u", "cx", "SVG", "RichText2", "ComponentViewportProvider", "getLocalizedValue", "css", "FramerWmqGK2osR", "withCSS", "WmqGK2osR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "NavigationFonts", "getFonts", "HO3nsLNID_default", "ContainerWithFX", "withFX", "Container", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "SVGWithFX", "SVG", "MotionDivWithFXWithOptimizedAppearEffect", "motion", "ImageWithOptimizedAppearEffect", "Image2", "RichTextWithBorderGradient1mrvf09", "withCodeBoundaryForOverrides", "RichText2", "withBorderGradient", "MotionDivWithFX", "RichTextWithBorderGradient1sfc6kz", "MotionDivWithBorderGradient9c8l1r", "ServiceCard1Fonts", "mrtiZXQ6t_default", "ServiceCard3Fonts", "WmqGK2osR_default", "ServiceCard2Fonts", "T60o02MyT_default", "Auditorium2VanvesFonts", "cJI9KBB5T_default", "SlideshowFonts", "Slideshow", "RichTextWithBorderGradientkzsiho", "Slideshow1Fonts", "RichTextWithBorderGradient18fsi5k", "FooterFonts", "sS_afHTu_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "animation", "transition1", "animation1", "transition2", "animation2", "animation3", "animation4", "transition3", "animation5", "animation6", "transition4", "animation7", "transition5", "animation8", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "usePreloadLocalizedValues", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "elementId2", "ref3", "isDisplayed1", "isDisplayed2", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "getLocalizedValue", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
