{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/GzHgU466IQmt8g4qOKj8/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js", "ssg:https://framerusercontent.com/modules/5V80WwMPP1D5hl3hIink/I8MWuWFryUDgNXwYAzqY/BYXJycrFX.js", "ssg:https://framerusercontent.com/modules/t2DuZHk00T3DpTmKxbZx/pSGLEGqm8jOEauapMe8q/ByXd2k1fq.js", "ssg:https://framerusercontent.com/modules/cSe0z2J2NeKrKlsrFgjL/pI77X835UXs94VdrEQxh/vr8ykwaEX.js", "ssg:https://framerusercontent.com/modules/jiMu7hJhEnWPkPo2ApSJ/nMEcreWcaJt9jIEDz3B7/kdGD8R3BI.js", "ssg:https://framerusercontent.com/modules/V3WcqfIPYIzSAFdPW0CR/53LyFcu0v16rBlONzBPs/MKaCguDs_.js", "ssg:https://framerusercontent.com/modules/yfNXYuVYKc0IK2XTPL9Q/cNSr8A3SDPyHyqStayqO/ORnzMCZtU.js", "ssg:https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06-0.js", "ssg:https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06-1.js", "ssg:https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06.js", "ssg:https://framerusercontent.com/modules/veSbJdsa1RQDTQZ7GvOe/k4sKLoCDSBDIwUBh5kVm/CBM1JdVu9.js", "ssg:https://framerusercontent.com/modules/HIIIsSWPAPcxDkcxnDUs/kgKZ4MHmLFqn3dZKoDEC/oxkpBG9Wb.js", "ssg:https://framerusercontent.com/modules/WtAEnGNTT8FSNkY9xaid/vDVONl7XPSVgHtOwmbLP/GiJhHKBYe.js", "ssg:https://framerusercontent.com/modules/PasJyqqCgqIlSAB67jJV/zYdfHuXsLyU3OYr8C2f4/qg4BKTSNN.js", "ssg:https://framerusercontent.com/modules/dq4XPDHWx3nXn4Siaupy/8fk2pMrxsWBEKXh6WJh9/RCULMr5S7.js", "ssg:https://framerusercontent.com/modules/PaM92g37sAVgYZXUSB7f/uQnAHXq5rFQqI8htX4Sb/otV5SKKnQ.js", "ssg:https://framerusercontent.com/modules/acpvoZAtCU58Aigov0jK/O6OVTCmLaC93rFwJSTcy/xZeS_aCW5.js", "ssg:https://framerusercontent.com/modules/847TpllZc8FBVlyQqIUl/bJZmwfo7b9wBytsTBkkh/rNUQup_bq.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(!document.hidden);useEffect(()=>{const onVisibilityChange=()=>setIsVisible(!document.hidden);document.addEventListener(\"visibilitychange\",onVisibilityChange,false);return()=>{document.removeEventListener(\"visibilitychange\",onVisibilityChange);};},[]);return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "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.on(\"change\",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\":{\"framerIntrinsicWidth\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerDisableUnlink\":\"*\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (6f76210)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-black\",\"FS;Raleway-black italic\",\"FS;Raleway-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJJGVXQO37S4NAEMT2EYO62OMGKWDT72/2OQ65C2JNXC57E7TCYUOCT4BOOQ2XN7Z/E6U6PRBKUYLVGTL6XB4HRMB7HFSZD7ZT.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KIPB2324Y3YBZQYOYSMGQEUPDCHY4D7W/QQNBI4KYGM2NKNSISOFFIGJ5CA5Y2YQ7/D5T753TSN2TUHBVLW4ATFKVPG23HIJRD.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ODEMBGDPTNK472UNO7UUPFXYIQPGVPL6/VQVYXZQAVPOLZRNIK4ENCJHE2D2JCS2K/FBIGB7VNWACHJRJRPVTJXJXHBH47XXJI.woff2\",weight:\"600\"}]}];export const css=['.framer-s2sqR .framer-styles-preset-yvunk1:not(.rich-text-wrapper), .framer-s2sqR .framer-styles-preset-yvunk1.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-s2sqR .framer-styles-preset-yvunk1:not(.rich-text-wrapper), .framer-s2sqR .framer-styles-preset-yvunk1.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-s2sqR .framer-styles-preset-yvunk1:not(.rich-text-wrapper), .framer-s2sqR .framer-styles-preset-yvunk1.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: capitalize; } }'];export const className=\"framer-s2sqR\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,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/5V80WwMPP1D5hl3hIink/I8MWuWFryUDgNXwYAzqY/BYXJycrFX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fGnAFAVNQo7QENl8BLI6/pdXfwjzmKKetLPpR2yt2/IPDyw2mSo.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/XXXJpxNOZd9zZqjVNUei/mWRMyx60MqZTTUu8jRec/xXc_E89Qs.js\";const cycleOrder=[\"g4y30xmQl\",\"PKwBw1d_h\"];const serializationHash=\"framer-kIivM\";const variantClassNames={g4y30xmQl:\"framer-v-15uuq97\",PKwBw1d_h:\"framer-v-1lfk97u\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"g4y30xmQl\",Mobile:\"PKwBw1d_h\"};const getProps=({height,id,image,name1,testimony,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,KI4JpaN1J:(_ref=name1!==null&&name1!==void 0?name1:props.KI4JpaN1J)!==null&&_ref!==void 0?_ref:\"JAMES\",LeAJxJ0qk:image!==null&&image!==void 0?image:props.LeAJxJ0qk,lfN4oeYb3:(_ref1=testimony!==null&&testimony!==void 0?testimony:props.lfN4oeYb3)!==null&&_ref1!==void 0?_ref1:'\"The app has a cluttered structure, making it hard for users to locate key features like workout logs or progress reports.\"',UfWsDhh1q:(_ref2=title!==null&&title!==void 0?title:props.UfWsDhh1q)!==null&&_ref2!==void 0?_ref2:\"CEO\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"g4y30xmQl\"};};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,LeAJxJ0qk,lfN4oeYb3,KI4JpaN1J,UfWsDhh1q,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"g4y30xmQl\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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-15uuq97\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"g4y30xmQl\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({PKwBw1d_h:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kyfx5b\",layoutDependency:layoutDependency,layoutId:\"K6tKSM7Bs\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1)/2)+(0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||400)-0)*1-0)*1)/2)),pixelHeight:4608,pixelWidth:3480,sizes:`max((max(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"}, 1px) - 10px) / 2, 1px)`,...toResponsiveImage(LeAJxJ0qk),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-ruz7jh\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"a2Dct_q2J\",...addPropertyOverrides({PKwBw1d_h:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||575)-0-701.5999999999999)/2+0+0)+0+0),pixelHeight:4608,pixelWidth:3480,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(LeAJxJ0qk),...{positionX:\"center\",positionY:\"top\"}}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g8pijz\",layoutDependency:layoutDependency,layoutId:\"pNMlx61po\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-p0wzck\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"hX03hTkan\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uol7ut\",layoutDependency:layoutDependency,layoutId:\"wahW79GOE\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-yvunk1\",\"data-styles-preset\":\"BYXJycrFX\",style:{\"--framer-text-alignment\":\"center\"},children:\"JAMES\"})}),className:\"framer-1mnm7u7\",\"data-framer-name\":\"Name\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mQgBt4m6x\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:KI4JpaN1J,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v4hawq\",\"data-styles-preset\":\"IPDyw2mSo\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26)))\"},children:\"CEO\"})}),className:\"framer-pw587d\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mNWLtIaTm\",style:{\"--extracted-r6o4lv\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:UfWsDhh1q,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-alignment\":\"center\"},children:'\"The app has a cluttered structure, making it hard for users to locate key features like workout logs or progress reports.\"'})}),className:\"framer-zzx2v1\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"KSuGvGaTD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:lfN4oeYb3,verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kIivM.framer-mibnad, .framer-kIivM .framer-mibnad { display: block; }\",\".framer-kIivM.framer-15uuq97 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 400px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 620px; }\",\".framer-kIivM .framer-kyfx5b { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kIivM .framer-ruz7jh { flex: 1 0 0px; height: 100%; overflow: visible; position: relative; width: 1px; }\",\".framer-kIivM .framer-1g8pijz { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: center; overflow: visible; padding: 0px 20px 20px 20px; position: relative; width: 1px; }\",\".framer-kIivM .framer-p0wzck { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kIivM .framer-uol7ut { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kIivM .framer-1mnm7u7, .framer-kIivM .framer-pw587d, .framer-kIivM .framer-zzx2v1 { 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-kIivM.framer-15uuq97, .framer-kIivM .framer-kyfx5b, .framer-kIivM .framer-1g8pijz, .framer-kIivM .framer-p0wzck, .framer-kIivM .framer-uol7ut { gap: 0px; } .framer-kIivM.framer-15uuq97 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-kIivM.framer-15uuq97 > :first-child, .framer-kIivM .framer-kyfx5b > :first-child { margin-left: 0px; } .framer-kIivM.framer-15uuq97 > :last-child, .framer-kIivM .framer-kyfx5b > :last-child { margin-right: 0px; } .framer-kIivM .framer-kyfx5b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-kIivM .framer-1g8pijz > *, .framer-kIivM .framer-uol7ut > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-kIivM .framer-1g8pijz > :first-child, .framer-kIivM .framer-p0wzck > :first-child, .framer-kIivM .framer-uol7ut > :first-child { margin-top: 0px; } .framer-kIivM .framer-1g8pijz > :last-child, .framer-kIivM .framer-p0wzck > :last-child, .framer-kIivM .framer-uol7ut > :last-child { margin-bottom: 0px; } .framer-kIivM .framer-p0wzck > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",\".framer-kIivM.framer-v-1lfk97u.framer-15uuq97 { flex-direction: column; height: min-content; }\",\".framer-kIivM.framer-v-1lfk97u .framer-kyfx5b { flex: none; flex-direction: column; gap: 40px; height: min-content; width: 100%; }\",\".framer-kIivM.framer-v-1lfk97u .framer-ruz7jh { flex: none; height: 360px; width: 100%; }\",\".framer-kIivM.framer-v-1lfk97u .framer-1g8pijz { flex: none; height: min-content; width: 100%; }\",\".framer-kIivM.framer-v-1lfk97u .framer-p0wzck { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-kIivM.framer-v-1lfk97u.framer-15uuq97, .framer-kIivM.framer-v-1lfk97u .framer-kyfx5b, .framer-kIivM.framer-v-1lfk97u .framer-p0wzck { gap: 0px; } .framer-kIivM.framer-v-1lfk97u.framer-15uuq97 > *, .framer-kIivM.framer-v-1lfk97u .framer-p0wzck > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-kIivM.framer-v-1lfk97u.framer-15uuq97 > :first-child, .framer-kIivM.framer-v-1lfk97u .framer-kyfx5b > :first-child, .framer-kIivM.framer-v-1lfk97u .framer-p0wzck > :first-child { margin-top: 0px; } .framer-kIivM.framer-v-1lfk97u.framer-15uuq97 > :last-child, .framer-kIivM.framer-v-1lfk97u .framer-kyfx5b > :last-child, .framer-kIivM.framer-v-1lfk97u .framer-p0wzck > :last-child { margin-bottom: 0px; } .framer-kIivM.framer-v-1lfk97u .framer-kyfx5b > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 400\n * @framerIntrinsicWidth 620\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"PKwBw1d_h\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"LeAJxJ0qk\":\"image\",\"lfN4oeYb3\":\"testimony\",\"KI4JpaN1J\":\"name1\",\"UfWsDhh1q\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerByXd2k1fq=withCSS(Component,css,\"framer-kIivM\");export default FramerByXd2k1fq;FramerByXd2k1fq.displayName=\"Testimonials Card\";FramerByXd2k1fq.defaultProps={height:400,width:620};addPropertyControls(FramerByXd2k1fq,{variant:{options:[\"g4y30xmQl\",\"PKwBw1d_h\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},LeAJxJ0qk:{title:\"Image\",type:ControlType.ResponsiveImage},lfN4oeYb3:{defaultValue:'\"The app has a cluttered structure, making it hard for users to locate key features like workout logs or progress reports.\"',displayTextArea:false,title:\"Testimony\",type:ControlType.String},KI4JpaN1J:{defaultValue:\"JAMES\",displayTextArea:false,title:\"Name\",type:ControlType.String},UfWsDhh1q:{defaultValue:\"CEO\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerByXd2k1fq,[{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),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerByXd2k1fq\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"400\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PKwBw1d_h\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"620\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"LeAJxJ0qk\\\":\\\"image\\\",\\\"lfN4oeYb3\\\":\\\"testimony\\\",\\\"KI4JpaN1J\\\":\\\"name1\\\",\\\"UfWsDhh1q\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ByXd2k1fq.map", "// Generated by Framer (4240133)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-regular\",\"FS;Raleway-bold\",\"FS;Raleway-bold italic\",\"FS;Raleway-regular italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2YCK276JNUIIHMRWISQCDGWXNOKAXSCG/6OIJIEVI2ZSNHVU6RZ6WV47LHUN2T4MN/ZYCN4M673NULYB4BOICEICFLQAPDYBRK.woff2\",weight:\"400\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.woff2\",weight:\"700\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5Z3PEWK23ZYYM6EY3WIYUF6NV7XVJTA6/6LSK5ZTNKAEC4XLSOWOFQTJDFIY2U4VC/PPYP5G5YCLK4NBO7V7CUV6FSMNC52WMN.woff2\",weight:\"700\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZFKW3XFNLVI62KZLAAVAZD6DD6CFBW4Z/TO732HM6IPEQ2KENRBHBO2EV5NQLOGXQ/RWQG7USMC4GSSOZ4GBFNEQ6ISLNIWSXI.woff2\",weight:\"400\"}]}];export const css=['.framer-rVpf1 .framer-styles-preset-1jekdux:not(.rich-text-wrapper), .framer-rVpf1 .framer-styles-preset-1jekdux.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 40px; --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: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-rVpf1 .framer-styles-preset-1jekdux:not(.rich-text-wrapper), .framer-rVpf1 .framer-styles-preset-1jekdux.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --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: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-rVpf1 .framer-styles-preset-1jekdux:not(.rich-text-wrapper), .framer-rVpf1 .framer-styles-preset-1jekdux.rich-text-wrapper h3 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --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: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: left; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-rVpf1\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4240133)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,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/cSe0z2J2NeKrKlsrFgjL/pI77X835UXs94VdrEQxh/vr8ykwaEX.js\";const cycleOrder=[\"EHIA9WiE7\",\"MG31227qi\"];const serializationHash=\"framer-M6sWD\";const variantClassNames={EHIA9WiE7:\"framer-v-wh643b\",MG31227qi:\"framer-v-1ytpccl\"};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 humanReadableVariantMap={Off:\"EHIA9WiE7\",On:\"MG31227qi\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,qTDJUh3BI:(_ref=title!==null&&title!==void 0?title:props.qTDJUh3BI)!==null&&_ref!==void 0?_ref:\"RESIDENTIAL ARCHITECTURE\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"EHIA9WiE7\"};};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,qTDJUh3BI,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EHIA9WiE7\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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-wh643b\",className,classNames),\"data-framer-name\":\"Off\",layoutDependency:layoutDependency,layoutId:\"EHIA9WiE7\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({MG31227qi:{\"data-framer-name\":\"On\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1jekdux\",\"data-styles-preset\":\"vr8ykwaEX\",children:\"RESIDENTIAL ARCHITECTURE\"})}),className:\"framer-1ynyb9\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sqRCkrQFH\",style:{\"--framer-paragraph-spacing\":\"0px\",opacity:.3},text:qTDJUh3BI,variants:{MG31227qi:{opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({MG31227qi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1jekdux\",\"data-styles-preset\":\"vr8ykwaEX\",style:{\"--framer-text-alignment\":\"start\"},children:\"RESIDENTIAL ARCHITECTURE\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-M6sWD.framer-1vvu19q, .framer-M6sWD .framer-1vvu19q { display: block; }\",\".framer-M6sWD.framer-wh643b { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 570px; }\",\".framer-M6sWD .framer-1ynyb9 { 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-M6sWD.framer-wh643b { gap: 0px; } .framer-M6sWD.framer-wh643b > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-M6sWD.framer-wh643b > :first-child { margin-left: 0px; } .framer-M6sWD.framer-wh643b > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 570\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"MG31227qi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"qTDJUh3BI\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerkdGD8R3BI=withCSS(Component,css,\"framer-M6sWD\");export default FramerkdGD8R3BI;FramerkdGD8R3BI.displayName=\"Service Scroll Animation\";FramerkdGD8R3BI.defaultProps={height:48,width:570};addPropertyControls(FramerkdGD8R3BI,{variant:{options:[\"EHIA9WiE7\",\"MG31227qi\"],optionTitles:[\"Off\",\"On\"],title:\"Variant\",type:ControlType.Enum},qTDJUh3BI:{defaultValue:\"RESIDENTIAL ARCHITECTURE\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerkdGD8R3BI,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkdGD8R3BI\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MG31227qi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"570\",\"framerVariables\":\"{\\\"qTDJUh3BI\\\":\\\"title\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kdGD8R3BI.map", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"qcDWL2lja\",\"loNfGc6Ag\"];const serializationHash=\"framer-hiWfn\";const variantClassNames={loNfGc6Ag:\"framer-v-rw2tgj\",qcDWL2lja:\"framer-v-10eky6l\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:34};const transition1={bounce:.2,delay:0,duration:1.3,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:34};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"qcDWL2lja\",Mobile:\"loNfGc6Ag\"};const getProps=({height,id,image1,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,OrB_7y3A6:(_ref=image1!==null&&image1!==void 0?image1:props.OrB_7y3A6)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/B4DIVNB40ouxpL4RL5N1DcOfnE.jpg 5052w\"},variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"qcDWL2lja\"};};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,OrB_7y3A6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qcDWL2lja\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__adjustPosition:false,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:150,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-10eky6l\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"qcDWL2lja\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({loNfGc6Ag:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-crjgkk\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"EfVMMUq7Y\",style:{backgroundColor:\"rgba(0, 0, 0, 0.4)\"}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-0-((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||320)-0)*1+0))/2+0+0)),pixelHeight:3368,pixelWidth:5052,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(OrB_7y3A6),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-1sweems\",layoutDependency:layoutDependency,layoutId:\"K6bxCrM1P\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hiWfn.framer-1hib6un, .framer-hiWfn .framer-1hib6un { display: block; }\",\".framer-hiWfn.framer-10eky6l { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 320px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 320px; }\",\".framer-hiWfn .framer-crjgkk { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-hiWfn .framer-1sweems { flex: none; height: 100%; overflow: hidden; position: relative; width: 100%; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hiWfn.framer-10eky6l { gap: 0px; } .framer-hiWfn.framer-10eky6l > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hiWfn.framer-10eky6l > :first-child { margin-top: 0px; } .framer-hiWfn.framer-10eky6l > :last-child { margin-bottom: 0px; } }\",\".framer-hiWfn.framer-v-rw2tgj.framer-10eky6l { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 320px); }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 320\n * @framerIntrinsicWidth 320\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"loNfGc6Ag\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"OrB_7y3A6\":\"image1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMKaCguDs_=withCSS(Component,css,\"framer-hiWfn\");export default FramerMKaCguDs_;FramerMKaCguDs_.displayName=\"Hero Animation\";FramerMKaCguDs_.defaultProps={height:320,width:320};addPropertyControls(FramerMKaCguDs_,{variant:{options:[\"qcDWL2lja\",\"loNfGc6Ag\"],optionTitles:[\"Variant 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},OrB_7y3A6:{__defaultAssetReference:\"data:framer/asset-reference,B4DIVNB40ouxpL4RL5N1DcOfnE.jpg?originalFilename=denys-nevozhai-izC9Yob6DGM-unsplash.jpg&preferredSize=auto\",title:\"Image1\",type:ControlType.ResponsiveImage}});addFonts(FramerMKaCguDs_,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMKaCguDs_\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"320\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"loNfGc6Ag\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"320\",\"framerVariables\":\"{\\\"OrB_7y3A6\\\":\\\"image1\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MKaCguDs_.map", "// Generated by Framer (68888f7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,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/5V80WwMPP1D5hl3hIink/I8MWuWFryUDgNXwYAzqY/BYXJycrFX.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/XXXJpxNOZd9zZqjVNUei/mWRMyx60MqZTTUu8jRec/xXc_E89Qs.js\";const serializationHash=\"framer-lcuYo\";const variantClassNames={JAfrroAnM:\"framer-v-1uhsyms\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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=({description,height,id,image,title,width,...props})=>{var _ref,_ref1;return{...props,RaXr31ZgL:image!==null&&image!==void 0?image:props.RaXr31ZgL,tJPR8_gxm:(_ref=description!==null&&description!==void 0?description:props.tJPR8_gxm)!==null&&_ref!==void 0?_ref:\"Service Description\",TKKtIZrxx:(_ref1=title!==null&&title!==void 0?title:props.TKKtIZrxx)!==null&&_ref1!==void 0?_ref1:\"RESIDENTIAL ARCHITECTURE\"};};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,TKKtIZrxx,RaXr31ZgL,tJPR8_gxm,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"JAfrroAnM\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1uhsyms\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"JAfrroAnM\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-14myw9p\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"TvMVmV8bi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-yvunk1\",\"data-styles-preset\":\"BYXJycrFX\",children:\"RESIDENTIAL ARCHITECTURE\"})}),className:\"framer-123ws3h\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zHwR_cdaJ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:TKKtIZrxx,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"RESIDENTIAL ARCHITECTURE\"})}),className:\"framer-1ntm3ro\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"wnggPHqog\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:tJPR8_gxm,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+40+213.6),sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(RaXr31ZgL),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-fay3wh\",\"data-framer-name\":\"Rectangle 10\",layoutDependency:layoutDependency,layoutId:\"hChtauwHu\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lcuYo.framer-1u0egrn, .framer-lcuYo .framer-1u0egrn { display: block; }\",\".framer-lcuYo.framer-1uhsyms { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 40px 0px 0px 0px; position: relative; width: 562px; }\",\".framer-lcuYo .framer-14myw9p { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-lcuYo .framer-123ws3h, .framer-lcuYo .framer-1ntm3ro { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-lcuYo .framer-fay3wh { flex: none; height: 472px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lcuYo.framer-1uhsyms, .framer-lcuYo .framer-14myw9p { gap: 0px; } .framer-lcuYo.framer-1uhsyms > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-lcuYo.framer-1uhsyms > :first-child, .framer-lcuYo .framer-14myw9p > :first-child { margin-top: 0px; } .framer-lcuYo.framer-1uhsyms > :last-child, .framer-lcuYo .framer-14myw9p > :last-child { margin-bottom: 0px; } .framer-lcuYo .framer-14myw9p > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 630\n * @framerIntrinsicWidth 562\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TKKtIZrxx\":\"title\",\"RaXr31ZgL\":\"image\",\"tJPR8_gxm\":\"description\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerORnzMCZtU=withCSS(Component,css,\"framer-lcuYo\");export default FramerORnzMCZtU;FramerORnzMCZtU.displayName=\"Service Card\";FramerORnzMCZtU.defaultProps={height:630,width:562};addPropertyControls(FramerORnzMCZtU,{TKKtIZrxx:{defaultValue:\"RESIDENTIAL ARCHITECTURE\",displayTextArea:false,title:\"Title\",type:ControlType.String},RaXr31ZgL:{title:\"Image\",type:ControlType.ResponsiveImage},tJPR8_gxm:{defaultValue:\"Service Description\",displayTextArea:false,title:\"Description\",type:ControlType.String}});addFonts(FramerORnzMCZtU,[{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\":\"FramerORnzMCZtU\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"562\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"630\",\"framerVariables\":\"{\\\"TKKtIZrxx\\\":\\\"title\\\",\\\"RaXr31ZgL\\\":\\\"image\\\",\\\"tJPR8_gxm\\\":\\\"description\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "var t,e,r,n=Object.create,i=Object.defineProperty,s=Object.getOwnPropertyDescriptor,a=Object.getOwnPropertyNames,o=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty,l=(t,e)=>function(){return e||(0,t[a(t)[0]])((e={exports:{}}).exports,e),e.exports;},f=(t,e,r,n)=>{if(e&&\"object\"==typeof e||\"function\"==typeof e)for(let o of a(e))u.call(t,o)||o===r||i(t,o,{get:()=>e[o],enumerable:!(n=s(e,o))||n.enumerable});return t;},h=(t,e,r)=>(r=null!=t?n(o(t)):{},f(// If the importer is in node compatibility mode or this is not an ESM\n    // file that has been converted to a CommonJS file using a Babel-\n    // compatible transform (i.e. \"__esModule\" has not been set), then set\n    // \"default\" to the CommonJS \"module.exports\" for node compatibility.\n    !e&&t&&t.__esModule?r:i(r,\"default\",{value:t,enumerable:!0}),t)),c=l({\"../../../node_modules/dataloader/index.js\"(t,e){var r,n=/* @__PURE__ */function(){function t(t,e){if(\"function\"!=typeof t)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but got: \"+t+\".\");this._batchLoadFn=t,this._maxBatchSize=function(t){if(!(!t||!1!==t.batch))return 1;var e=t&&t.maxBatchSize;if(void 0===e)return 1/0;if(\"number\"!=typeof e||e<1)throw TypeError(\"maxBatchSize must be a positive number: \"+e);return e;}(e),this._batchScheduleFn=function(t){var e=t&&t.batchScheduleFn;if(void 0===e)return i;if(\"function\"!=typeof e)throw TypeError(\"batchScheduleFn must be a function: \"+e);return e;}(e),this._cacheKeyFn=function(t){var e=t&&t.cacheKeyFn;if(void 0===e)return function(t){return t;};if(\"function\"!=typeof e)throw TypeError(\"cacheKeyFn must be a function: \"+e);return e;}(e),this._cacheMap=function(t){if(!(!t||!1!==t.cache))return null;var e=t&&t.cacheMap;if(void 0===e)return /* @__PURE__ */new Map;if(null!==e){var r=[\"get\",\"set\",\"delete\",\"clear\"].filter(function(t){return e&&\"function\"!=typeof e[t];});if(0!==r.length)throw TypeError(\"Custom cacheMap missing methods: \"+r.join(\", \"));}return e;}(e),this._batch=null,this.name=e&&e.name?e.name:null;}var e=t.prototype;return e.load=function(t){if(null==t)throw TypeError(\"The loader.load() function must be called with a value, but got: \"+String(t)+\".\");var e=function(t){var e=t._batch;if(null!==e&&!e.hasDispatched&&e.keys.length<t._maxBatchSize)return e;var r={hasDispatched:!1,keys:[],callbacks:[]};return t._batch=r,t._batchScheduleFn(function(){(function(t,e){var r;if(e.hasDispatched=!0,0===e.keys.length){a(e);return;}try{r=t._batchLoadFn(e.keys);}catch(r){return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function errored synchronously: \"+String(r)+\".\"));}if(!r||\"function\"!=typeof r.then)return s(t,e,TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise: \"+String(r)+\".\"));r.then(function(t){if(!o(t))throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array: \"+String(t)+\".\");if(t.length!==e.keys.length)throw TypeError(\"DataLoader must be constructed with a function which accepts Array<key> and returns Promise<Array<value>>, but the function did not return a Promise of an Array of the same length as the Array of keys.\\n\\nKeys:\\n\"+String(e.keys)+\"\\n\\nValues:\\n\"+String(t));a(e);for(var r=0;r<e.callbacks.length;r++){var n=t[r];n instanceof Error?e.callbacks[r].reject(n):e.callbacks[r].resolve(n);}}).catch(function(r){s(t,e,r);});})(t,r);}),r;}(this),r=this._cacheMap,n=this._cacheKeyFn(t);if(r){var i=r.get(n);if(i){var u=e.cacheHits||(e.cacheHits=[]);return new Promise(function(t){u.push(function(){t(i);});});}}e.keys.push(t);var l=new Promise(function(t,r){e.callbacks.push({resolve:t,reject:r});});return r&&r.set(n,l),l;},e.loadMany=function(t){if(!o(t))throw TypeError(\"The loader.loadMany() function must be called with Array<key> but got: \"+t+\".\");for(var e=[],r=0;r<t.length;r++)e.push(this.load(t[r]).catch(function(t){return t;}));return Promise.all(e);},e.clear=function(t){var e=this._cacheMap;if(e){var r=this._cacheKeyFn(t);e.delete(r);}return this;},e.clearAll=function(){var t=this._cacheMap;return t&&t.clear(),this;},e.prime=function(t,e){var r=this._cacheMap;if(r){var n,i=this._cacheKeyFn(t);void 0===r.get(i)&&(e instanceof Error?(n=Promise.reject(e)).catch(function(){}):n=Promise.resolve(e),r.set(i,n));}return this;},t;}(),i=\"object\"==typeof process&&\"function\"==typeof process.nextTick?function(t){r||(r=Promise.resolve()),r.then(function(){process.nextTick(t);});}:\"function\"==typeof setImmediate?function(t){setImmediate(t);}:function(t){setTimeout(t);};function s(t,e,r){a(e);for(var n=0;n<e.keys.length;n++)t.clear(e.keys[n]),e.callbacks[n].reject(r);}function a(t){if(t.cacheHits)for(var e=0;e<t.cacheHits.length;e++)t.cacheHits[e]();}function o(t){return\"object\"==typeof t&&null!==t&&\"number\"==typeof t.length&&(0===t.length||t.length>0&&Object.prototype.hasOwnProperty.call(t,t.length-1));}e.exports=n;}}),p=l({\"../../../node_modules/splaytree/dist/splay.js\"(t,e){var r;r=function(){var t=function(t,e){this.next=null,this.key=t,this.data=e,this.left=null,this.right=null;};function e(t,e){return t>e?1:t<e?-1:0;}function r(e,r,n){for(var i=new t(null,null),s=i,a=i;;){var o=n(e,r.key);if(o<0){if(null===r.left)break;if(0>n(e,r.left.key)){var u=r.left;if(r.left=u.right,u.right=r,null===(r=u).left)break;}a.left=r,a=r,r=r.left;}else if(o>0){if(null===r.right)break;if(n(e,r.right.key)>0){var u=r.right;if(r.right=u.left,u.left=r,null===(r=u).right)break;}s.right=r,s=r,r=r.right;}else break;}return s.right=r.left,a.left=r.right,r.left=i.right,r.right=i.left,r;}function n(e,n,i,s){var a=new t(e,n);if(null===i)return a.left=a.right=null,a;i=r(e,i,s);var o=s(e,i.key);return o<0?(a.left=i.left,a.right=i,i.left=null):o>=0&&(a.right=i.right,a.left=i,i.right=null),a;}function i(t,e,n){var i=null,s=null;if(e){e=r(t,e,n);var a=n(e.key,t);0===a?(i=e.left,s=e.right):a<0?(s=e.right,e.right=null,i=e):(i=e.left,e.left=null,s=e);}return{left:i,right:s};}return /** @class */function(){function s(t){void 0===t&&(t=e),this._root=null,this._size=0,this._comparator=t;}return s.prototype.insert=function(t,e){return this._size++,this._root=n(t,e,this._root,this._comparator);},s.prototype.add=function(e,n){var i=new t(e,n);null===this._root&&(i.left=i.right=null,this._size++,this._root=i);var s=this._comparator,a=r(e,this._root,s),o=s(e,a.key);return 0===o?this._root=a:(o<0?(i.left=a.left,i.right=a,a.left=null):o>0&&(i.right=a.right,i.left=a,a.right=null),this._size++,this._root=i),this._root;},s.prototype.remove=function(t){this._root=this._remove(t,this._root,this._comparator);},s.prototype._remove=function(t,e,n){var i;return null===e?null:(e=r(t,e,n),0===n(t,e.key))?(null===e.left?i=e.right:(i=r(t,e.left,n)).right=e.right,this._size--,i):e;},s.prototype.pop=function(){var t=this._root;if(t){for(;t.left;)t=t.left;return this._root=r(t.key,this._root,this._comparator),this._root=this._remove(t.key,this._root,this._comparator),{key:t.key,data:t.data};}return null;},s.prototype.findStatic=function(t){for(var e=this._root,r=this._comparator;e;){var n=r(t,e.key);if(0===n)return e;e=n<0?e.left:e.right;}return null;},s.prototype.find=function(t){return this._root&&(this._root=r(t,this._root,this._comparator),0!==this._comparator(t,this._root.key))?null:this._root;},s.prototype.contains=function(t){for(var e=this._root,r=this._comparator;e;){var n=r(t,e.key);if(0===n)return!0;e=n<0?e.left:e.right;}return!1;},s.prototype.forEach=function(t,e){for(var r=this._root,n=[],i=!1;!i;)null!==r?(n.push(r),r=r.left):0!==n.length?(r=n.pop(),t.call(e,r),r=r.right):i=!0;return this;},s.prototype.range=function(t,e,r,n){for(var i=[],s=this._comparator,a=this._root;0!==i.length||a;)if(a)i.push(a),a=a.left;else{if(s((a=i.pop()).key,e)>0)break;if(s(a.key,t)>=0&&r.call(n,a))return this;a=a.right;}return this;},s.prototype.keys=function(){var t=[];return this.forEach(function(e){var r=e.key;return t.push(r);}),t;},s.prototype.values=function(){var t=[];return this.forEach(function(e){var r=e.data;return t.push(r);}),t;},s.prototype.min=function(){return this._root?this.minNode(this._root).key:null;},s.prototype.max=function(){return this._root?this.maxNode(this._root).key:null;},s.prototype.minNode=function(t){if(void 0===t&&(t=this._root),t)for(;t.left;)t=t.left;return t;},s.prototype.maxNode=function(t){if(void 0===t&&(t=this._root),t)for(;t.right;)t=t.right;return t;},s.prototype.at=function(t){for(var e=this._root,r=!1,n=0,i=[];!r;)if(e)i.push(e),e=e.left;else if(i.length>0){if(e=i.pop(),n===t)return e;n++,e=e.right;}else r=!0;return null;},s.prototype.next=function(t){var e=this._root,r=null;if(t.right){for(r=t.right;r.left;)r=r.left;return r;}for(var n=this._comparator;e;){var i=n(t.key,e.key);if(0===i)break;i<0?(r=e,e=e.left):e=e.right;}return r;},s.prototype.prev=function(t){var e=this._root,r=null;if(null!==t.left){for(r=t.left;r.right;)r=r.right;return r;}for(var n=this._comparator;e;){var i=n(t.key,e.key);if(0===i)break;i<0?e=e.left:(r=e,e=e.right);}return r;},s.prototype.clear=function(){return this._root=null,this._size=0,this;},s.prototype.toList=function(){return function(e){for(var r=e,n=[],i=!1,s=new t(null,null),a=s;!i;)r?(n.push(r),r=r.left):n.length>0?r=(r=a=a.next=n.pop()).right:i=!0;return a.next=null,s.next;}(this._root);},s.prototype.load=function(e,r,n){void 0===r&&(r=[]),void 0===n&&(n=!1);var i=e.length,s=this._comparator;if(n&&function t(e,r,n,i,s){if(!(n>=i)){for(var a=e[n+i>>1],o=n-1,u=i+1;;){do o++;while(0>s(e[o],a))do u--;while(s(e[u],a)>0)if(o>=u)break;var l=e[o];e[o]=e[u],e[u]=l,l=r[o],r[o]=r[u],r[u]=l;}t(e,r,n,u,s),t(e,r,u+1,i,s);}}(e,r,0,i-1,s),null===this._root)this._root=function e(r,n,i,s){var a=s-i;if(a>0){var o=i+Math.floor(a/2),u=r[o],l=n[o],f=new t(u,l);return f.left=e(r,n,i,o),f.right=e(r,n,o+1,s),f;}return null;}(e,r,0,i),this._size=i;else{var a=function(e,r,n){for(var i=new t(null,null),s=i,a=e,o=r;null!==a&&null!==o;)0>n(a.key,o.key)?(s.next=a,a=a.next):(s.next=o,o=o.next),s=s.next;return null!==a?s.next=a:null!==o&&(s.next=o),i.next;}(this.toList(),function(e,r){for(var n=new t(null,null),i=n,s=0;s<e.length;s++)i=i.next=new t(e[s],r[s]);return i.next=null,n.next;}(e,r),s);i=this._size+i,this._root=function t(e,r,n){var i=n-r;if(i>0){var s=r+Math.floor(i/2),a=t(e,r,s),o=e.head;return o.left=a,e.head=e.head.next,o.right=t(e,s+1,n),o;}return null;}({head:a},0,i);}return this;},s.prototype.isEmpty=function(){return null===this._root;},Object.defineProperty(s.prototype,\"size\",{get:function(){return this._size;},enumerable:!0,configurable:!0}),Object.defineProperty(s.prototype,\"root\",{get:function(){return this._root;},enumerable:!0,configurable:!0}),s.prototype.toString=function(t){void 0===t&&(t=function(t){return String(t.key);});var e=[];return function t(e,r,n,i,s){if(e){i(\"\"+r+(n?\"\u2514\u2500\u2500 \":\"\u251C\u2500\u2500 \")+s(e)+\"\\n\");var a=r+(n?\"    \":\"\u2502   \");e.left&&t(e.left,a,!1,i,s),e.right&&t(e.right,a,!0,i,s);}}(this._root,\"\",!0,function(t){return e.push(t);},t),e.join(\"\");},s.prototype.update=function(t,e,s){var a,o,u=this._comparator,l=i(t,this._root,u),f=l.left,h=l.right;0>u(t,e)?h=n(e,s,h,u):f=n(e,s,f,u),this._root=(a=f,null===(o=h)?a:(null===a||((o=r(a.key,o,u)).left=a),o));},s.prototype.split=function(t){return i(t,this._root,this._comparator);},s.prototype[Symbol.iterator]=function(){var t,e,r;return function(t,e){var r,n,i,s,a={label:0,sent:function(){if(1&i[0])throw i[1];return i[1];},trys:[],ops:[]};return s={next:o(0),throw:o(1),return:o(2)},\"function\"==typeof Symbol&&(s[Symbol.iterator]=function(){return this;}),s;function o(s){return function(o){return function(s){if(r)throw TypeError(\"Generator is already executing.\");for(;a;)try{if(r=1,n&&(i=2&s[0]?n.return:s[0]?n.throw||((i=n.return)&&i.call(n),0):n.next)&&!(i=i.call(n,s[1])).done)return i;switch(n=0,i&&(s=[2&s[0],i.value]),s[0]){case 0:case 1:i=s;break;case 4:return a.label++,{value:s[1],done:!1};case 5:a.label++,n=s[1],s=[0];continue;case 7:s=a.ops.pop(),a.trys.pop();continue;default:if(!(i=(i=a.trys).length>0&&i[i.length-1])&&(6===s[0]||2===s[0])){a=0;continue;}if(3===s[0]&&(!i||s[1]>i[0]&&s[1]<i[3])){a.label=s[1];break;}if(6===s[0]&&a.label<i[1]){a.label=i[1],i=s;break;}if(i&&a.label<i[2]){a.label=i[2],a.ops.push(s);break;}i[2]&&a.ops.pop(),a.trys.pop();continue;}s=e.call(t,a);}catch(t){s=[6,t],n=0;}finally{r=i=0;}if(5&s[0])throw s[1];return{value:s[0]?s[1]:void 0,done:!0};}([s,o]);};}}(this,function(n){switch(n.label){case 0:t=this._root,e=[],r=!1,n.label=1;case 1:if(r)return[3,6];if(!(null!==t))return[3,2];return e.push(t),t=t.left,[3,5];case 2:if(!(0!==e.length))return[3,4];return[4,t=e.pop()];case 3:return n.sent(),t=t.right,[3,5];case 4:r=!0,n.label=5;case 5:return[3,1];case 6:return[2];}});},s;}();},\"object\"==typeof t&&void 0!==e?e.exports=r():\"function\"==typeof define&&define.amd?define(r):t.SplayTree=r();}}),d=l({\"../../../node_modules/whatwg-mimetype/lib/utils.js\"(t){t.removeLeadingAndTrailingHTTPWhitespace=t=>t.replace(/^[ \\t\\n\\r]+/u,\"\").replace(/[ \\t\\n\\r]+$/u,\"\"),t.removeTrailingHTTPWhitespace=t=>t.replace(/[ \\t\\n\\r]+$/u,\"\"),t.isHTTPWhitespaceChar=t=>\" \"===t||\"\t\"===t||\"\\n\"===t||\"\\r\"===t,t.solelyContainsHTTPTokenCodePoints=t=>/^[-!#$%&'*+.^_`|~A-Za-z0-9]*$/u.test(t),t.soleyContainsHTTPQuotedStringTokenCodePoints=t=>/^[\\t\\u0020-\\u007E\\u0080-\\u00FF]*$/u.test(t),t.asciiLowercase=t=>t.replace(/[A-Z]/ug,t=>t.toLowerCase()),t.collectAnHTTPQuotedString=(t,e)=>{let r=\"\";for(e++;;){for(;e<t.length&&'\"'!==t[e]&&\"\\\\\"!==t[e];)r+=t[e],++e;if(e>=t.length)break;let n=t[e];if(++e,\"\\\\\"===n){if(e>=t.length){r+=\"\\\\\";break;}r+=t[e],++e;}else break;}return[r,e];};}}),g=l({\"../../../node_modules/whatwg-mimetype/lib/mime-type-parameters.js\"(t,e){var{asciiLowercase:r,solelyContainsHTTPTokenCodePoints:n,soleyContainsHTTPQuotedStringTokenCodePoints:i}=d();e.exports=class{get size(){return this._map.size;}get(t){return t=r(String(t)),this._map.get(t);}has(t){return t=r(String(t)),this._map.has(t);}set(t,e){if(t=r(String(t)),e=String(e),!n(t))throw Error(`Invalid MIME type parameter name \"${t}\": only HTTP token code points are valid.`);if(!i(e))throw Error(`Invalid MIME type parameter value \"${e}\": only HTTP quoted-string token code points are valid.`);return this._map.set(t,e);}clear(){this._map.clear();}delete(t){return t=r(String(t)),this._map.delete(t);}forEach(t,e){this._map.forEach(t,e);}keys(){return this._map.keys();}values(){return this._map.values();}entries(){return this._map.entries();}[Symbol.iterator](){return this._map[Symbol.iterator]();}constructor(t){this._map=t;}};}}),v=l({\"../../../node_modules/whatwg-mimetype/lib/parser.js\"(t,e){var{removeLeadingAndTrailingHTTPWhitespace:r,removeTrailingHTTPWhitespace:n,isHTTPWhitespaceChar:i,solelyContainsHTTPTokenCodePoints:s,soleyContainsHTTPQuotedStringTokenCodePoints:a,asciiLowercase:o,collectAnHTTPQuotedString:u}=d();e.exports=t=>{t=r(t);let e=0,l=\"\";for(;e<t.length&&\"/\"!==t[e];)l+=t[e],++e;if(0===l.length||!s(l)||e>=t.length)return null;++e;let f=\"\";for(;e<t.length&&\";\"!==t[e];)f+=t[e],++e;if(0===(f=n(f)).length||!s(f))return null;let h={type:o(l),subtype:o(f),parameters:/* @__PURE__ */new Map};for(;e<t.length;){for(++e;i(t[e]);)++e;let r=\"\";for(;e<t.length&&\";\"!==t[e]&&\"=\"!==t[e];)r+=t[e],++e;if(r=o(r),e<t.length){if(\";\"===t[e])continue;++e;}let l=null;if('\"'===t[e])for([l,e]=u(t,e);e<t.length&&\";\"!==t[e];)++e;else{for(l=\"\";e<t.length&&\";\"!==t[e];)l+=t[e],++e;if(\"\"===(l=n(l)))continue;}r.length>0&&s(r)&&a(l)&&!h.parameters.has(r)&&h.parameters.set(r,l);}return h;};}}),y=l({\"../../../node_modules/whatwg-mimetype/lib/serializer.js\"(t,e){var{solelyContainsHTTPTokenCodePoints:r}=d();e.exports=t=>{let e=`${t.type}/${t.subtype}`;if(0===t.parameters.size)return e;for(let[n,i]of t.parameters)e+=\";\"+n+\"=\",r(i)&&0!==i.length||(i=i.replace(/([\"\\\\])/ug,\"\\\\$1\"),i=`\"${i}\"`),e+=i;return e;};}}),m=l({\"../../../node_modules/whatwg-mimetype/lib/mime-type.js\"(t,e){var r=g(),n=v(),i=y(),{asciiLowercase:s,solelyContainsHTTPTokenCodePoints:a}=d();e.exports=class{static parse(t){try{return new this(t);}catch(t){return null;}}get essence(){return`${this.type}/${this.subtype}`;}get type(){return this._type;}set type(t){if(0===(t=s(String(t))).length)throw Error(\"Invalid type: must be a non-empty string\");if(!a(t))throw Error(`Invalid type ${t}: must contain only HTTP token code points`);this._type=t;}get subtype(){return this._subtype;}set subtype(t){if(0===(t=s(String(t))).length)throw Error(\"Invalid subtype: must be a non-empty string\");if(!a(t))throw Error(`Invalid subtype ${t}: must contain only HTTP token code points`);this._subtype=t;}get parameters(){return this._parameters;}toString(){return i(this);}isJavaScript({prohibitParameters:t=!1}={}){switch(this._type){case\"text\":switch(this._subtype){case\"ecmascript\":case\"javascript\":case\"javascript1.0\":case\"javascript1.1\":case\"javascript1.2\":case\"javascript1.3\":case\"javascript1.4\":case\"javascript1.5\":case\"jscript\":case\"livescript\":case\"x-ecmascript\":case\"x-javascript\":return!t||0===this._parameters.size;default:return!1;}case\"application\":switch(this._subtype){case\"ecmascript\":case\"javascript\":case\"x-ecmascript\":case\"x-javascript\":return!t||0===this._parameters.size;default:return!1;}default:return!1;}}isXML(){return\"xml\"===this._subtype&&(\"text\"===this._type||\"application\"===this._type)||this._subtype.endsWith(\"+xml\");}isHTML(){return\"html\"===this._subtype&&\"text\"===this._type;}constructor(t){t=String(t);let e=n(t);if(null===e)throw Error(`Could not parse MIME type string \"${t}\"`);this._type=e.type,this._subtype=e.subtype,this._parameters=new r(e.parameters);}};}}),w=h(c());// src/code-generation/components/cms/bundled/assert.ts\nfunction b(t,...e){if(!t)throw Error(\"Assertion Error\"+(e.length>0?\": \"+e.join(\" \"):\"\"));}function _(t){throw Error(`Unexpected value: ${t}`);}// src/code-generation/components/cms/bundled/BufferReader.ts\nvar k={Uint8:1,Uint16:2,Uint32:4,BigUint64:8,Int8:1,Int16:2,Int32:4,BigInt64:8,Float32:4,Float64:8},I=class{getOffset(){return this.offset;}ensureBufferLength(t){let e=this.buffer.byteLength;if(!(this.offset+t<=e))throw Error(\"Reading out of bounds\");}readUint8(){let t=k.Uint8;this.ensureBufferLength(t);let e=this.view.getUint8(this.offset);return this.offset+=t,e;}readUint16(){let t=k.Uint16;this.ensureBufferLength(t);let e=this.view.getUint16(this.offset);return this.offset+=t,e;}readUint32(){let t=k.Uint32;this.ensureBufferLength(t);let e=this.view.getUint32(this.offset);return this.offset+=t,e;}readUint64(){let t=this.readBigUint64();return Number(t);}readBigUint64(){let t=k.BigUint64;this.ensureBufferLength(t);let e=this.view.getBigUint64(this.offset);return this.offset+=t,e;}readInt8(){let t=k.Int8;this.ensureBufferLength(t);let e=this.view.getInt8(this.offset);return this.offset+=t,e;}readInt16(){let t=k.Int16;this.ensureBufferLength(t);let e=this.view.getInt16(this.offset);return this.offset+=t,e;}readInt32(){let t=k.Int32;this.ensureBufferLength(t);let e=this.view.getInt32(this.offset);return this.offset+=t,e;}readInt64(){let t=this.readBigInt64();return Number(t);}readBigInt64(){let t=k.BigInt64;this.ensureBufferLength(t);let e=this.view.getBigInt64(this.offset);return this.offset+=t,e;}readFloat32(){let t=k.Float32;this.ensureBufferLength(t);let e=this.view.getFloat32(this.offset);return this.offset+=t,e;}readFloat64(){let t=k.Float64;this.ensureBufferLength(t);let e=this.view.getFloat64(this.offset);return this.offset+=t,e;}readBuffer(t){let e=this.offset,r=e+t,n=this.buffer.slice(e,r);return this.offset=r,n;}readString(){let t=this.readUint32(),e=this.readBuffer(t);return this.decoder.decode(e);}readJson(){let t=this.readString();return JSON.parse(t);}constructor(t){this.buffer=t,this.offset=0,this.view=new DataView(this.buffer),this.decoder=new TextDecoder;}};// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nimport{ControlType as U}from\"framer\";// src/utils/typeChecks.ts\nfunction S(t){return Number.isFinite(t);}function x(t){return void 0===t;}function E(t){return null===t;}function B(t){return null==t;}// ../../../node_modules/fflate/esm/browser.js\nvar T=Uint8Array,L=Uint16Array,M=Int32Array,A=new T([0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,2,3,3,3,3,4,4,4,4,5,5,5,5,0,/* unused */0,0,/* impossible */0]),F=new T([0,0,0,0,1,1,2,2,3,3,4,4,5,5,6,6,7,7,8,8,9,9,10,10,11,11,12,12,13,13,/* unused */0,0]),j=new T([16,17,18,0,8,7,9,6,10,5,11,4,12,3,13,2,14,1,15]),P=function(t,e){for(var r=new L(31),n=0;n<31;++n)r[n]=e+=1<<t[n-1];for(var i=new M(r[30]),n=1;n<30;++n)for(var s=r[n];s<r[n+1];++s)i[s]=s-r[n]<<5|n;return{b:r,r:i};},D=P(A,2),N=D.b,C=D.r;N[28]=258,C[258]=28;var O=P(F,0),$=O.b,q=O.r,z=new L(32768);for(e=0;e<32768;++e)t=(61680&(t=(52428&(t=(43690&e)>>1|(21845&e)<<1))>>2|(13107&t)<<2))>>4|(3855&t)<<4,z[e]=((65280&t)>>8|(255&t)<<8)>>1;var R=function(t,e,r){for(var n,i=t.length,s=0,a=new L(e);s<i;++s)t[s]&&++a[t[s]-1];var o=new L(e);for(s=1;s<e;++s)o[s]=o[s-1]+a[s-1]<<1;if(r){n=new L(1<<e);var u=15-e;for(s=0;s<i;++s)if(t[s])for(var l=s<<4|t[s],f=e-t[s],h=o[t[s]-1]++<<f,c=h|(1<<f)-1;h<=c;++h)n[z[h]>>u]=l;}else for(s=0,n=new L(i);s<i;++s)t[s]&&(n[s]=z[o[t[s]-1]++]>>15-t[s]);return n;},H=new T(288);for(e=0;e<144;++e)H[e]=8;for(e=144;e<256;++e)H[e]=9;for(e=256;e<280;++e)H[e]=7;for(e=280;e<288;++e)H[e]=8;var J=new T(32);for(e=0;e<32;++e)J[e]=5;var W=/* @__PURE__ */R(H,9,0),G=/* @__PURE__ */R(H,9,1),K=/* @__PURE__ */R(J,5,0),V=/* @__PURE__ */R(J,5,1),X=function(t){for(var e=t[0],r=1;r<t.length;++r)t[r]>e&&(e=t[r]);return e;},Q=function(t,e,r){var n=e/8|0;return(t[n]|t[n+1]<<8)>>(7&e)&r;},Z=function(t,e){var r=e/8|0;return(t[r]|t[r+1]<<8|t[r+2]<<16)>>(7&e);},Y=function(t){return(t+7)/8|0;},tt=function(t,e,r){return(null==e||e<0)&&(e=0),(null==r||r>t.length)&&(r=t.length),new T(t.subarray(e,r));},te=[\"unexpected EOF\",\"invalid block type\",\"invalid length/literal\",\"invalid distance\",\"stream finished\",\"no stream handler\",,\"no callback\",\"invalid UTF-8 data\",\"extra field too long\",\"date not in range 1980-2099\",\"filename too long\",\"stream finishing\",\"invalid zip data\"],tr=function(t,e,r){var n=Error(e||te[t]);if(n.code=t,Error.captureStackTrace&&Error.captureStackTrace(n,tr),!r)throw n;return n;},tn=function(t,e,r,n){var i=t.length,s=n?n.length:0;if(!i||e.f&&!e.l)return r||new T(0);var a=!r,o=a||2!=e.i,u=e.i;a&&(r=new T(3*i));var l=function(t){var e=r.length;if(t>e){var n=new T(Math.max(2*e,t));n.set(r),r=n;}},f=e.f||0,h=e.p||0,c=e.b||0,p=e.l,d=e.d,g=e.m,v=e.n,y=8*i;do{if(!p){f=Q(t,h,1);var m=Q(t,h+1,3);if(h+=3,m){if(1==m)p=G,d=V,g=9,v=5;else if(2==m){var w=Q(t,h,31)+257,b=Q(t,h+10,15)+4,_=w+Q(t,h+5,31)+1;h+=14;for(var k=new T(_),I=new T(19),U=0;U<b;++U)I[j[U]]=Q(t,h+3*U,7);h+=3*b;for(var S=X(I),x=(1<<S)-1,E=R(I,S,1),U=0;U<_;){var B=E[Q(t,h,x)];h+=15&B;var L=B>>4;if(L<16)k[U++]=L;else{var M=0,P=0;for(16==L?(P=3+Q(t,h,3),h+=2,M=k[U-1]):17==L?(P=3+Q(t,h,7),h+=3):18==L&&(P=11+Q(t,h,127),h+=7);P--;)k[U++]=M;}}var D=k.subarray(0,w),C=k.subarray(w);g=X(D),v=X(C),p=R(D,g,1),d=R(C,v,1);}else tr(1);}else{var L=Y(h)+4,O=t[L-4]|t[L-3]<<8,q=L+O;if(q>i){u&&tr(0);break;}o&&l(c+O),r.set(t.subarray(L,q),c),e.b=c+=O,e.p=h=8*q,e.f=f;continue;}if(h>y){u&&tr(0);break;}}o&&l(c+131072);for(var z=(1<<g)-1,H=(1<<v)-1,J=h;;J=h){var M=p[Z(t,h)&z],W=M>>4;if((h+=15&M)>y){u&&tr(0);break;}if(M||tr(2),W<256)r[c++]=W;else if(256==W){J=h,p=null;break;}else{var K=W-254;if(W>264){var U=W-257,te=A[U];K=Q(t,h,(1<<te)-1)+N[U],h+=te;}var tn=d[Z(t,h)&H],ti=tn>>4;tn||tr(3),h+=15&tn;var C=$[ti];if(ti>3){var te=F[ti];C+=Z(t,h)&(1<<te)-1,h+=te;}if(h>y){u&&tr(0);break;}o&&l(c+131072);var ts=c+K;if(c<C){var ta=s-C,to=Math.min(C,ts);for(ta+c<0&&tr(3);c<to;++c)r[c]=n[ta+c];}for(;c<ts;++c)r[c]=r[c-C];}}e.l=p,e.p=J,e.b=c,e.f=f,p&&(f=1,e.m=g,e.d=d,e.n=v);}while(!f)return c!=r.length&&a?tt(r,0,c):r.subarray(0,c);},ti=function(t,e,r){r<<=7&e;var n=e/8|0;t[n]|=r,t[n+1]|=r>>8;},ts=function(t,e,r){r<<=7&e;var n=e/8|0;t[n]|=r,t[n+1]|=r>>8,t[n+2]|=r>>16;},ta=function(t,e){for(var r=[],n=0;n<t.length;++n)t[n]&&r.push({s:n,f:t[n]});var i=r.length,s=r.slice();if(!i)return{t:tp,l:0};if(1==i){var a=new T(r[0].s+1);return a[r[0].s]=1,{t:a,l:1};}r.sort(function(t,e){return t.f-e.f;}),r.push({s:-1,f:25001});var o=r[0],u=r[1],l=0,f=1,h=2;for(r[0]={s:-1,f:o.f+u.f,l:o,r:u};f!=i-1;)o=r[r[l].f<r[h].f?l++:h++],u=r[l!=f&&r[l].f<r[h].f?l++:h++],r[f++]={s:-1,f:o.f+u.f,l:o,r:u};for(var c=s[0].s,n=1;n<i;++n)s[n].s>c&&(c=s[n].s);var p=new L(c+1),d=to(r[f-1],p,0);if(d>e){var n=0,g=0,v=d-e,y=1<<v;for(s.sort(function(t,e){return p[e.s]-p[t.s]||t.f-e.f;});n<i;++n){var m=s[n].s;if(p[m]>e)g+=y-(1<<d-p[m]),p[m]=e;else break;}for(g>>=v;g>0;){var w=s[n].s;p[w]<e?g-=1<<e-p[w]++-1:++n;}for(;n>=0&&g;--n){var b=s[n].s;p[b]==e&&(--p[b],++g);}d=e;}return{t:new T(p),l:d};},to=function(t,e,r){return -1==t.s?Math.max(to(t.l,e,r+1),to(t.r,e,r+1)):e[t.s]=r;},tu=function(t){for(var e=t.length;e&&!t[--e];);for(var r=new L(++e),n=0,i=t[0],s=1,a=function(t){r[n++]=t;},o=1;o<=e;++o)if(t[o]==i&&o!=e)++s;else{if(!i&&s>2){for(;s>138;s-=138)a(32754);s>2&&(a(s>10?s-11<<5|28690:s-3<<5|12305),s=0);}else if(s>3){for(a(i),--s;s>6;s-=6)a(8304);s>2&&(a(s-3<<5|8208),s=0);}for(;s--;)a(i);s=1,i=t[o];}return{c:r.subarray(0,n),n:e};},tl=function(t,e){for(var r=0,n=0;n<e.length;++n)r+=t[n]*e[n];return r;},tf=function(t,e,r){var n=r.length,i=Y(e+2);t[i]=255&n,t[i+1]=n>>8,t[i+2]=255^t[i],t[i+3]=255^t[i+1];for(var s=0;s<n;++s)t[i+s+4]=r[s];return(i+4+n)*8;},th=function(t,e,r,n,i,s,a,o,u,l,f){ti(e,f++,r),++i[256];for(var h,c,p,d,g=ta(i,15),v=g.t,y=g.l,m=ta(s,15),w=m.t,b=m.l,_=tu(v),k=_.c,I=_.n,U=tu(w),S=U.c,x=U.n,E=new L(19),B=0;B<k.length;++B)++E[31&k[B]];for(var B=0;B<S.length;++B)++E[31&S[B]];for(var T=ta(E,7),M=T.t,P=T.l,D=19;D>4&&!M[j[D-1]];--D);var N=l+5<<3,C=tl(i,H)+tl(s,J)+a,O=tl(i,v)+tl(s,w)+a+14+3*D+tl(E,M)+2*E[16]+3*E[17]+7*E[18];if(u>=0&&N<=C&&N<=O)return tf(e,f,t.subarray(u,u+l));if(ti(e,f,1+(O<C)),f+=2,O<C){h=R(v,y,0),c=v,p=R(w,b,0),d=w;var $=R(M,P,0);ti(e,f,I-257),ti(e,f+5,x-1),ti(e,f+10,D-4),f+=14;for(var B=0;B<D;++B)ti(e,f+3*B,M[j[B]]);f+=3*D;for(var q=[k,S],z=0;z<2;++z)for(var G=q[z],B=0;B<G.length;++B){var V=31&G[B];ti(e,f,$[V]),f+=M[V],V>15&&(ti(e,f,G[B]>>5&127),f+=G[B]>>12);}}else h=W,c=H,p=K,d=J;for(var B=0;B<o;++B){var X=n[B];if(X>255){var V=X>>18&31;ts(e,f,h[V+257]),f+=c[V+257],V>7&&(ti(e,f,X>>23&31),f+=A[V]);var Q=31&X;ts(e,f,p[Q]),f+=d[Q],Q>3&&(ts(e,f,X>>5&8191),f+=F[Q]);}else ts(e,f,h[X]),f+=c[X];}return ts(e,f,h[256]),f+c[256];},tc=/* @__PURE__ */new M([65540,131080,131088,131104,262176,1048704,1048832,2114560,2117632]),tp=/* @__PURE__ */new T(0),td=function(t,e,r,n,i,s){var a=s.z||t.length,o=new T(n+a+5*(1+Math.ceil(a/7e3))+i),u=o.subarray(n,o.length-i),l=s.l,f=7&(s.r||0);if(e){f&&(u[0]=s.r>>3);for(var h=tc[e-1],c=h>>13,p=8191&h,d=(1<<r)-1,g=s.p||new L(32768),v=s.h||new L(d+1),y=Math.ceil(r/3),m=2*y,w=function(e){return(t[e]^t[e+1]<<y^t[e+2]<<m)&d;},b=new M(25e3),_=new L(288),k=new L(32),I=0,U=0,S=s.i||0,x=0,E=s.w||0,B=0;S+2<a;++S){var j=w(S),P=32767&S,D=v[j];if(g[P]=D,v[j]=P,E<=S){var N=a-S;if((I>7e3||x>24576)&&(N>423||!l)){f=th(t,u,0,b,_,k,U,x,B,S-B,f),x=I=U=0,B=S;for(var O=0;O<286;++O)_[O]=0;for(var O=0;O<30;++O)k[O]=0;}var $=2,z=0,R=p,H=P-D&32767;if(N>2&&j==w(S-H))for(var J=Math.min(c,N)-1,W=Math.min(32767,S),G=Math.min(258,N);H<=W&&--R&&P!=D;){if(t[S+$]==t[S+$-H]){for(var K=0;K<G&&t[S+K]==t[S+K-H];++K);if(K>$){if($=K,z=H,K>J)break;for(var V=Math.min(H,K-2),X=0,O=0;O<V;++O){var Q=S-H+O&32767,Z=g[Q],te=Q-Z&32767;te>X&&(X=te,D=Q);}}}D=g[P=D],H+=P-D&32767;}if(z){b[x++]=268435456|C[$]<<18|q[z];var tr=31&C[$],tn=31&q[z];U+=A[tr]+F[tn],++_[257+tr],++k[tn],E=S+$,++I;}else b[x++]=t[S],++_[t[S]];}}for(S=Math.max(S,E);S<a;++S)b[x++]=t[S],++_[t[S]];f=th(t,u,l,b,_,k,U,x,B,S-B,f),l||(s.r=7&f|u[f/8|0]<<3,f-=7,s.h=v,s.p=g,s.i=S,s.w=E);}else{for(var S=s.w||0;S<a+l;S+=65535){var ti=S+65535;ti>=a&&(u[f/8|0]=l,ti=a),f=tf(u,f+1,t.subarray(S,ti));}s.i=a;}return tt(o,0,n+Y(f)+i);},tg=function(t,e,r,n,i){if(!i&&(i={l:1},e.dictionary)){var s=e.dictionary.subarray(-32768),a=new T(s.length+t.length);a.set(s),a.set(t,s.length),t=a,i.w=s.length;}return td(t,null==e.level?6:e.level,null==e.mem?i.l?Math.ceil(1.5*Math.max(8,Math.min(13,Math.log(t.length)))):20:12+e.mem,r,n,i);};function tv(t,e){return tg(t,e||{},0,0);}function ty(t,e){return tn(t,{i:2},e&&e.out,e&&e.dictionary);}var tm=\"undefined\"!=typeof TextDecoder&&/* @__PURE__ */new TextDecoder,tw=0;try{tm.decode(tp,{stream:!0}),tw=1;}catch(t){}// src/code-generation/components/cms/bundled/models/DatabaseDictionaryIndexModel.ts\nvar tb=h(p()),t_=1024,tk=1.5,tI=t=>2**t-1,tU=t=>-(2**(t-1)),tS=t=>2**(t-1)-1,tx={Uint8:0,Uint16:0,Uint32:0,Uint64:0,BigUint64:0,Int8:tU(8),Int16:tU(16),Int32:tU(32),Int64:Number.MIN_SAFE_INTEGER,BigInt64:-(BigInt(2)**BigInt(63))},tE={Uint8:tI(8),Uint16:tI(16),Uint32:tI(32),Uint64:Number.MAX_SAFE_INTEGER,BigUint64:BigInt(2)**BigInt(64)-BigInt(1),Int8:tS(8),Int16:tS(16),Int32:tS(32),Int64:Number.MAX_SAFE_INTEGER,BigInt64:BigInt(2)**BigInt(63)-BigInt(1)};function tB(t,e,r,n){b(t>=e,t,\"outside lower bound for\",n),b(t<=r,t,\"outside upper bound for\",n);}var tT=class{getOffset(){return this.offset;}slice(t=0,e=this.offset){return this.buffer.slice(t,e);}subarray(t=0,e=this.offset){return new Uint8Array(this.buffer,t,e);}ensureBufferLength(t){let e=this.buffer.byteLength;if(this.offset+t<=e)return;let r=new ArrayBuffer(Math.ceil(e*tk)+t);tL(this.buffer,r,0),this.buffer=r,this.view=new DataView(r);}writeUint8(t){tB(t,tx.Uint8,tE.Uint8,\"Uint8\");let e=k.Uint8;this.ensureBufferLength(e),this.view.setUint8(this.offset,t),this.offset+=e;}writeUint16(t){tB(t,tx.Uint16,tE.Uint16,\"Uint16\");let e=k.Uint16;this.ensureBufferLength(e),this.view.setUint16(this.offset,t),this.offset+=e;}writeUint32(t){tB(t,tx.Uint32,tE.Uint32,\"Uint32\");let e=k.Uint32;this.ensureBufferLength(e),this.view.setUint32(this.offset,t),this.offset+=e;}writeUint64(t){tB(t,tx.Uint64,tE.Uint64,\"Uint64\");let e=BigInt(t);this.writeBigUint64(e);}writeBigUint64(t){tB(t,tx.BigUint64,tE.BigUint64,\"BigUint64\");let e=k.BigUint64;this.ensureBufferLength(e),this.view.setBigUint64(this.offset,t),this.offset+=e;}writeInt8(t){tB(t,tx.Int8,tE.Int8,\"Int8\");let e=k.Int8;this.ensureBufferLength(e),this.view.setInt8(this.offset,t),this.offset+=e;}writeInt16(t){tB(t,tx.Int16,tE.Int16,\"Int16\");let e=k.Int16;this.ensureBufferLength(e),this.view.setInt16(this.offset,t),this.offset+=e;}writeInt32(t){tB(t,tx.Int32,tE.Int32,\"Int32\");let e=k.Int32;this.ensureBufferLength(e),this.view.setInt32(this.offset,t),this.offset+=e;}writeInt64(t){tB(t,tx.Int64,tE.Int64,\"Int64\");let e=BigInt(t);this.writeBigInt64(e);}writeBigInt64(t){tB(t,tx.BigInt64,tE.BigInt64,\"BigInt64\");let e=k.BigInt64;this.ensureBufferLength(e),this.view.setBigInt64(this.offset,t),this.offset+=e;}writeFloat32(t){let e=k.Float32;this.ensureBufferLength(e),this.view.setFloat32(this.offset,t),this.offset+=e;}writeFloat64(t){let e=k.Float64;this.ensureBufferLength(e),this.view.setFloat64(this.offset,t),this.offset+=e;}writeBuffer(t){let e=t.byteLength;this.ensureBufferLength(e),tL(t,this.buffer,this.offset),this.offset+=e;}encodeString(t){let e=this.encodedStrings.get(t);if(e)return e;let r=this.encoder.encode(t);return this.encodedStrings.set(t,r),r;}writeString(t){let e=this.encodeString(t),r=e.byteLength;this.writeUint32(r),this.writeBuffer(e);}writeJson(t){let e=JSON.stringify(t);this.writeString(e);}constructor(){this.offset=0,this.buffer=new ArrayBuffer(t_),this.view=new DataView(this.buffer),this.encoder=new TextEncoder,this.encodedStrings=/* @__PURE__ */new Map;}};function tL(t,e,r){let n=new Uint8Array(t),i=new Uint8Array(e);i.set(n,r);}// src/code-generation/components/cms/bundled/models/DatabaseItemPointerModel.ts\nvar tM=class{static fromString(t){let[e,r,n]=t.split(\"/\").map(Number);return b(S(e),\"Invalid chunkId\"),b(S(r),\"Invalid offset\"),b(S(n),\"Invalid length\"),new tM(e,r,n);}toString(){return`${this.chunkId}/${this.offset}/${this.length}`;}static read(t){let e=t.readUint16(),r=t.readUint32(),n=t.readUint32();return new tM(e,r,n);}write(t){t.writeUint16(this.chunkId),t.writeUint32(this.offset),t.writeUint32(this.length);}compare(t){return this.chunkId<t.chunkId?-1:this.chunkId>t.chunkId?1:this.offset<t.offset?-1:this.offset>t.offset?1:(b(this.length===t.length),0);}constructor(t,e,r){this.chunkId=t,this.offset=e,this.length=r;}};// src/code-generation/components/cms/bundled/models/DatabaseValueModel.ts\nimport{ControlType as tA}from\"framer\";function tF(t){if(E(t))return 0/* Null */;switch(t.type){case tA.Array:return 1/* Array */;case tA.Boolean:return 2/* Boolean */;case tA.Color:return 3/* Color */;case tA.Date:return 4/* Date */;case tA.Enum:return 5/* Enum */;case tA.File:return 6/* File */;case tA.ResponsiveImage:return 10/* ResponsiveImage */;case tA.Link:return 7/* Link */;case tA.Number:return 8/* Number */;case tA.Object:return 9/* Object */;case tA.RichText:return 11/* RichText */;case tA.String:return 12/* String */;default:_(t);}}(t=>{t.read=function(t){let e=t.readUint8();switch(e){case 0/* Null */:return null;case 1/* Array */:return tj.read(t);case 2/* Boolean */:return tP.read(t);case 3/* Color */:return tD.read(t);case 4/* Date */:return tN.read(t);case 5/* Enum */:return tC.read(t);case 6/* File */:return tO.read(t);case 7/* Link */:return t$.read(t);case 8/* Number */:return tq.read(t);case 9/* Object */:return tz.read(t);case 10/* ResponsiveImage */:return tR.read(t);case 11/* RichText */:return tH.read(t);case 12/* String */:return tJ.read(t);default:_(e);}},t.write=function(t,e){let r=tF(e);if(t.writeUint8(r),!E(e))switch(e.type){case tA.Array:return tj.write(t,e);case tA.Boolean:return tP.write(t,e);case tA.Color:return tD.write(t,e);case tA.Date:return tN.write(t,e);case tA.Enum:return tC.write(t,e);case tA.File:return tO.write(t,e);case tA.Link:return t$.write(t,e);case tA.Number:return tq.write(t,e);case tA.Object:return tz.write(t,e);case tA.ResponsiveImage:return tR.write(t,e);case tA.RichText:return tH.write(t,e);case tA.String:return tJ.write(t,e);default:_(e);}},t.compare=function(t,e,r){let n=tF(t),i=tF(e);if(n<i)return -1;if(n>i)return 1;if(E(t)||E(e))return 0;switch(t.type){case tA.Array:return b(e.type===tA.Array),tj.compare(t,e,r);case tA.Boolean:return b(e.type===tA.Boolean),tP.compare(t,e,r);case tA.Color:return b(e.type===tA.Color),tD.compare(t,e,r);case tA.Date:return b(e.type===tA.Date),tN.compare(t,e,r);case tA.Enum:return b(e.type===tA.Enum),tC.compare(t,e,r);case tA.File:return b(e.type===tA.File),tO.compare(t,e,r);case tA.Link:return b(e.type===tA.Link),t$.compare(t,e,r);case tA.Number:return b(e.type===tA.Number),tq.compare(t,e,r);case tA.Object:return b(e.type===tA.Object),tz.compare(t,e,r);case tA.ResponsiveImage:return b(e.type===tA.ResponsiveImage),tR.compare(t,e,r);case tA.RichText:return b(e.type===tA.RichText),tH.compare(t,e,r);case tA.String:return b(e.type===tA.String),tJ.compare(t,e,r);default:_(t);}};})(r||(r={}));var tj={read(t){let e=t.readUint16(),n=[];for(let i=0;i<e;i++){let e=r.read(t);n.push(e);}return{type:tA.Array,value:n};},write(t,e){for(let n of(t.writeUint16(e.value.length),e.value))r.write(t,n);},compare(t,e,n){let i=t.value.length,s=e.value.length;if(i<s)return -1;if(i>s)return 1;for(let s=0;s<i;s++){let i=t.value[s],a=e.value[s];b(!x(i),\"Left item must exist\"),b(!x(a),\"Right item must exist\");let o=r.compare(i,a,n);if(0!==o)return o;}return 0;}},tP={read:t=>({type:tA.Boolean,value:0!==t.readUint8()}),write(t,e){t.writeUint8(e.value?1:0);},compare:(t,e)=>t.value<e.value?-1:t.value>e.value?1:0},tD={read:t=>({type:tA.Color,value:t.readString()}),write(t,e){t.writeString(e.value);},compare:(t,e)=>t.value<e.value?-1:t.value>e.value?1:0},tN={read(t){let e=t.readInt64(),r=new Date(e);return{type:tA.Date,value:r.toISOString()};},write(t,e){let r=new Date(e.value),n=r.getTime();t.writeInt64(n);},compare(t,e){let r=new Date(t.value),n=new Date(e.value);return r<n?-1:r>n?1:0;}},tC={read:t=>({type:tA.Enum,value:t.readString()}),write(t,e){t.writeString(e.value);},compare:(t,e)=>t.value<e.value?-1:t.value>e.value?1:0},tO={read:t=>({type:tA.File,value:t.readString()}),write(t,e){t.writeString(e.value);},compare:(t,e)=>t.value<e.value?-1:t.value>e.value?1:0},t$={read:t=>({type:tA.Link,value:t.readJson()}),write(t,e){t.writeJson(e.value);},compare(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}},tq={read:t=>({type:tA.Number,value:t.readFloat64()}),write(t,e){t.writeFloat64(e.value);},compare:(t,e)=>t.value<e.value?-1:t.value>e.value?1:0},tz={read(t){let e=t.readUint16(),n={};for(let i=0;i<e;i++){let e=t.readString();n[e]=r.read(t);}return{type:tA.Object,value:n};},write(t,e){let n=Object.entries(e.value);for(let[e,i]of(t.writeUint16(n.length),n))t.writeString(e),r.write(t,i);},compare(t,e,n){let i=Object.keys(t.value).sort(),s=Object.keys(e.value).sort();if(i.length<s.length)return -1;if(i.length>s.length)return 1;for(let a=0;a<i.length;a++){let o=i[a],u=s[a];if(b(!x(o),\"Left key must exist\"),b(!x(u),\"Left key must exist\"),o<u)return -1;if(o>u)return 1;let l=t.value[o],f=e.value[u];b(!x(l),\"Left value must exist\"),b(!x(f),\"Right value must exist\");let h=r.compare(l,f,n);if(0!==h)return h;}return 0;}},tR={read:t=>({type:tA.ResponsiveImage,value:t.readJson()}),write(t,e){t.writeJson(e.value);},compare(t,e){let r=JSON.stringify(t.value),n=JSON.stringify(e.value);return r<n?-1:r>n?1:0;}},tH={read:t=>({type:tA.RichText,value:t.readUint32()}),write(t,e){t.writeUint32(e.value);},compare(t,e){let r=t.value,n=e.value;return r<n?-1:r>n?1:0;}},tJ={read:t=>({type:tA.String,value:t.readString()}),write(t,e){t.writeString(e.value);},compare(t,e,r){let n=t.value,i=e.value;return(0/* CaseInsensitive */===r.type&&(n=t.value.toLowerCase(),i=e.value.toLowerCase()),n<i)?-1:n>i?1:0;}},tW=class{static deserialize(t){let e=ty(t),n=new I(e.buffer),i=n.readJson(),s=n.readUint8(),a=[];for(let t=0;t<s;t++){let t=n.readString();a.push(t);}let o=new tW(a,{collation:i}),u=n.readUint32();for(let t=0;t<u;t++){let t=[];for(let e=0;e<s;e++){let e=r.read(n);t.push(e);}let e=tM.read(n);o.entries.insert({values:t,pointer:e});}return o;}serialize(){let t=new tT;for(let e of(t.writeJson(this.options.collation),t.writeUint8(this.fieldNames.length),this.fieldNames))t.writeString(e);for(let e of(t.writeUint32(this.entries.size),this.entries)){let{values:n,pointer:i}=e.key;for(let e of n)r.write(t,e);i.write(t);}let e=t.subarray();return tv(e);}addItem(t,e){let r=this.fieldNames.map(e=>{var r;return null!=(r=t.getField(e))?r:null;});this.entries.insert({values:r,pointer:e});}constructor(t,e){this.fieldNames=t,this.options=e,this.entries=new tb.default((t,e)=>{let n=t.values,i=e.values;for(let t=0;t<this.fieldNames.length;t++){let e=n[t],s=i[t];b(!x(e),\"Left value must exist\"),b(!x(s),\"Right value must exist\");let a=r.compare(e,s,this.options.collation);if(0!==a)return a;}return t.pointer.compare(e.pointer);});}},tG=h(m()),tK=\"\\r\\n\",tV=\"--\";async function tX(t,e){let r=await fetch(t,{headers:{Range:t5(e)}});if(!r.ok)throw Error(`Request failed: ${r.status} ${r.statusText}`);let n=await r.arrayBuffer(),i=new Uint8Array(n);if(200===r.status)return e.map(t=>{if(t.to>i.length)throw Error(\"Missing data\");return i.slice(t.from,t.to);});if(206===r.status){let t=r.headers.get(\"Content-Type\");if(!t)throw Error(\"Missing Content-Type header\");let n=new t1,s=new tG.default(t);if(\"multipart\"===s.type&&\"byteranges\"===s.subtype){let t=s.parameters.get(\"boundary\");if(!t)throw Error(\"Missing boundary parameter\");let e=tY(i,t);for(let{headers:t,body:r}of e){let e=t.get(\"Content-Range\");if(!e)throw Error(\"Missing Content-Range header\");let i=t0(e);if(\"bytes\"!==i.unit)throw Error(\"Unsupported unit\");n.write(i.start,r);}}else{let t=r.headers.get(\"Content-Range\");if(!t)throw Error(\"Missing Content-Range header\");let e=t0(t);if(\"bytes\"!==e.unit)throw Error(\"Unsupported unit\");n.write(e.start,i);}return e.map(t=>n.read(t.from,t.to-t.from));}throw Error(`Unsupported response: ${r.status} ${r.statusText}`);}var tQ=new TextEncoder,tZ=new TextDecoder;function tY(t,e){let r=tQ.encode(tV+e),n=t3(t,r);if(x(n))throw Error(\"Missing parts start\");let i=n+r.length,s=tQ.encode(tK+tV+e+tV),a=t6(t,s);if(x(a))throw Error(\"Missing parts end\");let o=tQ.encode(tK+tV+e),u=t.subarray(i,a),l=t2(u,o);return l.map(t=>{let e=tQ.encode(tK+tK),r=t3(t,e);if(x(r))throw Error(\"Missing headers end\");let n=tQ.encode(tK),i=t.subarray(0,r),s=t2(i,n),a=new Headers;for(let t of s){let e=tZ.decode(t),[r,n]=e.split(\": \",2);r&&n&&a.append(r,n);}let o=r+e.length,u=t.slice(o);return{headers:a,body:u};});}function t0(t){let e=RegExp(\"^(?<unit>\\\\w+) (?<start>\\\\d+)-(?<end>\\\\d+)\\\\/(?<size>\\\\d+|\\\\*)$\",\"u\").exec(t);if(!e||!e.groups)throw Error(\"Invalid Content-Range header\");let{unit:r,start:n,end:i,size:s}=e.groups;return{unit:r,start:Number(n),end:Number(i),size:\"*\"!==s?Number(s):null};}var t1=class{read(t,e){for(let r of this.chunks){if(t<r.start)break;if(t>r.end)continue;if(t+e>r.end)break;let n=t-r.start,i=n+e;return r.data.slice(n,i);}throw Error(\"Missing data\");}write(t,e){let r=t,n=r+e.length,i=0,s=this.chunks.length;for(;i<s;i++){let t=this.chunks[i];if(b(t,\"Missing chunk\"),!(r>t.end)){if(r>t.start){let n=r-t.start,i=t.data.subarray(0,n);e=t4(i,e),r=t.start;}break;}}for(;s>i;s--){let t=this.chunks[s-1];if(b(t,\"Missing chunk\"),!(n<t.start)){if(n<t.end){let r=n-t.start,i=t.data.subarray(r);e=t4(e,i),n=t.end;}break;}}let a={start:r,end:n,data:e},o=s-i;this.chunks.splice(i,o,a);}constructor(){this.chunks=[];}};function t2(t,e){var r;let n=[];for(;t.length>0;){let i=null!=(r=t3(t,e))?r:t.length,s=t.subarray(0,i);n.push(s),t=t.subarray(i+e.length);}return n;}function t3(t,e){for(let r=0;r<t.length-e.length;r++){let n=t.subarray(r);if(t8(n,e))return r;}}function t6(t,e){for(let r=t.length-e.length;r>=0;r--){let n=t.subarray(r);if(t8(n,e))return r;}}function t8(t,e){for(let r=0;r<e.length;r++)if(t[r]!==e[r])return!1;return!0;}function t4(t,e){let r=t.length+e.length,n=new Uint8Array(r);return n.set(t,0),n.set(e,t.length),n;}function t5(t){b(t.length>0,\"Must have at least one range\");let e=[...t].sort((t,e)=>t.from-e.from),r=[];for(let t of e){let e=r.length-1,n=r[e];n&&t.from<=n.to?r[e]={from:n.from,to:Math.max(n.to,t.to)}:r.push(t);}let n=r.map(t=>`${t.from}-${t.to-1}`);return`bytes=${n.join(\",\")}`;}// src/code-generation/components/cms/bundled/DatabaseDictionaryIndex.ts\nvar t7=class{async loadModel(){let[t]=await tX(this.options.url,[this.options.range]);return b(t,\"Failed to load model\"),tW.deserialize(t);}async getModel(){return null!=this.modelPromise||(this.modelPromise=this.loadModel()),null!=this.model||(this.model=await this.modelPromise),this.model;}async lookupItems(t){var e;b(t.length===this.fields.length,\"Invalid query length\");let r=t[0];b(r,\"Invalid query length\");for(let r=1;r<t.length;r++)b((null==(e=t[r])?void 0:e.type)===\"All\"/* All */,\"Unsupported query\");let n=await this.getModel();switch(r.type){case\"All\"/* All */:return this.queryAll(n);case\"Equals\"/* Equals */:return this.queryEquals(n,r);case\"NotEquals\"/* NotEquals */:return this.queryNotEquals(n,r);case\"LessThan\"/* LessThan */:return this.queryLessThan(n,r);case\"GreaterThan\"/* GreaterThan */:return this.queryGreaterThan(n,r);case\"Contains\"/* Contains */:return this.queryContains(n,r);case\"StartsWith\"/* StartsWith */:return this.queryStartsWith(n,r);case\"EndsWith\"/* EndsWith */:return this.queryEndsWith(n,r);default:_(r);}}findItems(t,e){let r=[];for(let n of t.entries){let t=n.key.values[0];if(b(!x(t),\"Value must exist\"),!e(t))continue;let i={};for(let t=0;t<this.options.fieldNames.length;t++){let e=n.key.values[t],r=this.options.fieldNames[t];b(!x(e),\"Value must exist\"),b(!x(r),\"Field name must exist\"),i[r]=e;}r.push({pointer:n.key.pointer.toString(),data:i});}return r;}queryAll(t){return this.findItems(t,()=>!0);}queryEquals(t,e){return this.findItems(t,t=>0===r.compare(t,e.value,this.collation));}queryNotEquals(t,e){return this.findItems(t,t=>0!==r.compare(t,e.value,this.collation));}queryLessThan(t,e){return this.findItems(t,t=>{let n=r.compare(t,e.value,this.collation);return!B(t)&&(!!e.inclusive&&0===n||n<0);});}queryGreaterThan(t,e){return this.findItems(t,t=>{let n=r.compare(t,e.value,this.collation);return!B(t)&&(!!e.inclusive&&0===n||n>0);});}queryContains(t,e){return this.findItems(t,t=>{var r;if((null==t?void 0:t.type)!==U.String||(null==(r=e.value)?void 0:r.type)!==U.String)return!1;let n=t.value,i=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(n=n.toLowerCase(),i=i.toLowerCase()),n.includes(i);});}queryStartsWith(t,e){return this.findItems(t,t=>{var r;if((null==t?void 0:t.type)!==U.String||(null==(r=e.value)?void 0:r.type)!==U.String)return!1;let n=t.value,i=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(n=n.toLowerCase(),i=i.toLowerCase()),n.startsWith(i);});}queryEndsWith(t,e){return this.findItems(t,t=>{var r;if((null==t?void 0:t.type)!==U.String||(null==(r=e.value)?void 0:r.type)!==U.String)return!1;let n=t.value,i=e.value.value;return 0/* CaseInsensitive */===this.collation.type&&(n=n.toLowerCase(),i=i.toLowerCase()),n.endsWith(i);});}constructor(t){this.options=t,this.supportedLookupTypes=[\"All\"/* All */,\"Equals\"/* Equals */,\"NotEquals\"/* NotEquals */,\"LessThan\"/* LessThan */,\"GreaterThan\"/* GreaterThan */,\"Contains\"/* Contains */,\"StartsWith\"/* StartsWith */,\"EndsWith\"/* EndsWith */],this.collation=this.options.collation;let e={},r=[];for(let t of this.options.fieldNames){let n=this.options.collectionSchema[t];b(n,\"Missing definition for field\",t),e[t]=n,r.push({type:\"Identifier\",name:t});}this.schema=e,this.fields=r;}},t9=class{static read(t,e){let n=new t9,i=t.readUint32(),s=t.readBuffer(i),a=ty(new Uint8Array(s),{dictionary:e}),o=new I(a.buffer),u=o.readUint16();for(let t=0;t<u;t++){let t=o.readString(),e=r.read(o);n.setField(t,e);}return n;}writeUncompressed(t){for(let[e,n]of(t.writeUint16(this.fields.size),this.fields))t.writeString(e),r.write(t,n);}write(t,e){let r=new tT;this.writeUncompressed(r);let n=tv(r.subarray(),{dictionary:e});t.writeUint32(n.byteLength),t.writeBuffer(n);}getData(){let t={};for(let[e,r]of this.fields)t[e]=r;return t;}setField(t,e){this.fields.set(t,e);}getField(t){return this.fields.get(t);}constructor(){this.fields=/* @__PURE__ */new Map;}},et=class{scanItems(){return null!=this.itemsPromise||(this.itemsPromise=Promise.all([fetch(this.url),this.getCompressionDictionary()]).then(async([t,e])=>{if(!t.ok)throw Error(`Request failed: ${t.status} ${t.statusText}`);let r=await t.arrayBuffer(),n=new I(r),i=[],s=n.readUint32();for(let t=0;t<s;t++){let t=n.getOffset(),r=t9.read(n,e),s=n.getOffset()-t,a=new tM(this.id,t,s),o=a.toString(),u={pointer:o,data:r.getData()};this.itemLoader.prime(o,u),i.push(u);}return i;})),this.itemsPromise;}resolveItem(t){return this.itemLoader.load(t);}getCompressionDictionary(){let t=this.compressionDictionaryCache.get(this.compressionDictionaryUrl);if(t)return t;let e=fetch(this.compressionDictionaryUrl).then(async t=>{if(!t.ok)throw Error(`Compression dictionary request failed: ${t.status} ${t.statusText}`);let e=await t.arrayBuffer();return new Uint8Array(e);});return this.compressionDictionaryCache.set(this.compressionDictionaryUrl,e),e;}constructor(t,e,r,n){this.id=t,this.url=e,this.compressionDictionaryUrl=r,this.compressionDictionaryCache=n,this.itemLoader=new w.default(async t=>{let e=t.map(t=>{let e=tM.fromString(t);return{from:e.offset,to:e.offset+e.length};}),[r,n]=await Promise.all([tX(this.url,e),this.getCompressionDictionary()]);return r.map((e,r)=>{let i=new I(e.buffer),s=t9.read(i,n),a=t[r];return b(a,\"Missing pointer\"),{pointer:a,data:s.getData()};});});}},ee=class{async scanItems(){let t=await Promise.all(this.chunks.map(async t=>t.scanItems()));return t.flat();}async resolveItems(t){return Promise.all(t.map(t=>{let e=tM.fromString(t),r=this.chunks[e.chunkId];return b(r,\"Missing chunk\"),r.resolveItem(t);}));}compareItems(t,e){let r=tM.fromString(t.pointer),n=tM.fromString(e.pointer);return r.compare(n);}compareValues(t,e,n){return r.compare(t,e,n);}constructor(t){this.options=t,this.schema=this.options.schema,this.indexes=this.options.indexes,this.resolveRichText=this.options.resolveRichText;let e=/* @__PURE__ */new Map;this.chunks=this.options.chunks.map((t,r)=>new et(r,t,this.options.compressionDictionary,e));}};export{ee as DatabaseCollection,t7 as DatabaseDictionaryIndex};/*! Bundled license information:\n\nsplaytree/dist/splay.js:\n  (**\n   * splaytree v3.1.2\n   * Fast Splay tree for Node and browser\n   *\n   * @author Alexander Milevski <info@w8r.name>\n   * @license MIT\n   * @preserve\n   *)\n  (*! *****************************************************************************\n      Copyright (c) Microsoft Corporation. All rights reserved.\n      Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use\n      this file except in compliance with the License. You may obtain a copy of the\n      License at http://www.apache.org/licenses/LICENSE-2.0\n  \n      THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY\n      KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED\n      WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,\n      MERCHANTABLITY OR NON-INFRINGEMENT.\n  \n      See the Apache Version 2.0 License for specific language governing permissions\n      and limitations under the License.\n      ***************************************************************************** *)\n*/\nexport const __FramerMetadata__ = {\"exports\":{\"DatabaseCollection\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DatabaseDictionaryIndex\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "let e=[];export async function resolveRichText(t){let i=e[t];if(i)return await i();}\nexport const __FramerMetadata__ = {\"exports\":{\"resolveRichText\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (d6b3045)\nimport{addPropertyControls as e,ControlType as t,QueryEngine as l}from\"framer\";import{DatabaseCollection as i}from\"./yjV5VpF06-0.js\";import{resolveRichText as r}from\"./yjV5VpF06-1.js\";let a={gux0tl8l5:{isNullable:!0,type:t.String},id:{isNullable:!1,type:t.String},JjqgUr7PG:{isNullable:!0,type:t.ResponsiveImage},LdrKlsrfD:{isNullable:!0,type:t.String},nextItemId:{isNullable:!0,type:t.String},previousItemId:{isNullable:!0,type:t.String},T6S0S8g8R:{isNullable:!0,type:t.String},X_mOmwyQo:{isNullable:!0,type:t.String},XI6DDwNbI:{isNullable:!0,type:t.String},Y4IUw1FRc:{isNullable:!0,type:t.String}},n=new l,o={collectionByLocaleId:{default:new i({chunks:[new URL(\"./yjV5VpF06-chunk-default-0.framercms\",\"https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06.js\").href],compressionDictionary:new URL(\"./yjV5VpF06-chunk-default-dict.framercms\",\"https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06.js\").href,indexes:[],resolveRichText:r,schema:a})},displayName:\"Awards\"};export default o;e(o,{gux0tl8l5:{defaultValue:\"\",title:\"Award Title\",type:t.String},Y4IUw1FRc:{title:\"Slug\",type:t.String},T6S0S8g8R:{defaultValue:\"\",title:\"Project Name\",type:t.String},XI6DDwNbI:{defaultValue:\"\",title:\"Year\",type:t.String},LdrKlsrfD:{defaultValue:\"\",title:\"Award Description\",type:t.String},X_mOmwyQo:{defaultValue:\"\",title:\"Location\",type:t.String},JjqgUr7PG:{title:\"Project Image\",type:t.ResponsiveImage},previousItemId:{dataIdentifier:\"local-module:collection/yjV5VpF06:default\",title:\"Previous\",type:t.CollectionReference},nextItemId:{dataIdentifier:\"local-module:collection/yjV5VpF06:default\",title:\"Next\",type:t.CollectionReference}});export const enumToDisplayNameFunctions={};export const utils={async getSlugByRecordId(e,t){let[l]=await n.query({from:{data:o,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"Y4IUw1FRc\",type:\"Identifier\"}],where:{left:{name:\"id\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t);return null==l?void 0:l.Y4IUw1FRc;},async getRecordIdBySlug(e,t){let[l]=await n.query({from:{data:o,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{name:\"id\",type:\"Identifier\"}],where:{left:{name:\"Y4IUw1FRc\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:e},type:\"BinaryOperation\"}},t);return null==l?void 0:l.id;}};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"data\",\"name\":\"data\",\"annotations\":{\"framerCollectionId\":\"yjV5VpF06\",\"framerSlug\":\"Y4IUw1FRc\",\"framerContractVersion\":\"1\",\"framerRecordIdKey\":\"id\",\"framerCollectionUtils\":\"1\",\"framerEnumToDisplayNameUtils\":\"2\",\"framerData\":\"\"}},\"enumToDisplayNameFunctions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"utils\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (4240133)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/fGnAFAVNQo7QENl8BLI6/pdXfwjzmKKetLPpR2yt2/IPDyw2mSo.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/QoyREQ8qip4G0pwtaju3/H5Orhfw1Y1p3i6Jp4grv/x4uqNBTiH.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/XXXJpxNOZd9zZqjVNUei/mWRMyx60MqZTTUu8jRec/xXc_E89Qs.js\";const enabledGestures={RckGNNZwD:{hover:true}};const cycleOrder=[\"RckGNNZwD\",\"lXNN48l3b\",\"r9_uOucDX\",\"gttcnomgs\"];const serializationHash=\"framer-hfzkx\";const variantClassNames={gttcnomgs:\"framer-v-temlo1\",lXNN48l3b:\"framer-v-cglslh\",r9_uOucDX:\"framer-v-xvlugn\",RckGNNZwD:\"framer-v-1e6lgmm\"};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 transition2={bounce:0,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Mobile Open\":\"gttcnomgs\",\"Variant 1\":\"RckGNNZwD\",Mobile:\"r9_uOucDX\",Open:\"lXNN48l3b\"};const getProps=({award,awardDescription,click,height,id,image,location,projectName,width,year,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6;return{...props,dR4QePKTG:click!==null&&click!==void 0?click:props.dR4QePKTG,jaZ30dyNy:(_ref=location!==null&&location!==void 0?location:props.jaZ30dyNy)!==null&&_ref!==void 0?_ref:\"Tokyo, Japan\",JhgunINrs:(_ref1=awardDescription!==null&&awardDescription!==void 0?awardDescription:props.JhgunINrs)!==null&&_ref1!==void 0?_ref1:\"Awarded for innovative sustainable design that enhances urban living.\",kmgQpVhZU:(_ref2=projectName!==null&&projectName!==void 0?projectName:props.kmgQpVhZU)!==null&&_ref2!==void 0?_ref2:\"Project Name\",Pl3wa86B_:(_ref3=year!==null&&year!==void 0?year:props.Pl3wa86B_)!==null&&_ref3!==void 0?_ref3:\"2024\",TxR6rEcBp:(_ref4=award!==null&&award!==void 0?award:props.TxR6rEcBp)!==null&&_ref4!==void 0?_ref4:\"Award \",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"RckGNNZwD\",VSUMJKDCa:(_ref6=image!==null&&image!==void 0?image:props.VSUMJKDCa)!==null&&_ref6!==void 0?_ref6:{src:\"https://framerusercontent.com/images/45GBcVkpK6BGosjNiCc7DN9Jfas.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/45GBcVkpK6BGosjNiCc7DN9Jfas.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/45GBcVkpK6BGosjNiCc7DN9Jfas.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/45GBcVkpK6BGosjNiCc7DN9Jfas.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/45GBcVkpK6BGosjNiCc7DN9Jfas.jpg 2803w\"}};};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,TxR6rEcBp,VSUMJKDCa,Pl3wa86B_,kmgQpVhZU,JhgunINrs,dR4QePKTG,jaZ30dyNy,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"RckGNNZwD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1y9g92b=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(dR4QePKTG){const res=await dR4QePKTG(...args);if(res===false)return false;}});const onTap17udq5c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(dR4QePKTG){const res=await dR4QePKTG(...args);if(res===false)return false;}setVariant(\"lXNN48l3b\");});const onTaphyu9c0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(dR4QePKTG){const res=await dR4QePKTG(...args);if(res===false)return false;}setVariant(\"gttcnomgs\");});const onTapdb06iw=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(dR4QePKTG){const res=await dR4QePKTG(...args);if(res===false)return false;}setVariant(\"r9_uOucDX\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"lXNN48l3b\",\"gttcnomgs\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"r9_uOucDX\",\"gttcnomgs\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.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,...addPropertyOverrides({gttcnomgs:{value:transition2},r9_uOucDX:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1e6lgmm\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"RckGNNZwD\",onTap:onTap1y9g92b,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(82, 82, 82, 0.5)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{\"RckGNNZwD-hover\":{backgroundColor:\"rgb(26, 26, 26)\"},gttcnomgs:{backgroundColor:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},lXNN48l3b:{backgroundColor:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},r9_uOucDX:{backgroundColor:\"rgba(26, 26, 26, 0)\"}},...addPropertyOverrides({\"RckGNNZwD-hover\":{\"data-framer-name\":undefined},gttcnomgs:{\"data-framer-name\":\"Mobile Open\",onTap:onTapdb06iw},lXNN48l3b:{\"data-framer-name\":\"Open\",onTap:onTap17udq5c},r9_uOucDX:{\"data-framer-name\":\"Mobile\",onTap:onTaphyu9c0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-r6jrx5\",\"data-framer-name\":\"Text Wrap\",layoutDependency:layoutDependency,layoutId:\"XTnV34l8v\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qxqpaf\",\"data-framer-name\":\"Left\",layoutDependency:layoutDependency,layoutId:\"HzV4fR1iI\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ad4293\",\"data-styles-preset\":\"x4uqNBTiH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.7))\"},children:\"Award \"})}),className:\"framer-17ao07n\",\"data-framer-name\":\"Building Done\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"nCqvdPqfs\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:TxR6rEcBp,variants:{\"RckGNNZwD-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},gttcnomgs:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},lXNN48l3b:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"RckGNNZwD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ad4293\",\"data-styles-preset\":\"x4uqNBTiH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Award \"})})},gttcnomgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ad4293\",\"data-styles-preset\":\"x4uqNBTiH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Award \"})})},lXNN48l3b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1ad4293\",\"data-styles-preset\":\"x4uqNBTiH\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Award \"})})},r9_uOucDX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v4hawq\",\"data-styles-preset\":\"IPDyw2mSo\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.7))\"},children:\"Award \"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1t3lfer\",\"data-framer-name\":\"Right\",layoutDependency:layoutDependency,layoutId:\"Bj2jf2wYl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.7))\"},children:\"Project Name\"})}),className:\"framer-y6jie2\",\"data-framer-name\":\"Building Done\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"un7CkyguN\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kmgQpVhZU,variants:{\"RckGNNZwD-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},gttcnomgs:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},lXNN48l3b:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"RckGNNZwD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Project Name\"})})},gttcnomgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Project Name\"})})},lXNN48l3b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Project Name\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-azurr0\",\"data-framer-name\":\"Project Details\",layoutDependency:layoutDependency,layoutId:\"JSWUYbvCy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-nl99iv\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"i7GjWdXTB\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"200px\",...toResponsiveImage(VSUMJKDCa)},className:\"framer-17cb3vo\",layoutDependency:layoutDependency,layoutId:\"pLl3wW6HS\",...addPropertyOverrides({gttcnomgs:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||402)-40-650)/2+0+0)+0+136+0+130+0+0+0+0),sizes:\"200px\",...toResponsiveImage(VSUMJKDCa)}},lXNN48l3b:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+20+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||284)-40-340)/2+0+0)+0+0+140+0+0+0),sizes:\"200px\",...toResponsiveImage(VSUMJKDCa)}}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j79fv\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"zRMtMfEWu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.5))\"},children:\"Tokyo, Japan\"})}),className:\"framer-szgtri\",\"data-framer-name\":\"Location\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"PvZOFzAGX\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jaZ30dyNy,variants:{gttcnomgs:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},lXNN48l3b:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gttcnomgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Tokyo, Japan\"})})},lXNN48l3b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Tokyo, Japan\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(26, 26, 26))\"},children:\"Awarded for innovative sustainable design that enhances urban living.\"})}),className:\"framer-1kfe1sx\",\"data-framer-name\":\"Description\",fonts:[\"Inter-Light\"],layoutDependency:layoutDependency,layoutId:\"VuGFZPVxV\",style:{\"--extracted-r6o4lv\":\"rgb(26, 26, 26)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:JhgunINrs,variants:{gttcnomgs:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},lXNN48l3b:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gttcnomgs:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Awarded for innovative sustainable design that enhances urban living.\"})})},lXNN48l3b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItTGlnaHQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"300\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Awarded for innovative sustainable design that enhances urban living.\"})})}},baseVariant,gestureVariant)})]})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v4hawq\",\"data-styles-preset\":\"IPDyw2mSo\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.7))\"},children:\"2024\"})}),className:\"framer-1l8h5sl\",\"data-framer-name\":\"Year\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"XrxaRywpu\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.7)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:Pl3wa86B_,variants:{\"RckGNNZwD-hover\":{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},lXNN48l3b:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"RckGNNZwD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v4hawq\",\"data-styles-preset\":\"IPDyw2mSo\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"2024\"})})},lXNN48l3b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v4hawq\",\"data-styles-preset\":\"IPDyw2mSo\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"2024\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-hfzkx.framer-14p0uo7, .framer-hfzkx .framer-14p0uo7 { display: block; }\",\".framer-hfzkx.framer-1e6lgmm { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 987px; }\",\".framer-hfzkx .framer-r6jrx5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hfzkx .framer-1qxqpaf { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hfzkx .framer-17ao07n { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-hfzkx .framer-1t3lfer { 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; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hfzkx .framer-y6jie2, .framer-hfzkx .framer-szgtri, .framer-hfzkx .framer-1kfe1sx { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-hfzkx .framer-azurr0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-hfzkx .framer-nl99iv { align-content: flex-start; align-items: flex-start; 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: min-content; }\",\".framer-hfzkx .framer-17cb3vo { flex: none; height: 200px; overflow: hidden; position: relative; width: 200px; }\",\".framer-hfzkx .framer-j79fv { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-hfzkx .framer-1l8h5sl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hfzkx.framer-1e6lgmm, .framer-hfzkx .framer-r6jrx5, .framer-hfzkx .framer-1qxqpaf, .framer-hfzkx .framer-1t3lfer, .framer-hfzkx .framer-azurr0, .framer-hfzkx .framer-nl99iv, .framer-hfzkx .framer-j79fv { gap: 0px; } .framer-hfzkx.framer-1e6lgmm > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-hfzkx.framer-1e6lgmm > :first-child, .framer-hfzkx .framer-1t3lfer > :first-child, .framer-hfzkx .framer-nl99iv > :first-child, .framer-hfzkx .framer-j79fv > :first-child { margin-top: 0px; } .framer-hfzkx.framer-1e6lgmm > :last-child, .framer-hfzkx .framer-1t3lfer > :last-child, .framer-hfzkx .framer-nl99iv > :last-child, .framer-hfzkx .framer-j79fv > :last-child { margin-bottom: 0px; } .framer-hfzkx .framer-r6jrx5 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-hfzkx .framer-r6jrx5 > :first-child, .framer-hfzkx .framer-1qxqpaf > :first-child, .framer-hfzkx .framer-azurr0 > :first-child { margin-left: 0px; } .framer-hfzkx .framer-r6jrx5 > :last-child, .framer-hfzkx .framer-1qxqpaf > :last-child, .framer-hfzkx .framer-azurr0 > :last-child { margin-right: 0px; } .framer-hfzkx .framer-1qxqpaf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-hfzkx .framer-1t3lfer > *, .framer-hfzkx .framer-nl99iv > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hfzkx .framer-azurr0 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-hfzkx .framer-j79fv > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-hfzkx.framer-v-cglslh .framer-1t3lfer { gap: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hfzkx.framer-v-cglslh .framer-1t3lfer { gap: 0px; } .framer-hfzkx.framer-v-cglslh .framer-1t3lfer > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hfzkx.framer-v-cglslh .framer-1t3lfer > :first-child { margin-top: 0px; } .framer-hfzkx.framer-v-cglslh .framer-1t3lfer > :last-child { margin-bottom: 0px; } }\",\".framer-hfzkx.framer-v-xvlugn .framer-r6jrx5 { flex-direction: column; gap: 20px; }\",\".framer-hfzkx.framer-v-xvlugn .framer-1qxqpaf { align-content: flex-start; align-items: flex-start; flex: none; order: 0; width: 100%; }\",\".framer-hfzkx.framer-v-xvlugn .framer-1t3lfer, .framer-hfzkx.framer-v-temlo1 .framer-1t3lfer { flex: none; order: 1; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hfzkx.framer-v-xvlugn .framer-r6jrx5 { gap: 0px; } .framer-hfzkx.framer-v-xvlugn .framer-r6jrx5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-hfzkx.framer-v-xvlugn .framer-r6jrx5 > :first-child { margin-top: 0px; } .framer-hfzkx.framer-v-xvlugn .framer-r6jrx5 > :last-child { margin-bottom: 0px; } }\",\".framer-hfzkx.framer-v-temlo1 .framer-r6jrx5 { flex-direction: column; gap: 40px; }\",\".framer-hfzkx.framer-v-temlo1 .framer-1qxqpaf { flex: none; order: 0; width: 100%; }\",\".framer-hfzkx.framer-v-temlo1 .framer-azurr0 { align-content: flex-start; align-items: flex-start; flex-direction: column; }\",\".framer-hfzkx.framer-v-temlo1 .framer-j79fv { flex: none; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hfzkx.framer-v-temlo1 .framer-r6jrx5, .framer-hfzkx.framer-v-temlo1 .framer-azurr0 { gap: 0px; } .framer-hfzkx.framer-v-temlo1 .framer-r6jrx5 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-hfzkx.framer-v-temlo1 .framer-r6jrx5 > :first-child, .framer-hfzkx.framer-v-temlo1 .framer-azurr0 > :first-child { margin-top: 0px; } .framer-hfzkx.framer-v-temlo1 .framer-r6jrx5 > :last-child, .framer-hfzkx.framer-v-temlo1 .framer-azurr0 > :last-child { margin-bottom: 0px; } .framer-hfzkx.framer-v-temlo1 .framer-azurr0 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-hfzkx[data-border=\"true\"]::after, .framer-hfzkx [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 64\n * @framerIntrinsicWidth 987\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lXNN48l3b\":{\"layout\":[\"fixed\",\"auto\"]},\"r9_uOucDX\":{\"layout\":[\"fixed\",\"auto\"]},\"gttcnomgs\":{\"layout\":[\"fixed\",\"auto\"]},\"X64loNfo_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TxR6rEcBp\":\"award\",\"VSUMJKDCa\":\"image\",\"Pl3wa86B_\":\"year\",\"kmgQpVhZU\":\"projectName\",\"JhgunINrs\":\"awardDescription\",\"dR4QePKTG\":\"click\",\"jaZ30dyNy\":\"location\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerCBM1JdVu9=withCSS(Component,css,\"framer-hfzkx\");export default FramerCBM1JdVu9;FramerCBM1JdVu9.displayName=\"Awards Content\";FramerCBM1JdVu9.defaultProps={height:64,width:987};addPropertyControls(FramerCBM1JdVu9,{variant:{options:[\"RckGNNZwD\",\"lXNN48l3b\",\"r9_uOucDX\",\"gttcnomgs\"],optionTitles:[\"Variant 1\",\"Open\",\"Mobile\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum},TxR6rEcBp:{defaultValue:\"Award \",displayTextArea:false,title:\"Award\",type:ControlType.String},VSUMJKDCa:{__defaultAssetReference:\"data:framer/asset-reference,45GBcVkpK6BGosjNiCc7DN9Jfas.jpg?originalFilename=photo-1726925793996-8e478b4f99ee%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfGFsbHwyfHx8fHx8fHwxNzI4ODcyMDY2fA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},Pl3wa86B_:{defaultValue:\"2024\",displayTextArea:false,title:\"Year\",type:ControlType.String},kmgQpVhZU:{defaultValue:\"Project Name\",displayTextArea:false,title:\"Project Name\",type:ControlType.String},JhgunINrs:{defaultValue:\"Awarded for innovative sustainable design that enhances urban living.\",displayTextArea:false,title:\"Award Description\",type:ControlType.String},dR4QePKTG:{title:\"Click\",type:ControlType.EventHandler},jaZ30dyNy:{defaultValue:\"Tokyo, Japan\",displayTextArea:false,title:\"Location\",type:ControlType.String}});addFonts(FramerCBM1JdVu9,[{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/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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerCBM1JdVu9\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lXNN48l3b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"r9_uOucDX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gttcnomgs\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"X64loNfo_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"987\",\"framerVariables\":\"{\\\"TxR6rEcBp\\\":\\\"award\\\",\\\"VSUMJKDCa\\\":\\\"image\\\",\\\"Pl3wa86B_\\\":\\\"year\\\",\\\"kmgQpVhZU\\\":\\\"projectName\\\",\\\"JhgunINrs\\\":\\\"awardDescription\\\",\\\"dR4QePKTG\\\":\\\"click\\\",\\\"jaZ30dyNy\\\":\\\"location\\\"}\",\"framerIntrinsicHeight\":\"64\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CBM1JdVu9.map", "// Generated by Framer (a2fb474)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,PathVariablesContext,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Awards from\"https://framerusercontent.com/modules/oOObWjZuXkTq465BD2w7/r69XPYy2X2nZjR0A3fmq/yjV5VpF06.js\";import AwardsContent from\"https://framerusercontent.com/modules/veSbJdsa1RQDTQZ7GvOe/k4sKLoCDSBDIwUBh5kVm/CBM1JdVu9.js\";const AwardsContentFonts=getFonts(AwardsContent);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"pu87_sX6s\",\"Dd0O6IGwY\",\"AYWHsvTQO\",\"OZSZJTOj4\",\"OYOjJAewm\",\"TrkYsk8TC\",\"D2FYOTNbC\",\"S2tEcB6Hl\",\"Dmagu1Gjq\",\"FCpO0Xcls\",\"KzsF22ylg\"];const serializationHash=\"framer-0XSHs\";const variantClassNames={AYWHsvTQO:\"framer-v-g9ojhr\",D2FYOTNbC:\"framer-v-ifei0v\",Dd0O6IGwY:\"framer-v-4byouw\",Dmagu1Gjq:\"framer-v-1xujiar\",FCpO0Xcls:\"framer-v-5op5kq\",KzsF22ylg:\"framer-v-174w8ba\",OYOjJAewm:\"framer-v-1qyqnh5\",OZSZJTOj4:\"framer-v-iwccfv\",pu87_sX6s:\"framer-v-u8yx9r\",S2tEcB6Hl:\"framer-v-haqdxo\",TrkYsk8TC:\"framer-v-1gqxpb1\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition1={delay:.2,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:100};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const query=prequery=>prequery({from:{alias:\"lJ10mlLxd\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"lJ10mlLxd\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"lJ10mlLxd\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"id\",type:\"Identifier\"}]});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const query1=prequery=>prequery({from:{alias:\"bZ1hCXI4E\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"bZ1hCXI4E\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"bZ1hCXI4E\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"id\",type:\"Identifier\"}]});const query2=prequery=>prequery({from:{alias:\"VoGq1xBrG\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"VoGq1xBrG\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"VoGq1xBrG\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"id\",type:\"Identifier\"}]});const query3=prequery=>prequery({from:{alias:\"ay0svOjkV\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"ay0svOjkV\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"ay0svOjkV\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"id\",type:\"Identifier\"}]});const query4=prequery=>prequery({from:{alias:\"et0FM503d\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"et0FM503d\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"et0FM503d\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"id\",type:\"Identifier\"}]});const query5=prequery=>prequery({from:{alias:\"kN6bR4Ir5\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"kN6bR4Ir5\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"kN6bR4Ir5\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"id\",type:\"Identifier\"}]});const query6=prequery=>prequery({from:{alias:\"LhSrBygNA\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"LhSrBygNA\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"LhSrBygNA\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"id\",type:\"Identifier\"}]});const query7=prequery=>prequery({from:{alias:\"PW0k_2KqO\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},orderBy:[{collection:\"PW0k_2KqO\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"PW0k_2KqO\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"id\",type:\"Identifier\"}]});const query8=prequery=>prequery({from:{alias:\"S3zOK7OIj\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"S3zOK7OIj\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"S3zOK7OIj\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"id\",type:\"Identifier\"}]});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={\"Award 1\":\"Dd0O6IGwY\",\"Award 2\":\"AYWHsvTQO\",\"Award 3\":\"OZSZJTOj4\",\"Award 4\":\"OYOjJAewm\",\"Award 5\":\"TrkYsk8TC\",\"Award 6\":\"D2FYOTNbC\",\"Award 7\":\"S2tEcB6Hl\",\"Award 8\":\"Dmagu1Gjq\",\"Award 9\":\"FCpO0Xcls\",Default:\"pu87_sX6s\",Mobile:\"KzsF22ylg\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"pu87_sX6s\"};};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,gux0tl8l5lJ10mlLxd,JjqgUr7PGlJ10mlLxd,XI6DDwNbIlJ10mlLxd,T6S0S8g8RlJ10mlLxd,LdrKlsrfDlJ10mlLxd,X_mOmwyQolJ10mlLxd,Y4IUw1FRclJ10mlLxd,idlJ10mlLxd,gux0tl8l5bZ1hCXI4E,JjqgUr7PGbZ1hCXI4E,XI6DDwNbIbZ1hCXI4E,T6S0S8g8RbZ1hCXI4E,LdrKlsrfDbZ1hCXI4E,X_mOmwyQobZ1hCXI4E,Y4IUw1FRcbZ1hCXI4E,idbZ1hCXI4E,gux0tl8l5VoGq1xBrG,JjqgUr7PGVoGq1xBrG,XI6DDwNbIVoGq1xBrG,T6S0S8g8RVoGq1xBrG,LdrKlsrfDVoGq1xBrG,X_mOmwyQoVoGq1xBrG,Y4IUw1FRcVoGq1xBrG,idVoGq1xBrG,gux0tl8l5ay0svOjkV,JjqgUr7PGay0svOjkV,XI6DDwNbIay0svOjkV,T6S0S8g8Ray0svOjkV,LdrKlsrfDay0svOjkV,X_mOmwyQoay0svOjkV,Y4IUw1FRcay0svOjkV,iday0svOjkV,gux0tl8l5et0FM503d,JjqgUr7PGet0FM503d,XI6DDwNbIet0FM503d,T6S0S8g8Ret0FM503d,LdrKlsrfDet0FM503d,X_mOmwyQoet0FM503d,Y4IUw1FRcet0FM503d,idet0FM503d,gux0tl8l5kN6bR4Ir5,JjqgUr7PGkN6bR4Ir5,XI6DDwNbIkN6bR4Ir5,T6S0S8g8RkN6bR4Ir5,LdrKlsrfDkN6bR4Ir5,X_mOmwyQokN6bR4Ir5,Y4IUw1FRckN6bR4Ir5,idkN6bR4Ir5,gux0tl8l5LhSrBygNA,JjqgUr7PGLhSrBygNA,XI6DDwNbILhSrBygNA,T6S0S8g8RLhSrBygNA,LdrKlsrfDLhSrBygNA,X_mOmwyQoLhSrBygNA,Y4IUw1FRcLhSrBygNA,idLhSrBygNA,gux0tl8l5PW0k_2KqO,JjqgUr7PGPW0k_2KqO,XI6DDwNbIPW0k_2KqO,T6S0S8g8RPW0k_2KqO,LdrKlsrfDPW0k_2KqO,X_mOmwyQoPW0k_2KqO,Y4IUw1FRcPW0k_2KqO,idPW0k_2KqO,gux0tl8l5S3zOK7OIj,JjqgUr7PGS3zOK7OIj,XI6DDwNbIS3zOK7OIj,T6S0S8g8RS3zOK7OIj,LdrKlsrfDS3zOK7OIj,X_mOmwyQoS3zOK7OIj,Y4IUw1FRcS3zOK7OIj,idS3zOK7OIj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"pu87_sX6s\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const dR4QePKTG18guwtr=activeVariantCallback(async(...args)=>{setVariant(\"Dd0O6IGwY\");});const dR4QePKTG1csgoi0=activeVariantCallback(async(...args)=>{setVariant(\"pu87_sX6s\");});const dR4QePKTGgcnkmu=activeVariantCallback(async(...args)=>{setVariant(\"AYWHsvTQO\");});const dR4QePKTG1giyhqt=activeVariantCallback(async(...args)=>{setVariant(\"OZSZJTOj4\");});const dR4QePKTGx8yp7u=activeVariantCallback(async(...args)=>{setVariant(\"OYOjJAewm\");});const dR4QePKTG1blgb2r=activeVariantCallback(async(...args)=>{setVariant(\"TrkYsk8TC\");});const dR4QePKTGbhqxzk=activeVariantCallback(async(...args)=>{setVariant(\"D2FYOTNbC\");});const dR4QePKTGfe4f7b=activeVariantCallback(async(...args)=>{setVariant(\"S2tEcB6Hl\");});const dR4QePKTG1jt568t=activeVariantCallback(async(...args)=>{setVariant(\"Dmagu1Gjq\");});const dR4QePKTG6p2zll=activeVariantCallback(async(...args)=>{setVariant(\"FCpO0Xcls\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-u8yx9r\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"pu87_sX6s\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({AYWHsvTQO:{\"data-framer-name\":\"Award 2\"},D2FYOTNbC:{\"data-framer-name\":\"Award 6\"},Dd0O6IGwY:{\"data-framer-name\":\"Award 1\"},Dmagu1Gjq:{\"data-framer-name\":\"Award 8\"},FCpO0Xcls:{\"data-framer-name\":\"Award 9\"},KzsF22ylg:{\"data-framer-name\":\"Mobile\"},OYOjJAewm:{\"data-framer-name\":\"Award 4\"},OZSZJTOj4:{\"data-framer-name\":\"Award 3\"},S2tEcB6Hl:{\"data-framer-name\":\"Award 7\"},TrkYsk8TC:{\"data-framer-name\":\"Award 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7crjto\",layoutDependency:layoutDependency,layoutId:\"lJ10mlLxd\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"lJ10mlLxd\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:0},orderBy:[{collection:\"lJ10mlLxd\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"lJ10mlLxd\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"lJ10mlLxd\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection.map(({gux0tl8l5:gux0tl8l5lJ10mlLxd,id:idlJ10mlLxd,JjqgUr7PG:JjqgUr7PGlJ10mlLxd,LdrKlsrfD:LdrKlsrfDlJ10mlLxd,T6S0S8g8R:T6S0S8g8RlJ10mlLxd,X_mOmwyQo:X_mOmwyQolJ10mlLxd,XI6DDwNbI:XI6DDwNbIlJ10mlLxd,Y4IUw1FRc:Y4IUw1FRclJ10mlLxd},i)=>{gux0tl8l5lJ10mlLxd!==null&&gux0tl8l5lJ10mlLxd!==void 0?gux0tl8l5lJ10mlLxd:gux0tl8l5lJ10mlLxd=\"\";XI6DDwNbIlJ10mlLxd!==null&&XI6DDwNbIlJ10mlLxd!==void 0?XI6DDwNbIlJ10mlLxd:XI6DDwNbIlJ10mlLxd=\"\";T6S0S8g8RlJ10mlLxd!==null&&T6S0S8g8RlJ10mlLxd!==void 0?T6S0S8g8RlJ10mlLxd:T6S0S8g8RlJ10mlLxd=\"\";LdrKlsrfDlJ10mlLxd!==null&&LdrKlsrfDlJ10mlLxd!==void 0?LdrKlsrfDlJ10mlLxd:LdrKlsrfDlJ10mlLxd=\"\";X_mOmwyQolJ10mlLxd!==null&&X_mOmwyQolJ10mlLxd!==void 0?X_mOmwyQolJ10mlLxd:X_mOmwyQolJ10mlLxd=\"\";Y4IUw1FRclJ10mlLxd!==null&&Y4IUw1FRclJ10mlLxd!==void 0?Y4IUw1FRclJ10mlLxd:Y4IUw1FRclJ10mlLxd=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`lJ10mlLxd-${idlJ10mlLxd}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRclJ10mlLxd},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+0+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+0+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+0+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1aqcrd0-container\",layoutDependency:layoutDependency,layoutId:\"tiOR_Dw7G-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTG18guwtr,height:\"100%\",id:\"tiOR_Dw7G\",jaZ30dyNy:X_mOmwyQolJ10mlLxd,JhgunINrs:LdrKlsrfDlJ10mlLxd,kmgQpVhZU:T6S0S8g8RlJ10mlLxd,layoutId:\"tiOR_Dw7G\",Pl3wa86B_:XI6DDwNbIlJ10mlLxd,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5lJ10mlLxd,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGlJ10mlLxd),width:\"100%\",...addPropertyOverrides({Dd0O6IGwY:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"},KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"}},baseVariant,gestureVariant)})})})})},idlJ10mlLxd);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w0s2qo\",layoutDependency:layoutDependency,layoutId:\"bZ1hCXI4E\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"bZ1hCXI4E\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:1},orderBy:[{collection:\"bZ1hCXI4E\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"bZ1hCXI4E\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"bZ1hCXI4E\",name:\"id\",type:\"Identifier\"}]},children:(collection1,paginationInfo1,loadMore1)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1.map(({gux0tl8l5:gux0tl8l5bZ1hCXI4E,id:idbZ1hCXI4E,JjqgUr7PG:JjqgUr7PGbZ1hCXI4E,LdrKlsrfD:LdrKlsrfDbZ1hCXI4E,T6S0S8g8R:T6S0S8g8RbZ1hCXI4E,X_mOmwyQo:X_mOmwyQobZ1hCXI4E,XI6DDwNbI:XI6DDwNbIbZ1hCXI4E,Y4IUw1FRc:Y4IUw1FRcbZ1hCXI4E},i)=>{gux0tl8l5bZ1hCXI4E!==null&&gux0tl8l5bZ1hCXI4E!==void 0?gux0tl8l5bZ1hCXI4E:gux0tl8l5bZ1hCXI4E=\"\";XI6DDwNbIbZ1hCXI4E!==null&&XI6DDwNbIbZ1hCXI4E!==void 0?XI6DDwNbIbZ1hCXI4E:XI6DDwNbIbZ1hCXI4E=\"\";T6S0S8g8RbZ1hCXI4E!==null&&T6S0S8g8RbZ1hCXI4E!==void 0?T6S0S8g8RbZ1hCXI4E:T6S0S8g8RbZ1hCXI4E=\"\";LdrKlsrfDbZ1hCXI4E!==null&&LdrKlsrfDbZ1hCXI4E!==void 0?LdrKlsrfDbZ1hCXI4E:LdrKlsrfDbZ1hCXI4E=\"\";X_mOmwyQobZ1hCXI4E!==null&&X_mOmwyQobZ1hCXI4E!==void 0?X_mOmwyQobZ1hCXI4E:X_mOmwyQobZ1hCXI4E=\"\";Y4IUw1FRcbZ1hCXI4E!==null&&Y4IUw1FRcbZ1hCXI4E!==void 0?Y4IUw1FRcbZ1hCXI4E:Y4IUw1FRcbZ1hCXI4E=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`bZ1hCXI4E-${idbZ1hCXI4E}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcbZ1hCXI4E},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+64+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+64+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+64+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d9bm6f-container\",layoutDependency:layoutDependency,layoutId:\"oX0YDKTH7-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTGgcnkmu,height:\"100%\",id:\"oX0YDKTH7\",jaZ30dyNy:X_mOmwyQobZ1hCXI4E,JhgunINrs:LdrKlsrfDbZ1hCXI4E,kmgQpVhZU:T6S0S8g8RbZ1hCXI4E,layoutId:\"oX0YDKTH7\",Pl3wa86B_:XI6DDwNbIbZ1hCXI4E,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5bZ1hCXI4E,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGbZ1hCXI4E),width:\"100%\",...addPropertyOverrides({AYWHsvTQO:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"},KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"}},baseVariant,gestureVariant)})})})})},idbZ1hCXI4E);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-13u1hgt\",layoutDependency:layoutDependency,layoutId:\"VoGq1xBrG\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"VoGq1xBrG\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:2},orderBy:[{collection:\"VoGq1xBrG\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"VoGq1xBrG\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"VoGq1xBrG\",name:\"id\",type:\"Identifier\"}]},children:(collection2,paginationInfo2,loadMore2)=>/*#__PURE__*/_jsx(_Fragment,{children:collection2.map(({gux0tl8l5:gux0tl8l5VoGq1xBrG,id:idVoGq1xBrG,JjqgUr7PG:JjqgUr7PGVoGq1xBrG,LdrKlsrfD:LdrKlsrfDVoGq1xBrG,T6S0S8g8R:T6S0S8g8RVoGq1xBrG,X_mOmwyQo:X_mOmwyQoVoGq1xBrG,XI6DDwNbI:XI6DDwNbIVoGq1xBrG,Y4IUw1FRc:Y4IUw1FRcVoGq1xBrG},i)=>{gux0tl8l5VoGq1xBrG!==null&&gux0tl8l5VoGq1xBrG!==void 0?gux0tl8l5VoGq1xBrG:gux0tl8l5VoGq1xBrG=\"\";XI6DDwNbIVoGq1xBrG!==null&&XI6DDwNbIVoGq1xBrG!==void 0?XI6DDwNbIVoGq1xBrG:XI6DDwNbIVoGq1xBrG=\"\";T6S0S8g8RVoGq1xBrG!==null&&T6S0S8g8RVoGq1xBrG!==void 0?T6S0S8g8RVoGq1xBrG:T6S0S8g8RVoGq1xBrG=\"\";LdrKlsrfDVoGq1xBrG!==null&&LdrKlsrfDVoGq1xBrG!==void 0?LdrKlsrfDVoGq1xBrG:LdrKlsrfDVoGq1xBrG=\"\";X_mOmwyQoVoGq1xBrG!==null&&X_mOmwyQoVoGq1xBrG!==void 0?X_mOmwyQoVoGq1xBrG:X_mOmwyQoVoGq1xBrG=\"\";Y4IUw1FRcVoGq1xBrG!==null&&Y4IUw1FRcVoGq1xBrG!==void 0?Y4IUw1FRcVoGq1xBrG:Y4IUw1FRcVoGq1xBrG=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`VoGq1xBrG-${idVoGq1xBrG}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcVoGq1xBrG},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+128+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+128+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+128+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-eh5797-container\",layoutDependency:layoutDependency,layoutId:\"qbTDSGfhF-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTG1giyhqt,height:\"100%\",id:\"qbTDSGfhF\",jaZ30dyNy:X_mOmwyQoVoGq1xBrG,JhgunINrs:LdrKlsrfDVoGq1xBrG,kmgQpVhZU:T6S0S8g8RVoGq1xBrG,layoutId:\"qbTDSGfhF\",Pl3wa86B_:XI6DDwNbIVoGq1xBrG,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5VoGq1xBrG,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGVoGq1xBrG),width:\"100%\",...addPropertyOverrides({KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"},OZSZJTOj4:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"}},baseVariant,gestureVariant)})})})})},idVoGq1xBrG);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1k91d17\",layoutDependency:layoutDependency,layoutId:\"ay0svOjkV\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ay0svOjkV\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:3},orderBy:[{collection:\"ay0svOjkV\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"ay0svOjkV\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"ay0svOjkV\",name:\"id\",type:\"Identifier\"}]},children:(collection3,paginationInfo3,loadMore3)=>/*#__PURE__*/_jsx(_Fragment,{children:collection3.map(({gux0tl8l5:gux0tl8l5ay0svOjkV,id:iday0svOjkV,JjqgUr7PG:JjqgUr7PGay0svOjkV,LdrKlsrfD:LdrKlsrfDay0svOjkV,T6S0S8g8R:T6S0S8g8Ray0svOjkV,X_mOmwyQo:X_mOmwyQoay0svOjkV,XI6DDwNbI:XI6DDwNbIay0svOjkV,Y4IUw1FRc:Y4IUw1FRcay0svOjkV},i)=>{gux0tl8l5ay0svOjkV!==null&&gux0tl8l5ay0svOjkV!==void 0?gux0tl8l5ay0svOjkV:gux0tl8l5ay0svOjkV=\"\";XI6DDwNbIay0svOjkV!==null&&XI6DDwNbIay0svOjkV!==void 0?XI6DDwNbIay0svOjkV:XI6DDwNbIay0svOjkV=\"\";T6S0S8g8Ray0svOjkV!==null&&T6S0S8g8Ray0svOjkV!==void 0?T6S0S8g8Ray0svOjkV:T6S0S8g8Ray0svOjkV=\"\";LdrKlsrfDay0svOjkV!==null&&LdrKlsrfDay0svOjkV!==void 0?LdrKlsrfDay0svOjkV:LdrKlsrfDay0svOjkV=\"\";X_mOmwyQoay0svOjkV!==null&&X_mOmwyQoay0svOjkV!==void 0?X_mOmwyQoay0svOjkV:X_mOmwyQoay0svOjkV=\"\";Y4IUw1FRcay0svOjkV!==null&&Y4IUw1FRcay0svOjkV!==void 0?Y4IUw1FRcay0svOjkV:Y4IUw1FRcay0svOjkV=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ay0svOjkV-${iday0svOjkV}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcay0svOjkV},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+192+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+192+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+192+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-yelkxy-container\",layoutDependency:layoutDependency,layoutId:\"vCl1Icydt-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTGx8yp7u,height:\"100%\",id:\"vCl1Icydt\",jaZ30dyNy:X_mOmwyQoay0svOjkV,JhgunINrs:LdrKlsrfDay0svOjkV,kmgQpVhZU:T6S0S8g8Ray0svOjkV,layoutId:\"vCl1Icydt\",Pl3wa86B_:XI6DDwNbIay0svOjkV,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5ay0svOjkV,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGay0svOjkV),width:\"100%\",...addPropertyOverrides({KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"},OYOjJAewm:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"}},baseVariant,gestureVariant)})})})})},iday0svOjkV);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s1s80q\",layoutDependency:layoutDependency,layoutId:\"et0FM503d\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"et0FM503d\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"et0FM503d\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"et0FM503d\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"et0FM503d\",name:\"id\",type:\"Identifier\"}]},children:(collection4,paginationInfo4,loadMore4)=>/*#__PURE__*/_jsx(_Fragment,{children:collection4.map(({gux0tl8l5:gux0tl8l5et0FM503d,id:idet0FM503d,JjqgUr7PG:JjqgUr7PGet0FM503d,LdrKlsrfD:LdrKlsrfDet0FM503d,T6S0S8g8R:T6S0S8g8Ret0FM503d,X_mOmwyQo:X_mOmwyQoet0FM503d,XI6DDwNbI:XI6DDwNbIet0FM503d,Y4IUw1FRc:Y4IUw1FRcet0FM503d},i)=>{gux0tl8l5et0FM503d!==null&&gux0tl8l5et0FM503d!==void 0?gux0tl8l5et0FM503d:gux0tl8l5et0FM503d=\"\";XI6DDwNbIet0FM503d!==null&&XI6DDwNbIet0FM503d!==void 0?XI6DDwNbIet0FM503d:XI6DDwNbIet0FM503d=\"\";T6S0S8g8Ret0FM503d!==null&&T6S0S8g8Ret0FM503d!==void 0?T6S0S8g8Ret0FM503d:T6S0S8g8Ret0FM503d=\"\";LdrKlsrfDet0FM503d!==null&&LdrKlsrfDet0FM503d!==void 0?LdrKlsrfDet0FM503d:LdrKlsrfDet0FM503d=\"\";X_mOmwyQoet0FM503d!==null&&X_mOmwyQoet0FM503d!==void 0?X_mOmwyQoet0FM503d:X_mOmwyQoet0FM503d=\"\";Y4IUw1FRcet0FM503d!==null&&Y4IUw1FRcet0FM503d!==void 0?Y4IUw1FRcet0FM503d:Y4IUw1FRcet0FM503d=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`et0FM503d-${idet0FM503d}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcet0FM503d},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+256+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+256+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+256+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-pvddkz-container\",layoutDependency:layoutDependency,layoutId:\"ErpnlKIp0-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTG1blgb2r,height:\"100%\",id:\"ErpnlKIp0\",jaZ30dyNy:X_mOmwyQoet0FM503d,JhgunINrs:LdrKlsrfDet0FM503d,kmgQpVhZU:T6S0S8g8Ret0FM503d,layoutId:\"ErpnlKIp0\",Pl3wa86B_:XI6DDwNbIet0FM503d,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5et0FM503d,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGet0FM503d),width:\"100%\",...addPropertyOverrides({KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"},TrkYsk8TC:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"}},baseVariant,gestureVariant)})})})})},idet0FM503d);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pr2fqf\",layoutDependency:layoutDependency,layoutId:\"kN6bR4Ir5\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"kN6bR4Ir5\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"kN6bR4Ir5\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"kN6bR4Ir5\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"kN6bR4Ir5\",name:\"id\",type:\"Identifier\"}]},children:(collection5,paginationInfo5,loadMore5)=>/*#__PURE__*/_jsx(_Fragment,{children:collection5.map(({gux0tl8l5:gux0tl8l5kN6bR4Ir5,id:idkN6bR4Ir5,JjqgUr7PG:JjqgUr7PGkN6bR4Ir5,LdrKlsrfD:LdrKlsrfDkN6bR4Ir5,T6S0S8g8R:T6S0S8g8RkN6bR4Ir5,X_mOmwyQo:X_mOmwyQokN6bR4Ir5,XI6DDwNbI:XI6DDwNbIkN6bR4Ir5,Y4IUw1FRc:Y4IUw1FRckN6bR4Ir5},i)=>{gux0tl8l5kN6bR4Ir5!==null&&gux0tl8l5kN6bR4Ir5!==void 0?gux0tl8l5kN6bR4Ir5:gux0tl8l5kN6bR4Ir5=\"\";XI6DDwNbIkN6bR4Ir5!==null&&XI6DDwNbIkN6bR4Ir5!==void 0?XI6DDwNbIkN6bR4Ir5:XI6DDwNbIkN6bR4Ir5=\"\";T6S0S8g8RkN6bR4Ir5!==null&&T6S0S8g8RkN6bR4Ir5!==void 0?T6S0S8g8RkN6bR4Ir5:T6S0S8g8RkN6bR4Ir5=\"\";LdrKlsrfDkN6bR4Ir5!==null&&LdrKlsrfDkN6bR4Ir5!==void 0?LdrKlsrfDkN6bR4Ir5:LdrKlsrfDkN6bR4Ir5=\"\";X_mOmwyQokN6bR4Ir5!==null&&X_mOmwyQokN6bR4Ir5!==void 0?X_mOmwyQokN6bR4Ir5:X_mOmwyQokN6bR4Ir5=\"\";Y4IUw1FRckN6bR4Ir5!==null&&Y4IUw1FRckN6bR4Ir5!==void 0?Y4IUw1FRckN6bR4Ir5:Y4IUw1FRckN6bR4Ir5=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`kN6bR4Ir5-${idkN6bR4Ir5}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRckN6bR4Ir5},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+320+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+320+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+320+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-efcmcp-container\",layoutDependency:layoutDependency,layoutId:\"YIMLAf7jG-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTGbhqxzk,height:\"100%\",id:\"YIMLAf7jG\",jaZ30dyNy:X_mOmwyQokN6bR4Ir5,JhgunINrs:LdrKlsrfDkN6bR4Ir5,kmgQpVhZU:T6S0S8g8RkN6bR4Ir5,layoutId:\"YIMLAf7jG\",Pl3wa86B_:XI6DDwNbIkN6bR4Ir5,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5kN6bR4Ir5,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGkN6bR4Ir5),width:\"100%\",...addPropertyOverrides({D2FYOTNbC:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"},KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"}},baseVariant,gestureVariant)})})})})},idkN6bR4Ir5);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1myo4iq\",layoutDependency:layoutDependency,layoutId:\"LhSrBygNA\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"LhSrBygNA\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:6},orderBy:[{collection:\"LhSrBygNA\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"LhSrBygNA\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"LhSrBygNA\",name:\"id\",type:\"Identifier\"}]},children:(collection6,paginationInfo6,loadMore6)=>/*#__PURE__*/_jsx(_Fragment,{children:collection6.map(({gux0tl8l5:gux0tl8l5LhSrBygNA,id:idLhSrBygNA,JjqgUr7PG:JjqgUr7PGLhSrBygNA,LdrKlsrfD:LdrKlsrfDLhSrBygNA,T6S0S8g8R:T6S0S8g8RLhSrBygNA,X_mOmwyQo:X_mOmwyQoLhSrBygNA,XI6DDwNbI:XI6DDwNbILhSrBygNA,Y4IUw1FRc:Y4IUw1FRcLhSrBygNA},i)=>{gux0tl8l5LhSrBygNA!==null&&gux0tl8l5LhSrBygNA!==void 0?gux0tl8l5LhSrBygNA:gux0tl8l5LhSrBygNA=\"\";XI6DDwNbILhSrBygNA!==null&&XI6DDwNbILhSrBygNA!==void 0?XI6DDwNbILhSrBygNA:XI6DDwNbILhSrBygNA=\"\";T6S0S8g8RLhSrBygNA!==null&&T6S0S8g8RLhSrBygNA!==void 0?T6S0S8g8RLhSrBygNA:T6S0S8g8RLhSrBygNA=\"\";LdrKlsrfDLhSrBygNA!==null&&LdrKlsrfDLhSrBygNA!==void 0?LdrKlsrfDLhSrBygNA:LdrKlsrfDLhSrBygNA=\"\";X_mOmwyQoLhSrBygNA!==null&&X_mOmwyQoLhSrBygNA!==void 0?X_mOmwyQoLhSrBygNA:X_mOmwyQoLhSrBygNA=\"\";Y4IUw1FRcLhSrBygNA!==null&&Y4IUw1FRcLhSrBygNA!==void 0?Y4IUw1FRcLhSrBygNA:Y4IUw1FRcLhSrBygNA=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`LhSrBygNA-${idLhSrBygNA}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcLhSrBygNA},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+384+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+384+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+384+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1js0k1q-container\",layoutDependency:layoutDependency,layoutId:\"LVZNubhxS-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTGfe4f7b,height:\"100%\",id:\"LVZNubhxS\",jaZ30dyNy:X_mOmwyQoLhSrBygNA,JhgunINrs:LdrKlsrfDLhSrBygNA,kmgQpVhZU:T6S0S8g8RLhSrBygNA,layoutId:\"LVZNubhxS\",Pl3wa86B_:XI6DDwNbILhSrBygNA,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5LhSrBygNA,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGLhSrBygNA),width:\"100%\",...addPropertyOverrides({KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"},S2tEcB6Hl:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"}},baseVariant,gestureVariant)})})})})},idLhSrBygNA);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d5n2hc\",layoutDependency:layoutDependency,layoutId:\"PW0k_2KqO\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"PW0k_2KqO\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:7},orderBy:[{collection:\"PW0k_2KqO\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"PW0k_2KqO\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"PW0k_2KqO\",name:\"id\",type:\"Identifier\"}]},children:(collection7,paginationInfo7,loadMore7)=>/*#__PURE__*/_jsx(_Fragment,{children:collection7.map(({gux0tl8l5:gux0tl8l5PW0k_2KqO,id:idPW0k_2KqO,JjqgUr7PG:JjqgUr7PGPW0k_2KqO,LdrKlsrfD:LdrKlsrfDPW0k_2KqO,T6S0S8g8R:T6S0S8g8RPW0k_2KqO,X_mOmwyQo:X_mOmwyQoPW0k_2KqO,XI6DDwNbI:XI6DDwNbIPW0k_2KqO,Y4IUw1FRc:Y4IUw1FRcPW0k_2KqO},i)=>{gux0tl8l5PW0k_2KqO!==null&&gux0tl8l5PW0k_2KqO!==void 0?gux0tl8l5PW0k_2KqO:gux0tl8l5PW0k_2KqO=\"\";XI6DDwNbIPW0k_2KqO!==null&&XI6DDwNbIPW0k_2KqO!==void 0?XI6DDwNbIPW0k_2KqO:XI6DDwNbIPW0k_2KqO=\"\";T6S0S8g8RPW0k_2KqO!==null&&T6S0S8g8RPW0k_2KqO!==void 0?T6S0S8g8RPW0k_2KqO:T6S0S8g8RPW0k_2KqO=\"\";LdrKlsrfDPW0k_2KqO!==null&&LdrKlsrfDPW0k_2KqO!==void 0?LdrKlsrfDPW0k_2KqO:LdrKlsrfDPW0k_2KqO=\"\";X_mOmwyQoPW0k_2KqO!==null&&X_mOmwyQoPW0k_2KqO!==void 0?X_mOmwyQoPW0k_2KqO:X_mOmwyQoPW0k_2KqO=\"\";Y4IUw1FRcPW0k_2KqO!==null&&Y4IUw1FRcPW0k_2KqO!==void 0?Y4IUw1FRcPW0k_2KqO:Y4IUw1FRcPW0k_2KqO=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`PW0k_2KqO-${idPW0k_2KqO}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcPW0k_2KqO},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+448+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+448+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+448+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gjxqrd-container\",layoutDependency:layoutDependency,layoutId:\"f54yKiTGs-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTG1jt568t,height:\"100%\",id:\"f54yKiTGs\",jaZ30dyNy:X_mOmwyQoPW0k_2KqO,JhgunINrs:LdrKlsrfDPW0k_2KqO,kmgQpVhZU:T6S0S8g8RPW0k_2KqO,layoutId:\"f54yKiTGs\",Pl3wa86B_:XI6DDwNbIPW0k_2KqO,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5PW0k_2KqO,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGPW0k_2KqO),width:\"100%\",...addPropertyOverrides({Dmagu1Gjq:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"},KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"}},baseVariant,gestureVariant)})})})})},idPW0k_2KqO);})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e89w41\",layoutDependency:layoutDependency,layoutId:\"S3zOK7OIj\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"S3zOK7OIj\",data:Awards,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},offset:{type:\"LiteralValue\",value:8},orderBy:[{collection:\"S3zOK7OIj\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"S3zOK7OIj\",name:\"gux0tl8l5\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"JjqgUr7PG\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"XI6DDwNbI\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"T6S0S8g8R\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"LdrKlsrfD\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"X_mOmwyQo\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"Y4IUw1FRc\",type:\"Identifier\"},{collection:\"S3zOK7OIj\",name:\"id\",type:\"Identifier\"}]},children:(collection8,paginationInfo8,loadMore8)=>/*#__PURE__*/_jsx(_Fragment,{children:collection8.map(({gux0tl8l5:gux0tl8l5S3zOK7OIj,id:idS3zOK7OIj,JjqgUr7PG:JjqgUr7PGS3zOK7OIj,LdrKlsrfD:LdrKlsrfDS3zOK7OIj,T6S0S8g8R:T6S0S8g8RS3zOK7OIj,X_mOmwyQo:X_mOmwyQoS3zOK7OIj,XI6DDwNbI:XI6DDwNbIS3zOK7OIj,Y4IUw1FRc:Y4IUw1FRcS3zOK7OIj},i)=>{gux0tl8l5S3zOK7OIj!==null&&gux0tl8l5S3zOK7OIj!==void 0?gux0tl8l5S3zOK7OIj:gux0tl8l5S3zOK7OIj=\"\";XI6DDwNbIS3zOK7OIj!==null&&XI6DDwNbIS3zOK7OIj!==void 0?XI6DDwNbIS3zOK7OIj:XI6DDwNbIS3zOK7OIj=\"\";T6S0S8g8RS3zOK7OIj!==null&&T6S0S8g8RS3zOK7OIj!==void 0?T6S0S8g8RS3zOK7OIj:T6S0S8g8RS3zOK7OIj=\"\";LdrKlsrfDS3zOK7OIj!==null&&LdrKlsrfDS3zOK7OIj!==void 0?LdrKlsrfDS3zOK7OIj:LdrKlsrfDS3zOK7OIj=\"\";X_mOmwyQoS3zOK7OIj!==null&&X_mOmwyQoS3zOK7OIj!==void 0?X_mOmwyQoS3zOK7OIj:X_mOmwyQoS3zOK7OIj=\"\";Y4IUw1FRcS3zOK7OIj!==null&&Y4IUw1FRcS3zOK7OIj!==void 0?Y4IUw1FRcS3zOK7OIj:Y4IUw1FRcS3zOK7OIj=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`S3zOK7OIj-${idS3zOK7OIj}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Y4IUw1FRc:Y4IUw1FRcS3zOK7OIj},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||576)-0-576)/2+512+0)+0+0,...addPropertyOverrides({AYWHsvTQO:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},D2FYOTNbC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},Dd0O6IGwY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||796)-0-576)/2+512+0)+0+0},Dmagu1Gjq:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},FCpO0Xcls:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},KzsF22ylg:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},OYOjJAewm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},OZSZJTOj4:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},S2tEcB6Hl:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0},TrkYsk8TC:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-576)/2+512+0)+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-hsmkef-container\",layoutDependency:layoutDependency,layoutId:\"WRDINuf9J-container\",children:/*#__PURE__*/_jsx(AwardsContent,{dR4QePKTG:dR4QePKTG6p2zll,height:\"100%\",id:\"WRDINuf9J\",jaZ30dyNy:X_mOmwyQoS3zOK7OIj,JhgunINrs:LdrKlsrfDS3zOK7OIj,kmgQpVhZU:T6S0S8g8RS3zOK7OIj,layoutId:\"WRDINuf9J\",Pl3wa86B_:XI6DDwNbIS3zOK7OIj,style:{width:\"100%\"},TxR6rEcBp:gux0tl8l5S3zOK7OIj,variant:\"RckGNNZwD\",VSUMJKDCa:toResponsiveImage(JjqgUr7PGS3zOK7OIj),width:\"100%\",...addPropertyOverrides({FCpO0Xcls:{dR4QePKTG:dR4QePKTG1csgoi0,variant:\"lXNN48l3b\"},KzsF22ylg:{dR4QePKTG:undefined,variant:\"r9_uOucDX\"}},baseVariant,gestureVariant)})})})})},idS3zOK7OIj);})})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0XSHs.framer-iyczgx, .framer-0XSHs .framer-iyczgx { display: block; }\",\".framer-0XSHs.framer-u8yx9r { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1240px; }\",\".framer-0XSHs .framer-7crjto, .framer-0XSHs .framer-1w0s2qo, .framer-0XSHs .framer-13u1hgt, .framer-0XSHs .framer-1k91d17, .framer-0XSHs .framer-s1s80q, .framer-0XSHs .framer-1pr2fqf, .framer-0XSHs .framer-1myo4iq, .framer-0XSHs .framer-1d5n2hc, .framer-0XSHs .framer-e89w41 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-0XSHs .framer-1aqcrd0-container, .framer-0XSHs .framer-d9bm6f-container, .framer-0XSHs .framer-eh5797-container, .framer-0XSHs .framer-yelkxy-container, .framer-0XSHs .framer-pvddkz-container, .framer-0XSHs .framer-efcmcp-container, .framer-0XSHs .framer-1js0k1q-container, .framer-0XSHs .framer-gjxqrd-container, .framer-0XSHs .framer-hsmkef-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0XSHs.framer-u8yx9r, .framer-0XSHs .framer-7crjto, .framer-0XSHs .framer-1w0s2qo, .framer-0XSHs .framer-13u1hgt, .framer-0XSHs .framer-1k91d17, .framer-0XSHs .framer-s1s80q, .framer-0XSHs .framer-1pr2fqf, .framer-0XSHs .framer-1myo4iq, .framer-0XSHs .framer-1d5n2hc, .framer-0XSHs .framer-e89w41 { gap: 0px; } .framer-0XSHs.framer-u8yx9r > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0XSHs.framer-u8yx9r > :first-child, .framer-0XSHs .framer-7crjto > :first-child, .framer-0XSHs .framer-1w0s2qo > :first-child, .framer-0XSHs .framer-13u1hgt > :first-child, .framer-0XSHs .framer-1k91d17 > :first-child, .framer-0XSHs .framer-s1s80q > :first-child, .framer-0XSHs .framer-1pr2fqf > :first-child, .framer-0XSHs .framer-1myo4iq > :first-child, .framer-0XSHs .framer-1d5n2hc > :first-child, .framer-0XSHs .framer-e89w41 > :first-child { margin-top: 0px; } .framer-0XSHs.framer-u8yx9r > :last-child, .framer-0XSHs .framer-7crjto > :last-child, .framer-0XSHs .framer-1w0s2qo > :last-child, .framer-0XSHs .framer-13u1hgt > :last-child, .framer-0XSHs .framer-1k91d17 > :last-child, .framer-0XSHs .framer-s1s80q > :last-child, .framer-0XSHs .framer-1pr2fqf > :last-child, .framer-0XSHs .framer-1myo4iq > :last-child, .framer-0XSHs .framer-1d5n2hc > :last-child, .framer-0XSHs .framer-e89w41 > :last-child { margin-bottom: 0px; } .framer-0XSHs .framer-7crjto > *, .framer-0XSHs .framer-1w0s2qo > *, .framer-0XSHs .framer-13u1hgt > *, .framer-0XSHs .framer-1k91d17 > *, .framer-0XSHs .framer-s1s80q > *, .framer-0XSHs .framer-1pr2fqf > *, .framer-0XSHs .framer-1myo4iq > *, .framer-0XSHs .framer-1d5n2hc > *, .framer-0XSHs .framer-e89w41 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",\".framer-0XSHs.framer-v-174w8ba.framer-u8yx9r { width: 390px; }\",\".framer-0XSHs.framer-v-174w8ba .framer-7crjto { gap: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0XSHs.framer-v-174w8ba .framer-7crjto { gap: 0px; } .framer-0XSHs.framer-v-174w8ba .framer-7crjto > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0XSHs.framer-v-174w8ba .framer-7crjto > :first-child { margin-top: 0px; } .framer-0XSHs.framer-v-174w8ba .framer-7crjto > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 576\n * @framerIntrinsicWidth 1240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Dd0O6IGwY\":{\"layout\":[\"fixed\",\"auto\"]},\"AYWHsvTQO\":{\"layout\":[\"fixed\",\"auto\"]},\"OZSZJTOj4\":{\"layout\":[\"fixed\",\"auto\"]},\"OYOjJAewm\":{\"layout\":[\"fixed\",\"auto\"]},\"TrkYsk8TC\":{\"layout\":[\"fixed\",\"auto\"]},\"D2FYOTNbC\":{\"layout\":[\"fixed\",\"auto\"]},\"S2tEcB6Hl\":{\"layout\":[\"fixed\",\"auto\"]},\"Dmagu1Gjq\":{\"layout\":[\"fixed\",\"auto\"]},\"FCpO0Xcls\":{\"layout\":[\"fixed\",\"auto\"]},\"KzsF22ylg\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FrameroxkpBG9Wb=withCSS(Component,css,\"framer-0XSHs\");export default FrameroxkpBG9Wb;FrameroxkpBG9Wb.displayName=\"Awards Wrap\";FrameroxkpBG9Wb.defaultProps={height:576,width:1240};addPropertyControls(FrameroxkpBG9Wb,{variant:{options:[\"pu87_sX6s\",\"Dd0O6IGwY\",\"AYWHsvTQO\",\"OZSZJTOj4\",\"OYOjJAewm\",\"TrkYsk8TC\",\"D2FYOTNbC\",\"S2tEcB6Hl\",\"Dmagu1Gjq\",\"FCpO0Xcls\",\"KzsF22ylg\"],optionTitles:[\"Default\",\"Award 1\",\"Award 2\",\"Award 3\",\"Award 4\",\"Award 5\",\"Award 6\",\"Award 7\",\"Award 8\",\"Award 9\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FrameroxkpBG9Wb,[{explicitInter:true,fonts:[]},...AwardsContentFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameroxkpBG9Wb\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dd0O6IGwY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"AYWHsvTQO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OZSZJTOj4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OYOjJAewm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TrkYsk8TC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D2FYOTNbC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S2tEcB6Hl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Dmagu1Gjq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FCpO0Xcls\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KzsF22ylg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1240\",\"framerIntrinsicHeight\":\"576\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./oxkpBG9Wb.map", "// Generated by Framer (c56cc2c)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,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/cSe0z2J2NeKrKlsrFgjL/pI77X835UXs94VdrEQxh/vr8ykwaEX.js\";const cycleOrder=[\"KBXF7yqPI\",\"it9T8Ikov\"];const serializationHash=\"framer-4PbpS\";const variantClassNames={it9T8Ikov:\"framer-v-rpm374\",KBXF7yqPI:\"framer-v-crrn3s\"};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 humanReadableVariantMap={Off:\"it9T8Ikov\",On:\"KBXF7yqPI\"};const getProps=({color,height,id,projectName,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,CmgeeFJtV:(_ref=projectName!==null&&projectName!==void 0?projectName:props.CmgeeFJtV)!==null&&_ref!==void 0?_ref:\"Project 1\",ehaiIxyuX:(_ref1=color!==null&&color!==void 0?color:props.ehaiIxyuX)!==null&&_ref1!==void 0?_ref1:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"KBXF7yqPI\"};};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,CmgeeFJtV,ehaiIxyuX,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KBXF7yqPI\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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-crrn3s\",className,classNames),\"data-framer-name\":\"On\",layoutDependency:layoutDependency,layoutId:\"KBXF7yqPI\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({it9T8Ikov:{\"data-framer-name\":\"Off\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1jekdux\",\"data-styles-preset\":\"vr8ykwaEX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-ehaiIxyuX-GiJhHKBYe))\"},children:\"Project 1\"})}),className:\"framer-351r8\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"YjjGFenda\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-ehaiIxyuX-GiJhHKBYe)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--variable-reference-ehaiIxyuX-GiJhHKBYe\":ehaiIxyuX},text:CmgeeFJtV,variants:{it9T8Ikov:{\"--extracted-a0htzi\":\"rgba(26, 26, 26, 0.5)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({it9T8Ikov:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-1jekdux\",\"data-styles-preset\":\"vr8ykwaEX\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgba(26, 26, 26, 0.5))\"},children:\"Project 1\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-4PbpS.framer-phzm43, .framer-4PbpS .framer-phzm43 { display: block; }\",\".framer-4PbpS.framer-crrn3s { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 161px; }\",\".framer-4PbpS .framer-351r8 { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-4PbpS.framer-crrn3s { gap: 0px; } .framer-4PbpS.framer-crrn3s > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4PbpS.framer-crrn3s > :first-child { margin-left: 0px; } .framer-4PbpS.framer-crrn3s > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 48\n * @framerIntrinsicWidth 160\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"it9T8Ikov\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"CmgeeFJtV\":\"projectName\",\"ehaiIxyuX\":\"color\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGiJhHKBYe=withCSS(Component,css,\"framer-4PbpS\");export default FramerGiJhHKBYe;FramerGiJhHKBYe.displayName=\"Project Text\";FramerGiJhHKBYe.defaultProps={height:48,width:160};addPropertyControls(FramerGiJhHKBYe,{variant:{options:[\"KBXF7yqPI\",\"it9T8Ikov\"],optionTitles:[\"On\",\"Off\"],title:\"Variant\",type:ControlType.Enum},CmgeeFJtV:{defaultValue:\"Project 1\",displayTextArea:false,title:\"Project Name\",type:ControlType.String},ehaiIxyuX:{defaultValue:'var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26)) /* {\"name\":\"Black\"} */',title:\"Color\",type:ControlType.Color}});addFonts(FramerGiJhHKBYe,[{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)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGiJhHKBYe\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"48\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"it9T8Ikov\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"CmgeeFJtV\\\":\\\"projectName\\\",\\\"ehaiIxyuX\\\":\\\"color\\\"}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"160\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GiJhHKBYe.map", "// Generated by Framer (9f68555)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,Link,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ProjectText from\"https://framerusercontent.com/modules/WtAEnGNTT8FSNkY9xaid/vDVONl7XPSVgHtOwmbLP/GiJhHKBYe.js\";const ProjectTextFonts=getFonts(ProjectText);const cycleOrder=[\"KPLCMCr3s\",\"kIRICyrsK\",\"xLQagDdrA\",\"p2PR3Fa27\"];const serializationHash=\"framer-Xndx0\";const variantClassNames={kIRICyrsK:\"framer-v-1m14zh3\",KPLCMCr3s:\"framer-v-c2rlr\",p2PR3Fa27:\"framer-v-r34zfj\",xLQagDdrA:\"framer-v-ablnmt\"};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 transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};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={\"Default Hovered\":\"p2PR3Fa27\",\"Mobile Open\":\"xLQagDdrA\",Default:\"KPLCMCr3s\",Mobile:\"kIRICyrsK\"};const getProps=({height,id,image1,image2,link,location,numberTittle,projectName,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,fNGAkCU2F:(_ref=projectName!==null&&projectName!==void 0?projectName:props.fNGAkCU2F)!==null&&_ref!==void 0?_ref:\"Eco-Friendly Office Complex\",hAa9hPrPG:(_ref1=image1!==null&&image1!==void 0?image1:props.hAa9hPrPG)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg 6000w\"},jxnCCeAVp:link!==null&&link!==void 0?link:props.jxnCCeAVp,ohR17O6qb:(_ref2=location!==null&&location!==void 0?location:props.ohR17O6qb)!==null&&_ref2!==void 0?_ref2:\"Springfield, USA\",qyjADLfFT:(_ref3=image2!==null&&image2!==void 0?image2:props.qyjADLfFT)!==null&&_ref3!==void 0?_ref3:{src:\"https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg 6000w\"},TQaGNr3xM:(_ref4=numberTittle!==null&&numberTittle!==void 0?numberTittle:props.TQaGNr3xM)!==null&&_ref4!==void 0?_ref4:\"/01\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"KPLCMCr3s\"};};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,fNGAkCU2F,TQaGNr3xM,ohR17O6qb,hAa9hPrPG,qyjADLfFT,jxnCCeAVp,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KPLCMCr3s\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1g56ld6=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"p2PR3Fa27\");});const onTap1p750e2=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"xLQagDdrA\");});const onTap1rga9uh=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});setVariant(\"kIRICyrsK\");});const onMouseLeave46reqd=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"KPLCMCr3s\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"xLQagDdrA\",\"p2PR3Fa27\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:jxnCCeAVp,nodeId:\"KPLCMCr3s\",children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-c2rlr\",className,classNames)} framer-1dcrxf0`,\"data-framer-name\":\"Default\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"KPLCMCr3s\",onMouseEnter:onMouseEnter1g56ld6,ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\",...style},variants:{p2PR3Fa27:{backgroundColor:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},xLQagDdrA:{backgroundColor:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"}},...addPropertyOverrides({kIRICyrsK:{\"data-framer-name\":\"Mobile\",onMouseEnter:undefined,onTap:onTap1p750e2},p2PR3Fa27:{\"data-framer-name\":\"Default Hovered\",onMouseLeave:onMouseLeave46reqd},xLQagDdrA:{\"data-framer-name\":\"Mobile Open\",onMouseEnter:undefined,onTap:onTap1rga9uh}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1a13eh9\",\"data-framer-name\":\"Project\",layoutDependency:layoutDependency,layoutId:\"h_w4JxHy9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cphi86\",\"data-framer-name\":\"Project Wrap\",layoutDependency:layoutDependency,layoutId:\"jEccUpYnY\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1cejfxb\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"zV6BPCV9F\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.5))\"},children:\"/01\"})}),className:\"framer-1vbpdkb\",\"data-framer-name\":\"Number\",fonts:[\"FS;Raleway-regular\"],layoutDependency:layoutDependency,layoutId:\"dSMHAgUCz\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:TQaGNr3xM,variants:{p2PR3Fa27:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},xLQagDdrA:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({p2PR3Fa27:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"/01\"})})},xLQagDdrA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"/01\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(26, 26, 26, 0.5))\"},children:\"Springfield, USA\"})}),className:\"framer-1un0v05\",\"data-framer-name\":\"Location\",fonts:[\"FS;Raleway-regular\"],layoutDependency:layoutDependency,layoutId:\"bMTGu7JqJ\",style:{\"--extracted-r6o4lv\":\"rgba(26, 26, 26, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:ohR17O6qb,variants:{p2PR3Fa27:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.5)\"},xLQagDdrA:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({p2PR3Fa27:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.5))\"},children:\"Springfield, USA\"})})},xLQagDdrA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Springfield, USA\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ci8kiu\",\"data-framer-name\":\"Project Name\",layoutDependency:layoutDependency,layoutId:\"Cpq2MIRo6\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||143)-0-143)/2+0+0)+20+0+0+34+10+0,...addPropertyOverrides({xLQagDdrA:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-283)/2+0+0)+20+0+0+34+10+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-khkqji-container\",layoutDependency:layoutDependency,layoutId:\"aNOaCTIZt-container\",children:/*#__PURE__*/_jsx(ProjectText,{CmgeeFJtV:fNGAkCU2F,ehaiIxyuX:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\",height:\"100%\",id:\"aNOaCTIZt\",layoutId:\"aNOaCTIZt\",style:{width:\"100%\"},variant:\"it9T8Ikov\",width:\"100%\",...addPropertyOverrides({p2PR3Fa27:{ehaiIxyuX:\"rgb(255, 255, 255)\",variant:\"KBXF7yqPI\"},xLQagDdrA:{ehaiIxyuX:\"rgb(255, 255, 255)\",variant:\"KBXF7yqPI\"}},baseVariant,gestureVariant)})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yhjmid\",\"data-framer-name\":\"Line\",layoutDependency:layoutDependency,layoutId:\"hd5lupTdR\",style:{backgroundColor:\"rgba(82, 82, 82, 0.5)\"}}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7tij0k\",\"data-framer-name\":\"Images\",layoutDependency:layoutDependency,layoutId:\"yOwgO_nMi\",transformTemplate:transformTemplate1,...addPropertyOverrides({p2PR3Fa27:{transformTemplate:undefined},xLQagDdrA:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:6e3,...toResponsiveImage(hAa9hPrPG),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-15dprj3\",layoutDependency:layoutDependency,layoutId:\"w296uwnYN\",...addPropertyOverrides({p2PR3Fa27:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||143)- -28+-8),pixelHeight:4e3,pixelWidth:6e3,sizes:\"200px\",...toResponsiveImage(hAa9hPrPG),...{positionX:\"center\",positionY:\"center\"}}},xLQagDdrA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-283)/2+132+10)+0),pixelHeight:4e3,pixelWidth:6e3,sizes:\"120px\",...toResponsiveImage(hAa9hPrPG),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4e3,pixelWidth:6e3,...toResponsiveImage(qyjADLfFT),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-xarcp\",layoutDependency:layoutDependency,layoutId:\"MnYz0TtWl\",...addPropertyOverrides({p2PR3Fa27:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||143)- -28+-45),pixelHeight:4e3,pixelWidth:6e3,sizes:\"200px\",...toResponsiveImage(qyjADLfFT),...{positionX:\"center\",positionY:\"center\"}}},xLQagDdrA:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||200)-0-283)/2+132+10)+0),pixelHeight:4e3,pixelWidth:6e3,sizes:\"119.9317px\",...toResponsiveImage(qyjADLfFT),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Xndx0.framer-1dcrxf0, .framer-Xndx0 .framer-1dcrxf0 { display: block; }\",\".framer-Xndx0.framer-c2rlr { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: 614px; }\",\".framer-Xndx0 .framer-1a13eh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 20px 0px; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-cphi86 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-1cejfxb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-1vbpdkb, .framer-Xndx0 .framer-1un0v05 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Xndx0 .framer-1ci8kiu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 10px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-khkqji-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-1yhjmid { flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-Xndx0 .framer-7tij0k { 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: -100px; min-height: 200px; overflow: visible; padding: 0px; position: absolute; top: 50%; width: 200px; z-index: 1; }\",\".framer-Xndx0 .framer-15dprj3 { aspect-ratio: 0.9225512528473804 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 217px); left: 0px; overflow: visible; position: absolute; top: 58px; width: 200px; z-index: 1; }\",\".framer-Xndx0 .framer-xarcp { aspect-ratio: 0.9225512528473804 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 217px); overflow: visible; position: absolute; right: 0px; top: -45px; width: 200px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Xndx0.framer-c2rlr, .framer-Xndx0 .framer-1a13eh9, .framer-Xndx0 .framer-cphi86, .framer-Xndx0 .framer-1cejfxb, .framer-Xndx0 .framer-1ci8kiu, .framer-Xndx0 .framer-7tij0k { gap: 0px; } .framer-Xndx0.framer-c2rlr > *, .framer-Xndx0 .framer-1a13eh9 > *, .framer-Xndx0 .framer-cphi86 > *, .framer-Xndx0 .framer-1ci8kiu > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Xndx0.framer-c2rlr > :first-child, .framer-Xndx0 .framer-1a13eh9 > :first-child, .framer-Xndx0 .framer-cphi86 > :first-child, .framer-Xndx0 .framer-1ci8kiu > :first-child { margin-top: 0px; } .framer-Xndx0.framer-c2rlr > :last-child, .framer-Xndx0 .framer-1a13eh9 > :last-child, .framer-Xndx0 .framer-cphi86 > :last-child, .framer-Xndx0 .framer-1ci8kiu > :last-child { margin-bottom: 0px; } .framer-Xndx0 .framer-1cejfxb > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Xndx0 .framer-1cejfxb > :first-child, .framer-Xndx0 .framer-7tij0k > :first-child { margin-left: 0px; } .framer-Xndx0 .framer-1cejfxb > :last-child, .framer-Xndx0 .framer-7tij0k > :last-child { margin-right: 0px; } .framer-Xndx0 .framer-7tij0k > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-Xndx0.framer-v-1m14zh3.framer-c2rlr, .framer-Xndx0.framer-v-ablnmt.framer-c2rlr { cursor: pointer; }\",\".framer-Xndx0.framer-v-1m14zh3 .framer-1a13eh9, .framer-Xndx0.framer-v-ablnmt .framer-1a13eh9 { order: 0; }\",\".framer-Xndx0.framer-v-1m14zh3 .framer-1yhjmid, .framer-Xndx0.framer-v-ablnmt .framer-1yhjmid { order: 2; }\",\".framer-Xndx0.framer-v-ablnmt .framer-7tij0k { gap: unset; justify-content: space-between; left: unset; min-height: unset; order: 1; padding: 0px 20px 0px 20px; position: relative; top: unset; width: 100%; }\",\".framer-Xndx0.framer-v-ablnmt .framer-15dprj3 { height: var(--framer-aspect-ratio-supported, 130px); left: unset; position: relative; top: unset; width: 120px; }\",\".framer-Xndx0.framer-v-ablnmt .framer-xarcp { height: 130px; position: relative; right: unset; top: unset; width: var(--framer-aspect-ratio-supported, 120px); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Xndx0.framer-v-ablnmt .framer-7tij0k { gap: 0px; } .framer-Xndx0.framer-v-ablnmt .framer-7tij0k > *, .framer-Xndx0.framer-v-ablnmt .framer-7tij0k > :first-child, .framer-Xndx0.framer-v-ablnmt .framer-7tij0k > :last-child { margin: 0px; } }\",\".framer-Xndx0.framer-v-r34zfj .framer-7tij0k { bottom: -28px; left: 0px; right: 0px; top: unset; width: unset; }\",\".framer-Xndx0.framer-v-r34zfj .framer-15dprj3 { order: 0; top: -8px; width: 200px; }\",\".framer-Xndx0.framer-v-r34zfj .framer-xarcp { order: 1; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 143\n * @framerIntrinsicWidth 614\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"kIRICyrsK\":{\"layout\":[\"fixed\",\"auto\"]},\"xLQagDdrA\":{\"layout\":[\"fixed\",\"auto\"]},\"p2PR3Fa27\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"fNGAkCU2F\":\"projectName\",\"TQaGNr3xM\":\"numberTittle\",\"ohR17O6qb\":\"location\",\"hAa9hPrPG\":\"image1\",\"qyjADLfFT\":\"image2\",\"jxnCCeAVp\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framerqg4BKTSNN=withCSS(Component,css,\"framer-Xndx0\");export default Framerqg4BKTSNN;Framerqg4BKTSNN.displayName=\"Project Item\";Framerqg4BKTSNN.defaultProps={height:143,width:614};addPropertyControls(Framerqg4BKTSNN,{variant:{options:[\"KPLCMCr3s\",\"kIRICyrsK\",\"xLQagDdrA\",\"p2PR3Fa27\"],optionTitles:[\"Default\",\"Mobile\",\"Mobile Open\",\"Default Hovered\"],title:\"Variant\",type:ControlType.Enum},fNGAkCU2F:{defaultValue:\"Eco-Friendly Office Complex\",displayTextArea:false,title:\"Project Name\",type:ControlType.String},TQaGNr3xM:{defaultValue:\"/01\",displayTextArea:false,title:\"Number Tittle\",type:ControlType.String},ohR17O6qb:{defaultValue:\"Springfield, USA\",displayTextArea:false,title:\"Location\",type:ControlType.String},hAa9hPrPG:{__defaultAssetReference:\"data:framer/asset-reference,ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?originalFilename=photo-1617375819318-67968e5b25c3%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxNHx8YXJjaGl8ZW58MHx8fHwxNzI4NzAzMDE4fDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image1\",type:ControlType.ResponsiveImage},qyjADLfFT:{__defaultAssetReference:\"data:framer/asset-reference,ESXTyy8Mhs9qB7z4pShLW8mVwk.jpg?originalFilename=photo-1617375819318-67968e5b25c3%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHwxNHx8YXJjaGl8ZW58MHx8fHwxNzI4NzAzMDE4fDA%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image2\",type:ControlType.ResponsiveImage},jxnCCeAVp:{title:\"Link\",type:ControlType.Link}});addFonts(Framerqg4BKTSNN,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2YCK276JNUIIHMRWISQCDGWXNOKAXSCG/6OIJIEVI2ZSNHVU6RZ6WV47LHUN2T4MN/ZYCN4M673NULYB4BOICEICFLQAPDYBRK.woff2\",weight:\"400\"}]},...ProjectTextFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerqg4BKTSNN\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"614\",\"framerVariables\":\"{\\\"fNGAkCU2F\\\":\\\"projectName\\\",\\\"TQaGNr3xM\\\":\\\"numberTittle\\\",\\\"ohR17O6qb\\\":\\\"location\\\",\\\"hAa9hPrPG\\\":\\\"image1\\\",\\\"qyjADLfFT\\\":\\\"image2\\\",\\\"jxnCCeAVp\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"143\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kIRICyrsK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xLQagDdrA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p2PR3Fa27\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qg4BKTSNN.map", "// Generated by Framer (51f36d1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"R8Yp87BqW\",\"DHANUvRu7\",\"pEniuJaOD\"];const serializationHash=\"framer-Sebhd\";const variantClassNames={DHANUvRu7:\"framer-v-1bwteib\",pEniuJaOD:\"framer-v-1v9vgnz\",R8Yp87BqW:\"framer-v-1pwo03d\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"R8Yp87BqW\",\"Variant 3\":\"pEniuJaOD\",Mobile:\"DHANUvRu7\"};const getProps=({height,id,image,name1,title,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,a_RoVIEzt:(_ref=title!==null&&title!==void 0?title:props.a_RoVIEzt)!==null&&_ref!==void 0?_ref:\"Founder & Principal Architect\",aDIt_v_QA:(_ref1=name1!==null&&name1!==void 0?name1:props.aDIt_v_QA)!==null&&_ref1!==void 0?_ref1:\"Ethan Parker\",rt56XLaLx:(_ref2=image!==null&&image!==void 0?image:props.rt56XLaLx)!==null&&_ref2!==void 0?_ref2:{src:\"https://framerusercontent.com/images/rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg 4000w\"},variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"R8Yp87BqW\"};};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,aDIt_v_QA,a_RoVIEzt,rt56XLaLx,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"R8Yp87BqW\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnter1mdlxri=activeVariantCallback(async(...args)=>{setGestureState({isHovered:true});setVariant(\"pEniuJaOD\");});const onMouseLeave1g1y76j=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});setVariant(\"R8Yp87BqW\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"DHANUvRu7\",\"pEniuJaOD\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pwo03d\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"R8Yp87BqW\",onMouseEnter:onMouseEnter1mdlxri,ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({DHANUvRu7:{\"data-framer-name\":\"Mobile\"},pEniuJaOD:{\"data-framer-name\":\"Variant 3\",onMouseEnter:undefined,onMouseLeave:onMouseLeave1g1y76j}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||539)-0-539)/2)),pixelHeight:6e3,pixelWidth:4e3,sizes:\"508px\",...toResponsiveImage(rt56XLaLx),...{positionX:\"center\",positionY:\"center\"}},className:\"framer-10aqlbi\",layoutDependency:layoutDependency,layoutId:\"sAJSrnj9M\",style:{filter:\"saturate(0)\",WebkitFilter:\"saturate(0)\"},variants:{DHANUvRu7:{filter:\"brightness(0.7) saturate(1)\",WebkitFilter:\"brightness(0.7) saturate(1)\"},pEniuJaOD:{filter:\"brightness(0.7) saturate(1)\",WebkitFilter:\"brightness(0.7) saturate(1)\"}},...addPropertyOverrides({DHANUvRu7:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(0+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||539)-0-(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||539)-0)*1)/2)),pixelHeight:6e3,pixelWidth:4e3,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(rt56XLaLx),...{positionX:\"center\",positionY:\"center\"}}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fe1z2s\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"gngRH7tY2\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1yZWd1bGFy\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Ethan Parker\"})}),className:\"framer-13g94d\",fonts:[\"FS;Raleway-regular\"],layoutDependency:layoutDependency,layoutId:\"zJDSPdVPZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:aDIt_v_QA,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7UmFsZXdheS1saWdodA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"300\",\"--framer-line-height\":\"1.1em\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Founder & Principal Architect\"})}),className:\"framer-16odud5\",fonts:[\"FS;Raleway-light\"],layoutDependency:layoutDependency,layoutId:\"SexgkunRZ\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:a_RoVIEzt,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Sebhd.framer-v4s8i8, .framer-Sebhd .framer-v4s8i8 { display: block; }\",\".framer-Sebhd.framer-1pwo03d { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Sebhd .framer-10aqlbi { flex: none; height: 539px; overflow: hidden; position: relative; width: 508px; }\",\".framer-Sebhd .framer-fe1z2s { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 20px; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-Sebhd .framer-13g94d, .framer-Sebhd .framer-16odud5 { 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-Sebhd.framer-1pwo03d, .framer-Sebhd .framer-fe1z2s { gap: 0px; } .framer-Sebhd.framer-1pwo03d > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Sebhd.framer-1pwo03d > :first-child { margin-left: 0px; } .framer-Sebhd.framer-1pwo03d > :last-child { margin-right: 0px; } .framer-Sebhd .framer-fe1z2s > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Sebhd .framer-fe1z2s > :first-child { margin-top: 0px; } .framer-Sebhd .framer-fe1z2s > :last-child { margin-bottom: 0px; } }\",\".framer-Sebhd.framer-v-1bwteib.framer-1pwo03d { height: 539px; width: 320px; }\",\".framer-Sebhd.framer-v-1bwteib .framer-10aqlbi { height: 100%; width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 539\n * @framerIntrinsicWidth 508\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DHANUvRu7\":{\"layout\":[\"fixed\",\"fixed\"]},\"pEniuJaOD\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"aDIt_v_QA\":\"name1\",\"a_RoVIEzt\":\"title\",\"rt56XLaLx\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerRCULMr5S7=withCSS(Component,css,\"framer-Sebhd\");export default FramerRCULMr5S7;FramerRCULMr5S7.displayName=\"Team\";FramerRCULMr5S7.defaultProps={height:539,width:508};addPropertyControls(FramerRCULMr5S7,{variant:{options:[\"R8Yp87BqW\",\"DHANUvRu7\",\"pEniuJaOD\"],optionTitles:[\"Variant 1\",\"Mobile\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},aDIt_v_QA:{defaultValue:\"Ethan Parker\",displayTextArea:false,title:\"Name\",type:ControlType.String},a_RoVIEzt:{defaultValue:\"Founder & Principal Architect\",displayTextArea:false,title:\"Title\",type:ControlType.String},rt56XLaLx:{__defaultAssetReference:\"data:framer/asset-reference,rBeOKLdNL4TiDSP1f7ygLMaj4g.jpg?originalFilename=photo-1519713880332-91cfe19a59dd%3Fcrop%3Dentropy%26cs%3Dsrgb%26fm%3Djpg%26ixid%3DM3wxMzc5NjJ8MHwxfHNlYXJjaHw0OHx8cGVyc29uJTIwfGVufDB8fHx8MTcyODg5NzI1MXww%26ixlib%3Drb-4.0.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerRCULMr5S7,[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/2YCK276JNUIIHMRWISQCDGWXNOKAXSCG/6OIJIEVI2ZSNHVU6RZ6WV47LHUN2T4MN/ZYCN4M673NULYB4BOICEICFLQAPDYBRK.woff2\",weight:\"400\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/JNZJOYWPZGCJABV7INGNG74UQOGQO7H7/TVH2DETU5R2TPPQRUUBUZUQI2BAA4Q3N/ZJQHXP44TYVKV3MQJTI3QOJTZWPUXCWS.woff2\",weight:\"300\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerRCULMr5S7\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"508\",\"framerIntrinsicHeight\":\"539\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DHANUvRu7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pEniuJaOD\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"aDIt_v_QA\\\":\\\"name1\\\",\\\"a_RoVIEzt\\\":\\\"title\\\",\\\"rt56XLaLx\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./RCULMr5S7.map", "// Generated by Framer (64bc75b)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-medium\",\"FS;Raleway-bold\",\"FS;Raleway-bold italic\",\"FS;Raleway-medium italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5N7AW67SFRYDQX4PD7CVQBBKU4KFZBF6/IRJRILZOM2VYFNQSOPRIBLLVGYQMZYXX/VHOUC36AWF2BXBRYVUE5TB5CZAVHYGQV.woff2\",weight:\"500\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ZOIWAQVAVASXBR56BLYIAEYYR6JRABLJ/EEQDABDVRH2J6DA7SWMJNSBXSSKN5XD2/Z44HTHVYVEXDW67RPEV7ZLLGGIA6RIPD.woff2\",weight:\"700\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5Z3PEWK23ZYYM6EY3WIYUF6NV7XVJTA6/6LSK5ZTNKAEC4XLSOWOFQTJDFIY2U4VC/PPYP5G5YCLK4NBO7V7CUV6FSMNC52WMN.woff2\",weight:\"700\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/DYRFCAIWJX2F7VBG4Q5J2IJ56HTUULI2/UMXCS7RMSVSR2WN7F4CRENXGQOKZS5G3/XBGQGQVO2OZSZZLUX7MGZJCP45ARJ6ZN.woff2\",weight:\"500\"}]}];export const css=['.framer-S3ElB .framer-styles-preset-1g4beem:not(.rich-text-wrapper), .framer-S3ElB .framer-styles-preset-1g4beem.rich-text-wrapper h1 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 80px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: justify; --framer-text-color: #1a1a1a; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-S3ElB .framer-styles-preset-1g4beem:not(.rich-text-wrapper), .framer-S3ElB .framer-styles-preset-1g4beem.rich-text-wrapper h1 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: justify; --framer-text-color: #1a1a1a; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-S3ElB .framer-styles-preset-1g4beem:not(.rich-text-wrapper), .framer-S3ElB .framer-styles-preset-1g4beem.rich-text-wrapper h1 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 32px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 500; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 500; --framer-letter-spacing: 0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: justify; --framer-text-color: #1a1a1a; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: uppercase; } }'];export const className=\"framer-S3ElB\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (6f76210)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"FS;Raleway-semibold\",\"FS;Raleway-black\",\"FS;Raleway-black italic\",\"FS;Raleway-semibold italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AJJGVXQO37S4NAEMT2EYO62OMGKWDT72/2OQ65C2JNXC57E7TCYUOCT4BOOQ2XN7Z/E6U6PRBKUYLVGTL6XB4HRMB7HFSZD7ZT.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/KIPB2324Y3YBZQYOYSMGQEUPDCHY4D7W/QQNBI4KYGM2NKNSISOFFIGJ5CA5Y2YQ7/D5T753TSN2TUHBVLW4ATFKVPG23HIJRD.woff2\",weight:\"900\"},{family:\"Raleway\",source:\"fontshare\",style:\"italic\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/ODEMBGDPTNK472UNO7UUPFXYIQPGVPL6/VQVYXZQAVPOLZRNIK4ENCJHE2D2JCS2K/FBIGB7VNWACHJRJRPVTJXJXHBH47XXJI.woff2\",weight:\"600\"}]}];export const css=['.framer-zD5j9 .framer-styles-preset-npfai1:not(.rich-text-wrapper), .framer-zD5j9 .framer-styles-preset-npfai1.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 20px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-zD5j9 .framer-styles-preset-npfai1:not(.rich-text-wrapper), .framer-zD5j9 .framer-styles-preset-npfai1.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 16px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-zD5j9 .framer-styles-preset-npfai1:not(.rich-text-wrapper), .framer-zD5j9 .framer-styles-preset-npfai1.rich-text-wrapper h2 { --framer-font-family: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-family-bold: \"Raleway\", sans-serif; --framer-font-family-bold-italic: \"Raleway\", sans-serif; --framer-font-family-italic: \"Raleway\", \"Raleway Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --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: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-zD5j9\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (2fef4c5)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/3r1MOrsbGq47TYKOPcQV/SlideShow.js\";import ButtonForm from\"#framer/local/canvasComponent/bCqLr1rJF/bCqLr1rJF.js\";import TestimonialsCard from\"#framer/local/canvasComponent/ByXd2k1fq/ByXd2k1fq.js\";import Footer from\"#framer/local/canvasComponent/f5FoH6QUv/f5FoH6QUv.js\";import ServiceScrollAnimation from\"#framer/local/canvasComponent/kdGD8R3BI/kdGD8R3BI.js\";import HeroAnimation from\"#framer/local/canvasComponent/MKaCguDs_/MKaCguDs_.js\";import ServiceCard from\"#framer/local/canvasComponent/ORnzMCZtU/ORnzMCZtU.js\";import AwardsWrap from\"#framer/local/canvasComponent/oxkpBG9Wb/oxkpBG9Wb.js\";import ProjectItem from\"#framer/local/canvasComponent/qg4BKTSNN/qg4BKTSNN.js\";import Team from\"#framer/local/canvasComponent/RCULMr5S7/RCULMr5S7.js\";import Navigation from\"#framer/local/canvasComponent/Y6E5iwHqy/Y6E5iwHqy.js\";import Projects from\"#framer/local/collection/Eoyo9GsMY/Eoyo9GsMY.js\";import*as sharedStyle from\"#framer/local/css/otV5SKKnQ/otV5SKKnQ.js\";import*as sharedStyle2 from\"#framer/local/css/xXc_E89Qs/xXc_E89Qs.js\";import*as sharedStyle1 from\"#framer/local/css/xZeS_aCW5/xZeS_aCW5.js\";import metadataProvider from\"#framer/local/webPageMetadata/rNUQup_bq/rNUQup_bq.js\";const NavigationFonts=getFonts(Navigation);const HeroAnimationFonts=getFonts(HeroAnimation);const ContainerWithFX=withFX(Container);const MotionDivWithFX=withFX(motion.div);const ServiceScrollAnimationFonts=getFonts(ServiceScrollAnimation);const ServiceScrollAnimationWithVariantAppearEffect=withVariantAppearEffect(ServiceScrollAnimation);const ServiceCardFonts=getFonts(ServiceCard);const ImageWithFX=withFX(Image);const ProjectItemFonts=getFonts(ProjectItem);const TeamFonts=getFonts(Team);const AwardsWrapFonts=getFonts(AwardsWrap);const TestimonialsCardFonts=getFonts(TestimonialsCard);const SlideshowFonts=getFonts(Slideshow);const RichTextWithFX=withFX(RichText);const ButtonFormFonts=getFonts(ButtonForm);const FooterFonts=getFonts(Footer);const breakpoints={N_7YV5KHC:\"(max-width: 809px)\",UqL6wH5ux:\"(min-width: 1440px)\",XbBZL_A0Q:\"(min-width: 810px) and (max-width: 1439px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-RRz21\";const variantClassNames={N_7YV5KHC:\"framer-v-rlthsd\",UqL6wH5ux:\"framer-v-1nns025\",XbBZL_A0Q:\"framer-v-1ajvha5\"};const animation={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition1={bounce:0,delay:.075,duration:.4,type:\"spring\"};const textEffect={effect:animation,tokenization:\"word\",transition:transition1,trigger:\"onMount\",type:\"appear\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-395};const transition2={delay:0,duration:1.4,ease:[.45,0,0,1],type:\"tween\"};const transition3={delay:0,duration:1.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-400};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-800};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:200};const transition4={delay:.3,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:200};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const transition5={delay:.3,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:200};const animation8={filter:\"blur(10px)\",opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:10};const transition6={bounce:0,delay:.05,duration:.4,type:\"spring\"};const textEffect1={effect:animation8,threshold:.5,tokenization:\"character\",transition:transition6,trigger:\"onInView\",type:\"appear\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100};const transition7={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:100};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:100};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":return variants.success??currentVariant;case\"pending\":return variants.pending??currentVariant;case\"error\":return variants.error??currentVariant;case\"incomplete\":return variants.incomplete??currentVariant;}};const animation12={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-1e3};const transition8={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation13={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation14={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"UqL6wH5ux\",Phone:\"N_7YV5KHC\",Tablet:\"XbBZL_A0Q\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UqL6wH5ux\"};};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,b_4CyMEGWptNmhOGAR,rC4QwCEm9ptNmhOGAR,jMoYDREcmptNmhOGAR,B10AR_uDBptNmhOGAR,aRQjnENqpptNmhOGAR,yj_LaupcqptNmhOGAR,idptNmhOGAR,...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];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"J5VRgUKS1\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"C9LE6tfp1\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"r3aG98v68\");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"N_7YV5KHC\")return false;return true;};const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const elementId3=useRouteElementId(\"z77nSzSyd\");const elementId4=useRouteElementId(\"K2_hi3mqW\");const elementId5=useRouteElementId(\"HBtASzlbE\");const elementId6=useRouteElementId(\"k4fnMWo1c\");const ref8=React.useRef(null);const ref9=React.useRef(null);const elementId7=useRouteElementId(\"OiE8GX5fL\");const elementId8=useRouteElementId(\"ntS05J1e2\");const elementId9=useRouteElementId(\"a9VIBwnUo\");const ref10=React.useRef(null);const router=useRouter();const elementId10=useRouteElementId(\"sXBNC9tGG\");const ref11=React.useRef(null);const ref12=React.useRef(null);const elementId11=useRouteElementId(\"FgiJNN9Id\");const elementId12=useRouteElementId(\"xabostbx9\");const ref13=React.useRef(null);const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"N_7YV5KHC\")return true;return false;};const elementId13=useRouteElementId(\"UfWv67BD3\");const ref14=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UqL6wH5ux\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, rgb(252, 252, 252)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1nns025\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ii2cho\",\"data-framer-name\":\"Section-Nav\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:83,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pbafsu-container\",nodeId:\"Z30k78HNz\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"M_zqwj11L\"},XbBZL_A0Q:{variant:\"K4fnD1zxS\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"Z30k78HNz\",layoutId:\"Z30k78HNz\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"tZQqipI0M\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref1,target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:0,skewX:0,skewY:0,x:0,y:-1e3}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1robwqj\",\"data-framer-name\":\"Section-Hero\",id:elementId,ref:ref2,children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-la2fsk\",\"data-framer-name\":\"Hero\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f1q6e2\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-1g4beem\",\"data-styles-preset\":\"otV5SKKnQ\",style:{\"--framer-text-alignment\":\"justify\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Where Functionality Meets Aesthetic, Your Architectural Journey Starts Here.\"})}),className:\"framer-1wrv3gr\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4cmbiq\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{height:0,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) / 3.25)`},XbBZL_A0Q:{height:280,width:\"280px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"320px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1frlsg2-container\",nodeId:\"kQfZe7HVH\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"loNfGc6Ag\"}},children:/*#__PURE__*/_jsx(HeroAnimation,{height:\"100%\",id:\"kQfZe7HVH\",layoutId:\"kQfZe7HVH\",OrB_7y3A6:addImageAlt({src:\"https://framerusercontent.com/images/jUO6zyUiu4BZnBUNHdukfvL7XKU.jpg\",srcSet:\"https://framerusercontent.com/images/jUO6zyUiu4BZnBUNHdukfvL7XKU.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/jUO6zyUiu4BZnBUNHdukfvL7XKU.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/jUO6zyUiu4BZnBUNHdukfvL7XKU.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/jUO6zyUiu4BZnBUNHdukfvL7XKU.jpg 5600w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"qcDWL2lja\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{height:0,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) / 3.25)`},XbBZL_A0Q:{height:280,width:\"280px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"320px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sw8rsj-container\",nodeId:\"g1Qa8cr0N\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"loNfGc6Ag\"}},children:/*#__PURE__*/_jsx(HeroAnimation,{height:\"100%\",id:\"g1Qa8cr0N\",layoutId:\"g1Qa8cr0N\",OrB_7y3A6:addImageAlt({src:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg\",srcSet:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg 3648w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"qcDWL2lja\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{height:0,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) / 3.25)`},XbBZL_A0Q:{height:280,width:\"280px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"320px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:120,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1rmcz12-container\",nodeId:\"h7C_gslYo\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"loNfGc6Ag\"}},children:/*#__PURE__*/_jsx(HeroAnimation,{height:\"100%\",id:\"h7C_gslYo\",layoutId:\"h7C_gslYo\",OrB_7y3A6:addImageAlt({src:\"https://framerusercontent.com/images/1IEOOFNVoKvfQhDWJbFwJoNvOBk.jpg\",srcSet:\"https://framerusercontent.com/images/1IEOOFNVoKvfQhDWJbFwJoNvOBk.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/1IEOOFNVoKvfQhDWJbFwJoNvOBk.jpg?scale-down-to=2048 1536w,https://framerusercontent.com/images/1IEOOFNVoKvfQhDWJbFwJoNvOBk.jpg 3024w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"qcDWL2lja\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{height:0,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) / 3.25)`},XbBZL_A0Q:{height:280,width:\"280px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:320,width:\"320px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:80,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xzxi1v-container\",nodeId:\"jqkWsvtYi\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"loNfGc6Ag\"}},children:/*#__PURE__*/_jsx(HeroAnimation,{height:\"100%\",id:\"jqkWsvtYi\",layoutId:\"jqkWsvtYi\",OrB_7y3A6:addImageAlt({src:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg\",srcSet:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg 3001w\"},\"\"),style:{height:\"100%\",width:\"100%\"},variant:\"qcDWL2lja\",width:\"100%\"})})})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1t496hf\",\"data-framer-name\":\"Section-About\",id:elementId1,ref:ref3,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1frtnqo\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5t9vqs\",\"data-framer-name\":\"Text-Wrap\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-q30ssc\",\"data-framer-name\":\"Left\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"ABOUT\"})}),className:\"framer-18cpkn7\",\"data-framer-name\":\"About\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-96p9nj\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-13wasra\",\"data-framer-name\":\"Top\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"At Crestline, we believe that architecture is more than just creating spaces\u2014it\u2019s about crafting environments that inspire, elevate, and endure. With a commitment to blending creativity with functionality, our team of passionate architects and designers works closely with clients to turn their visions into reality.\"})}),className:\"framer-meeh8k\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-fiaxb9\",\"data-framer-name\":\"Bot\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"Since our founding, we\u2019ve built a reputation for delivering innovative designs that balance aesthetic beauty with practical solutions. Whether it\u2019s a residential project, a commercial development, or a public space, we approach each challenge with a unique perspective, ensuring that every structure reflects our client\u2019s individuality and our dedication to excellence.\"})}),className:\"framer-hlbb5h\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-mx3tsq\",\"data-framer-name\":\"Images-Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l0eb5f\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aebt6q\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__enter:animation3}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation1,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-as0jwd\",\"data-framer-name\":\"Overlay\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{background:{alt:\"\",fit:\"fill\",pixelHeight:3456,pixelWidth:4608,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`,src:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg\",srcSet:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg 4608w\"}},XbBZL_A0Q:{background:{alt:\"\",fit:\"fill\",pixelHeight:3456,pixelWidth:4608,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg\",srcSet:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg 4608w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:3456,pixelWidth:4608,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 340px) / 2, 1px)`,src:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg\",srcSet:\"https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg?scale-down-to=4096 4096w,https://framerusercontent.com/images/35LC71cvfn6oeezO7cKSVYkGwQ.jpg 4608w\"},className:\"framer-x0abvc\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18k6xv6\",\"data-framer-name\":\"Right\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation4,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-153prgd\",\"data-framer-name\":\"Overlay\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{background:{alt:\"\",fit:\"fill\",pixelHeight:4992,pixelWidth:3994,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`,src:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg\",srcSet:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=4096 3277w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg 3994w\"}},XbBZL_A0Q:{background:{alt:\"\",fit:\"fill\",pixelHeight:4992,pixelWidth:3994,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg\",srcSet:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=4096 3277w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg 3994w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4992,pixelWidth:3994,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 340px) / 2, 1px)`,src:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg\",srcSet:\"https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg?scale-down-to=4096 3277w,https://framerusercontent.com/images/gO7oqH62CdjjxnyUBSU5GJTvFnk.jpg 3994w\"},className:\"framer-112gqzi\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zpf30f\",\"data-framer-name\":\"Section-Services\",id:elementId2,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-xw4ltz\",\"data-framer-name\":\"Content Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mspyhg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15lmv7d\",\"data-framer-name\":\"Text-Wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hpsc4m\",\"data-framer-name\":\"Services Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1q0qzla\",\"data-framer-name\":\"Ttile\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"SERVICES\"})}),className:\"framer-egmcjp\",\"data-framer-name\":\"Services\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-196q9zj\",\"data-framer-name\":\"Description\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"At Crestline, we believe that architecture is more than just creating spaces\u2014it\u2019s about crafting environments that inspire, elevate, and endure. With a commitment to blending creativity with functionality, our team of passionate architects and designers works closely with clients to turn their visions into reality.\"})}),className:\"framer-xu51tr\",\"data-framer-name\":\"At Crestline, we believe that architecture is more than just creating spaces\u2014it\u2019s about crafting environments that inspire, elevate, and endure. With a commitment to blending creativity with functionality, our team of passionate architects and designers works closely with clients to turn their visions into reality.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f88hhy hidden-rlthsd\",\"data-framer-name\":\"Services\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-osjg27-container\",nodeId:\"TSm2BnGqQ\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref4,target:\"MG31227qi\"},{ref:ref5,target:\"EHIA9WiE7\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"TSm2BnGqQ\",layoutId:\"TSm2BnGqQ\",qTDJUh3BI:\"RESIDENTIAL ARCHITECTURE\",style:{width:\"100%\"},variant:\"EHIA9WiE7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7mnhe3-container\",nodeId:\"dypLNszUr\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref5,target:\"MG31227qi\"},{ref:ref6,target:\"EHIA9WiE7\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"dypLNszUr\",layoutId:\"dypLNszUr\",qTDJUh3BI:\"COMMERCIAL DESIGN\",style:{width:\"100%\"},variant:\"EHIA9WiE7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-11kdjto-container\",nodeId:\"FZWVa1TRN\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref6,target:\"MG31227qi\"},{ref:ref7,target:\"EHIA9WiE7\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"FZWVa1TRN\",layoutId:\"FZWVa1TRN\",qTDJUh3BI:\"INTERIOR ARCHITECTURE\",style:{width:\"100%\"},variant:\"EHIA9WiE7\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yd96g6-container\",nodeId:\"RVCYUA6Zj\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceScrollAnimationWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref7,target:\"MG31227qi\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"RVCYUA6Zj\",layoutId:\"RVCYUA6Zj\",qTDJUh3BI:\"LANDSCAPE ARCHITECTURE\",style:{width:\"100%\"},variant:\"EHIA9WiE7\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ezewj0\",\"data-framer-name\":\"Right Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1enx751-container\",id:elementId3,nodeId:\"z77nSzSyd\",ref:ref4,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"z77nSzSyd\",layoutId:\"z77nSzSyd\",RaXr31ZgL:addImageAlt({src:\"https://framerusercontent.com/images/INUjmEBNd03EBC1itr8j3dgp6Pc.jpg\",srcSet:\"https://framerusercontent.com/images/INUjmEBNd03EBC1itr8j3dgp6Pc.jpg?scale-down-to=1024 742w,https://framerusercontent.com/images/INUjmEBNd03EBC1itr8j3dgp6Pc.jpg?scale-down-to=2048 1484w,https://framerusercontent.com/images/INUjmEBNd03EBC1itr8j3dgp6Pc.jpg?scale-down-to=4096 2969w,https://framerusercontent.com/images/INUjmEBNd03EBC1itr8j3dgp6Pc.jpg 4628w\"},\"\"),style:{width:\"100%\"},tJPR8_gxm:\"We specialize in crafting bespoke homes that reflect the unique lifestyle and aspirations of each client. Our design process emphasizes creativity, functionality, and personalization.\",TKKtIZrxx:\"RESIDENTIAL ARCHITECTURE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-famt7j-container\",id:elementId4,nodeId:\"K2_hi3mqW\",ref:ref5,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"K2_hi3mqW\",layoutId:\"K2_hi3mqW\",RaXr31ZgL:addImageAlt({src:\"https://framerusercontent.com/images/f7wZ2CblkoX7J7UAHXh1pHVPkcU.jpg\",srcSet:\"https://framerusercontent.com/images/f7wZ2CblkoX7J7UAHXh1pHVPkcU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/f7wZ2CblkoX7J7UAHXh1pHVPkcU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/f7wZ2CblkoX7J7UAHXh1pHVPkcU.jpg 2048w\"},\"\"),style:{width:\"100%\"},tJPR8_gxm:\"We create inspiring commercial environments that promote productivity and enhance customer engagement. Our designs prioritize functionality while ensuring an inviting atmosphere.\",TKKtIZrxx:\"COMMERCIAL DESIGN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pc6764-container\",id:elementId5,nodeId:\"HBtASzlbE\",ref:ref6,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"HBtASzlbE\",layoutId:\"HBtASzlbE\",RaXr31ZgL:addImageAlt({src:\"https://framerusercontent.com/images/uA7cqcjn4DTCptwcrs2zPYcHE1w.jpg\",srcSet:\"https://framerusercontent.com/images/uA7cqcjn4DTCptwcrs2zPYcHE1w.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/uA7cqcjn4DTCptwcrs2zPYcHE1w.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/uA7cqcjn4DTCptwcrs2zPYcHE1w.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/uA7cqcjn4DTCptwcrs2zPYcHE1w.jpg 4000w\"},\"\"),style:{width:\"100%\"},tJPR8_gxm:\"Our space planning services ensure optimal functionality and flow within interior spaces, maximizing usability while maintaining aesthetic appeal.\",TKKtIZrxx:\"INTERIOR ARCHITECTURE\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 180px) / 2, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:630,width:`max((min(${componentViewport?.width||\"100vw\"}, 1440px) - 340px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-pb6gq2-container\",id:elementId6,nodeId:\"k4fnMWo1c\",ref:ref7,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ServiceCard,{height:\"100%\",id:\"k4fnMWo1c\",layoutId:\"k4fnMWo1c\",RaXr31ZgL:addImageAlt({src:\"https://framerusercontent.com/images/jHdyxbTschtzImxzP12NMm4WCU.jpg\",srcSet:\"https://framerusercontent.com/images/jHdyxbTschtzImxzP12NMm4WCU.jpg?scale-down-to=1024 714w,https://framerusercontent.com/images/jHdyxbTschtzImxzP12NMm4WCU.jpg?scale-down-to=2048 1428w,https://framerusercontent.com/images/jHdyxbTschtzImxzP12NMm4WCU.jpg 2361w\"},\"\"),style:{width:\"100%\"},tJPR8_gxm:\"Our landscape architecture services aim to create beautiful, functional outdoor spaces that harmonize with the built environment and enhance property value.\",TKKtIZrxx:\"LANDSCAPE ARCHITECTURE\",width:\"100%\"})})})})]})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-yufxig\",\"data-framer-name\":\"Section-Scroll Animations\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ekn9e2\",\"data-framer-name\":\"Sticky  Content\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{ref:ref8,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pqcrbx\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g23htv\",\"data-framer-name\":\"Text Wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zmi6lf\",\"data-framer-name\":\"Years\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"9+\"})})},XbBZL_A0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"9+\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"9+\"})}),className:\"framer-ekxuh5\",\"data-framer-name\":\"54+\",fonts:[\"FS;Raleway-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Years Experience\"})}),className:\"framer-126d4nz\",\"data-framer-name\":\"Building Done\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{style:{rotate:-90}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wtoa18\",\"data-framer-name\":\"Line\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12vpoj1\",\"data-framer-name\":\"Project Done\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"214\"})})},XbBZL_A0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"214\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"214\"})}),className:\"framer-n9l1y8\",\"data-framer-name\":\"54+\",fonts:[\"FS;Raleway-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Constructions Done\"})}),className:\"framer-1b3d45d\",\"data-framer-name\":\"Building Done\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{style:{rotate:90}}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4xmfd\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vqg6cx\",\"data-framer-name\":\"Country\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"8\"})})},XbBZL_A0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"8\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1zZW1pYm9sZA==\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"8\"})}),className:\"framer-15e7y5s\",\"data-framer-name\":\"54+\",fonts:[\"FS;Raleway-semibold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",style:{\"--framer-text-color\":\"rgba(0, 0, 0, 0.5)\"},children:\"Countries\"})}),className:\"framer-1rbz3ho\",\"data-framer-name\":\"Building Done\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1rg3lqs\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:40,y:240}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3751,pixelWidth:3001,sizes:\"240px\",src:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg 3001w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:216,y:480}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3751,pixelWidth:3001,sizes:\"629px\",src:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg 3001w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:449,y:357}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3751,pixelWidth:3001,sizes:\"647px\",src:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/gtVKHIStyZhesZmU9814P45CcKw.jpg 3001w\"},className:\"framer-4ju7wg\",\"data-framer-name\":\"Image 2\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:120,y:166}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5778,pixelWidth:3852,sizes:\"240px\",src:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg 3852w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:275,y:166}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5778,pixelWidth:3852,sizes:\"629px\",src:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg 3852w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:392,y:166}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5778,pixelWidth:3852,sizes:\"647px\",src:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/bz7OhU5YdktOODqLmseVoUSPUz8.jpg 3852w\"},className:\"framer-1wwltbx\",\"data-framer-name\":\"Image 3\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.2,skewX:0,skewY:0,x:100,y:-220}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5472,pixelWidth:3648,sizes:\"240px\",src:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg 3648w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:277,y:-284}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5472,pixelWidth:3648,sizes:\"629px\",src:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg 3648w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:496,y:-284}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:5472,pixelWidth:3648,sizes:\"647px\",src:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/m6df60I8AEdBNvF4DlPAos1z6c.jpg 3648w\"},className:\"framer-8tyl28\",\"data-framer-name\":\"Image 4\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.25,skewX:0,skewY:0,x:140,y:-260}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3937,pixelWidth:3150,sizes:\"240px\",src:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg 3150w\"}},XbBZL_A0Q:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3937,pixelWidth:3150,sizes:\"629px\",src:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg 3150w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.35,skewX:0,skewY:0,x:239,y:-395}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:3937,pixelWidth:3150,sizes:\"647px\",src:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg?scale-down-to=2048 1638w,https://framerusercontent.com/images/sdxPfCmh0hSnOx7U64dNuFNRYo.jpg 3150w\"},className:\"framer-1gydeub\",\"data-framer-name\":\"Image 5\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-100,y:260}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"240px\",src:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg 3264w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-288,y:499}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"629px\",src:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg 3264w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-288,y:372}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"647px\",src:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/t8D7hm3GSPXLg5QgzHuEWurfoW8.jpg 3264w\"},className:\"framer-4633yz\",\"data-framer-name\":\"Image 6\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-140,y:138}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"240px\",src:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg 3264w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:-226,y:187}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"629px\",src:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg 3264w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:-517,y:187}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:4896,pixelWidth:3264,sizes:\"647px\",src:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/2KMuFeQNcMxpeuOs4QuTWvzozcs.jpg 3264w\"},className:\"framer-2apaa4\",\"data-framer-name\":\"Image 7\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-130,y:-222}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:6e3,pixelWidth:4e3,sizes:\"240px\",src:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg 4000w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-286,y:-279}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:6e3,pixelWidth:4e3,sizes:\"629px\",src:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg 4000w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.3,skewX:0,skewY:0,x:-554,y:-279}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:250,intrinsicWidth:250,pixelHeight:6e3,pixelWidth:4e3,sizes:\"647px\",src:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/0xisatKjBvKKjRqFapljDWCqNQ.jpg 4000w\"},className:\"framer-1090rfm\",\"data-framer-name\":\"Image 8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:-120,y:-323}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:5803,pixelWidth:3869,sizes:\"240px\",src:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg 3869w\"}},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:-252,y:-396}}],background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:5803,pixelWidth:3869,sizes:\"629px\",src:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg 3869w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref9,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.4,skewX:0,skewY:0,x:-364,y:-396}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",intrinsicHeight:540,intrinsicWidth:540,pixelHeight:5803,pixelWidth:3869,sizes:\"647px\",src:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/KC85wmFVuTXgvUCvptJPh61uHo.jpg 3869w\"},className:\"framer-19g0jf3\",\"data-framer-name\":\"Image 1\"})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-120tnrk\",\"data-framer-name\":\"Images Trigger\",id:elementId7,ref:ref9,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e3is03\",\"data-framer-name\":\"Trigger\",id:elementId8,ref:ref8})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1e158sm\",\"data-framer-name\":\"Section-Projects\",id:elementId9,ref:ref10,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8wtozu\",\"data-framer-name\":\"Wrap Content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ximu3j\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"PROJECTS\"})}),className:\"framer-12rxivk\",\"data-framer-name\":\"Projects\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1svv7sv\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"ptNmhOGAR\",data:Projects,type:\"Collection\"},limit:{type:\"LiteralValue\",value:5},orderBy:[{collection:\"ptNmhOGAR\",direction:\"desc\",name:\"index\",type:\"Identifier\"}],select:[{collection:\"ptNmhOGAR\",name:\"b_4CyMEGW\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"rC4QwCEm9\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"jMoYDREcm\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"B10AR_uDB\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"aRQjnENqp\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"yj_Laupcq\",type:\"Identifier\"},{collection:\"ptNmhOGAR\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({aRQjnENqp:aRQjnENqpptNmhOGAR,b_4CyMEGW:b_4CyMEGWptNmhOGAR,B10AR_uDB:B10AR_uDBptNmhOGAR,id:idptNmhOGAR,jMoYDREcm:jMoYDREcmptNmhOGAR,rC4QwCEm9:rC4QwCEm9ptNmhOGAR,yj_Laupcq:yj_LaupcqptNmhOGAR},index)=>{b_4CyMEGWptNmhOGAR??=\"\";rC4QwCEm9ptNmhOGAR??=\"\";jMoYDREcmptNmhOGAR??=\"\";yj_LaupcqptNmhOGAR??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`ptNmhOGAR-${idptNmhOGAR}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{yj_Laupcq:yj_LaupcqptNmhOGAR},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{yj_Laupcq:yj_LaupcqptNmhOGAR},webPageId:\"KjhMo86zE\"},implicitPathVariables:undefined},{href:{pathVariables:{yj_Laupcq:yj_LaupcqptNmhOGAR},webPageId:\"KjhMo86zE\"},implicitPathVariables:undefined},{href:{pathVariables:{yj_Laupcq:yj_LaupcqptNmhOGAR},webPageId:\"KjhMo86zE\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:143,width:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-epdoz9-container\",nodeId:\"owGz9UQyF\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{jxnCCeAVp:resolvedLinks[2],variant:\"kIRICyrsK\"},XbBZL_A0Q:{jxnCCeAVp:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ProjectItem,{fNGAkCU2F:b_4CyMEGWptNmhOGAR,hAa9hPrPG:toResponsiveImage(B10AR_uDBptNmhOGAR),height:\"100%\",id:\"owGz9UQyF\",jxnCCeAVp:resolvedLinks[0],layoutId:\"owGz9UQyF\",ohR17O6qb:jMoYDREcmptNmhOGAR,qyjADLfFT:toResponsiveImage(aRQjnENqpptNmhOGAR),style:{width:\"100%\"},TQaGNr3xM:rC4QwCEm9ptNmhOGAR,variant:\"KPLCMCr3s\",width:\"100%\"})})})})})})})},idptNmhOGAR);})})})})})]})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e6xmt8\",\"data-framer-name\":\"Section-Team\",id:elementId10,ref:ref11,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-rl2ib8\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-jm304r\",\"data-framer-name\":\"Text\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z6kpy1\",\"data-framer-name\":\"Text Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"TEAM\"})}),className:\"framer-1gxoals\",\"data-framer-name\":\"Team\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"Comprising passionate architects, designers, project managers, and sustainability experts, we bring a diverse range of skills and experiences to every project. Each member contributes a unique perspective, fostering collaboration and innovation.\"})}),className:\"framer-1bb3rh5\",\"data-framer-name\":\"Comprising passionate architects, designers, project managers, and sustainability experts, we bring a diverse range of skills and experiences to every project. Each member contributes a unique perspective, fostering collaboration and innovation.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__styleTransformEffectEnabled:undefined},XbBZL_A0Q:{__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref12,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1920,y:0}}]}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref12,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1440,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:1,__perspectiveFX:false,__targetOpacity:1,className:\"framer-90ogg6\",\"data-framer-name\":\"Images\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-kk82di-container\",nodeId:\"cD1dHDG8G\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"DHANUvRu7\"}},children:/*#__PURE__*/_jsx(Team,{a_RoVIEzt:\"Founder & Principal Architect\",aDIt_v_QA:\"Ethan Parker\",height:\"100%\",id:\"cD1dHDG8G\",layoutId:\"cD1dHDG8G\",variant:\"R8Yp87BqW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jfp66y-container\",nodeId:\"Wt3rKvqob\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"DHANUvRu7\"}},children:/*#__PURE__*/_jsx(Team,{a_RoVIEzt:\" Senior Architect\",aDIt_v_QA:\"Emily Johnson\",height:\"100%\",id:\"Wt3rKvqob\",layoutId:\"Wt3rKvqob\",rt56XLaLx:addImageAlt({src:\"https://framerusercontent.com/images/qvR9fTSM2W4iMzZYMhj97IfQ0.jpg\",srcSet:\"https://framerusercontent.com/images/qvR9fTSM2W4iMzZYMhj97IfQ0.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/qvR9fTSM2W4iMzZYMhj97IfQ0.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/qvR9fTSM2W4iMzZYMhj97IfQ0.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/qvR9fTSM2W4iMzZYMhj97IfQ0.jpg 3888w\"},\"\"),variant:\"R8Yp87BqW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ldlclv-container\",nodeId:\"IWsoNrrkc\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"DHANUvRu7\"}},children:/*#__PURE__*/_jsx(Team,{a_RoVIEzt:\" Sustainability Consultant\",aDIt_v_QA:\"Maya Rodriguez\",height:\"100%\",id:\"IWsoNrrkc\",layoutId:\"IWsoNrrkc\",rt56XLaLx:addImageAlt({src:\"https://framerusercontent.com/images/ztTwTanuRJf1epw1Nr9QKpEBdA.jpg\",srcSet:\"https://framerusercontent.com/images/ztTwTanuRJf1epw1Nr9QKpEBdA.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/ztTwTanuRJf1epw1Nr9QKpEBdA.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/ztTwTanuRJf1epw1Nr9QKpEBdA.jpg 1727w\"},\"\"),variant:\"R8Yp87BqW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uzzsgx-container\",nodeId:\"d4HxRqxbp\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"DHANUvRu7\"}},children:/*#__PURE__*/_jsx(Team,{a_RoVIEzt:\"Interior Designer\",aDIt_v_QA:\"Liam Thompson\",height:\"100%\",id:\"d4HxRqxbp\",layoutId:\"d4HxRqxbp\",rt56XLaLx:addImageAlt({src:\"https://framerusercontent.com/images/7ckekOZAa0J28C2T3IfYTvNDv5U.jpg\",srcSet:\"https://framerusercontent.com/images/7ckekOZAa0J28C2T3IfYTvNDv5U.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/7ckekOZAa0J28C2T3IfYTvNDv5U.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/7ckekOZAa0J28C2T3IfYTvNDv5U.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/7ckekOZAa0J28C2T3IfYTvNDv5U.jpg 3744w\"},\"\"),variant:\"R8Yp87BqW\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:539,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fdie59-container\",nodeId:\"c1pH_XpLB\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"DHANUvRu7\"}},children:/*#__PURE__*/_jsx(Team,{a_RoVIEzt:\"Project Manager\",aDIt_v_QA:\"James Carter\",height:\"100%\",id:\"c1pH_XpLB\",layoutId:\"c1pH_XpLB\",rt56XLaLx:addImageAlt({src:\"https://framerusercontent.com/images/QU1eSFJ1qowf5H2uzmDiW4irGjg.jpg\",srcSet:\"https://framerusercontent.com/images/QU1eSFJ1qowf5H2uzmDiW4irGjg.jpg?scale-down-to=1024 682w,https://framerusercontent.com/images/QU1eSFJ1qowf5H2uzmDiW4irGjg.jpg?scale-down-to=2048 1365w,https://framerusercontent.com/images/QU1eSFJ1qowf5H2uzmDiW4irGjg.jpg?scale-down-to=4096 2730w,https://framerusercontent.com/images/QU1eSFJ1qowf5H2uzmDiW4irGjg.jpg 4000w\"},\"\"),variant:\"R8Yp87BqW\",width:\"100%\"})})})})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sos5sc hidden-rlthsd\",\"data-framer-name\":\"Scroll Trigegr\",id:elementId11,ref:ref12})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-juto4w\",\"data-framer-name\":\"Section-Awards\",id:elementId12,ref:ref13,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-y95ksl\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xiaqay\",\"data-framer-name\":\"Awards Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"AWARDS\"})}),className:\"framer-my8i61\",\"data-framer-name\":\"Awards\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 80px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:576,width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s8owis-container\",nodeId:\"EXs1EEcu8\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{variant:\"KzsF22ylg\"},XbBZL_A0Q:{variant:\"KzsF22ylg\"}},children:/*#__PURE__*/_jsx(AwardsWrap,{height:\"100%\",id:\"EXs1EEcu8\",layoutId:\"EXs1EEcu8\",style:{width:\"100%\"},variant:\"pu87_sX6s\",width:\"100%\"})})})})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-juel7l\",\"data-framer-name\":\"Section-Testimonials\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13vai3d\",\"data-framer-name\":\"Testimonials\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g0wvhf\",\"data-framer-name\":\"Text Wrap\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-npfai1\",\"data-styles-preset\":\"xZeS_aCW5\",children:\"TESTIMONIALS\"})}),className:\"framer-1kqsh95\",\"data-framer-name\":\"Testimonials\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"Discover what our clients have to say about their experience working with us. From custom homes to commercial spaces, we take pride in creating designs that combine creativity, functionality, and lasting impact. \"})}),className:\"framer-r37t1y\",\"data-framer-name\":\"Discover what our clients have to say about their experience working with us. From custom homes to commercial spaces, we take pride in creating designs that combine creativity, functionality, and lasting impact. \",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-p6h6cn\",\"data-framer-name\":\"Slideshow\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation7,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mquiu3-container hidden-rlthsd\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"RFFrB4hFq\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(26, 26, 26)\",arrowGap:20,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-right\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:false,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:40,height:\"100%\",id:\"RFFrB4hFq\",intervalControl:1.5,itemAmount:1,layoutId:\"RFFrB4hFq\",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:\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\",dotsGap:10,dotsInset:12,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ni0ru-container\",inComponentSlot:true,nodeId:\"DdIWiPiaa\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"DdIWiPiaa\",KI4JpaN1J:\"Samantha Roberts\",layoutId:\"DdIWiPiaa\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png\",srcSet:\"https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=1024 819w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=2048 1638w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=4096 3276w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png 4000w\"},\"\"),lfN4oeYb3:'\"The team brought our dream home to life! From the initial concept to the final walkthrough, every step of the process felt seamless and well-thought-out. We couldn\u2019t be happier.\"',style:{height:\"100%\",width:\"100%\"},UfWsDhh1q:\"Homeowner\",variant:\"g4y30xmQl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v0oxwy-container\",inComponentSlot:true,nodeId:\"szJT864eY\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"szJT864eY\",KI4JpaN1J:\"Anita Sharma\",layoutId:\"szJT864eY\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg\",srcSet:\"https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=1024 773w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=2048 1546w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=4096 3093w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg 3480w\"},\"\"),lfN4oeYb3:'\"We\u2019ve worked with many firms, but the innovative concepts and impeccable execution by Crestline set them apart. Their designs have been instrumental in enhancing our portfolio\\'s value.\"',style:{height:\"100%\",width:\"100%\"},UfWsDhh1q:\"Real Estate Developer\",variant:\"g4y30xmQl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-cvysz0-container\",inComponentSlot:true,nodeId:\"lr3BrZ7nG\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"lr3BrZ7nG\",KI4JpaN1J:\"John Anderson\",layoutId:\"lr3BrZ7nG\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png\",srcSet:\"https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png?scale-down-to=1024 585w,https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png?scale-down-to=2048 1170w,https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png 1536w\"},\"\"),lfN4oeYb3:'\"Working with Crestline was an absolute pleasure. Their attention to detail and commitment to delivering on time exceeded all expectations. The modern office building they designed for us has received endless praise!\"',style:{height:\"100%\",width:\"100%\"},UfWsDhh1q:\"CEO, Urban Developments\",variant:\"g4y30xmQl\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:460,width:\"1200px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ybyml6-container\",inComponentSlot:true,nodeId:\"oDhc2llNs\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"oDhc2llNs\",KI4JpaN1J:\" David Carter\",layoutId:\"oDhc2llNs\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png\",srcSet:\"https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png 3951w\"},\"\"),lfN4oeYb3:'\"We needed a space that reflected our brand\u2019s essence, and Crestline delivered beyond what we imagined. The attention to detail and quality of work set them apart.\"',style:{height:\"100%\",width:\"100%\"},UfWsDhh1q:\"Retail Business Owner\",variant:\"g4y30xmQl\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kzx38b-container hidden-1nns025 hidden-1ajvha5\",\"data-framer-name\":\"Mobile Slideshow\",isAuthoredByUser:true,isModuleExternal:true,name:\"Mobile Slideshow\",nodeId:\"Ianw8IgGe\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(26, 26, 26)\",arrowGap:100,arrowPadding:12,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:0,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:40,height:\"100%\",id:\"Ianw8IgGe\",intervalControl:1.5,itemAmount:1,layoutId:\"Ianw8IgGe\",name:\"Mobile Slideshow\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(26, 26, 26)\",dotsGap:10,dotsInset:12,dotSize:8,dotsOpacity:.5,dotsPadding:20,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-r34w3r-container\",inComponentSlot:true,nodeId:\"hq_DAdQGX\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"hq_DAdQGX\",KI4JpaN1J:\"Samantha Roberts\",layoutId:\"hq_DAdQGX\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png\",srcSet:\"https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=1024 819w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=2048 1638w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png?scale-down-to=4096 3276w,https://framerusercontent.com/images/eAuXs2lb9S7VRy220PxoQBni3A.png 4000w\"},\"\"),lfN4oeYb3:'\"The team brought our dream home to life! From the initial concept to the final walkthrough, every step of the process felt seamless and well-thought-out. We couldn\u2019t be happier.\"',style:{width:\"100%\"},UfWsDhh1q:\"Homeowner\",variant:\"PKwBw1d_h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-63mv6q-container\",inComponentSlot:true,nodeId:\"zuEhbgc2I\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"zuEhbgc2I\",KI4JpaN1J:\"Anita Sharma\",layoutId:\"zuEhbgc2I\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg\",srcSet:\"https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=1024 773w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=2048 1546w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg?scale-down-to=4096 3093w,https://framerusercontent.com/images/4NpLMVvLacdnBA73pMAhpSF1QY.jpg 3480w\"},\"\"),lfN4oeYb3:'\"We\u2019ve worked with many firms, but the innovative concepts and impeccable execution by Crestline set them apart. Their designs have been instrumental in enhancing our portfolio\\'s value.\"',style:{width:\"100%\"},UfWsDhh1q:\"Real Estate Developer\",variant:\"PKwBw1d_h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zaxf4v-container\",inComponentSlot:true,nodeId:\"LYHKd90gk\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"LYHKd90gk\",KI4JpaN1J:\"John Anderson\",layoutId:\"LYHKd90gk\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png\",srcSet:\"https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png?scale-down-to=1024 585w,https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png?scale-down-to=2048 1170w,https://framerusercontent.com/images/7C6xsN2gShqjiM2OXOJ9Ah33H8.png 1536w\"},\"\"),lfN4oeYb3:'\"Working with Crestline was an absolute pleasure. Their attention to detail and commitment to delivering on time exceeded all expectations. The modern office building they designed for us has received endless praise!\"',style:{width:\"100%\"},UfWsDhh1q:\"CEO, Urban Developments\",variant:\"PKwBw1d_h\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:400,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-qf1vsw-container\",inComponentSlot:true,nodeId:\"JkJKKZMaV\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(TestimonialsCard,{height:\"100%\",id:\"JkJKKZMaV\",KI4JpaN1J:\" David Carter\",layoutId:\"JkJKKZMaV\",LeAJxJ0qk:addImageAlt({src:\"https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png\",srcSet:\"https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=512 512w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/rNXJksV69fFltoXBbB3Nx7Sg6fc.png 3951w\"},\"\"),lfN4oeYb3:'\"We needed a space that reflected our brand\u2019s essence, and Crestline delivered beyond what we imagined. The attention to detail and quality of work set them apart.\"',style:{width:\"100%\"},UfWsDhh1q:\"Retail Business Owner\",variant:\"PKwBw1d_h\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-118z25a\",\"data-framer-name\":\"Section-Subheadline\",id:elementId13,ref:ref14,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15j0nb7\",\"data-framer-name\":\"Wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\",\"--framer-text-transform\":\"uppercase\"},children:\"Solstice creates innovative, functional spaces that inspire. \"})})},XbBZL_A0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\",\"--framer-text-transform\":\"uppercase\"},children:\"Solstice creates innovative, functional spaces that inspire. \"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0.02em\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(26, 26, 26)\",\"--framer-text-transform\":\"uppercase\"},children:\"Solstice creates innovative, functional spaces that inspire. \"})}),className:\"framer-16eqgf1\",\"data-framer-name\":\"Text\",effect:textEffect1,fonts:[\"FS;Raleway-medium\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-r9kfha\",\"data-framer-name\":\"Section-Contact\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19k1swl\",\"data-framer-name\":\"Contact\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-51snl9\",\"data-framer-name\":\"Form Wrap\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mejujs\",\"data-framer-name\":\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"Share your idea with our expert.\"})})},XbBZL_A0Q:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"Share your idea with our expert.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"RlM7UmFsZXdheS1tZWRpdW0=\",\"--framer-font-family\":'\"Raleway\", \"Raleway Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, rgb(26, 26, 26))\"},children:\"Share your idea with our expert.\"})}),className:\"framer-ye285s\",\"data-framer-name\":\"Discover what our clients have to say about their experience working with us. From custom homes to commercial spaces, we take pride in creating designs that combine creativity, functionality, and lasting impact. \",fonts:[\"FS;Raleway-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition5},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:1,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1108dlp\",\"data-styles-preset\":\"xXc_E89Qs\",children:\"Connect with our team for expert advice, personalized designs, and a seamless process to achieve your architectural goals.\"})}),className:\"framer-19ocn8u\",\"data-framer-name\":\"Connect with our team for expert advice, personalized designs, and a seamless process to achieve your architectural goals.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/90a623f3-b839-4bae-b01c-4c5eea257003/submit\",className:\"framer-1h4yqeb\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-11gqa8j\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-13edtwa\",inputName:\"Name\",placeholder:\"Name\",required:true,type:\"text\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-egksv3\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-ujtfwl\",inputName:\"Email\",placeholder:\"Email\",required:true,type:\"email\"})}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-uzxp3i\",children:/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-z2wuxo\",inputName:\"Message\",placeholder:\"Message\",required:true,type:\"textarea\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`},XbBZL_A0Q:{width:`calc(max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 120px) / 2, 1px) - 40px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 280px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wibamq-container\",\"data-framer-name\":\"Button Form\",name:\"Button Form\",nodeId:\"TkrQ2ZqXs\",scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(ButtonForm,{height:\"100%\",id:\"TkrQ2ZqXs\",layoutId:\"TkrQ2ZqXs\",name:\"Button Form\",style:{width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"zWCf0y68E\",success:\"uKivSb704\"},\"b54ijt1d7\"),width:\"100%\",Xo_mTWBxq:\"Submit\"})})})})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y2l0fa\",\"data-framer-name\":\"Image\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{__framer__enter:animation3}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation12,__framer__exit:animation13,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-eo5ycw\",\"data-framer-name\":\"Overlay\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{background:{alt:\"\",fit:\"fill\",pixelHeight:1792,pixelWidth:2688,sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 40px)`,src:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png\",srcSet:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png 2688w\"}},XbBZL_A0Q:{background:{alt:\"\",fit:\"fill\",pixelHeight:1792,pixelWidth:2688,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 120px) / 2, 1px)`,src:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png\",srcSet:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png 2688w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1792,pixelWidth:2688,sizes:`max((min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px) - 280px) / 2, 1px)`,src:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png\",srcSet:\"https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=512 512w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SDPULxTRbfENWvnUf9ALEqaZKZs.png 2688w\"},className:\"framer-deggjn\",\"data-framer-name\":\"Image\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nnnmf\",\"data-framer-name\":\"Section-Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{height:551}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1e3,width:`min(max(${componentViewport?.width||\"100vw\"}, 1px), 1440px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:false,__framer__enter:animation14,__framer__exit:animation15,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ernikx-container\",nodeId:\"twDuXApDF\",rendersWithMotion:true,scopeId:\"rNUQup_bq\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{N_7YV5KHC:{style:{maxWidth:\"100%\",width:\"100%\"},variant:\"INpHzXKpn\"},XbBZL_A0Q:{variant:\"tvLugZkKB\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"twDuXApDF\",layoutId:\"twDuXApDF\",style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},variant:\"yEbAPX9T3\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-RRz21.framer-1yj7sj4, .framer-RRz21 .framer-1yj7sj4 { display: block; }\",\".framer-RRz21.framer-1nns025 { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-RRz21 .framer-1ii2cho { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-RRz21 .framer-pbafsu-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; z-index: 1; }\",\".framer-RRz21 .framer-1robwqj { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 800px 0px; position: sticky; top: 0px; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-la2fsk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 120px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-f1q6e2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; mix-blend-mode: exclusion; overflow: visible; padding: 100px 120px 100px 120px; position: sticky; top: 0px; width: 100%; z-index: 4; }\",\".framer-RRz21 .framer-1wrv3gr { --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; z-index: 1; }\",\".framer-RRz21 .framer-4cmbiq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; min-height: 479px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-1frlsg2-container { flex: none; height: 320px; left: calc(18.958333333333353% - 320px / 2); position: absolute; top: -140px; width: 320px; z-index: 1; }\",\".framer-RRz21 .framer-sw8rsj-container { flex: none; height: 320px; left: calc(26.38888888888891% - 320px / 2); position: absolute; top: 100px; width: 320px; z-index: 1; }\",\".framer-RRz21 .framer-1rmcz12-container { flex: none; height: 320px; left: calc(81.04166666666669% - 320px / 2); position: absolute; top: 75px; width: 320px; z-index: 1; }\",\".framer-RRz21 .framer-xzxi1v-container { flex: none; height: 320px; position: absolute; right: 400px; top: -100px; width: 320px; z-index: 1; }\",\".framer-RRz21 .framer-1t496hf, .framer-RRz21 .framer-juto4w { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-1frtnqo { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(255, 255, 255, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-5t9vqs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-q30ssc { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-18cpkn7, .framer-RRz21 .framer-ekxuh5, .framer-RRz21 .framer-126d4nz, .framer-RRz21 .framer-n9l1y8, .framer-RRz21 .framer-1b3d45d, .framer-RRz21 .framer-15e7y5s, .framer-RRz21 .framer-1rbz3ho, .framer-RRz21 .framer-my8i61 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RRz21 .framer-96p9nj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-13wasra { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-RRz21 .framer-meeh8k, .framer-RRz21 .framer-hlbb5h, .framer-RRz21 .framer-1bb3rh5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 508px; word-break: break-word; word-wrap: break-word; }\",\".framer-RRz21 .framer-fiaxb9 { 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: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-mx3tsq { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-l0eb5f { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-aebt6q, .framer-RRz21 .framer-y2l0fa { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 0; }\",\".framer-RRz21 .framer-as0jwd { background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); bottom: 0px; flex: none; height: 406px; left: 0px; overflow: hidden; position: absolute; width: 100%; z-index: 0; }\",\".framer-RRz21 .framer-x0abvc { -webkit-filter: brightness(0.7); filter: brightness(0.7); flex: none; height: 406px; overflow: hidden; position: relative; width: 100%; z-index: -1; }\",\".framer-RRz21 .framer-18k6xv6 { 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; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 0; }\",\".framer-RRz21 .framer-153prgd { background-color: #fcfcfc; bottom: -800px; flex: none; height: 800px; overflow: hidden; position: absolute; right: 0px; width: 100%; z-index: 0; }\",\".framer-RRz21 .framer-112gqzi { -webkit-filter: brightness(0.7); filter: brightness(0.7); flex: none; height: 800px; overflow: hidden; position: relative; width: 100%; z-index: -1; }\",\".framer-RRz21 .framer-zpf30f { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 100px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-xw4ltz { 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: 1440px; overflow: visible; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-mspyhg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-15lmv7d { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: sticky; top: 40px; width: 1px; z-index: 1; }\",\".framer-RRz21 .framer-1hpsc4m { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1q0qzla { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-RRz21 .framer-egmcjp { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-RRz21 .framer-196q9zj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-xu51tr { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-RRz21 .framer-f88hhy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-osjg27-container, .framer-RRz21 .framer-7mnhe3-container, .framer-RRz21 .framer-11kdjto-container, .framer-RRz21 .framer-1yd96g6-container, .framer-RRz21 .framer-1enx751-container, .framer-RRz21 .framer-famt7j-container, .framer-RRz21 .framer-1pc6764-container, .framer-RRz21 .framer-pb6gq2-container, .framer-RRz21 .framer-epdoz9-container, .framer-RRz21 .framer-1s8owis-container, .framer-RRz21 .framer-1wibamq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-RRz21 .framer-ezewj0 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 200px; height: min-content; justify-content: center; overflow: hidden; padding: 200px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-yufxig { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 150px 0px 0px 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-RRz21 .framer-ekn9e2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: 100vh; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: sticky; top: 0px; width: 100%; z-index: 2; }\",\".framer-RRz21 .framer-pqcrbx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 200px 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1g23htv { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 20px 20px 0px; position: relative; width: min-content; }\",\".framer-RRz21 .framer-zmi6lf, .framer-RRz21 .framer-12vpoj1, .framer-RRz21 .framer-1vqg6cx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-RRz21 .framer-1wtoa18, .framer-RRz21 .framer-1f4xmfd { background-color: #1a1a1a; flex: none; height: 40px; overflow: hidden; position: relative; width: 1px; }\",\".framer-RRz21 .framer-1rg3lqs { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 647px); left: 50%; max-width: 1440px; overflow: visible; pointer-events: none; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 647px; z-index: 2; }\",\".framer-RRz21 .framer-4ju7wg, .framer-RRz21 .framer-1wwltbx, .framer-RRz21 .framer-8tyl28, .framer-RRz21 .framer-1gydeub, .framer-RRz21 .framer-4633yz, .framer-RRz21 .framer-2apaa4, .framer-RRz21 .framer-1090rfm, .framer-RRz21 .framer-19g0jf3 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 647px); left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-RRz21 .framer-120tnrk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 3225px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1440px; z-index: 1; }\",\".framer-RRz21 .framer-1e3is03 { flex: none; height: 28%; overflow: visible; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1e158sm { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: visible; padding: 400px 0px 100px 0px; position: relative; width: 100%; z-index: 4; }\",\".framer-RRz21 .framer-8wtozu { 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; max-width: 1440px; overflow: visible; padding: 20px 120px 0px 120px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-1ximu3j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-12rxivk, .framer-RRz21 .framer-1kqsh95, .framer-RRz21 .framer-ye285s, .framer-RRz21 .framer-19ocn8u { --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-RRz21 .framer-1svv7sv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1e6xmt8 { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 44px; height: min-content; justify-content: center; overflow: visible; padding: 240px 0px 100px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-rl2ib8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 0px 0px 120px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-RRz21 .framer-jm304r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-z6kpy1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 100px 0px 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1gxoals, .framer-RRz21 .framer-16eqgf1 { --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-RRz21 .framer-90ogg6 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-kk82di-container, .framer-RRz21 .framer-1jfp66y-container, .framer-RRz21 .framer-1ldlclv-container, .framer-RRz21 .framer-uzzsgx-container, .framer-RRz21 .framer-fdie59-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-RRz21 .framer-1sos5sc { flex: none; height: 2240px; overflow: visible; position: relative; width: 93%; }\",\".framer-RRz21 .framer-y95ksl { 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: 1440px; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-xiaqay { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-RRz21 .framer-juel7l { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-13vai3d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px 120px 100px 120px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-g0wvhf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-r37t1y { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 587px; word-break: break-word; word-wrap: break-word; }\",\".framer-RRz21 .framer-p6h6cn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1mquiu3-container, .framer-RRz21 .framer-1kzx38b-container { flex: none; height: 480px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-ni0ru-container, .framer-RRz21 .framer-1v0oxwy-container, .framer-RRz21 .framer-cvysz0-container, .framer-RRz21 .framer-ybyml6-container { height: 460px; position: relative; width: 1200px; }\",\".framer-RRz21 .framer-r34w3r-container, .framer-RRz21 .framer-63mv6q-container, .framer-RRz21 .framer-zaxf4v-container, .framer-RRz21 .framer-qf1vsw-container { height: auto; position: relative; width: 400px; }\",\".framer-RRz21 .framer-118z25a { align-content: center; align-items: center; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; overflow: hidden; padding: 20px 0px 20px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-15j0nb7 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px 120px 0px 120px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-r9kfha { align-content: flex-start; align-items: flex-start; background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-RRz21 .framer-19k1swl { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 100px 120px 100px 120px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-51snl9 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-RRz21 .framer-mejujs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1h4yqeb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-RRz21 .framer-11gqa8j, .framer-RRz21 .framer-egksv3, .framer-RRz21 .framer-uzxp3i { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-RRz21 .framer-13edtwa, .framer-RRz21 .framer-ujtfwl { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: rgba(26, 26, 26, 0.5); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; flex: none; height: 48px; position: relative; width: 100%; }','.framer-RRz21 .framer-z2wuxo { --framer-input-background: rgba(187, 187, 187, 0.15); --framer-input-border-bottom-width: 1px; --framer-input-border-color: rgba(136, 136, 136, 0.1); --framer-input-border-left-width: 1px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-focused-border-color: rgba(26, 26, 26, 0.5); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-font-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: #999999; --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 120px; position: relative; width: 100%; }',\".framer-RRz21 .framer-eo5ycw { background-color: var(--token-faad75c6-94ad-4981-b8e7-fdac9d678640, #fcfcfc); bottom: -1000px; flex: none; height: 100%; left: 0px; overflow: hidden; position: absolute; width: 100%; z-index: 1; }\",\".framer-RRz21 .framer-deggjn { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; }\",\".framer-RRz21 .framer-1nnnmf { align-content: center; align-items: center; background-color: var(--token-62bf7f34-b271-4d4d-a460-79d256df17f1, #1a1a1a); bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; width: 100%; z-index: 2; }\",\".framer-RRz21 .framer-ernikx-container { flex: 1 0 0px; height: 100vh; max-width: 1440px; position: relative; width: 1px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRz21.framer-1nns025, .framer-RRz21 .framer-1ii2cho, .framer-RRz21 .framer-1robwqj, .framer-RRz21 .framer-la2fsk, .framer-RRz21 .framer-f1q6e2, .framer-RRz21 .framer-4cmbiq, .framer-RRz21 .framer-1t496hf, .framer-RRz21 .framer-1frtnqo, .framer-RRz21 .framer-5t9vqs, .framer-RRz21 .framer-q30ssc, .framer-RRz21 .framer-96p9nj, .framer-RRz21 .framer-13wasra, .framer-RRz21 .framer-fiaxb9, .framer-RRz21 .framer-mx3tsq, .framer-RRz21 .framer-l0eb5f, .framer-RRz21 .framer-aebt6q, .framer-RRz21 .framer-18k6xv6, .framer-RRz21 .framer-zpf30f, .framer-RRz21 .framer-xw4ltz, .framer-RRz21 .framer-mspyhg, .framer-RRz21 .framer-15lmv7d, .framer-RRz21 .framer-1hpsc4m, .framer-RRz21 .framer-1q0qzla, .framer-RRz21 .framer-196q9zj, .framer-RRz21 .framer-f88hhy, .framer-RRz21 .framer-ezewj0, .framer-RRz21 .framer-yufxig, .framer-RRz21 .framer-ekn9e2, .framer-RRz21 .framer-pqcrbx, .framer-RRz21 .framer-1g23htv, .framer-RRz21 .framer-zmi6lf, .framer-RRz21 .framer-12vpoj1, .framer-RRz21 .framer-1vqg6cx, .framer-RRz21 .framer-120tnrk, .framer-RRz21 .framer-1e158sm, .framer-RRz21 .framer-8wtozu, .framer-RRz21 .framer-1ximu3j, .framer-RRz21 .framer-1svv7sv, .framer-RRz21 .framer-1e6xmt8, .framer-RRz21 .framer-rl2ib8, .framer-RRz21 .framer-jm304r, .framer-RRz21 .framer-z6kpy1, .framer-RRz21 .framer-90ogg6, .framer-RRz21 .framer-juto4w, .framer-RRz21 .framer-y95ksl, .framer-RRz21 .framer-xiaqay, .framer-RRz21 .framer-juel7l, .framer-RRz21 .framer-13vai3d, .framer-RRz21 .framer-g0wvhf, .framer-RRz21 .framer-p6h6cn, .framer-RRz21 .framer-118z25a, .framer-RRz21 .framer-15j0nb7, .framer-RRz21 .framer-r9kfha, .framer-RRz21 .framer-19k1swl, .framer-RRz21 .framer-51snl9, .framer-RRz21 .framer-mejujs, .framer-RRz21 .framer-1h4yqeb, .framer-RRz21 .framer-11gqa8j, .framer-RRz21 .framer-egksv3, .framer-RRz21 .framer-uzxp3i, .framer-RRz21 .framer-y2l0fa, .framer-RRz21 .framer-1nnnmf { gap: 0px; } .framer-RRz21.framer-1nns025 > *, .framer-RRz21 .framer-yufxig > *, .framer-RRz21 .framer-120tnrk > *, .framer-RRz21 .framer-1svv7sv > *, .framer-RRz21 .framer-juel7l > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RRz21.framer-1nns025 > :first-child, .framer-RRz21 .framer-1robwqj > :first-child, .framer-RRz21 .framer-la2fsk > :first-child, .framer-RRz21 .framer-1t496hf > :first-child, .framer-RRz21 .framer-1frtnqo > :first-child, .framer-RRz21 .framer-q30ssc > :first-child, .framer-RRz21 .framer-96p9nj > :first-child, .framer-RRz21 .framer-13wasra > :first-child, .framer-RRz21 .framer-aebt6q > :first-child, .framer-RRz21 .framer-18k6xv6 > :first-child, .framer-RRz21 .framer-zpf30f > :first-child, .framer-RRz21 .framer-xw4ltz > :first-child, .framer-RRz21 .framer-15lmv7d > :first-child, .framer-RRz21 .framer-1hpsc4m > :first-child, .framer-RRz21 .framer-f88hhy > :first-child, .framer-RRz21 .framer-ezewj0 > :first-child, .framer-RRz21 .framer-yufxig > :first-child, .framer-RRz21 .framer-ekn9e2 > :first-child, .framer-RRz21 .framer-pqcrbx > :first-child, .framer-RRz21 .framer-zmi6lf > :first-child, .framer-RRz21 .framer-12vpoj1 > :first-child, .framer-RRz21 .framer-1vqg6cx > :first-child, .framer-RRz21 .framer-120tnrk > :first-child, .framer-RRz21 .framer-8wtozu > :first-child, .framer-RRz21 .framer-1ximu3j > :first-child, .framer-RRz21 .framer-1svv7sv > :first-child, .framer-RRz21 .framer-1e6xmt8 > :first-child, .framer-RRz21 .framer-rl2ib8 > :first-child, .framer-RRz21 .framer-jm304r > :first-child, .framer-RRz21 .framer-juto4w > :first-child, .framer-RRz21 .framer-y95ksl > :first-child, .framer-RRz21 .framer-xiaqay > :first-child, .framer-RRz21 .framer-juel7l > :first-child, .framer-RRz21 .framer-13vai3d > :first-child, .framer-RRz21 .framer-g0wvhf > :first-child, .framer-RRz21 .framer-p6h6cn > :first-child, .framer-RRz21 .framer-51snl9 > :first-child, .framer-RRz21 .framer-mejujs > :first-child, .framer-RRz21 .framer-1h4yqeb > :first-child, .framer-RRz21 .framer-11gqa8j > :first-child, .framer-RRz21 .framer-egksv3 > :first-child, .framer-RRz21 .framer-uzxp3i > :first-child, .framer-RRz21 .framer-y2l0fa > :first-child { margin-top: 0px; } .framer-RRz21.framer-1nns025 > :last-child, .framer-RRz21 .framer-1robwqj > :last-child, .framer-RRz21 .framer-la2fsk > :last-child, .framer-RRz21 .framer-1t496hf > :last-child, .framer-RRz21 .framer-1frtnqo > :last-child, .framer-RRz21 .framer-q30ssc > :last-child, .framer-RRz21 .framer-96p9nj > :last-child, .framer-RRz21 .framer-13wasra > :last-child, .framer-RRz21 .framer-aebt6q > :last-child, .framer-RRz21 .framer-18k6xv6 > :last-child, .framer-RRz21 .framer-zpf30f > :last-child, .framer-RRz21 .framer-xw4ltz > :last-child, .framer-RRz21 .framer-15lmv7d > :last-child, .framer-RRz21 .framer-1hpsc4m > :last-child, .framer-RRz21 .framer-f88hhy > :last-child, .framer-RRz21 .framer-ezewj0 > :last-child, .framer-RRz21 .framer-yufxig > :last-child, .framer-RRz21 .framer-ekn9e2 > :last-child, .framer-RRz21 .framer-pqcrbx > :last-child, .framer-RRz21 .framer-zmi6lf > :last-child, .framer-RRz21 .framer-12vpoj1 > :last-child, .framer-RRz21 .framer-1vqg6cx > :last-child, .framer-RRz21 .framer-120tnrk > :last-child, .framer-RRz21 .framer-8wtozu > :last-child, .framer-RRz21 .framer-1ximu3j > :last-child, .framer-RRz21 .framer-1svv7sv > :last-child, .framer-RRz21 .framer-1e6xmt8 > :last-child, .framer-RRz21 .framer-rl2ib8 > :last-child, .framer-RRz21 .framer-jm304r > :last-child, .framer-RRz21 .framer-juto4w > :last-child, .framer-RRz21 .framer-y95ksl > :last-child, .framer-RRz21 .framer-xiaqay > :last-child, .framer-RRz21 .framer-juel7l > :last-child, .framer-RRz21 .framer-13vai3d > :last-child, .framer-RRz21 .framer-g0wvhf > :last-child, .framer-RRz21 .framer-p6h6cn > :last-child, .framer-RRz21 .framer-51snl9 > :last-child, .framer-RRz21 .framer-mejujs > :last-child, .framer-RRz21 .framer-1h4yqeb > :last-child, .framer-RRz21 .framer-11gqa8j > :last-child, .framer-RRz21 .framer-egksv3 > :last-child, .framer-RRz21 .framer-uzxp3i > :last-child, .framer-RRz21 .framer-y2l0fa > :last-child { margin-bottom: 0px; } .framer-RRz21 .framer-1ii2cho > *, .framer-RRz21 .framer-f1q6e2 > *, .framer-RRz21 .framer-4cmbiq > *, .framer-RRz21 .framer-fiaxb9 > *, .framer-RRz21 .framer-1q0qzla > *, .framer-RRz21 .framer-196q9zj > *, .framer-RRz21 .framer-90ogg6 > *, .framer-RRz21 .framer-118z25a > *, .framer-RRz21 .framer-15j0nb7 > *, .framer-RRz21 .framer-1nnnmf > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-RRz21 .framer-1ii2cho > :first-child, .framer-RRz21 .framer-f1q6e2 > :first-child, .framer-RRz21 .framer-4cmbiq > :first-child, .framer-RRz21 .framer-5t9vqs > :first-child, .framer-RRz21 .framer-fiaxb9 > :first-child, .framer-RRz21 .framer-mx3tsq > :first-child, .framer-RRz21 .framer-l0eb5f > :first-child, .framer-RRz21 .framer-mspyhg > :first-child, .framer-RRz21 .framer-1q0qzla > :first-child, .framer-RRz21 .framer-196q9zj > :first-child, .framer-RRz21 .framer-1g23htv > :first-child, .framer-RRz21 .framer-1e158sm > :first-child, .framer-RRz21 .framer-z6kpy1 > :first-child, .framer-RRz21 .framer-90ogg6 > :first-child, .framer-RRz21 .framer-118z25a > :first-child, .framer-RRz21 .framer-15j0nb7 > :first-child, .framer-RRz21 .framer-r9kfha > :first-child, .framer-RRz21 .framer-19k1swl > :first-child, .framer-RRz21 .framer-1nnnmf > :first-child { margin-left: 0px; } .framer-RRz21 .framer-1ii2cho > :last-child, .framer-RRz21 .framer-f1q6e2 > :last-child, .framer-RRz21 .framer-4cmbiq > :last-child, .framer-RRz21 .framer-5t9vqs > :last-child, .framer-RRz21 .framer-fiaxb9 > :last-child, .framer-RRz21 .framer-mx3tsq > :last-child, .framer-RRz21 .framer-l0eb5f > :last-child, .framer-RRz21 .framer-mspyhg > :last-child, .framer-RRz21 .framer-1q0qzla > :last-child, .framer-RRz21 .framer-196q9zj > :last-child, .framer-RRz21 .framer-1g23htv > :last-child, .framer-RRz21 .framer-1e158sm > :last-child, .framer-RRz21 .framer-z6kpy1 > :last-child, .framer-RRz21 .framer-90ogg6 > :last-child, .framer-RRz21 .framer-118z25a > :last-child, .framer-RRz21 .framer-15j0nb7 > :last-child, .framer-RRz21 .framer-r9kfha > :last-child, .framer-RRz21 .framer-19k1swl > :last-child, .framer-RRz21 .framer-1nnnmf > :last-child { margin-right: 0px; } .framer-RRz21 .framer-1robwqj > *, .framer-RRz21 .framer-la2fsk > * { margin: 0px; margin-bottom: calc(120px / 2); margin-top: calc(120px / 2); } .framer-RRz21 .framer-1t496hf > *, .framer-RRz21 .framer-1frtnqo > *, .framer-RRz21 .framer-q30ssc > *, .framer-RRz21 .framer-aebt6q > *, .framer-RRz21 .framer-18k6xv6 > *, .framer-RRz21 .framer-zpf30f > *, .framer-RRz21 .framer-xw4ltz > *, .framer-RRz21 .framer-zmi6lf > *, .framer-RRz21 .framer-12vpoj1 > *, .framer-RRz21 .framer-1vqg6cx > *, .framer-RRz21 .framer-8wtozu > *, .framer-RRz21 .framer-jm304r > *, .framer-RRz21 .framer-juto4w > *, .framer-RRz21 .framer-y95ksl > *, .framer-RRz21 .framer-p6h6cn > *, .framer-RRz21 .framer-11gqa8j > *, .framer-RRz21 .framer-egksv3 > *, .framer-RRz21 .framer-uzxp3i > *, .framer-RRz21 .framer-y2l0fa > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RRz21 .framer-5t9vqs > *, .framer-RRz21 .framer-l0eb5f > *, .framer-RRz21 .framer-mspyhg > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-RRz21 .framer-96p9nj > *, .framer-RRz21 .framer-13wasra > *, .framer-RRz21 .framer-15lmv7d > *, .framer-RRz21 .framer-f88hhy > *, .framer-RRz21 .framer-1ximu3j > *, .framer-RRz21 .framer-xiaqay > *, .framer-RRz21 .framer-51snl9 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-RRz21 .framer-mx3tsq > *, .framer-RRz21 .framer-r9kfha > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-RRz21 .framer-1hpsc4m > *, .framer-RRz21 .framer-g0wvhf > *, .framer-RRz21 .framer-mejujs > *, .framer-RRz21 .framer-1h4yqeb > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-RRz21 .framer-ezewj0 > * { margin: 0px; margin-bottom: calc(200px / 2); margin-top: calc(200px / 2); } .framer-RRz21 .framer-ekn9e2 > *, .framer-RRz21 .framer-pqcrbx > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-RRz21 .framer-1g23htv > *, .framer-RRz21 .framer-1e158sm > * { margin: 0px; margin-left: calc(44px / 2); margin-right: calc(44px / 2); } .framer-RRz21 .framer-1e6xmt8 > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-RRz21 .framer-rl2ib8 > *, .framer-RRz21 .framer-13vai3d > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-RRz21 .framer-z6kpy1 > *, .framer-RRz21 .framer-19k1swl > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,\"@media (min-width: 810px) and (max-width: 1439px) { .framer-RRz21.framer-1nns025 { width: 810px; } .framer-RRz21 .framer-f1q6e2, .framer-RRz21 .framer-13vai3d, .framer-RRz21 .framer-19k1swl { padding: 100px 40px 100px 40px; } .framer-RRz21 .framer-1frlsg2-container { height: 280px; left: calc(18.958333333333353% - 280px / 2); width: 280px; } .framer-RRz21 .framer-sw8rsj-container { height: 280px; left: calc(26.38888888888891% - 280px / 2); width: 280px; } .framer-RRz21 .framer-1rmcz12-container { height: 280px; left: calc(81.04166666666669% - 280px / 2); width: 280px; } .framer-RRz21 .framer-xzxi1v-container { height: 280px; right: 77px; width: 280px; } .framer-RRz21 .framer-1frtnqo { background-color: unset; padding: 0px 40px 0px 40px; } .framer-RRz21 .framer-13wasra, .framer-RRz21 .framer-meeh8k, .framer-RRz21 .framer-120tnrk { width: 100%; } .framer-RRz21 .framer-hlbb5h, .framer-RRz21 .framer-1bb3rh5 { flex: 1 0 0px; width: 1px; } .framer-RRz21 .framer-mx3tsq { gap: 40px; } .framer-RRz21 .framer-l0eb5f { gap: 40px; padding: 0px 40px 0px 40px; } .framer-RRz21 .framer-xw4ltz, .framer-RRz21 .framer-y95ksl, .framer-RRz21 .framer-15j0nb7 { padding: 0px 40px 0px 40px; } .framer-RRz21 .framer-4ju7wg, .framer-RRz21 .framer-1wwltbx, .framer-RRz21 .framer-8tyl28, .framer-RRz21 .framer-1gydeub, .framer-RRz21 .framer-4633yz, .framer-RRz21 .framer-2apaa4, .framer-RRz21 .framer-1090rfm, .framer-RRz21 .framer-19g0jf3 { height: var(--framer-aspect-ratio-supported, 629px); right: 18px; } .framer-RRz21 .framer-8wtozu { padding: 20px 40px 0px 40px; } .framer-RRz21 .framer-rl2ib8 { padding: 0px 0px 0px 40px; } .framer-RRz21 .framer-z6kpy1, .framer-RRz21 .framer-g0wvhf, .framer-RRz21 .framer-51snl9 { padding: 0px 40px 0px 0px; } .framer-RRz21 .framer-1sos5sc { width: 93%; } .framer-RRz21 .framer-r37t1y { max-width: 587px; width: 100%; } .framer-RRz21 .framer-r9kfha { gap: 20px; } .framer-RRz21 .framer-ye285s, .framer-RRz21 .framer-19ocn8u { max-width: 587px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRz21 .framer-mx3tsq, .framer-RRz21 .framer-l0eb5f, .framer-RRz21 .framer-r9kfha { gap: 0px; } .framer-RRz21 .framer-mx3tsq > *, .framer-RRz21 .framer-l0eb5f > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-RRz21 .framer-mx3tsq > :first-child, .framer-RRz21 .framer-l0eb5f > :first-child, .framer-RRz21 .framer-r9kfha > :first-child { margin-left: 0px; } .framer-RRz21 .framer-mx3tsq > :last-child, .framer-RRz21 .framer-l0eb5f > :last-child, .framer-RRz21 .framer-r9kfha > :last-child { margin-right: 0px; } .framer-RRz21 .framer-r9kfha > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-RRz21.framer-1nns025 { width: 390px; } .framer-RRz21 .framer-1ii2cho { position: sticky; top: 0px; } .framer-RRz21 .framer-1robwqj { padding: 0px 0px 200px 0px; } .framer-RRz21 .framer-f1q6e2 { align-content: flex-start; align-items: flex-start; flex-direction: column; padding: 100px 20px 100px 20px; } .framer-RRz21 .framer-1wrv3gr, .framer-RRz21 .framer-18k6xv6, .framer-RRz21 .framer-1gxoals { flex: none; width: 100%; } .framer-RRz21 .framer-1frlsg2-container { height: 31%; left: calc(18.958333333333353% - 30.76923076923077% / 2); width: 31%; } .framer-RRz21 .framer-sw8rsj-container { height: 31%; left: calc(26.38888888888891% - 30.76923076923077% / 2); width: 31%; } .framer-RRz21 .framer-1rmcz12-container { height: 31%; left: calc(81.04166666666669% - 30.76923076923077% / 2); width: 31%; } .framer-RRz21 .framer-xzxi1v-container { height: 31%; left: calc(72.82051282051285% - 30.76923076923077% / 2); right: unset; width: 31%; } .framer-RRz21 .framer-1frtnqo, .framer-RRz21 .framer-xw4ltz, .framer-RRz21 .framer-y95ksl { padding: 0px 20px 0px 20px; } .framer-RRz21 .framer-5t9vqs { flex-direction: column; gap: 40px; } .framer-RRz21 .framer-q30ssc { align-self: unset; flex: none; height: min-content; overflow: visible; width: 100%; } .framer-RRz21 .framer-96p9nj { flex: none; gap: 20px; width: 100%; } .framer-RRz21 .framer-13wasra, .framer-RRz21 .framer-meeh8k, .framer-RRz21 .framer-1bb3rh5, .framer-RRz21 .framer-r37t1y { width: 100%; } .framer-RRz21 .framer-hlbb5h { flex: 1 0 0px; width: 1px; } .framer-RRz21 .framer-mx3tsq, .framer-RRz21 .framer-mspyhg { flex-direction: column; gap: 20px; } .framer-RRz21 .framer-l0eb5f { align-content: flex-start; align-items: flex-start; flex: none; flex-direction: column; gap: 20px; padding: 0px 20px 0px 20px; width: 100%; } .framer-RRz21 .framer-aebt6q { align-self: unset; flex: none; height: min-content; width: 100%; } .framer-RRz21 .framer-as0jwd { bottom: -400px; } .framer-RRz21 .framer-15lmv7d { flex: none; position: relative; top: unset; width: 100%; } .framer-RRz21 .framer-ezewj0 { flex: none; gap: 20px; justify-content: flex-start; overflow: auto; padding: 0px; width: 100%; } .framer-RRz21 .framer-yufxig { z-index: 3; } .framer-RRz21 .framer-pqcrbx, .framer-RRz21 .framer-1e6xmt8 { padding: 100px 0px 100px 0px; } .framer-RRz21 .framer-1g23htv { flex-direction: column; gap: 0px; } .framer-RRz21 .framer-1rg3lqs { height: var(--framer-aspect-ratio-supported, 240px); width: 240px; } .framer-RRz21 .framer-4ju7wg, .framer-RRz21 .framer-1wwltbx, .framer-RRz21 .framer-8tyl28, .framer-RRz21 .framer-1gydeub, .framer-RRz21 .framer-4633yz, .framer-RRz21 .framer-2apaa4, .framer-RRz21 .framer-1090rfm { height: var(--framer-aspect-ratio-supported, 240px); } .framer-RRz21 .framer-19g0jf3 { height: var(--framer-aspect-ratio-supported, 240px); right: unset; width: 240px; } .framer-RRz21 .framer-120tnrk { height: 1800px; overflow: visible; width: 100%; z-index: 0; } .framer-RRz21 .framer-1e158sm { flex-direction: column; padding: 100px 0px 100px 0px; } .framer-RRz21 .framer-8wtozu { flex: none; padding: 20px 20px 0px 20px; width: 100%; } .framer-RRz21 .framer-rl2ib8 { padding: 0px 0px 0px 20px; } .framer-RRz21 .framer-z6kpy1 { flex-direction: column; gap: 20px; padding: 0px 20px 0px 0px; } .framer-RRz21 .framer-90ogg6 { overflow: auto; } .framer-RRz21 .framer-13vai3d { padding: 100px 20px 100px 20px; } .framer-RRz21 .framer-g0wvhf { justify-content: flex-start; padding: 0px 20px 0px 0px; } .framer-RRz21 .framer-1kzx38b-container { height: 680px; } .framer-RRz21 .framer-118z25a, .framer-RRz21 .framer-r9kfha { flex-direction: column; } .framer-RRz21 .framer-15j0nb7 { flex: none; padding: 0px 20px 0px 20px; width: 100%; } .framer-RRz21 .framer-19k1swl { flex: none; flex-direction: column; order: 0; padding: 100px 20px 100px 20px; width: 100%; } .framer-RRz21 .framer-51snl9 { flex: none; gap: 20px; order: 1; width: 100%; } .framer-RRz21 .framer-y2l0fa { align-self: unset; flex: none; height: 200px; order: 0; width: 100%; } .framer-RRz21 .framer-eo5ycw { bottom: -400px; height: 200px; } .framer-RRz21 .framer-ernikx-container { height: auto; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-RRz21 .framer-f1q6e2, .framer-RRz21 .framer-5t9vqs, .framer-RRz21 .framer-96p9nj, .framer-RRz21 .framer-mx3tsq, .framer-RRz21 .framer-l0eb5f, .framer-RRz21 .framer-mspyhg, .framer-RRz21 .framer-ezewj0, .framer-RRz21 .framer-1g23htv, .framer-RRz21 .framer-1e158sm, .framer-RRz21 .framer-z6kpy1, .framer-RRz21 .framer-118z25a, .framer-RRz21 .framer-r9kfha, .framer-RRz21 .framer-19k1swl, .framer-RRz21 .framer-51snl9 { gap: 0px; } .framer-RRz21 .framer-f1q6e2 > *, .framer-RRz21 .framer-118z25a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-RRz21 .framer-f1q6e2 > :first-child, .framer-RRz21 .framer-5t9vqs > :first-child, .framer-RRz21 .framer-96p9nj > :first-child, .framer-RRz21 .framer-mx3tsq > :first-child, .framer-RRz21 .framer-l0eb5f > :first-child, .framer-RRz21 .framer-mspyhg > :first-child, .framer-RRz21 .framer-ezewj0 > :first-child, .framer-RRz21 .framer-1g23htv > :first-child, .framer-RRz21 .framer-1e158sm > :first-child, .framer-RRz21 .framer-z6kpy1 > :first-child, .framer-RRz21 .framer-118z25a > :first-child, .framer-RRz21 .framer-r9kfha > :first-child, .framer-RRz21 .framer-19k1swl > :first-child, .framer-RRz21 .framer-51snl9 > :first-child { margin-top: 0px; } .framer-RRz21 .framer-f1q6e2 > :last-child, .framer-RRz21 .framer-5t9vqs > :last-child, .framer-RRz21 .framer-96p9nj > :last-child, .framer-RRz21 .framer-mx3tsq > :last-child, .framer-RRz21 .framer-l0eb5f > :last-child, .framer-RRz21 .framer-mspyhg > :last-child, .framer-RRz21 .framer-ezewj0 > :last-child, .framer-RRz21 .framer-1g23htv > :last-child, .framer-RRz21 .framer-1e158sm > :last-child, .framer-RRz21 .framer-z6kpy1 > :last-child, .framer-RRz21 .framer-118z25a > :last-child, .framer-RRz21 .framer-r9kfha > :last-child, .framer-RRz21 .framer-19k1swl > :last-child, .framer-RRz21 .framer-51snl9 > :last-child { margin-bottom: 0px; } .framer-RRz21 .framer-5t9vqs > *, .framer-RRz21 .framer-19k1swl > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-RRz21 .framer-96p9nj > *, .framer-RRz21 .framer-mx3tsq > *, .framer-RRz21 .framer-l0eb5f > *, .framer-RRz21 .framer-mspyhg > *, .framer-RRz21 .framer-ezewj0 > *, .framer-RRz21 .framer-z6kpy1 > *, .framer-RRz21 .framer-51snl9 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-RRz21 .framer-1g23htv > *, .framer-RRz21 .framer-r9kfha > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-RRz21 .framer-1e158sm > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 20097\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"XbBZL_A0Q\":{\"layout\":[\"fixed\",\"auto\"]},\"N_7YV5KHC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"J5VRgUKS1\":{\"pattern\":\":J5VRgUKS1\",\"name\":\"hero\"},\"C9LE6tfp1\":{\"pattern\":\":C9LE6tfp1\",\"name\":\"about\"},\"r3aG98v68\":{\"pattern\":\":r3aG98v68\",\"name\":\"services\"},\"z77nSzSyd\":{\"pattern\":\":z77nSzSyd\",\"name\":\"residental-architecture\"},\"K2_hi3mqW\":{\"pattern\":\":K2_hi3mqW\",\"name\":\"commercial-design\"},\"HBtASzlbE\":{\"pattern\":\":HBtASzlbE\",\"name\":\"interior-architecture\"},\"k4fnMWo1c\":{\"pattern\":\":k4fnMWo1c\",\"name\":\"landscape-architecture\"},\"OiE8GX5fL\":{\"pattern\":\":OiE8GX5fL\",\"name\":\"images\"},\"ntS05J1e2\":{\"pattern\":\":ntS05J1e2\",\"name\":\"text\"},\"a9VIBwnUo\":{\"pattern\":\":a9VIBwnUo\",\"name\":\"projects\"},\"sXBNC9tGG\":{\"pattern\":\":sXBNC9tGG\",\"name\":\"team\"},\"FgiJNN9Id\":{\"pattern\":\":FgiJNN9Id\",\"name\":\"scroll\"},\"xabostbx9\":{\"pattern\":\":xabostbx9\",\"name\":\"awards\"},\"UfWv67BD3\":{\"pattern\":\":UfWv67BD3\",\"name\":\"subheadline\"}}\n * @framerResponsiveScreen\n */const FramerrNUQup_bq=withCSS(Component,css,\"framer-RRz21\");export default FramerrNUQup_bq;FramerrNUQup_bq.displayName=\"Home\";FramerrNUQup_bq.defaultProps={height:20097,width:1440};addFonts(FramerrNUQup_bq,[{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:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/MH43EZQ5D5TBWLC2PYWZEYFPY3CXY4M5/XDDBYYRARAUB3F7RA772N4INJTRQYCTY/NBSC4X5XDVX3Q7RBFSRL24UBCSPNFBXK.woff2\",weight:\"600\"},{family:\"Raleway\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/5N7AW67SFRYDQX4PD7CVQBBKU4KFZBF6/IRJRILZOM2VYFNQSOPRIBLLVGYQMZYXX/VHOUC36AWF2BXBRYVUE5TB5CZAVHYGQV.woff2\",weight:\"500\"}]},...NavigationFonts,...HeroAnimationFonts,...ServiceScrollAnimationFonts,...ServiceCardFonts,...ProjectItemFonts,...TeamFonts,...AwardsWrapFonts,...TestimonialsCardFonts,...SlideshowFonts,...ButtonFormFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerrNUQup_bq\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"XbBZL_A0Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"N_7YV5KHC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"20097\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"J5VRgUKS1\\\":{\\\"pattern\\\":\\\":J5VRgUKS1\\\",\\\"name\\\":\\\"hero\\\"},\\\"C9LE6tfp1\\\":{\\\"pattern\\\":\\\":C9LE6tfp1\\\",\\\"name\\\":\\\"about\\\"},\\\"r3aG98v68\\\":{\\\"pattern\\\":\\\":r3aG98v68\\\",\\\"name\\\":\\\"services\\\"},\\\"z77nSzSyd\\\":{\\\"pattern\\\":\\\":z77nSzSyd\\\",\\\"name\\\":\\\"residental-architecture\\\"},\\\"K2_hi3mqW\\\":{\\\"pattern\\\":\\\":K2_hi3mqW\\\",\\\"name\\\":\\\"commercial-design\\\"},\\\"HBtASzlbE\\\":{\\\"pattern\\\":\\\":HBtASzlbE\\\",\\\"name\\\":\\\"interior-architecture\\\"},\\\"k4fnMWo1c\\\":{\\\"pattern\\\":\\\":k4fnMWo1c\\\",\\\"name\\\":\\\"landscape-architecture\\\"},\\\"OiE8GX5fL\\\":{\\\"pattern\\\":\\\":OiE8GX5fL\\\",\\\"name\\\":\\\"images\\\"},\\\"ntS05J1e2\\\":{\\\"pattern\\\":\\\":ntS05J1e2\\\",\\\"name\\\":\\\"text\\\"},\\\"a9VIBwnUo\\\":{\\\"pattern\\\":\\\":a9VIBwnUo\\\",\\\"name\\\":\\\"projects\\\"},\\\"sXBNC9tGG\\\":{\\\"pattern\\\":\\\":sXBNC9tGG\\\",\\\"name\\\":\\\"team\\\"},\\\"FgiJNN9Id\\\":{\\\"pattern\\\":\\\":FgiJNN9Id\\\",\\\"name\\\":\\\"scroll\\\"},\\\"xabostbx9\\\":{\\\"pattern\\\":\\\":xabostbx9\\\",\\\"name\\\":\\\"awards\\\"},\\\"UfWv67BD3\\\":{\\\"pattern\\\":\\\":UfWv67BD3\\\",\\\"name\\\":\\\"subheadline\\\"}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["isBrowser", "usePageVisibility", "isVisible", "setIsVisible", "ye", "ue", "onVisibilityChange", "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", "fontStore", "fonts", "css", "className", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "testimony", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "LeAJxJ0qk", "lfN4oeYb3", "KI4JpaN1J", "UfWsDhh1q", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerByXd2k1fq", "withCSS", "ByXd2k1fq_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "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", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "qTDJUh3BI", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerkdGD8R3BI", "withCSS", "kdGD8R3BI_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "OrB_7y3A6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "css", "FramerMKaCguDs_", "withCSS", "MKaCguDs_default", "addPropertyControls", "ControlType", "addFonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "description", "height", "id", "image", "title", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "TKKtIZrxx", "RaXr31ZgL", "tJPR8_gxm", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerORnzMCZtU", "withCSS", "ORnzMCZtU_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "t", "e", "r", "n", "i", "s", "a", "o", "u", "l", "f", "h", "c", "p", "d", "g", "v", "y", "m", "w", "b", "_", "k", "I", "S", "x", "E", "T", "L", "M", "A", "F", "j", "P", "t", "e", "r", "n", "i", "D", "N", "C", "O", "$", "q", "z", "R", "a", "o", "u", "l", "f", "h", "c", "H", "J", "W", "G", "K", "V", "X", "Q", "Z", "Y", "tt", "te", "tr", "tn", "p", "d", "g", "v", "y", "m", "w", "b", "_", "k", "I", "U", "S", "x", "E", "B", "ti", "ts", "ta", "to", "tp", "tu", "tl", "tf", "th", "tc", "td", "tg", "tv", "ty", "tm", "tw", "tb", "t_", "tk", "tI", "tU", "tS", "tx", "tE", "tB", "tT", "tL", "tM", "tF", "ControlType", "tj", "tP", "tD", "tN", "tC", "tO", "t$", "tq", "tz", "tR", "tH", "tJ", "s", "tG", "h", "m", "tK", "tV", "tX", "t", "e", "r", "t5", "n", "i", "t1", "s", "tY", "t0", "tQ", "tZ", "t3", "x", "a", "t6", "o", "u", "t2", "b", "t4", "t8", "t9", "t", "e", "s", "a", "ty", "o", "I", "u", "r", "tT", "n", "tv", "et", "i", "tM", "w", "tX", "b", "ee", "e", "resolveRichText", "t", "i", "a", "ControlType", "n", "QueryEngine", "o", "ee", "resolveRichText", "yjV5VpF06_default", "addPropertyControls", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "award", "awardDescription", "click", "height", "id", "image", "location", "projectName", "width", "year", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TxR6rEcBp", "VSUMJKDCa", "Pl3wa86B_", "kmgQpVhZU", "JhgunINrs", "dR4QePKTG", "jaZ30dyNy", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1y9g92b", "args", "onTap17udq5c", "onTaphyu9c0", "onTapdb06iw", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "u", "RichText2", "Image2", "getLoadingLazyAtYPosition", "css", "FramerCBM1JdVu9", "withCSS", "CBM1JdVu9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "AwardsContentFonts", "getFonts", "CBM1JdVu9_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "gux0tl8l5lJ10mlLxd", "JjqgUr7PGlJ10mlLxd", "XI6DDwNbIlJ10mlLxd", "T6S0S8g8RlJ10mlLxd", "LdrKlsrfDlJ10mlLxd", "X_mOmwyQolJ10mlLxd", "Y4IUw1FRclJ10mlLxd", "idlJ10mlLxd", "gux0tl8l5bZ1hCXI4E", "JjqgUr7PGbZ1hCXI4E", "XI6DDwNbIbZ1hCXI4E", "T6S0S8g8RbZ1hCXI4E", "LdrKlsrfDbZ1hCXI4E", "X_mOmwyQobZ1hCXI4E", "Y4IUw1FRcbZ1hCXI4E", "idbZ1hCXI4E", "gux0tl8l5VoGq1xBrG", "JjqgUr7PGVoGq1xBrG", "XI6DDwNbIVoGq1xBrG", "T6S0S8g8RVoGq1xBrG", "LdrKlsrfDVoGq1xBrG", "X_mOmwyQoVoGq1xBrG", "Y4IUw1FRcVoGq1xBrG", "idVoGq1xBrG", "gux0tl8l5ay0svOjkV", "JjqgUr7PGay0svOjkV", "XI6DDwNbIay0svOjkV", "T6S0S8g8Ray0svOjkV", "LdrKlsrfDay0svOjkV", "X_mOmwyQoay0svOjkV", "Y4IUw1FRcay0svOjkV", "iday0svOjkV", "gux0tl8l5et0FM503d", "JjqgUr7PGet0FM503d", "XI6DDwNbIet0FM503d", "T6S0S8g8Ret0FM503d", "LdrKlsrfDet0FM503d", "X_mOmwyQoet0FM503d", "Y4IUw1FRcet0FM503d", "idet0FM503d", "gux0tl8l5kN6bR4Ir5", "JjqgUr7PGkN6bR4Ir5", "XI6DDwNbIkN6bR4Ir5", "T6S0S8g8RkN6bR4Ir5", "LdrKlsrfDkN6bR4Ir5", "X_mOmwyQokN6bR4Ir5", "Y4IUw1FRckN6bR4Ir5", "idkN6bR4Ir5", "gux0tl8l5LhSrBygNA", "JjqgUr7PGLhSrBygNA", "XI6DDwNbILhSrBygNA", "T6S0S8g8RLhSrBygNA", "LdrKlsrfDLhSrBygNA", "X_mOmwyQoLhSrBygNA", "Y4IUw1FRcLhSrBygNA", "idLhSrBygNA", "gux0tl8l5PW0k_2KqO", "JjqgUr7PGPW0k_2KqO", "XI6DDwNbIPW0k_2KqO", "T6S0S8g8RPW0k_2KqO", "LdrKlsrfDPW0k_2KqO", "X_mOmwyQoPW0k_2KqO", "Y4IUw1FRcPW0k_2KqO", "idPW0k_2KqO", "gux0tl8l5S3zOK7OIj", "JjqgUr7PGS3zOK7OIj", "XI6DDwNbIS3zOK7OIj", "T6S0S8g8RS3zOK7OIj", "LdrKlsrfDS3zOK7OIj", "X_mOmwyQoS3zOK7OIj", "Y4IUw1FRcS3zOK7OIj", "idS3zOK7OIj", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "dR4QePKTG18guwtr", "args", "dR4QePKTG1csgoi0", "dR4QePKTGgcnkmu", "dR4QePKTG1giyhqt", "dR4QePKTGx8yp7u", "dR4QePKTG1blgb2r", "dR4QePKTGbhqxzk", "dR4QePKTGfe4f7b", "dR4QePKTG1jt568t", "dR4QePKTG6p2zll", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "transition2", "u", "MotionDivWithFX", "transition1", "animation", "animation1", "cx", "serializationHash", "addPropertyOverrides", "ChildrenCanSuspend", "QueryData", "yjV5VpF06_default", "collection", "paginationInfo", "loadMore", "l", "i", "PathVariablesContext", "ComponentViewportProvider", "CBM1JdVu9_default", "toResponsiveImage", "collection1", "paginationInfo1", "loadMore1", "collection2", "paginationInfo2", "loadMore2", "collection3", "paginationInfo3", "loadMore3", "collection4", "paginationInfo4", "loadMore4", "collection5", "paginationInfo5", "loadMore5", "collection6", "paginationInfo6", "loadMore6", "collection7", "paginationInfo7", "loadMore7", "collection8", "paginationInfo8", "loadMore8", "css", "FrameroxkpBG9Wb", "withCSS", "oxkpBG9Wb_default", "addPropertyControls", "ControlType", "addFonts", "AwardsContentFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "color", "height", "id", "projectName", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "CmgeeFJtV", "ehaiIxyuX", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "RichText2", "css", "FramerGiJhHKBYe", "withCSS", "GiJhHKBYe_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ProjectTextFonts", "getFonts", "GiJhHKBYe_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image1", "image2", "link", "location", "numberTittle", "projectName", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "fNGAkCU2F", "TQaGNr3xM", "ohR17O6qb", "hAa9hPrPG", "qyjADLfFT", "jxnCCeAVp", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1g56ld6", "args", "onTap1p750e2", "onTap1rga9uh", "onMouseLeave46reqd", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "u", "cx", "RichText2", "ComponentViewportProvider", "Image2", "getLoadingLazyAtYPosition", "css", "Framerqg4BKTSNN", "withCSS", "qg4BKTSNN_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "image", "name1", "title", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "aDIt_v_QA", "a_RoVIEzt", "rt56XLaLx", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnter1mdlxri", "args", "onMouseLeave1g1y76j", "ref1", "pe", "isDisplayed", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerRCULMr5S7", "withCSS", "RCULMr5S7_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "Y6E5iwHqy_default", "HeroAnimationFonts", "MKaCguDs_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithFX", "motion", "ServiceScrollAnimationFonts", "kdGD8R3BI_default", "ServiceScrollAnimationWithVariantAppearEffect", "withVariantAppearEffect", "ServiceCardFonts", "ORnzMCZtU_default", "ImageWithFX", "Image2", "ProjectItemFonts", "qg4BKTSNN_default", "TeamFonts", "RCULMr5S7_default", "AwardsWrapFonts", "oxkpBG9Wb_default", "TestimonialsCardFonts", "ByXd2k1fq_default", "SlideshowFonts", "Slideshow", "RichTextWithFX", "RichText2", "ButtonFormFonts", "bCqLr1rJF_default", "FooterFonts", "f5FoH6QUv_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "animation", "transition1", "textEffect", "addImageAlt", "image", "alt", "animation1", "transition2", "transition3", "animation2", "animation3", "animation4", "animation5", "transition4", "animation6", "toResponsiveImage", "value", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "transition5", "animation7", "animation8", "transition6", "textEffect1", "animation9", "transition7", "animation10", "animation11", "formVariants", "form", "variants", "currentVariant", "animation12", "transition8", "animation13", "animation14", "animation15", "HTMLStyle", "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", "b_4CyMEGWptNmhOGAR", "rC4QwCEm9ptNmhOGAR", "jMoYDREcmptNmhOGAR", "B10AR_uDBptNmhOGAR", "aRQjnENqpptNmhOGAR", "yj_LaupcqptNmhOGAR", "idptNmhOGAR", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "isDisplayed", "ref4", "ref5", "ref6", "ref7", "elementId3", "elementId4", "elementId5", "elementId6", "ref8", "ref9", "elementId7", "elementId8", "elementId9", "ref10", "router", "useRouter", "elementId10", "ref11", "ref12", "elementId11", "elementId12", "ref13", "isDisplayed1", "elementId13", "ref14", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "x", "ChildrenCanSuspend", "Eoyo9GsMY_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "FormContainer", "formState", "FormPlainTextInput2", "css", "FramerrNUQup_bq", "withCSS", "rNUQup_bq_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
