{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/DAWxXDGdC5RJUOPfOsh5/Ticker.js", "ssg:https://framerusercontent.com/modules/e3x4jPb1EG4euVPWc4mR/DcqkjAY8EPVJ6ETf0Jqb/Notes.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/1de6WpgIbCrKkRcPfQcW/YouTube.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/bwgDNfOkuRQlrlKseDFD/SlideShow.js", "ssg:https://framerusercontent.com/modules/ecb1uBUDkJAgmIQlN7vO/hf5LUkgIRsagXHIsqgXm/KUho35Q6W.js", "ssg:https://framerusercontent.com/modules/urbZ8CkyXvTru3YLShHe/u4jFaDhXOx8Q4iZovAyw/MbUXL3cXy.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useAnimationFrame,useReducedMotion,LayoutGroup,useInView,useMotionValue,useTransform,motion,wrap}from\"framer-motion\";import{resize}from\"@motionone/dom\";const directionTransformers={left:offset=>`translateX(-${offset}px)`,right:offset=>`translateX(${offset}px)`,top:offset=>`translateY(-${offset}px)`,bottom:offset=>`translateY(${offset}px)`};const supportsAcceleratedAnimations=typeof Animation!==\"undefined\"&&typeof Animation.prototype.updatePlaybackRate===\"function\";/**\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function Ticker(props){/* Props */ let{slots,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,speed,hoverFactor,direction,alignment,sizingOptions,fadeOptions,style}=props;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{widthType,heightType}=sizingOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const numChildren=Children.count(slots);const hasChildren=numChildren>0;if(direction===true){direction=\"left\";}const isHorizontal=direction===\"left\"||direction===\"right\";const offset=useMotionValue(0);const transformer=directionTransformers[direction];const transform=useTransform(offset,transformer);/* Refs and State */ const parentRef=useRef(null);const childrenRef=useMemo(()=>{return[/*#__PURE__*/ createRef(),/*#__PURE__*/ createRef()];},[]);const[size,setSize]=useState({parent:null,children:null});/* Arrays */ let clonedChildren=[];let dupedChildren=[];/* Duplicate value */ let duplicateBy=0;let opacity=0;if(isCanvas){// duplicateBy = 10\nduplicateBy=numChildren?Math.floor(10/numChildren):0;opacity=1;}if(!isCanvas&&hasChildren&&size.parent){duplicateBy=Math.round(size.parent/size.children*2)+1;opacity=1;}/* Measure parent and child */ const measure=useCallback(()=>{if(hasChildren&&parentRef.current){const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[1].current?isHorizontal?childrenRef[1].current.offsetLeft+childrenRef[1].current.offsetWidth:childrenRef[1].current.offsetTop+childrenRef[1].current.offsetHeight:0;const childrenLength=end-start+gap;setSize({parent:parentLength,children:childrenLength});}},[]);const childrenStyles=isCanvas?{contentVisibility:\"auto\"}:{};/* Add refs to first and last child */ if(hasChildren){// TODO: These conditional hooks will be unsafe if hasChildren ever changes outside the canvas.\nif(!isCanvas){/**\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             */ let initialResize=useRef(true);useEffect(()=>{measure();return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();}initialResize.current=false;});},[]);}clonedChildren=Children.map(slots,(child,index)=>{var ref,ref1,ref2,ref3;let ref4;if(index===0){ref4=childrenRef[0];}if(index===slots.length-1){ref4=childrenRef[1];}const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{ref:ref4,style:size,children:/*#__PURE__*/ cloneElement(child,{style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,...size,flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(ref3=child.props)===null||ref3===void 0?void 0:ref3.children)})});});}if(!isCanvas){for(let i=0;i<duplicateBy;i++){dupedChildren=[...dupedChildren,...Children.map(slots,(child,childIndex)=>{var ref,ref1,ref2,ref3,ref4,ref5;const size={width:widthType?(ref=child.props)===null||ref===void 0?void 0:ref.width:\"100%\",height:heightType?(ref1=child.props)===null||ref1===void 0?void 0:ref1.height:\"100%\"};return /*#__PURE__*/ _jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/ _jsx(\"li\",{style:size,\"aria-hidden\":true,children:/*#__PURE__*/ cloneElement(child,{key:i+\" \"+childIndex,style:{...(ref2=child.props)===null||ref2===void 0?void 0:ref2.style,width:widthType?(ref3=child.props)===null||ref3===void 0?void 0:ref3.width:\"100%\",height:heightType?(ref4=child.props)===null||ref4===void 0?void 0:ref4.height:\"100%\",flexShrink:0,...childrenStyles},layoutId:child.props.layoutId?child.props.layoutId+\"-dupe-\"+i:undefined},(ref5=child.props)===null||ref5===void 0?void 0:ref5.children)},i+\"li\"+childIndex)},i+\"lg\"+childIndex);}),];}}const animateToValue=size.children+size.children*Math.round(size.parent/size.children);const initialTime=useRef(null);const prevTime=useRef(null);const xOrY=useRef(0);const isHover=useRef(false);const isReducedMotion=useReducedMotion();const listRef=useRef(null);const animationRef=useRef(null);/**\n     * Setup animations\n     */ if(!isCanvas){const isInView=useInView(parentRef);/**\n         * If this is an animation we can hardware accelerate, animate with WAAPI\n         */ if(supportsAcceleratedAnimations){useEffect(()=>{if(isReducedMotion||!animateToValue||!speed){return;}animationRef.current=listRef.current.animate({transform:[transformer(0),transformer(animateToValue),]},{duration:Math.abs(animateToValue)/speed*1e3,iterations:Infinity,easing:\"linear\"});return()=>animationRef.current.cancel();},[hoverFactor,animateToValue,speed]);}else{/**\n             * If we can't accelerate this animation because we have a hoverFactor defined\n             * animate with a rAF loop.\n             */ useAnimationFrame(t=>{if(!animateToValue||isReducedMotion||supportsAcceleratedAnimations){return;}/**\n                 * In case this animation is delayed from starting because we're running a bunch\n                 * of other work, we want to set an initial time rather than counting from 0.\n                 * That ensures that if the animation is delayed, it starts from the first frame\n                 * rather than jumping.\n                 */ if(initialTime.current===null){initialTime.current=t;}t=t-initialTime.current;const timeSince=prevTime.current===null?0:t-prevTime.current;let delta=timeSince*(speed/1e3);if(isHover.current){delta*=hoverFactor;}xOrY.current+=delta;xOrY.current=wrap(0,animateToValue,xOrY.current);prevTime.current=t;if(!isInView)return;offset.set(xOrY.current);});}}/* Fades */ 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}%)`;/* Empty state */ if(!hasChildren){return /*#__PURE__*/ _jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/ _jsx(\"div\",{style:emojiStyles,children:\"\u2728\"}),/*#__PURE__*/ _jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/ _jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to infinitely loop on your page.\"})]});}return /*#__PURE__*/ _jsx(\"section\",{style:{...containerStyle,opacity:opacity,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,overflow:overflow?\"visible\":\"hidden\",padding:paddingValue},ref:parentRef,children:/*#__PURE__*/ _jsxs(motion.ul,{ref:listRef,style:{...containerStyle,gap:gap,top:direction===\"bottom\"&&isValidNumber(animateToValue)?-animateToValue:undefined,left:direction===\"right\"&&isValidNumber(animateToValue)?-animateToValue:undefined,placeItems:alignment,position:\"relative\",flexDirection:isHorizontal?\"row\":\"column\",...style,transform:supportsAcceleratedAnimations?undefined:transform,willChange:isCanvas?\"auto\":\"transform\"},onMouseEnter:()=>{isHover.current=true;if(animationRef.current){animationRef.current.updatePlaybackRate(hoverFactor);}},onMouseLeave:()=>{isHover.current=false;if(animationRef.current){animationRef.current.updatePlaybackRate(1);}},children:[clonedChildren,dupedChildren]})});};/* Default Properties */ Ticker.defaultProps={gap:10,padding:10,sizingOptions:{widthType:true,heightType:true},fadeOptions:{fadeContent:true,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},direction:true};/* Property Controls */ addPropertyControls(Ticker,{slots:{type:ControlType.Array,title:\"Children\",control:{type:ControlType.ComponentInstance}},speed:{type:ControlType.Number,title:\"Speed\",min:0,max:1e3,defaultValue:100,unit:\"%\",displayStepper:true,step:5},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\"],defaultValue:\"left\",displaySegmentedControl:true},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},gap:{type:ControlType.Number,title:\"Gap\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},sizingOptions:{type:ControlType.Object,title:\"Sizing\",controls:{widthType:{type:ControlType.Boolean,title:\"Width\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true},heightType:{type:ControlType.Boolean,title:\"Height\",enabledTitle:\"Auto\",disabledTitle:\"Stretch\",defaultValue:true}}},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:true},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;}}}},hoverFactor:{type:ControlType.Number,title:\"Hover\",min:0,max:1,unit:\"x\",defaultValue:1,step:.1,displayStepper:true,description:\"Slows down the speed while you are hovering.\"}});/* Placeholder Styles */ const containerStyle={display:\"flex\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* 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:150,lineHeight:1.5,textAlign:\"center\"};/* Clamp function, used for fadeInset */ const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);const isValidNumber=value=>typeof value===\"number\"&&!isNaN(value);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Ticker\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Ticker.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType,RenderTarget,Color}from\"framer\";import{defaultEvents,fontStack}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";const colors={blue:\"#0099FF\",darkBlue:\"#0066FF\",purple:\"#8855FF\",red:\"#FF5588\",green:\"#22CC66\",yellow:\"#FFBB00\"};/**\n * STICKY\n *\n * @framerIntrinsicWidth 180\n * @framerIntrinsicHeight 180\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export function Notes(props){const{note=\"\",shadow,color,preview,alignment,smallFont,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,useScriptFont}=props;const[baseColorString,backgroundColorString]=React.useMemo(()=>{const baseColor=Color(colors[color]);const hslColor=Color.toHsl(baseColor);hslColor.l=0.95;const baseColorString=Color(colors[color]).toValue();const backgroundColorString=Color(hslColor).toValue();return[baseColorString,backgroundColorString];},[color]);const centerAligned=alignment===\"center\";const hasContent=note.length>0;return(/*#__PURE__*/ _jsxs(\"div\",{style:{flex:1,width:\"100%\",height:\"100%\",display:\"flex\",alignItems:centerAligned?\"center\":\"flex-start\",backgroundColor:backgroundColorString,overflow:\"hidden\",paddingLeft:smallFont?15:18,paddingTop:useScriptFont?12:14,paddingBottom:useScriptFont?12:14,paddingRight:smallFont?15:18,borderRadius:8,visibility:RenderTarget.current()===RenderTarget.preview&&!preview?\"hidden\":\"visible\",fontFamily:useScriptFont?\"Nanum Pen Script\":fontStack,//@ts-ignore\nfontDisplay:\"fallback\",boxShadow:shadow?\"0 4px 10px rgba(0,0,0,0.08)\":\"none\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:[/*#__PURE__*/ _jsx(\"link\",{href:\"https://fonts.googleapis.com/css?family=Nanum+Pen+Script&display=swap\",rel:\"stylesheet\"}),/*#__PURE__*/ _jsx(\"p\",{style:{width:\"max-content\",wordBreak:\"break-word\",overflowWrap:\"break-word\",overflow:\"hidden\",whiteSpace:\"pre-wrap\",margin:0,fontSize:smallFont?useScriptFont?18:12:useScriptFont?32:24,lineHeight:smallFont?useScriptFont?1.15:1.4:useScriptFont?1.08:1.3,textAlign:alignment,color:baseColorString,display:\"-webkit-box\",opacity:hasContent?1:0.5,// lineClamp: 7,\nWebkitBoxOrient:\"vertical\"},children:hasContent?note:\"Write something...\"})]}));}Notes.defaultProps={useScriptFont:false,color:\"blue\",width:180,height:180,shadow:false};addPropertyControls(Notes,{note:{type:ControlType.String,displayTextArea:true,placeholder:`Write something\u2026 \\n\\n\\n`},color:{type:ControlType.Enum,defaultValue:\"blue\",options:Object.keys(colors),optionTitles:Object.keys(colors).map(c=>c.replace(/^\\w/,c=>c.toUpperCase()))},alignment:{title:\"Text Align\",type:ControlType.Enum,displaySegmentedControl:true,optionTitles:[\"Left\",\"Center\",\"Right\"],options:[\"left\",\"center\",\"right\"]},useScriptFont:{type:ControlType.Boolean,disabledTitle:\"Default\",enabledTitle:\"Script\",title:\"Font\"},smallFont:{type:ControlType.Boolean,disabledTitle:\"Big\",enabledTitle:\"Small\",title:\"Text Size\"},preview:{type:ControlType.Boolean,defaultValue:true,title:\"In Preview\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},shadow:{type:ControlType.Boolean,defaultValue:Notes.defaultProps.shadow,title:\"Shadow\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},...defaultEvents});Notes.displayName=\"Sticky Note\";\nexport const __FramerMetadata__ = {\"exports\":{\"Notes\":{\"type\":\"reactComponent\",\"name\":\"Notes\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"180\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicHeight\":\"180\",\"framerSupportedLayoutWidth\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Notes.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));var ThumbnailFormat;(function(ThumbnailFormat){ThumbnailFormat[\"WebP\"]=\"webp\";ThumbnailFormat[\"JPG\"]=\"jpg\";})(ThumbnailFormat||(ThumbnailFormat={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail,getWebPSupported()?\"webp\":\"jpg\")}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res,format=\"jpg\"){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst useWebP=format===\"webp\";const pre=useWebP?\"https://i.ytimg.com/vi_webp/\":\"https://i.ytimg.com/vi/\";const ext=useWebP?\"webp\":\"jpg\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}let _getWebPSupported;// https://stackoverflow.com/a/27232658\nfunction getWebPSupported(){// We're going to default to webp because it's pretty widely supported by now\nif(!window){return true;}if(_getWebPSupported!==undefined){return _getWebPSupported;}const element=document.createElement(\"canvas\");if(element.getContext&&element.getContext(\"2d\")){// was able or not to get WebP representation\nreturn _getWebPSupported=element.toDataURL(\"image/webp\").indexOf(\"data:image/webp\")===0;}else{// very old browser like IE 8, canvas not supported\nreturn _getWebPSupported=false;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerIntrinsicHeight\":\"315\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"560\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";/**\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;const hasChildren=Children.count(slots)>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 slots.map(index=>/*#__PURE__*/ createRef());},[slots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight: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(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=slots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */ useLayoutEffect(()=>{if(hasChildren)measure();},[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     */ let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */ const totalItems=slots===null||slots===void 0?void 0:slots.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 isVisible=usePageVisibility();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     * */ let 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(slots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===slots.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:slots===null||slots===void 0?void 0:slots.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<(slots===null||slots===void 0?void 0:slots.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: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),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: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?\"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?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: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\",{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\",{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 ref1,ref2;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */ const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent,].map(val=>val-childOffset);/**\n     * Effects\n     */ const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate,]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate,]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity,]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale,]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{ref.current.setAttribute(\"aria-hidden\",!newValue);});},[]);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:{...(ref1=child.props)===null||ref1===void 0?void 0:ref1.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}},(ref2=child.props)===null||ref2===void 0?void 0:ref2.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;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let 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\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicWidth\":\"400\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "// Generated by Framer (6d82f59)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"dlR3nfRXC\",\"M_ysxB8C7\",\"SX9xhvWaC\",\"iqW0pncFq\",\"PEzFaXzsO\",\"KRMZIfVur\",\"VmWzyFxdE\",\"fW5UcNq6a\",\"L24Ag3mI9\",\"RLl9pqwrf\",\"YGrGzIFAP\",\"uy53R6VsC\",\"dtwTXm4aX\",\"d_UNhsKzB\"];const serializationHash=\"framer-1qw1k\";const variantClassNames={d_UNhsKzB:\"framer-v-z3hwb0\",dlR3nfRXC:\"framer-v-s4cxyg\",dtwTXm4aX:\"framer-v-1upehlz\",fW5UcNq6a:\"framer-v-1sqydck\",iqW0pncFq:\"framer-v-3a6s1n\",KRMZIfVur:\"framer-v-r17czk\",L24Ag3mI9:\"framer-v-1vodygx\",M_ysxB8C7:\"framer-v-1xro0mf\",PEzFaXzsO:\"framer-v-bxb3mc\",RLl9pqwrf:\"framer-v-lj68bp\",SX9xhvWaC:\"framer-v-1seuny5\",uy53R6VsC:\"framer-v-1f688r2\",VmWzyFxdE:\"framer-v-1qvq8e8\",YGrGzIFAP:\"framer-v-17i3diu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Blue (large)\":\"M_ysxB8C7\",\"Blue (small)\":\"KRMZIfVur\",\"Green (large)\":\"dlR3nfRXC\",\"Green (small)\":\"PEzFaXzsO\",\"Orange (large)\":\"SX9xhvWaC\",\"Orange (small)\":\"VmWzyFxdE\",\"Pink (large)\":\"iqW0pncFq\",\"Pink (small)\":\"fW5UcNq6a\",\"Purple (large)\":\"L24Ag3mI9\",\"Purple (small)\":\"uy53R6VsC\",\"Red (large)\":\"YGrGzIFAP\",\"Red (small)\":\"d_UNhsKzB\",\"Yellow (large)\":\"RLl9pqwrf\",\"Yellow (small)\":\"dtwTXm4aX\"};const getProps=({height,id,title,width,...props})=>{return{...props,C1Vhuah24:title??props.C1Vhuah24??\"Unforgettable\",variant:humanReadableVariantMap[props.variant]??props.variant??\"dlR3nfRXC\"};};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,C1Vhuah24,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"dlR3nfRXC\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-s4cxyg\",className,classNames),\"data-framer-name\":\"Green (large)\",layoutDependency:layoutDependency,layoutId:\"dlR3nfRXC\",ref:ref??ref1,style:{...style},...addPropertyOverrides({d_UNhsKzB:{\"data-framer-name\":\"Red (small)\"},dtwTXm4aX:{\"data-framer-name\":\"Yellow (small)\"},fW5UcNq6a:{\"data-framer-name\":\"Pink (small)\"},iqW0pncFq:{\"data-framer-name\":\"Pink (large)\"},KRMZIfVur:{\"data-framer-name\":\"Blue (small)\"},L24Ag3mI9:{\"data-framer-name\":\"Purple (large)\"},M_ysxB8C7:{\"data-framer-name\":\"Blue (large)\"},PEzFaXzsO:{\"data-framer-name\":\"Green (small)\"},RLl9pqwrf:{\"data-framer-name\":\"Yellow (large)\"},SX9xhvWaC:{\"data-framer-name\":\"Orange (large)\"},uy53R6VsC:{\"data-framer-name\":\"Purple (small)\"},VmWzyFxdE:{\"data-framer-name\":\"Orange (small)\"},YGrGzIFAP:{\"data-framer-name\":\"Red (large)\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Unforgettable\"})}),className:\"framer-mv8smt\",fonts:[\"GF;Rubik-600\"],layoutDependency:layoutDependency,layoutId:\"ww53BQ7Is\",style:{\"--extracted-gdpscs\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:C1Vhuah24,variants:{d_UNhsKzB:{\"--extracted-gdpscs\":\"rgb(251, 74, 42)\"},dtwTXm4aX:{\"--extracted-gdpscs\":\"rgb(250, 192, 42)\"},fW5UcNq6a:{\"--extracted-gdpscs\":\"rgb(206, 87, 250)\"},iqW0pncFq:{\"--extracted-gdpscs\":\"rgb(206, 87, 250)\"},KRMZIfVur:{\"--extracted-gdpscs\":\"rgb(51, 187, 225)\"},L24Ag3mI9:{\"--extracted-gdpscs\":\"rgb(104, 72, 247)\"},M_ysxB8C7:{\"--extracted-gdpscs\":\"rgb(51, 187, 225)\"},RLl9pqwrf:{\"--extracted-gdpscs\":\"rgb(250, 191, 42)\"},SX9xhvWaC:{\"--extracted-gdpscs\":\"rgb(254, 142, 72)\"},uy53R6VsC:{\"--extracted-gdpscs\":\"rgb(104, 72, 247)\"},VmWzyFxdE:{\"--extracted-gdpscs\":\"rgb(254, 142, 72)\"},YGrGzIFAP:{\"--extracted-gdpscs\":\"rgb(250, 74, 42)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({d_UNhsKzB:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(251, 74, 42))\"},children:\"Unforgettable\"})})},dtwTXm4aX:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(250, 192, 42))\"},children:\"Unforgettable\"})})},fW5UcNq6a:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(206, 87, 250))\"},children:\"Unforgettable\"})})},iqW0pncFq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(206, 87, 250))\"},children:\"Unforgettable\"})})},KRMZIfVur:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(51, 187, 225))\"},children:\"Unforgettable\"})})},L24Ag3mI9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(104, 72, 247))\"},children:\"Unforgettable\"})})},M_ysxB8C7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(51, 187, 225))\"},children:\"Unforgettable\"})})},PEzFaXzsO:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Unforgettable\"})})},RLl9pqwrf:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(250, 191, 42))\"},children:\"Unforgettable\"})})},SX9xhvWaC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(254, 142, 72))\"},children:\"Unforgettable\"})})},uy53R6VsC:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(104, 72, 247))\"},children:\"Unforgettable\"})})},VmWzyFxdE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1.5px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(254, 142, 72))\"},children:\"Unforgettable\"})})},YGrGzIFAP:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"64px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-3.8px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(250, 74, 42))\"},children:\"Unforgettable\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1qw1k.framer-u4pt65, .framer-1qw1k .framer-u4pt65 { display: block; }\",\".framer-1qw1k.framer-s4cxyg { 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-1qw1k .framer-mv8smt { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-1qw1k.framer-s4cxyg { gap: 0px; } .framer-1qw1k.framer-s4cxyg > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1qw1k.framer-s4cxyg > :first-child { margin-left: 0px; } .framer-1qw1k.framer-s4cxyg > :last-child { margin-right: 0px; } }\",\".framer-1qw1k.framer-v-bxb3mc.framer-s4cxyg, .framer-1qw1k.framer-v-1f688r2.framer-s4cxyg, .framer-1qw1k.framer-v-1upehlz.framer-s4cxyg, .framer-1qw1k.framer-v-z3hwb0.framer-s4cxyg { justify-content: flex-start; }\",\".framer-1qw1k.framer-v-r17czk.framer-s4cxyg { flex-wrap: wrap; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 77\n * @framerIntrinsicWidth 396\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"M_ysxB8C7\":{\"layout\":[\"auto\",\"auto\"]},\"SX9xhvWaC\":{\"layout\":[\"auto\",\"auto\"]},\"iqW0pncFq\":{\"layout\":[\"auto\",\"auto\"]},\"PEzFaXzsO\":{\"layout\":[\"auto\",\"auto\"]},\"KRMZIfVur\":{\"layout\":[\"auto\",\"auto\"]},\"VmWzyFxdE\":{\"layout\":[\"auto\",\"auto\"]},\"fW5UcNq6a\":{\"layout\":[\"auto\",\"auto\"]},\"L24Ag3mI9\":{\"layout\":[\"auto\",\"auto\"]},\"RLl9pqwrf\":{\"layout\":[\"auto\",\"auto\"]},\"YGrGzIFAP\":{\"layout\":[\"auto\",\"auto\"]},\"uy53R6VsC\":{\"layout\":[\"auto\",\"auto\"]},\"dtwTXm4aX\":{\"layout\":[\"auto\",\"auto\"]},\"d_UNhsKzB\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"C1Vhuah24\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKUho35Q6W=withCSS(Component,css,\"framer-1qw1k\");export default FramerKUho35Q6W;FramerKUho35Q6W.displayName=\"Text Slider (Large)\";FramerKUho35Q6W.defaultProps={height:77,width:396};addPropertyControls(FramerKUho35Q6W,{variant:{options:[\"dlR3nfRXC\",\"M_ysxB8C7\",\"SX9xhvWaC\",\"iqW0pncFq\",\"PEzFaXzsO\",\"KRMZIfVur\",\"VmWzyFxdE\",\"fW5UcNq6a\",\"L24Ag3mI9\",\"RLl9pqwrf\",\"YGrGzIFAP\",\"uy53R6VsC\",\"dtwTXm4aX\",\"d_UNhsKzB\"],optionTitles:[\"Green (large)\",\"Blue (large)\",\"Orange (large)\",\"Pink (large)\",\"Green (small)\",\"Blue (small)\",\"Orange (small)\",\"Pink (small)\",\"Purple (large)\",\"Yellow (large)\",\"Red (large)\",\"Purple (small)\",\"Yellow (small)\",\"Red (small)\"],title:\"Variant\",type:ControlType.Enum},C1Vhuah24:{defaultValue:\"Unforgettable\",displayTextArea:false,placeholder:\"Memorable\",title:\"Title\",type:ControlType.String}});addFonts(FramerKUho35Q6W,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1VU80V4bVkA.woff2\",weight:\"600\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKUho35Q6W\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"C1Vhuah24\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"396\",\"framerIntrinsicHeight\":\"77\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"M_ysxB8C7\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SX9xhvWaC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"iqW0pncFq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PEzFaXzsO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"KRMZIfVur\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"VmWzyFxdE\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fW5UcNq6a\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"L24Ag3mI9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RLl9pqwrf\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"YGrGzIFAP\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uy53R6VsC\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dtwTXm4aX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"d_UNhsKzB\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KUho35Q6W.map", "// Generated by Framer (ddd30d5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/FzZ67ct97QwFne6Bf7ku/Ticker.js\";import Tab from\"https://framerusercontent.com/modules/AV2FEDvhi2teuhOX3ost/qrwLBEWGBSGD30QtYKSp/KjJ_nuL7H.js\";const TabFonts=getFonts(Tab);const RichTextWithFX=withFX(RichText);const TickerFonts=getFonts(Ticker);const cycleOrder=[\"AuaRD5Fkq\",\"uLrH3zups\",\"FgqTBSRNN\",\"pBDogJQC5\",\"HSJO5Qt4Y\",\"JPfhqdpsg\",\"ibh4A3Utj\",\"ZtXEMsJOh\",\"p33ng5Q_b\",\"IOlPfAqIr\",\"aUH0kEoyo\",\"ldFY7qikm\",\"Dk3kmTVOW\",\"uemZW4lLY\"];const serializationHash=\"framer-NhXq0\";const variantClassNames={AuaRD5Fkq:\"framer-v-mi1z3b\",aUH0kEoyo:\"framer-v-umzx0y\",Dk3kmTVOW:\"framer-v-2u2zg4\",FgqTBSRNN:\"framer-v-1y6yj8a\",HSJO5Qt4Y:\"framer-v-4t33sj\",ibh4A3Utj:\"framer-v-no61bk\",IOlPfAqIr:\"framer-v-196quia\",JPfhqdpsg:\"framer-v-1k4dzxv\",ldFY7qikm:\"framer-v-1prze55\",p33ng5Q_b:\"framer-v-fixhjg\",pBDogJQC5:\"framer-v-1yd88z6\",uemZW4lLY:\"framer-v-1pm55tg\",uLrH3zups:\"framer-v-afkh2b\",ZtXEMsJOh:\"framer-v-1jgdiau\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const transition2={damping:20,delay:.15,mass:1,stiffness:400,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const transition3={damping:20,delay:.2,mass:1,stiffness:400,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Tab 1\":\"AuaRD5Fkq\",\"Variant 10\":\"IOlPfAqIr\",\"Variant 11\":\"aUH0kEoyo\",\"Variant 12\":\"ldFY7qikm\",\"Variant 13\":\"Dk3kmTVOW\",\"Variant 14\":\"uemZW4lLY\",\"Variant 2\":\"uLrH3zups\",\"Variant 3\":\"FgqTBSRNN\",\"Variant 4\":\"pBDogJQC5\",\"Variant 5\":\"HSJO5Qt4Y\",\"Variant 6\":\"JPfhqdpsg\",\"Variant 7\":\"ibh4A3Utj\",\"Variant 8\":\"ZtXEMsJOh\",\"Variant 9\":\"p33ng5Q_b\"};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:\"AuaRD5Fkq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"AuaRD5Fkq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap364bej=activeVariantCallback(async(...args)=>{setVariant(\"uLrH3zups\");});const onTapfikgeo=activeVariantCallback(async(...args)=>{setVariant(\"ibh4A3Utj\");});const onTapju421q=activeVariantCallback(async(...args)=>{setVariant(\"FgqTBSRNN\");});const onTap1ssgpd9=activeVariantCallback(async(...args)=>{setVariant(\"ZtXEMsJOh\");});const onTapftd208=activeVariantCallback(async(...args)=>{setVariant(\"pBDogJQC5\");});const onTap1o6om8=activeVariantCallback(async(...args)=>{setVariant(\"p33ng5Q_b\");});const onTapfjpkoe=activeVariantCallback(async(...args)=>{setVariant(\"HSJO5Qt4Y\");});const onTap13cbgh3=activeVariantCallback(async(...args)=>{setVariant(\"IOlPfAqIr\");});const KUBaHIWTv17vyhc1=activeVariantCallback(async(...args)=>{setVariant(\"aUH0kEoyo\");});const KUBaHIWTv1vqzkb4=activeVariantCallback(async(...args)=>{setVariant(\"Dk3kmTVOW\");});const KUBaHIWTvusjuoa=activeVariantCallback(async(...args)=>{setVariant(\"uemZW4lLY\");});const KUBaHIWTv1knpa57=activeVariantCallback(async(...args)=>{setVariant(\"ldFY7qikm\");});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"aUH0kEoyo\",\"ldFY7qikm\",\"Dk3kmTVOW\",\"uemZW4lLY\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"uLrH3zups\",\"FgqTBSRNN\",\"pBDogJQC5\",\"HSJO5Qt4Y\",\"ibh4A3Utj\",\"ZtXEMsJOh\",\"p33ng5Q_b\",\"IOlPfAqIr\",\"aUH0kEoyo\",\"ldFY7qikm\",\"Dk3kmTVOW\",\"uemZW4lLY\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"Dk3kmTVOW\",\"uemZW4lLY\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"ldFY7qikm\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"aUH0kEoyo\")return true;return false;};const isDisplayed5=()=>{if([\"ibh4A3Utj\",\"ZtXEMsJOh\",\"p33ng5Q_b\",\"IOlPfAqIr\"].includes(baseVariant))return false;return true;};const isDisplayed6=()=>{if(baseVariant===\"ibh4A3Utj\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"ZtXEMsJOh\")return true;return false;};const isDisplayed8=()=>{if(baseVariant===\"IOlPfAqIr\")return true;return false;};const isDisplayed9=()=>{if(baseVariant===\"p33ng5Q_b\")return true;return false;};const isDisplayed10=()=>{if(baseVariant===\"Dk3kmTVOW\")return true;return false;};const isDisplayed11=()=>{if(baseVariant===\"uemZW4lLY\")return true;return false;};const isDisplayed12=()=>{if([\"JPfhqdpsg\",\"ibh4A3Utj\",\"ZtXEMsJOh\",\"p33ng5Q_b\",\"IOlPfAqIr\",\"ldFY7qikm\",\"Dk3kmTVOW\",\"uemZW4lLY\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-mi1z3b\",className,classNames),\"data-framer-name\":\"Tab 1\",layoutDependency:layoutDependency,layoutId:\"AuaRD5Fkq\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({aUH0kEoyo:{\"data-framer-name\":\"Variant 11\"},Dk3kmTVOW:{\"data-framer-name\":\"Variant 13\"},FgqTBSRNN:{\"data-framer-name\":\"Variant 3\"},HSJO5Qt4Y:{\"data-framer-name\":\"Variant 5\"},ibh4A3Utj:{\"data-framer-name\":\"Variant 7\"},IOlPfAqIr:{\"data-framer-name\":\"Variant 10\"},JPfhqdpsg:{\"data-framer-name\":\"Variant 6\"},ldFY7qikm:{\"data-framer-name\":\"Variant 12\"},p33ng5Q_b:{\"data-framer-name\":\"Variant 9\"},pBDogJQC5:{\"data-framer-name\":\"Variant 4\"},uemZW4lLY:{\"data-framer-name\":\"Variant 14\"},uLrH3zups:{\"data-framer-name\":\"Variant 2\"},ZtXEMsJOh:{\"data-framer-name\":\"Variant 8\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3vavzr\",\"data-framer-name\":\"Elements/Tabs Copy 4\",layoutDependency:layoutDependency,layoutId:\"RKMVV4LTd\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bbjt79\",layoutDependency:layoutDependency,layoutId:\"tRLdWErAs\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-cqvpop\",\"data-border\":true,\"data-framer-name\":\"Tab\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"CLqMWxQ4e\",onTap:onTap364bej,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",background:\"linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"none\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{ibh4A3Utj:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},uLrH3zups:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.35995), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.31779), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.125)\"}},...addPropertyOverrides({IOlPfAqIr:{onTap:onTapfikgeo},JPfhqdpsg:{onTap:onTapfikgeo},p33ng5Q_b:{onTap:onTapfikgeo},ZtXEMsJOh:{onTap:onTapfikgeo}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Orientations\"})}),className:\"framer-kpessg\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"Fg_aPKorj\",style:{\"--extracted-r6o4lv\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{ibh4A3Utj:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},uLrH3zups:{\"--extracted-r6o4lv\":\"var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({ibh4A3Utj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Orientations\"})})},uLrH3zups:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255)))\"},children:\"Orientations\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vqkbci\",\"data-border\":true,\"data-framer-name\":\"Tab\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"L1nlD05pY\",onTap:onTapju421q,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",background:\"linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"none\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{FgqTBSRNN:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.35995), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.31779), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.125)\"},ZtXEMsJOh:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({ibh4A3Utj:{onTap:onTap1ssgpd9},IOlPfAqIr:{onTap:onTap1ssgpd9},JPfhqdpsg:{onTap:onTap1ssgpd9},p33ng5Q_b:{onTap:onTap1ssgpd9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Team Building\"})}),className:\"framer-1db0dh9\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"gGybgyUPx\",style:{\"--extracted-r6o4lv\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{FgqTBSRNN:{\"--extracted-r6o4lv\":\"var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255))\"},ZtXEMsJOh:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FgqTBSRNN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255)))\"},children:\"Team Building\"})})},ZtXEMsJOh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Team Building\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-frsljm\",layoutDependency:layoutDependency,layoutId:\"jteL13V3_\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-g29glp\",\"data-border\":true,\"data-framer-name\":\"Tab\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"rxoCj1iYJ\",onTap:onTapftd208,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",background:\"linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"none\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{p33ng5Q_b:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"},pBDogJQC5:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.35995), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.31779), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.125)\"}},...addPropertyOverrides({ibh4A3Utj:{onTap:onTap1o6om8},IOlPfAqIr:{onTap:onTap1o6om8},JPfhqdpsg:{onTap:onTap1o6om8},ZtXEMsJOh:{onTap:onTap1o6om8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Company Events\"})}),className:\"framer-12alyi0\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"Its9CJwKb\",style:{\"--extracted-r6o4lv\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{p33ng5Q_b:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},pBDogJQC5:{\"--extracted-r6o4lv\":\"var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({p33ng5Q_b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Company Events\"})})},pBDogJQC5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255)))\"},children:\"Company Events\"})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nm6hjq\",\"data-border\":true,\"data-framer-name\":\"Tab\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"wlizNHkl0\",onTap:onTapfjpkoe,style:{\"--border-bottom-width\":\"3px\",\"--border-color\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-style\":\"solid\",\"--border-top-width\":\"3px\",background:\"linear-gradient(244deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%)\",backgroundColor:\"rgba(255, 255, 255, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"none\",filter:\"brightness(1)\",WebkitFilter:\"brightness(1)\"},variants:{HSJO5Qt4Y:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\",boxShadow:\"0px 0.6021873017743928px 0.6021873017743928px -1.25px rgba(0, 0, 0, 0.35995), 0px 2.288533303243457px 2.288533303243457px -2.5px rgba(0, 0, 0, 0.31779), 0px 10px 10px -3.75px rgba(0, 0, 0, 0.125)\"},IOlPfAqIr:{background:\"linear-gradient(244deg, #2DA771 0%, #81CF83 100%)\",backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({ibh4A3Utj:{onTap:onTap13cbgh3},JPfhqdpsg:{onTap:onTap13cbgh3},p33ng5Q_b:{onTap:onTap13cbgh3},ZtXEMsJOh:{onTap:onTap13cbgh3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Conferences\"})}),className:\"framer-6y06fw\",fonts:[\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"mJMLr3UMr\",style:{\"--extracted-r6o4lv\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},variants:{HSJO5Qt4Y:{\"--extracted-r6o4lv\":\"var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255))\"},IOlPfAqIr:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({HSJO5Qt4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d76e7120-d27d-4da8-b15f-04234125e89d, rgb(255, 255, 255)))\"},children:\"Conferences\"})})},IOlPfAqIr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Conferences\"})})}},baseVariant,gestureVariant)})})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:447,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+18),pixelHeight:212,pixelWidth:447,src:\"https://framerusercontent.com/images/PpezhFE90S6DZuWRaSXrTaQvX8.png\"},className:\"framer-1m6f3fq\",\"data-framer-name\":\"Arrow_1\",layoutDependency:layoutDependency,layoutId:\"jLFg7nX2_\",style:{rotate:0},variants:{JPfhqdpsg:{rotate:-50}},...addPropertyOverrides({JPfhqdpsg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:212,intrinsicWidth:447,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+129.95534850711567),pixelHeight:212,pixelWidth:447,src:\"https://framerusercontent.com/images/PpezhFE90S6DZuWRaSXrTaQvX8.png\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1f23cfg\",layoutDependency:layoutDependency,layoutId:\"o65LMRPiA\",children:[isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m9xlwx\",layoutDependency:layoutDependency,layoutId:\"xfbTC6X4S\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-6y06rs\",layoutDependency:layoutDependency,layoutId:\"avqolmDxR\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({ldFY7qikm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wl4s05-container\",layoutDependency:layoutDependency,layoutId:\"Fc338VOMI-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"Fc338VOMI\",KUBaHIWTv:KUBaHIWTv17vyhc1,layoutId:\"Fc338VOMI\",variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Orientations\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({ldFY7qikm:{width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-z0c0pi-container\",layoutDependency:layoutDependency,layoutId:\"aL71a6XPp-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"aL71a6XPp\",KUBaHIWTv:KUBaHIWTv1vqzkb4,layoutId:\"aL71a6XPp\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Company Events\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-afnc8m\",layoutDependency:layoutDependency,layoutId:\"gMiPFwz_q\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"165px\",...addPropertyOverrides({ldFY7qikm:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11uptb4-container\",layoutDependency:layoutDependency,layoutId:\"DX14gamAZ-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"DX14gamAZ\",layoutId:\"DX14gamAZ\",style:{width:\"100%\"},variant:\"poFfcvLsF\",width:\"100%\",Zgo3H2FPa:\"Team Building\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({ldFY7qikm:{width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ffdga0-container\",layoutDependency:layoutDependency,layoutId:\"jaE7_NNnL-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"jaE7_NNnL\",KUBaHIWTv:KUBaHIWTvusjuoa,layoutId:\"jaE7_NNnL\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Conferences\"})})})]})]}),isDisplayed4()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3vub8\",layoutDependency:layoutDependency,layoutId:\"D5Wi8swrM\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1wze9ok\",layoutDependency:layoutDependency,layoutId:\"gZyvgcSk9\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({aUH0kEoyo:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-128db43-container\",layoutDependency:layoutDependency,layoutId:\"It5uVJzTl-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"It5uVJzTl\",layoutId:\"It5uVJzTl\",variant:\"poFfcvLsF\",width:\"100%\",Zgo3H2FPa:\"Orientations\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({aUH0kEoyo:{width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cy7obc-container\",layoutDependency:layoutDependency,layoutId:\"g8aI1J_Vo-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"g8aI1J_Vo\",KUBaHIWTv:KUBaHIWTv1vqzkb4,layoutId:\"g8aI1J_Vo\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Company Events\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1udykmy\",layoutDependency:layoutDependency,layoutId:\"J8UuDFUa3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({aUH0kEoyo:{width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sfwlc8-container\",layoutDependency:layoutDependency,layoutId:\"e9oRg4vQn-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"e9oRg4vQn\",KUBaHIWTv:KUBaHIWTv1knpa57,layoutId:\"e9oRg4vQn\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Team Building\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({aUH0kEoyo:{width:\"191px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xe3u7r-container\",layoutDependency:layoutDependency,layoutId:\"Xkvn0cUmH-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"Xkvn0cUmH\",KUBaHIWTv:KUBaHIWTvusjuoa,layoutId:\"Xkvn0cUmH\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Conferences\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-13l9oox\",layoutDependency:layoutDependency,layoutId:\"eBx8t9pK5\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Explore Our Use Cases Above\"})}),className:\"framer-ffw85o\",fonts:[\"GF;Rubik-600\"],layoutDependency:layoutDependency,layoutId:\"zp_lzHaLO\",style:{\"--extracted-gdpscs\":\"rgb(42, 42, 42)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aUH0kEoyo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Student Engagement Events\"})})},FgqTBSRNN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Team Building Events for Any Purpose\"})})},HSJO5Qt4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Large-Scale Conferences & Expos\"})})},ibh4A3Utj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Student Engagement Events\"})})},IOlPfAqIr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Large-Scale Conferences & Expos\"})})},ldFY7qikm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Team Building Events for Any Purpose\"})})},p33ng5Q_b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:[\"Corporate \",/*#__PURE__*/_jsx(motion.br,{}),\"Team-Building Challenges\"]})})},pBDogJQC5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:[\"Corporate \",/*#__PURE__*/_jsx(motion.br,{}),\"Ice-Breaker \",/*#__PURE__*/_jsx(motion.br,{}),\"Events\"]})})},uLrH3zups:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Student Engagement Events\"})})},ZtXEMsJOh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Team Building Events for Any Purpose\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:[\"Create Scavenger Hunt style events for any purpose and crowd. Navigate the \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"tabs above \"}),\"to get some ideas!\"]})}),className:\"framer-x1kxdr\",fonts:[\"GF;Rubik-regular\",\"GF;Rubik-500\"],layoutDependency:layoutDependency,layoutId:\"tIfiSLHJP\",style:{\"--extracted-1k2zljd\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--extracted-a0htzi\":\"rgb(136, 136, 136)\",transformPerspective:1200},variants:{p33ng5Q_b:{\"--extracted-18z62cp\":\"rgb(136, 136, 136)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({aUH0kEoyo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Perfect for new people getting to know more each other and helps spark new conversations.\"})}),fonts:[\"GF;Rubik-regular\"]},FgqTBSRNN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring people together and help them build better connections and easily engage with one another!\"})}),fonts:[\"GF;Rubik-regular\"]},HSJO5Qt4Y:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Have a large venue that people need to explore and interact with? The Incredible Race lets you do exactly that with a variety of different types of tasks\"})}),fonts:[\"GF;Rubik-regular\"]},ibh4A3Utj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Create a scavenger hunt that takes students around campus, highlighting key locations and landmarks.\"})}),fonts:[\"GF;Rubik-regular\"]},IOlPfAqIr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Have a large venue that people need to explore and interact with? The Incredible Race offers different types of tasks to maximise your conference!\"})}),fonts:[\"GF;Rubik-regular\"]},JPfhqdpsg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:[\"Use Mates' Trivia for all types of events. Navigate the \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"R0Y7UnViaWstNTAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-1k2zljd, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"tabs above \"}),\"to get some ideas!\"]})})},ldFY7qikm:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring people together and help them build better connections and easily engage with one another!\"})}),fonts:[\"GF;Rubik-regular\"]},p33ng5Q_b:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring together employees from different departments and encourage them to collaborate and communicate.\"}),/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-18z62cp, rgb(136, 136, 136))\"},children:/*#__PURE__*/_jsx(motion.br,{className:\"trailing-break\"})})]}),fonts:[\"GF;Rubik-regular\"]},pBDogJQC5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring together employees from different departments and encourage them to collaborate and communicate.\"})}),fonts:[\"GF;Rubik-regular\"]},uLrH3zups:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Create a scavenger hunt that takes students around campus, highlighting key locations and landmarks.\"})}),fonts:[\"GF;Rubik-regular\"]},ZtXEMsJOh:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring people together and help them build better connections and easily engage with one another!\"})}),fonts:[\"GF;Rubik-regular\"]}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uv6xd3\",layoutDependency:layoutDependency,layoutId:\"T4rkIrR7A\",style:{backgroundColor:\"rgb(223, 221, 221)\"}}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-seb8pr\",layoutDependency:layoutDependency,layoutId:\"GOAry1hTa\",style:{backgroundColor:\"rgb(223, 221, 221)\"}})]}),isDisplayed5()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2508,intrinsicWidth:1197,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||686)-0-602.6)/2+51.599999999999994+106)+-37),pixelHeight:2508,pixelWidth:1197,sizes:\"248px\",src:\"https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png\",srcSet:\"https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png?scale-down-to=2048 977w,https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png 1197w\"},className:\"framer-1lbpgxq\",layoutDependency:layoutDependency,layoutId:\"UU4gyihiR\",...addPropertyOverrides({aUH0kEoyo:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+257.2),pixelHeight:2466,pixelWidth:1125,sizes:\"248px\",src:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png\",srcSet:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png?scale-down-to=2048 934w,https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png 1125w\"}},FgqTBSRNN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||699)-0-602.6)/2+51.599999999999994+106)+-45.5),pixelHeight:3288,pixelWidth:1500,sizes:\"240.6943px\",src:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png\",srcSet:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png?scale-down-to=2048 934w,https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png 1500w\"}},HSJO5Qt4Y:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||699)-0-602.6)/2+51.599999999999994+106)+-45.5),pixelHeight:3288,pixelWidth:1500,sizes:\"240.6943px\",src:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png\",srcSet:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png?scale-down-to=2048 934w,https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png 1500w\"}},JPfhqdpsg:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2508,intrinsicWidth:1197,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-0-669.6)/2+118.6+106)+-37),pixelHeight:2508,pixelWidth:1197,sizes:\"247px\",src:\"https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png\",srcSet:\"https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png?scale-down-to=2048 977w,https://framerusercontent.com/images/TWmSHU1dTNlwZ6m3ka4joVJxNo.png 1197w\"}},ldFY7qikm:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+261.2),pixelHeight:3288,pixelWidth:1500,sizes:\"248px\",src:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png\",srcSet:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png?scale-down-to=2048 934w,https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png 1500w\"}},pBDogJQC5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||699)-0-602.6)/2+51.599999999999994+106)+-46),pixelHeight:2466,pixelWidth:1125,sizes:\"240.6943px\",src:\"https://framerusercontent.com/images/7fSBk1l80qvl36Oa5lkXUBdKMQ.png\",srcSet:\"https://framerusercontent.com/images/7fSBk1l80qvl36Oa5lkXUBdKMQ.png?scale-down-to=2048 934w,https://framerusercontent.com/images/7fSBk1l80qvl36Oa5lkXUBdKMQ.png 1125w\"}},uLrH3zups:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||699)-0-602.6)/2+51.599999999999994+106)+-44),pixelHeight:2466,pixelWidth:1125,sizes:\"240.6943px\",src:\"https://framerusercontent.com/images/sx6pwU9vt0nufFfpSmPNsQVN2HQ.png\",srcSet:\"https://framerusercontent.com/images/sx6pwU9vt0nufFfpSmPNsQVN2HQ.png?scale-down-to=2048 934w,https://framerusercontent.com/images/sx6pwU9vt0nufFfpSmPNsQVN2HQ.png 1125w\"}}},baseVariant,gestureVariant)}),isDisplayed6()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:2466,pixelWidth:1125,src:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png\",srcSet:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png?scale-down-to=2048 934w,https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png 1125w\"},className:\"framer-12bw4wf\",layoutDependency:layoutDependency,layoutId:\"WJRNsEeR_\",...addPropertyOverrides({ibh4A3Utj:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-0-669.6)/2+118.6+106)+-37),pixelHeight:2466,pixelWidth:1125,sizes:\"234px\",src:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png\",srcSet:\"https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png?scale-down-to=2048 934w,https://framerusercontent.com/images/SykEgShGrBJVaP3MQpmSRLS4PSs.png 1125w\"}}},baseVariant,gestureVariant)}),isDisplayed7()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:3288,pixelWidth:1500,src:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png\",srcSet:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png?scale-down-to=2048 934w,https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png 1500w\"},className:\"framer-868d3s\",layoutDependency:layoutDependency,layoutId:\"tnEzmVWKb\",...addPropertyOverrides({ZtXEMsJOh:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-0-669.6)/2+118.6+106)+-37),pixelHeight:3288,pixelWidth:1500,sizes:\"235px\",src:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png\",srcSet:\"https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png?scale-down-to=2048 934w,https://framerusercontent.com/images/qPWcUNpCfciw8ksK0RQ5OTJBc.png 1500w\"}}},baseVariant,gestureVariant)}),isDisplayed8()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:3288,pixelWidth:1500,src:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png\",srcSet:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png?scale-down-to=2048 934w,https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png 1500w\"},className:\"framer-sg6f9b\",layoutDependency:layoutDependency,layoutId:\"N9cDIncpd\",...addPropertyOverrides({IOlPfAqIr:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-0-717.602915451895)/2+118.6+106)+-12.998542274052483),pixelHeight:3288,pixelWidth:1500,sizes:\"235px\",src:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png\",srcSet:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png?scale-down-to=2048 934w,https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png 1500w\"}}},baseVariant,gestureVariant)}),isDisplayed9()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:2466,pixelWidth:1125,src:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png\",srcSet:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png?scale-down-to=2048 934w,https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png 1125w\"},className:\"framer-cexf0n\",layoutDependency:layoutDependency,layoutId:\"bDCt_0X6K\",...addPropertyOverrides({p33ng5Q_b:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+((((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||760)-0-669.6)/2+118.6+106)+-37),pixelHeight:2466,pixelWidth:1125,sizes:\"236px\",src:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png\",srcSet:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png?scale-down-to=2048 934w,https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png 1125w\"}}},baseVariant,gestureVariant)})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VGhlIEdpcmwgTmV4dCBEb29yLXJlZ3VsYXI=\",\"--framer-font-family\":'\"The Girl Next Door\", serif',\"--framer-font-size\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Explore these tabs!\"})}),className:\"framer-12hgtnt\",fonts:[\"GF;The Girl Next Door-regular\"],layoutDependency:layoutDependency,layoutId:\"hdBiyuPJf\",style:{\"--extracted-r6o4lv\":\"var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({JPfhqdpsg:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7VGhlIEdpcmwgTmV4dCBEb29yLXJlZ3VsYXI=\",\"--framer-font-family\":'\"The Girl Next Door\", serif',\"--framer-font-size\":\"18px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6fecaecf-e6ef-4d9c-8f64-26a5dbf3ac1b, rgb(63, 162, 66)))\"},children:\"Explore these tabs!\"})})}},baseVariant,gestureVariant)}),isDisplayed10()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12iorat\",layoutDependency:layoutDependency,layoutId:\"RkB7oGlvB\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ekarkk\",layoutDependency:layoutDependency,layoutId:\"Pi7zFaNnS\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fe5p23\",layoutDependency:layoutDependency,layoutId:\"lOBA52wSm\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({Dk3kmTVOW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m7wgr0-container\",layoutDependency:layoutDependency,layoutId:\"Ci97lwFLX-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"Ci97lwFLX\",KUBaHIWTv:KUBaHIWTv17vyhc1,layoutId:\"Ci97lwFLX\",variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Orientations\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"182px\",...addPropertyOverrides({Dk3kmTVOW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1x1gpjy-container\",layoutDependency:layoutDependency,layoutId:\"jvXXJRAkM-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"jvXXJRAkM\",layoutId:\"jvXXJRAkM\",style:{width:\"100%\"},variant:\"poFfcvLsF\",width:\"100%\",Zgo3H2FPa:\"Company Events\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-liuf8v\",layoutDependency:layoutDependency,layoutId:\"eVzRyvT9C\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"191px\",...addPropertyOverrides({Dk3kmTVOW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16opvh3-container\",layoutDependency:layoutDependency,layoutId:\"cQQw2cqsR-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"cQQw2cqsR\",KUBaHIWTv:KUBaHIWTv1knpa57,layoutId:\"cQQw2cqsR\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Team Building\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"191px\",...addPropertyOverrides({Dk3kmTVOW:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-15ji073-container\",layoutDependency:layoutDependency,layoutId:\"wSobZSlQP-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"wSobZSlQP\",KUBaHIWTv:KUBaHIWTvusjuoa,layoutId:\"wSobZSlQP\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Conferences\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12enacv\",layoutDependency:layoutDependency,layoutId:\"GllLNjhKx\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:[\"Corporate \",/*#__PURE__*/_jsx(motion.br,{}),\"Team-Building \"]})}),className:\"framer-1s8ft73\",fonts:[\"GF;Rubik-600\"],layoutDependency:layoutDependency,layoutId:\"hHgdgXQKH\",style:{\"--extracted-gdpscs\":\"rgb(42, 42, 42)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Bring together employees from different departments and encourage them to collaborate and communicate.\"})}),className:\"framer-11sb4gy\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"ceivvd7tn\",style:{\"--extracted-a0htzi\":\"rgb(136, 136, 136)\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-puk88s\",layoutDependency:layoutDependency,layoutId:\"Drn4gadcJ\",style:{backgroundColor:\"rgb(223, 221, 221)\"}})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:2466,pixelWidth:1125,sizes:\"241px\",src:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png\",srcSet:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png?scale-down-to=2048 934w,https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png 1125w\"},className:\"framer-a5qcbw\",layoutDependency:layoutDependency,layoutId:\"gnDTeDrz8\",...addPropertyOverrides({Dk3kmTVOW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+267.2),pixelHeight:2466,pixelWidth:1125,sizes:\"241px\",src:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png\",srcSet:\"https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png?scale-down-to=2048 934w,https://framerusercontent.com/images/i01NteXJn2kpk20dL6WFkkqSyE.png 1125w\"}}},baseVariant,gestureVariant)})]}),isDisplayed11()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ly90q1\",layoutDependency:layoutDependency,layoutId:\"FLYDn6Dxu\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rhq1j1\",layoutDependency:layoutDependency,layoutId:\"hBtkLInEQ\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j42qwv\",layoutDependency:layoutDependency,layoutId:\"CeNeXRSr7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,...addPropertyOverrides({uemZW4lLY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1glmbt8-container\",layoutDependency:layoutDependency,layoutId:\"MF5u5ZbqP-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"MF5u5ZbqP\",KUBaHIWTv:KUBaHIWTv17vyhc1,layoutId:\"MF5u5ZbqP\",variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Orientations\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"176px\",...addPropertyOverrides({uemZW4lLY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rrpp7b-container\",layoutDependency:layoutDependency,layoutId:\"YUXH7JNGs-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"YUXH7JNGs\",KUBaHIWTv:KUBaHIWTv1vqzkb4,layoutId:\"YUXH7JNGs\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Company Events\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s0qzkt\",layoutDependency:layoutDependency,layoutId:\"SKQXcpvIp\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"206px\",...addPropertyOverrides({uemZW4lLY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+9}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-19b7jjh-container\",layoutDependency:layoutDependency,layoutId:\"m1S6_yEMb-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"m1S6_yEMb\",KUBaHIWTv:KUBaHIWTv1knpa57,layoutId:\"m1S6_yEMb\",style:{width:\"100%\"},variant:\"tTlAxi6UQ\",width:\"100%\",Zgo3H2FPa:\"Team Building\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:51,width:\"146px\",...addPropertyOverrides({uemZW4lLY:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+0+0+0+64}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mvic0g-container\",layoutDependency:layoutDependency,layoutId:\"t0A3Uzu_4-container\",children:/*#__PURE__*/_jsx(Tab,{height:\"100%\",id:\"t0A3Uzu_4\",layoutId:\"t0A3Uzu_4\",style:{width:\"100%\"},variant:\"poFfcvLsF\",width:\"100%\",Zgo3H2FPa:\"Conferences\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kny78\",layoutDependency:layoutDependency,layoutId:\"IKfE_Y2Rv\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"R0Y7UnViaWstNjAw\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-1px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-gdpscs, rgb(42, 42, 42))\"},children:\"Large-Scale Conferences & Expos\"})}),className:\"framer-ju1dcl\",fonts:[\"GF;Rubik-600\"],layoutDependency:layoutDependency,layoutId:\"fuDssD2DS\",style:{\"--extracted-gdpscs\":\"rgb(42, 42, 42)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UnViaWstcmVndWxhcg==\",\"--framer-font-family\":'\"Rubik\", \"Rubik Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, rgb(136, 136, 136))\"},children:\"Have a large venue that people need to explore and interact with? The Incredible Race offers different types of tasks to maximise your conference!\"})}),className:\"framer-1ggudfn\",fonts:[\"GF;Rubik-regular\"],layoutDependency:layoutDependency,layoutId:\"ECg0fOypT\",style:{\"--extracted-a0htzi\":\"rgb(136, 136, 136)\",transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17y6gxu\",layoutDependency:layoutDependency,layoutId:\"iQWK1TEj_\",style:{backgroundColor:\"rgb(223, 221, 221)\"}})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,pixelHeight:3288,pixelWidth:1500,sizes:\"244px\",src:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png\",srcSet:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png?scale-down-to=2048 934w,https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png 1500w\"},className:\"framer-n99x5c\",layoutDependency:layoutDependency,layoutId:\"lr099PNUX\",...addPropertyOverrides({uemZW4lLY:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2466,intrinsicWidth:1125,loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+0+267.2),pixelHeight:3288,pixelWidth:1500,sizes:\"244px\",src:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png\",srcSet:\"https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png?scale-down-to=2048 934w,https://framerusercontent.com/images/jqvqTwrv7l7JqVGpbhZD1q59HPI.png 1500w\"}}},baseVariant,gestureVariant)})]}),isDisplayed12()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-w7427j-container\",layoutDependency:layoutDependency,layoutId:\"VSY3Atytq-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"VSY3Atytq\",layoutId:\"VSY3Atytq\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed12()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1w4ja9l-container\",layoutDependency:layoutDependency,layoutId:\"qHec2a3Ro-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"qHec2a3Ro\",layoutId:\"qHec2a3Ro\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-i4w6ld-container\",layoutDependency:layoutDependency,layoutId:\"MJcueJ9gP-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"MJcueJ9gP\",layoutId:\"MJcueJ9gP\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nu9xyu-container\",layoutDependency:layoutDependency,layoutId:\"YdDLHWuqt-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"YdDLHWuqt\",layoutId:\"YdDLHWuqt\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed10()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-b7a3z2-container\",layoutDependency:layoutDependency,layoutId:\"ZpFSga8tb-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"ZpFSga8tb\",layoutId:\"ZpFSga8tb\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed10()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yo42hz-container\",layoutDependency:layoutDependency,layoutId:\"gdKwrGkQr-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"gdKwrGkQr\",layoutId:\"gdKwrGkQr\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ssv8ja-container\",layoutDependency:layoutDependency,layoutId:\"JnN0ynoVy-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"right\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"JnN0ynoVy\",layoutId:\"JnN0ynoVy\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed11()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jrsih4-container\",layoutDependency:layoutDependency,layoutId:\"VWFAGevJ0-container\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:100,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"VWFAGevJ0\",layoutId:\"VWFAGevJ0\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg\",srcSet:\"https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/nSMXz4O62WumSHbPkMb9kxc5Rs.jpg 3750w\"},className:\"framer-1l8dpvb\",layoutDependency:layoutDependency,layoutId:\"A53sJEBt5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg\",srcSet:\"https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/zyR0GhdzOZAok9gh5hktHO5ENxE.jpg 3750w\"},className:\"framer-w0gb7c\",layoutDependency:layoutDependency,layoutId:\"DkDgvYfLl\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg\",srcSet:\"https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/eekDpA4G30FLRNSANeyzfqw6O5A.jpg 3750w\"},className:\"framer-1ajvggo\",layoutDependency:layoutDependency,layoutId:\"hhhpalwaT\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg\",srcSet:\"https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yYpYhllF9vvztiNOmGRYp5Hs4Q.jpg 3750w\"},className:\"framer-1hkpuod\",layoutDependency:layoutDependency,layoutId:\"lksbWm5IL\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg\",srcSet:\"https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/C8LUm7SV0pY0d7vMONdnrVY3L2U.jpg 3750w\"},className:\"framer-1br03md\",layoutDependency:layoutDependency,layoutId:\"cSxaz2xp5\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg\",srcSet:\"https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/yuC8oeizbzAeWhi1BQeA6jsU.jpg 3750w\"},className:\"framer-1bg9asl\",layoutDependency:layoutDependency,layoutId:\"Cq5PPrQLg\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg\",srcSet:\"https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/E4pssAfMJrVbVgsF6usFWT66U.jpg 3750w\"},className:\"framer-cetfkb\",layoutDependency:layoutDependency,layoutId:\"G_Uxiv1C9\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg\",srcSet:\"https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/2pJeIkLAKBVGThQxnXD8qyuJCs.jpg 3750w\"},className:\"framer-osmltx\",layoutDependency:layoutDependency,layoutId:\"tUBPXTbgA\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg\",srcSet:\"https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/ezwf87TARz56zTaL3GvqyDB5Jw.jpg 3750w\"},className:\"framer-j2bzmi\",layoutDependency:layoutDependency,layoutId:\"ffS5hfUaB\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2500,intrinsicWidth:3750,pixelHeight:2500,pixelWidth:3750,sizes:\"294px\",src:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg\",srcSet:\"https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/fFgtprJilpENIi9P3VhJxtdiwkw.jpg 3750w\"},className:\"framer-18n9uum\",layoutDependency:layoutDependency,layoutId:\"QiSMCKyQI\",style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}})],speed:40,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-NhXq0.framer-9kowws, .framer-NhXq0 .framer-9kowws { display: block; }\",\".framer-NhXq0.framer-mi1z3b { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 106px; height: 686px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1278px; }\",\".framer-NhXq0 .framer-3vavzr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 770px; }\",\".framer-NhXq0 .framer-1bbjt79 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 49px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NhXq0 .framer-cqvpop, .framer-NhXq0 .framer-1vqkbci, .framer-NhXq0 .framer-g29glp, .framer-NhXq0 .framer-1nm6hjq { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 15px 20px 15px 20px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-NhXq0 .framer-kpessg, .framer-NhXq0 .framer-1db0dh9, .framer-NhXq0 .framer-12alyi0, .framer-NhXq0 .framer-6y06fw { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-NhXq0 .framer-frsljm { 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: 375px; }\",\".framer-NhXq0 .framer-1m6f3fq { aspect-ratio: 2.108490566037736 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 74px); left: 75px; overflow: visible; position: absolute; top: 18px; width: 156px; z-index: 1; }\",\".framer-NhXq0 .framer-1f23cfg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 37px; height: 445px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-NhXq0 .framer-m9xlwx, .framer-NhXq0 .framer-3vub8, .framer-NhXq0 .framer-1ekarkk, .framer-NhXq0 .framer-1rhq1j1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 124px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 382px; }\",\".framer-NhXq0 .framer-6y06rs, .framer-NhXq0 .framer-afnc8m, .framer-NhXq0 .framer-1wze9ok, .framer-NhXq0 .framer-1udykmy, .framer-NhXq0 .framer-1fe5p23, .framer-NhXq0 .framer-liuf8v, .framer-NhXq0 .framer-j42qwv { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-NhXq0 .framer-1wl4s05-container, .framer-NhXq0 .framer-128db43-container, .framer-NhXq0 .framer-m7wgr0-container, .framer-NhXq0 .framer-1glmbt8-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-NhXq0 .framer-z0c0pi-container, .framer-NhXq0 .framer-ffdga0-container, .framer-NhXq0 .framer-1cy7obc-container, .framer-NhXq0 .framer-1sfwlc8-container, .framer-NhXq0 .framer-1xe3u7r-container, .framer-NhXq0 .framer-16opvh3-container, .framer-NhXq0 .framer-15ji073-container, .framer-NhXq0 .framer-rrpp7b-container, .framer-NhXq0 .framer-19b7jjh-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-NhXq0 .framer-11uptb4-container { flex: none; height: auto; position: relative; width: 165px; }\",\".framer-NhXq0 .framer-13l9oox { 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: 475px; }\",\".framer-NhXq0 .framer-ffw85o { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 472px; word-break: break-word; word-wrap: break-word; }\",\".framer-NhXq0 .framer-x1kxdr { flex: none; height: auto; max-width: 400px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-NhXq0 .framer-1uv6xd3, .framer-NhXq0 .framer-seb8pr, .framer-NhXq0 .framer-puk88s, .framer-NhXq0 .framer-17y6gxu { flex: none; height: 2px; overflow: hidden; position: relative; width: 316px; }\",\".framer-NhXq0 .framer-1lbpgxq { flex: none; height: 519px; overflow: visible; position: relative; width: 248px; z-index: 2; }\",\".framer-NhXq0 .framer-12bw4wf { flex: none; height: 519px; overflow: visible; position: relative; width: 234px; z-index: 2; }\",\".framer-NhXq0 .framer-868d3s, .framer-NhXq0 .framer-sg6f9b { flex: none; height: 519px; overflow: visible; position: relative; width: 235px; z-index: 2; }\",\".framer-NhXq0 .framer-cexf0n { flex: none; height: 519px; overflow: visible; position: relative; width: 236px; z-index: 2; }\",\".framer-NhXq0 .framer-12hgtnt { flex: none; height: 55px; left: 31px; position: absolute; top: 77px; white-space: pre-wrap; width: 145px; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-NhXq0 .framer-12iorat { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 930px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NhXq0 .framer-1x1gpjy-container { flex: none; height: auto; position: relative; width: 182px; }\",\".framer-NhXq0 .framer-12enacv, .framer-NhXq0 .framer-kny78 { align-content: center; align-items: center; 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-NhXq0 .framer-1s8ft73 { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 317px; word-break: break-word; word-wrap: break-word; }\",\".framer-NhXq0 .framer-11sb4gy, .framer-NhXq0 .framer-1ggudfn { flex: none; height: auto; max-width: 400px; overflow: visible; position: relative; white-space: pre-wrap; width: 356px; word-break: break-word; word-wrap: break-word; }\",\".framer-NhXq0 .framer-a5qcbw { flex: none; height: 530px; overflow: visible; position: relative; width: 241px; z-index: 2; }\",\".framer-NhXq0 .framer-1ly90q1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 899px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-NhXq0 .framer-s0qzkt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: 100%; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 206px; }\",\".framer-NhXq0 .framer-1mvic0g-container { flex: none; height: auto; position: relative; width: 146px; }\",\".framer-NhXq0 .framer-ju1dcl { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 379px; word-break: break-word; word-wrap: break-word; }\",\".framer-NhXq0 .framer-n99x5c { flex: none; height: 533px; overflow: visible; position: relative; width: 244px; z-index: 2; }\",\".framer-NhXq0 .framer-w7427j-container { flex: none; height: 257px; position: absolute; right: 113px; top: 166px; width: 518px; z-index: 1; }\",\".framer-NhXq0 .framer-cetfkb, .framer-NhXq0 .framer-osmltx, .framer-NhXq0 .framer-j2bzmi, .framer-NhXq0 .framer-18n9uum, .framer-NhXq0 .framer-1ajvggo, .framer-NhXq0 .framer-1hkpuod, .framer-NhXq0 .framer-1br03md, .framer-NhXq0 .framer-w0gb7c, .framer-NhXq0 .framer-1l8dpvb, .framer-NhXq0 .framer-1bg9asl { height: 222px; overflow: hidden; position: relative; width: 294px; will-change: var(--framer-will-change-override, transform); }\",\".framer-NhXq0 .framer-1w4ja9l-container { bottom: 30px; flex: none; height: 257px; position: absolute; right: 113px; width: 518px; z-index: 1; }\",\".framer-NhXq0 .framer-i4w6ld-container, .framer-NhXq0 .framer-b7a3z2-container, .framer-NhXq0 .framer-ssv8ja-container { flex: none; height: 257px; left: -64px; position: absolute; right: -72px; top: calc(54.29815016322092% - 257px / 2); z-index: 1; }\",\".framer-NhXq0 .framer-1nu9xyu-container, .framer-NhXq0 .framer-1yo42hz-container, .framer-NhXq0 .framer-1jrsih4-container { bottom: 55px; flex: none; height: 257px; left: -59px; position: absolute; right: -77px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-mi1z3b, .framer-NhXq0 .framer-3vavzr, .framer-NhXq0 .framer-1bbjt79, .framer-NhXq0 .framer-cqvpop, .framer-NhXq0 .framer-1vqkbci, .framer-NhXq0 .framer-frsljm, .framer-NhXq0 .framer-g29glp, .framer-NhXq0 .framer-1nm6hjq, .framer-NhXq0 .framer-1f23cfg, .framer-NhXq0 .framer-m9xlwx, .framer-NhXq0 .framer-6y06rs, .framer-NhXq0 .framer-afnc8m, .framer-NhXq0 .framer-3vub8, .framer-NhXq0 .framer-1wze9ok, .framer-NhXq0 .framer-1udykmy, .framer-NhXq0 .framer-13l9oox, .framer-NhXq0 .framer-12iorat, .framer-NhXq0 .framer-1ekarkk, .framer-NhXq0 .framer-1fe5p23, .framer-NhXq0 .framer-liuf8v, .framer-NhXq0 .framer-12enacv, .framer-NhXq0 .framer-1ly90q1, .framer-NhXq0 .framer-1rhq1j1, .framer-NhXq0 .framer-j42qwv, .framer-NhXq0 .framer-s0qzkt, .framer-NhXq0 .framer-kny78 { gap: 0px; } .framer-NhXq0.framer-mi1z3b > * { margin: 0px; margin-bottom: calc(106px / 2); margin-top: calc(106px / 2); } .framer-NhXq0.framer-mi1z3b > :first-child, .framer-NhXq0 .framer-6y06rs > :first-child, .framer-NhXq0 .framer-afnc8m > :first-child, .framer-NhXq0 .framer-1wze9ok > :first-child, .framer-NhXq0 .framer-1udykmy > :first-child, .framer-NhXq0 .framer-13l9oox > :first-child, .framer-NhXq0 .framer-12iorat > :first-child, .framer-NhXq0 .framer-1fe5p23 > :first-child, .framer-NhXq0 .framer-liuf8v > :first-child, .framer-NhXq0 .framer-12enacv > :first-child, .framer-NhXq0 .framer-1ly90q1 > :first-child, .framer-NhXq0 .framer-j42qwv > :first-child, .framer-NhXq0 .framer-s0qzkt > :first-child, .framer-NhXq0 .framer-kny78 > :first-child { margin-top: 0px; } .framer-NhXq0.framer-mi1z3b > :last-child, .framer-NhXq0 .framer-6y06rs > :last-child, .framer-NhXq0 .framer-afnc8m > :last-child, .framer-NhXq0 .framer-1wze9ok > :last-child, .framer-NhXq0 .framer-1udykmy > :last-child, .framer-NhXq0 .framer-13l9oox > :last-child, .framer-NhXq0 .framer-12iorat > :last-child, .framer-NhXq0 .framer-1fe5p23 > :last-child, .framer-NhXq0 .framer-liuf8v > :last-child, .framer-NhXq0 .framer-12enacv > :last-child, .framer-NhXq0 .framer-1ly90q1 > :last-child, .framer-NhXq0 .framer-j42qwv > :last-child, .framer-NhXq0 .framer-s0qzkt > :last-child, .framer-NhXq0 .framer-kny78 > :last-child { margin-bottom: 0px; } .framer-NhXq0 .framer-3vavzr > *, .framer-NhXq0 .framer-m9xlwx > *, .framer-NhXq0 .framer-3vub8 > *, .framer-NhXq0 .framer-1ekarkk > *, .framer-NhXq0 .framer-1rhq1j1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-NhXq0 .framer-3vavzr > :first-child, .framer-NhXq0 .framer-1bbjt79 > :first-child, .framer-NhXq0 .framer-cqvpop > :first-child, .framer-NhXq0 .framer-1vqkbci > :first-child, .framer-NhXq0 .framer-frsljm > :first-child, .framer-NhXq0 .framer-g29glp > :first-child, .framer-NhXq0 .framer-1nm6hjq > :first-child, .framer-NhXq0 .framer-1f23cfg > :first-child, .framer-NhXq0 .framer-m9xlwx > :first-child, .framer-NhXq0 .framer-3vub8 > :first-child, .framer-NhXq0 .framer-1ekarkk > :first-child, .framer-NhXq0 .framer-1rhq1j1 > :first-child { margin-left: 0px; } .framer-NhXq0 .framer-3vavzr > :last-child, .framer-NhXq0 .framer-1bbjt79 > :last-child, .framer-NhXq0 .framer-cqvpop > :last-child, .framer-NhXq0 .framer-1vqkbci > :last-child, .framer-NhXq0 .framer-frsljm > :last-child, .framer-NhXq0 .framer-g29glp > :last-child, .framer-NhXq0 .framer-1nm6hjq > :last-child, .framer-NhXq0 .framer-1f23cfg > :last-child, .framer-NhXq0 .framer-m9xlwx > :last-child, .framer-NhXq0 .framer-3vub8 > :last-child, .framer-NhXq0 .framer-1ekarkk > :last-child, .framer-NhXq0 .framer-1rhq1j1 > :last-child { margin-right: 0px; } .framer-NhXq0 .framer-1bbjt79 > *, .framer-NhXq0 .framer-cqvpop > *, .framer-NhXq0 .framer-1vqkbci > *, .framer-NhXq0 .framer-frsljm > *, .framer-NhXq0 .framer-g29glp > *, .framer-NhXq0 .framer-1nm6hjq > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-NhXq0 .framer-1f23cfg > * { margin: 0px; margin-left: calc(37px / 2); margin-right: calc(37px / 2); } .framer-NhXq0 .framer-6y06rs > *, .framer-NhXq0 .framer-afnc8m > *, .framer-NhXq0 .framer-1wze9ok > *, .framer-NhXq0 .framer-1udykmy > *, .framer-NhXq0 .framer-1fe5p23 > *, .framer-NhXq0 .framer-liuf8v > *, .framer-NhXq0 .framer-j42qwv > *, .framer-NhXq0 .framer-s0qzkt > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-NhXq0 .framer-13l9oox > *, .framer-NhXq0 .framer-12enacv > *, .framer-NhXq0 .framer-kny78 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-NhXq0 .framer-12iorat > *, .framer-NhXq0 .framer-1ly90q1 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",\".framer-NhXq0.framer-v-afkh2b.framer-mi1z3b, .framer-NhXq0.framer-v-1y6yj8a.framer-mi1z3b, .framer-NhXq0.framer-v-1yd88z6.framer-mi1z3b, .framer-NhXq0.framer-v-4t33sj.framer-mi1z3b { height: 699px; }\",\".framer-NhXq0.framer-v-afkh2b .framer-3vavzr { width: 780px; }\",\".framer-NhXq0.framer-v-afkh2b .framer-ffw85o { width: 419px; }\",\".framer-NhXq0.framer-v-afkh2b .framer-1lbpgxq { height: 533px; width: 241px; }\",\".framer-NhXq0.framer-v-1y6yj8a .framer-13l9oox, .framer-NhXq0.framer-v-2u2zg4 .framer-puk88s, .framer-NhXq0.framer-v-2u2zg4 .framer-a5qcbw, .framer-NhXq0.framer-v-1pm55tg .framer-17y6gxu, .framer-NhXq0.framer-v-1pm55tg .framer-n99x5c { order: 2; }\",\".framer-NhXq0.framer-v-1y6yj8a .framer-ffw85o { width: 394px; }\",\".framer-NhXq0.framer-v-1y6yj8a .framer-1lbpgxq { height: 536px; order: 3; width: 241px; }\",\".framer-NhXq0.framer-v-1yd88z6 .framer-ffw85o { width: 443px; }\",\".framer-NhXq0.framer-v-1yd88z6 .framer-1lbpgxq { height: 537px; width: 241px; }\",\".framer-NhXq0.framer-v-4t33sj .framer-ffw85o { width: 429px; }\",\".framer-NhXq0.framer-v-4t33sj .framer-1lbpgxq { height: 536px; width: 241px; }\",\".framer-NhXq0.framer-v-1k4dzxv.framer-mi1z3b, .framer-NhXq0.framer-v-no61bk.framer-mi1z3b, .framer-NhXq0.framer-v-1jgdiau.framer-mi1z3b, .framer-NhXq0.framer-v-fixhjg.framer-mi1z3b, .framer-NhXq0.framer-v-196quia.framer-mi1z3b { height: 760px; width: 763px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-3vavzr, .framer-NhXq0.framer-v-no61bk .framer-3vavzr, .framer-NhXq0.framer-v-1jgdiau .framer-3vavzr, .framer-NhXq0.framer-v-fixhjg .framer-3vavzr { flex-direction: column; gap: 18px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-1m6f3fq { height: var(--framer-aspect-ratio-supported, 60px); left: 15px; top: 130px; width: 126px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-13l9oox, .framer-NhXq0.framer-v-no61bk .framer-13l9oox, .framer-NhXq0.framer-v-fixhjg .framer-13l9oox, .framer-NhXq0.framer-v-196quia .framer-13l9oox, .framer-NhXq0.framer-v-196quia .framer-ffw85o { width: 373px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-ffw85o { width: 377px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-1lbpgxq { width: 247px; }\",\".framer-NhXq0.framer-v-1k4dzxv .framer-12hgtnt { left: 78px; top: 177px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-1k4dzxv .framer-3vavzr { gap: 0px; } .framer-NhXq0.framer-v-1k4dzxv .framer-3vavzr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-NhXq0.framer-v-1k4dzxv .framer-3vavzr > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-1k4dzxv .framer-3vavzr > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-no61bk .framer-ffw85o { width: 372px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-no61bk .framer-3vavzr { gap: 0px; } .framer-NhXq0.framer-v-no61bk .framer-3vavzr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-NhXq0.framer-v-no61bk .framer-3vavzr > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-no61bk .framer-3vavzr > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-1jgdiau .framer-13l9oox { width: 390px; }\",\".framer-NhXq0.framer-v-1jgdiau .framer-ffw85o { width: 391px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-1jgdiau .framer-3vavzr { gap: 0px; } .framer-NhXq0.framer-v-1jgdiau .framer-3vavzr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-NhXq0.framer-v-1jgdiau .framer-3vavzr > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-1jgdiau .framer-3vavzr > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-fixhjg .framer-ffw85o { width: 375px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-fixhjg .framer-3vavzr { gap: 0px; } .framer-NhXq0.framer-v-fixhjg .framer-3vavzr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-NhXq0.framer-v-fixhjg .framer-3vavzr > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-fixhjg .framer-3vavzr > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-196quia .framer-3vavzr { flex-direction: column; gap: 18px; width: 770px; }\",\".framer-NhXq0.framer-v-196quia .framer-1f23cfg { height: 493px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-196quia .framer-3vavzr { gap: 0px; } .framer-NhXq0.framer-v-196quia .framer-3vavzr > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-NhXq0.framer-v-196quia .framer-3vavzr > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-196quia .framer-3vavzr > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-umzx0y.framer-mi1z3b, .framer-NhXq0.framer-v-1prze55.framer-mi1z3b { align-content: flex-start; align-items: flex-start; gap: 26px; height: 920px; justify-content: flex-start; width: 382px; }\",\".framer-NhXq0.framer-v-umzx0y .framer-1f23cfg { flex-direction: column; gap: 12px; height: 917px; order: 1; width: 100%; }\",\".framer-NhXq0.framer-v-umzx0y .framer-3vub8, .framer-NhXq0.framer-v-1prze55 .framer-afnc8m, .framer-NhXq0.framer-v-2u2zg4 .framer-12iorat, .framer-NhXq0.framer-v-2u2zg4 .framer-12enacv, .framer-NhXq0.framer-v-1pm55tg .framer-1ly90q1, .framer-NhXq0.framer-v-1pm55tg .framer-kny78 { order: 1; }\",\".framer-NhXq0.framer-v-umzx0y .framer-13l9oox { align-content: center; align-items: center; gap: 18px; order: 2; width: 100%; }\",\".framer-NhXq0.framer-v-umzx0y .framer-ffw85o { order: 1; width: 338px; }\",\".framer-NhXq0.framer-v-umzx0y .framer-x1kxdr, .framer-NhXq0.framer-v-1prze55 .framer-x1kxdr { order: 2; width: 356px; }\",\".framer-NhXq0.framer-v-umzx0y .framer-seb8pr, .framer-NhXq0.framer-v-1prze55 .framer-m9xlwx, .framer-NhXq0.framer-v-1prze55 .framer-6y06rs, .framer-NhXq0.framer-v-1prze55 .framer-1uv6xd3, .framer-NhXq0.framer-v-2u2zg4 .framer-1ekarkk, .framer-NhXq0.framer-v-1pm55tg .framer-1rhq1j1 { order: 0; }\",\".framer-NhXq0.framer-v-umzx0y .framer-1lbpgxq, .framer-NhXq0.framer-v-1prze55 .framer-1lbpgxq { height: 544px; order: 3; }\",\".framer-NhXq0.framer-v-umzx0y .framer-w7427j-container { left: -64px; order: 6; right: -72px; top: calc(54.29815016322092% - 257px / 2); width: unset; }\",\".framer-NhXq0.framer-v-umzx0y .framer-1w4ja9l-container { bottom: 55px; left: -59px; order: 7; right: -77px; width: unset; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-umzx0y.framer-mi1z3b, .framer-NhXq0.framer-v-umzx0y .framer-1f23cfg, .framer-NhXq0.framer-v-umzx0y .framer-13l9oox { gap: 0px; } .framer-NhXq0.framer-v-umzx0y.framer-mi1z3b > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-NhXq0.framer-v-umzx0y.framer-mi1z3b > :first-child, .framer-NhXq0.framer-v-umzx0y .framer-1f23cfg > :first-child, .framer-NhXq0.framer-v-umzx0y .framer-13l9oox > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-umzx0y.framer-mi1z3b > :last-child, .framer-NhXq0.framer-v-umzx0y .framer-1f23cfg > :last-child, .framer-NhXq0.framer-v-umzx0y .framer-13l9oox > :last-child { margin-bottom: 0px; } .framer-NhXq0.framer-v-umzx0y .framer-1f23cfg > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NhXq0.framer-v-umzx0y .framer-13l9oox > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\",\".framer-NhXq0.framer-v-1prze55 .framer-1f23cfg { flex-direction: column; gap: 12px; height: 920px; order: 1; width: 100%; }\",\".framer-NhXq0.framer-v-1prze55 .framer-13l9oox { align-content: center; align-items: center; order: 2; width: 100%; }\",\".framer-NhXq0.framer-v-1prze55 .framer-ffw85o { order: 1; width: 371px; }\",\".framer-NhXq0.framer-v-1prze55 .framer-i4w6ld-container { order: 8; }\",\".framer-NhXq0.framer-v-1prze55 .framer-1nu9xyu-container { order: 9; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-1prze55.framer-mi1z3b, .framer-NhXq0.framer-v-1prze55 .framer-1f23cfg { gap: 0px; } .framer-NhXq0.framer-v-1prze55.framer-mi1z3b > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-NhXq0.framer-v-1prze55.framer-mi1z3b > :first-child, .framer-NhXq0.framer-v-1prze55 .framer-1f23cfg > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-1prze55.framer-mi1z3b > :last-child, .framer-NhXq0.framer-v-1prze55 .framer-1f23cfg > :last-child { margin-bottom: 0px; } .framer-NhXq0.framer-v-1prze55 .framer-1f23cfg > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",\".framer-NhXq0.framer-v-2u2zg4.framer-mi1z3b, .framer-NhXq0.framer-v-1pm55tg.framer-mi1z3b { align-content: flex-start; align-items: flex-start; gap: 12px; height: 920px; justify-content: flex-start; width: 382px; }\",\".framer-NhXq0.framer-v-2u2zg4 .framer-1s8ft73, .framer-NhXq0.framer-v-1pm55tg .framer-ju1dcl { order: 3; }\",\".framer-NhXq0.framer-v-2u2zg4 .framer-11sb4gy, .framer-NhXq0.framer-v-1pm55tg .framer-1ggudfn { order: 4; }\",\".framer-NhXq0.framer-v-2u2zg4 .framer-b7a3z2-container { order: 10; }\",\".framer-NhXq0.framer-v-2u2zg4 .framer-1yo42hz-container { order: 11; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-2u2zg4.framer-mi1z3b { gap: 0px; } .framer-NhXq0.framer-v-2u2zg4.framer-mi1z3b > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NhXq0.framer-v-2u2zg4.framer-mi1z3b > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-2u2zg4.framer-mi1z3b > :last-child { margin-bottom: 0px; } }\",\".framer-NhXq0.framer-v-1pm55tg .framer-ssv8ja-container { order: 12; }\",\".framer-NhXq0.framer-v-1pm55tg .framer-1jrsih4-container { order: 13; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-NhXq0.framer-v-1pm55tg.framer-mi1z3b { gap: 0px; } .framer-NhXq0.framer-v-1pm55tg.framer-mi1z3b > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-NhXq0.framer-v-1pm55tg.framer-mi1z3b > :first-child { margin-top: 0px; } .framer-NhXq0.framer-v-1pm55tg.framer-mi1z3b > :last-child { margin-bottom: 0px; } }\",'.framer-NhXq0[data-border=\"true\"]::after, .framer-NhXq0 [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 686\n * @framerIntrinsicWidth 1278\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"uLrH3zups\":{\"layout\":[\"fixed\",\"fixed\"]},\"FgqTBSRNN\":{\"layout\":[\"fixed\",\"fixed\"]},\"pBDogJQC5\":{\"layout\":[\"fixed\",\"fixed\"]},\"HSJO5Qt4Y\":{\"layout\":[\"fixed\",\"fixed\"]},\"JPfhqdpsg\":{\"layout\":[\"fixed\",\"fixed\"]},\"ibh4A3Utj\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZtXEMsJOh\":{\"layout\":[\"fixed\",\"fixed\"]},\"p33ng5Q_b\":{\"layout\":[\"fixed\",\"fixed\"]},\"IOlPfAqIr\":{\"layout\":[\"fixed\",\"fixed\"]},\"aUH0kEoyo\":{\"layout\":[\"fixed\",\"fixed\"]},\"ldFY7qikm\":{\"layout\":[\"fixed\",\"fixed\"]},\"Dk3kmTVOW\":{\"layout\":[\"fixed\",\"fixed\"]},\"uemZW4lLY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMbUXL3cXy=withCSS(Component,css,\"framer-NhXq0\");export default FramerMbUXL3cXy;FramerMbUXL3cXy.displayName=\"Use Cases - Incredible Race\";FramerMbUXL3cXy.defaultProps={height:686,width:1278};addPropertyControls(FramerMbUXL3cXy,{variant:{options:[\"AuaRD5Fkq\",\"uLrH3zups\",\"FgqTBSRNN\",\"pBDogJQC5\",\"HSJO5Qt4Y\",\"JPfhqdpsg\",\"ibh4A3Utj\",\"ZtXEMsJOh\",\"p33ng5Q_b\",\"IOlPfAqIr\",\"aUH0kEoyo\",\"ldFY7qikm\",\"Dk3kmTVOW\",\"uemZW4lLY\"],optionTitles:[\"Tab 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 10\",\"Variant 11\",\"Variant 12\",\"Variant 13\",\"Variant 14\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerMbUXL3cXy,[{explicitInter:true,fonts:[{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1VU80V4bVkA.woff2\",weight:\"500\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1VU80V4bVkA.woff2\",weight:\"600\"},{family:\"Rubik\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/rubik/v28/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",weight:\"400\"},{family:\"The Girl Next Door\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/thegirlnextdoor/v23/pe0zMJCIMIsBjFxqYBIcZ6_OI5oFHCYIUrt7w6bE2A.woff2\",weight:\"400\"}]},...TabFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMbUXL3cXy\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uLrH3zups\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FgqTBSRNN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pBDogJQC5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HSJO5Qt4Y\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JPfhqdpsg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ibh4A3Utj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZtXEMsJOh\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"p33ng5Q_b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IOlPfAqIr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aUH0kEoyo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ldFY7qikm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Dk3kmTVOW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"uemZW4lLY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"686\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1278\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MbUXL3cXy.map"],
  "mappings": "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",
  "names": ["directionTransformers", "offset", "supportsAcceleratedAnimations", "Ticker", "props", "slots", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "speed", "hoverFactor", "direction", "alignment", "sizingOptions", "fadeOptions", "style", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "widthType", "heightType", "paddingValue", "isCanvas", "RenderTarget", "numChildren", "j", "hasChildren", "isHorizontal", "useMotionValue", "transformer", "transform", "useTransform", "parentRef", "pe", "childrenRef", "se", "W", "size", "setSize", "ye", "clonedChildren", "dupedChildren", "duplicateBy", "opacity", "measure", "te", "parentLength", "start", "childrenLength", "childrenStyles", "initialResize", "ue", "resize", "contentSize", "child", "index", "ref", "ref1", "ref2", "ref3", "ref4", "p", "LayoutGroup", "q", "i", "childIndex", "ref5", "animateToValue", "initialTime", "prevTime", "xOrY", "isHover", "isReducedMotion", "useReducedMotion", "listRef", "animationRef", "isInView", "useInView", "useAnimationFrame", "t", "delta", "wrap", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "containerStyle", "u", "motion", "isValidNumber", "placeholderStyles", "emojiStyles", "titleStyles", "subtitleStyles", "addPropertyControls", "ControlType", "num", "min", "max", "value", "colors", "Notes", "props", "note", "shadow", "color", "preview", "alignment", "smallFont", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "useScriptFont", "baseColorString", "backgroundColorString", "se", "baseColor", "Color", "hslColor", "centerAligned", "hasContent", "u", "RenderTarget", "fontStack", "p", "addPropertyControls", "ControlType", "c", "defaultEvents", "PlayOptions", "ThumbnailOptions", "ThumbnailFormat", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "getWebPSupported", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "format", "useWebP", "pre", "ext", "_getWebPSupported", "window", "element", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "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", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "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", "ref1", "ref2", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "C1Vhuah24", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "RichText2", "css", "FramerKUho35Q6W", "withCSS", "KUho35Q6W_default", "addPropertyControls", "ControlType", "addFonts", "TabFonts", "getFonts", "KjJ_nuL7H_default", "RichTextWithFX", "withFX", "RichText2", "TickerFonts", "Ticker", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap364bej", "args", "onTapfikgeo", "onTapju421q", "onTap1ssgpd9", "onTapftd208", "onTap1o6om8", "onTapfjpkoe", "onTap13cbgh3", "KUBaHIWTv17vyhc1", "KUBaHIWTv1vqzkb4", "KUBaHIWTvusjuoa", "KUBaHIWTv1knpa57", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "isDisplayed8", "isDisplayed9", "isDisplayed10", "isDisplayed11", "isDisplayed12", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerMbUXL3cXy", "withCSS", "MbUXL3cXy_default", "addPropertyControls", "ControlType", "addFonts"]
}
