{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js", "ssg:https://framerusercontent.com/modules/eDAFqI4bHxVRxo9sb4Gh/aTh7tyoLD9M8cZ8EePeJ/bG3j63NvO.js", "ssg:https://framerusercontent.com/modules/ykCyBwVlVLUQngGpmSFo/6iYWyd6mA9md7QbCdS9v/Q63QyT76e.js"],
  "sourcesContent": ["/*\n * Animated Counter by framer.today\n * v1.0.1\n *\n * hi@framer.today\n * _joerl on \uD835\uDD4F\n *\n * Full terms here \u21B4\n * https://framer.today/license\n *\n */import{jsx as _jsx}from\"react/jsx-runtime\";import{animate,motion,useInView}from\"framer-motion\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";/**\n * @framerDisableUnlink\n */export default function AnimatedCounter(props){const{from,to,duration,decimalPlaces,decimalSeparator,font:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign},color,playOnLoad,once,animationType}=props;const ref=useRef(null);const isCanvas=RenderTarget.current()===RenderTarget.canvas;const ariaLabel=`Counter ends at ${to}`;// Pass 'once' to useInView\nconst isInView=useInView(ref,{once});const[hasAnimated,setHasAnimated]=useState(false);const[displayValue,setDisplayValue]=useState(()=>formatNumber(from));function formatNumber(value){let formattedNumber=value.toFixed(decimalPlaces).replace(\".\",decimalSeparator);return formattedNumber;}useEffect(()=>{// Determine if animation should play\nif(!isCanvas&&(playOnLoad||isInView)&&!hasAnimated){const animationControl=animate(from,to,{duration,ease:animationType===\"smooth\"?\"easeInOut\":\"linear\",onUpdate:latest=>{setDisplayValue(formatNumber(latest));},onComplete:()=>{if(once){setHasAnimated(true);}}});return()=>animationControl.stop();}},[from,to,duration,decimalPlaces,decimalSeparator,playOnLoad,isInView,animationType,once,hasAnimated]);return /*#__PURE__*/_jsx(motion.div,{ref:ref,initial:{opacity:isCanvas?1:0},whileInView:{opacity:1},style:{fontFamily,fontWeight,fontSize,lineHeight,letterSpacing,textAlign,color,fontVariantNumeric:\"tabular-nums\",userSelect:\"none\"},\"aria-label\":ariaLabel,children:isCanvas?formatNumber(to):displayValue});}AnimatedCounter.defaultProps={from:0,to:24,duration:5,decimalPlaces:0,decimalSeparator:\".\",font:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:40,lineHeight:\"1.5em\",letterSpacing:\"normal\",textAlign:\"left\"},color:\"#FFF\",playOnLoad:true,once:true,animationType:\"smooth\"};addPropertyControls(AnimatedCounter,{from:{type:ControlType.Number,title:\"From\",defaultValue:0,min:0,step:.1,displayStepper:true},to:{type:ControlType.Number,title:\"To\",defaultValue:16,min:0,step:.1,displayStepper:true},animationType:{type:ControlType.Enum,title:\"Animation Type\",defaultValue:\"smooth\",options:[\"smooth\",\"linear\"],optionTitles:[\"Smooth\",\"Linear\"]},duration:{type:ControlType.Number,title:\"Duration\",defaultValue:2.5,min:0,step:.1,displayStepper:true},decimalPlaces:{type:ControlType.Number,displayStepper:true,title:\"Decimal Places\",defaultValue:0,min:0,max:2,step:1},decimalSeparator:{type:ControlType.Enum,title:\"\u21B3 Separator\",defaultValue:\".\",options:[\".\",\",\"],optionTitles:[\".\",\",\"],hidden:({decimalPlaces})=>decimalPlaces===0},font:{type:ControlType.Font,title:\"Font\",controls:\"extended\",defaultValue:{fontFamily:\"Manrope\",fontWeight:\"400\",fontSize:64,lineHeight:\"1.5em\",letterSpacing:\"Medium\",textAlign:\"left\"},displayFontSize:true,displayTextAlignment:false,defaultFontType:\"monospace\"},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\"},once:{type:ControlType.Boolean,title:\"Once\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},playOnLoad:{type:ControlType.Boolean,title:\"Play on Load\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\",description:`\n        \n        *from framer.today*\n [License](https://framer.today/license)\n    `}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"AnimatedCounter\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./AnimatedCounter.map", "// Generated by Framer (63ecd5c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/2WNEmAPtkvgxtBaNbWet/SlideShow.js\";import TestimonialCard from\"https://framerusercontent.com/modules/cbi7k68SCjfYatjNLrSy/Y6eWTKhofuSCzuD5mjnM/OgvGoc3Wg.js\";const TestimonialCardFonts=getFonts(TestimonialCard);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"TUnPSLYK3\",\"ArtrpDec0\",\"OjTdw7dhv\"];const serializationHash=\"framer-ovOz9\";const variantClassNames={ArtrpDec0:\"framer-v-b9bwa2\",OjTdw7dhv:\"framer-v-1djwica\",TUnPSLYK3:\"framer-v-n74qpl\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"TUnPSLYK3\",Phone:\"OjTdw7dhv\",Tablet:\"ArtrpDec0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"TUnPSLYK3\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"TUnPSLYK3\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ArtrpDec0\",\"OjTdw7dhv\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"ArtrpDec0\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"OjTdw7dhv\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-n74qpl\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"TUnPSLYK3\",ref:refBinding,style:{...style},...addPropertyOverrides({ArtrpDec0:{\"data-framer-name\":\"Tablet\"},OjTdw7dhv:{\"data-framer-name\":\"Phone\",draggable:\"true\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fdghua-container\",\"data-framer-name\":\"Desktop\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qGnCeM1_3-container\",name:\"Desktop\",nodeId:\"qGnCeM1_3\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:20,arrowPadding:20,arrowPaddingBottom:-49,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/lZQc4kDEsK9iw298hpyP9wwEOY.svg\",rightArrow:\"https://framerusercontent.com/images/phajgFvxgzfQZIA8nhGonyFEK8.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:false,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:18,height:\"100%\",id:\"qGnCeM1_3\",intervalControl:2,itemAmount:3,layoutId:\"qGnCeM1_3\",name:\"Desktop\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"var(--token-4b793aaa-4f30-40f9-846b-cacc0b20594e, rgb(255, 255, 255))\",dotsGap:10,dotsInset:-45,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hbkc2n-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"k401VhhDh-container\",nodeId:\"k401VhhDh\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Alex Johnson\",id:\"k401VhhDh\",LaFnUrcdZ:\"Software Engineer\",layoutId:\"k401VhhDh\",mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries.\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4766sz-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RuNKyCCMV-container\",nodeId:\"RuNKyCCMV\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Daniel Wilson\",id:\"RuNKyCCMV\",LaFnUrcdZ:\"UX Designer\",layoutId:\"RuNKyCCMV\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/SRhEBTB8JYJYmoYQJlksgXDLmQ.png\"},\"\"),mhcjW3u7Z:\"\u201CI cannot recommend Waned Roust Travels enough. Their commitment to excellence truly sets them apart. I can't wait to book my next adventure!\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5o4ixi-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"aAqkgFvCt-container\",nodeId:\"aAqkgFvCt\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Sarah Lee\",id:\"aAqkgFvCt\",LaFnUrcdZ:\"Marketing Manager\",layoutId:\"aAqkgFvCt\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/U3wqRNBYEIAm2ROc6oGLmdlDuEQ.png\"},\"\"),mhcjW3u7Z:\"\u201CExploring the world with Waned Roust Travels was a dream! Their dedication to creating unforgettable moments was clear. Accommodations.\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-ro792p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"OuBFOJsRG-container\",nodeId:\"OuBFOJsRG\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Olivia Brown\",id:\"OuBFOJsRG\",LaFnUrcdZ:\"Art Director\",layoutId:\"OuBFOJsRG\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/rHuTnm1v0Vb0oSSEKRLkakYnwE.png\"},\"\"),mhcjW3u7Z:\"\u201CTraveling with Waned Roust Travels was a delight. Their knowledge of each destination made the trip both educational and enjoyable.\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-18rblzm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ri7tM_wLt-container\",nodeId:\"ri7tM_wLt\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Michael Thompson\",id:\"ri7tM_wLt\",LaFnUrcdZ:\"Product Designer\",layoutId:\"ri7tM_wLt\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/nV5WEF7nPAK2yHDYLtV5KR0wnsg.png\"},\"\"),mhcjW3u7Z:\"\u201CThe customer service at Waned Roust Travels exceeded my expectations. Every detail was carefully thought out, ensuring a memorable.\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-21eyuh-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"iGULtHek2-container\",nodeId:\"iGULtHek2\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Lucas Garcia\",id:\"iGULtHek2\",LaFnUrcdZ:\"Content Writer\",layoutId:\"iGULtHek2\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/1EZnmq1gugNHCDHYVOG4rNUQt4.png\"},\"\"),mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries.\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"430px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o17sjq-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hWGZnI6sy-container\",nodeId:\"hWGZnI6sy\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Emily White\",id:\"hWGZnI6sy\",LaFnUrcdZ:\"Graphic Designer\",layoutId:\"hWGZnI6sy\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/5X1vA11NkOvdqxqx9WcsxE3BxmY.png\"},\"\"),mhcjW3u7Z:\"\u201CMy journey with Waned Roust Travels was nothing short of extraordinary. The team's dedication to creating memories made every moment special.\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-mfhvpm-container\",\"data-framer-name\":\"Tablet\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"oF_Bun6lu-container\",name:\"Tablet\",nodeId:\"oF_Bun6lu\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:20,arrowPadding:20,arrowPaddingBottom:-60,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/lZQc4kDEsK9iw298hpyP9wwEOY.svg\",rightArrow:\"https://framerusercontent.com/images/phajgFvxgzfQZIA8nhGonyFEK8.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:18,height:\"100%\",id:\"oF_Bun6lu\",intervalControl:1.5,itemAmount:2,layoutId:\"oF_Bun6lu\",name:\"Tablet\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:-45,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-8bpob6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"SsKbDCfIW-container\",nodeId:\"SsKbDCfIW\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Alex Johnson\",id:\"SsKbDCfIW\",LaFnUrcdZ:\"Software Engineer\",layoutId:\"SsKbDCfIW\",mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries, aspect .\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3svr07-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"pZGeazXQL-container\",nodeId:\"pZGeazXQL\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Daniel Wilson\",id:\"pZGeazXQL\",LaFnUrcdZ:\"UX Designer\",layoutId:\"pZGeazXQL\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/SRhEBTB8JYJYmoYQJlksgXDLmQ.png\"},\"\"),mhcjW3u7Z:\"\u201CI cannot recommend Waned Roust Travels enough. Their commitment to excellence truly sets them apart. I can't wait to book my next adventure!\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-131qktt-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hICefWqnP-container\",nodeId:\"hICefWqnP\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Sarah Lee\",id:\"hICefWqnP\",LaFnUrcdZ:\"Marketing Manager\",layoutId:\"hICefWqnP\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/U3wqRNBYEIAm2ROc6oGLmdlDuEQ.png\"},\"\"),mhcjW3u7Z:\"\u201CExploring the world with Waned Roust Travels was a dream! Their dedication to creating unforgettable moments was clear. Accommodations were luxurious.\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1klol2w-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ni7MpofYr-container\",nodeId:\"Ni7MpofYr\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Michael Thompson\",id:\"Ni7MpofYr\",LaFnUrcdZ:\"Product Designer\",layoutId:\"Ni7MpofYr\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/nV5WEF7nPAK2yHDYLtV5KR0wnsg.png\"},\"\"),mhcjW3u7Z:\"\u201CThe customer service at Waned Roust Travels exceeded my expectations. Every detail was carefully thought out, ensuring a memorable journey.\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-169xq0p-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"mRUmFhUNh-container\",nodeId:\"mRUmFhUNh\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Lucas Garcia\",id:\"mRUmFhUNh\",LaFnUrcdZ:\"Content Writer\",layoutId:\"mRUmFhUNh\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/1EZnmq1gugNHCDHYVOG4rNUQt4.png\"},\"\"),mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries, aspect was perfect!\u201D\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1arzdco-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QkxGd7UtR-container\",nodeId:\"QkxGd7UtR\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Emily White\",id:\"QkxGd7UtR\",LaFnUrcdZ:\"Graphic Designer\",layoutId:\"QkxGd7UtR\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/5X1vA11NkOvdqxqx9WcsxE3BxmY.png\"},\"\"),mhcjW3u7Z:\"\u201CMy journey with Waned Roust Travels was nothing short of extraordinary. The team's dedication to creating unforgettable memories made every moment special for your next trip. It was so much enjoyable.\\\"\",style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qkcv83-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"tWx5qGnlX-container\",nodeId:\"tWx5qGnlX\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Olivia Brown\",id:\"tWx5qGnlX\",LaFnUrcdZ:\"Art Director\",layoutId:\"tWx5qGnlX\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/rHuTnm1v0Vb0oSSEKRLkakYnwE.png\"},\"\"),mhcjW3u7Z:'\u201CTraveling with Waned Roust Travels was a delight. Their knowledge of each destination made the trip both educational and enjoyable for your next trip.\"',style:{width:\"100%\"},tK7vaj4xs:\"QA3vhqIee\",variant:\"HMrKuyjuq\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-91zkzv-container\",\"data-framer-name\":\"Phone\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qvJbETZFs-container\",name:\"Phone\",nodeId:\"qvJbETZFs\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:20,arrowPadding:20,arrowPaddingBottom:-40,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-mid\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/lZQc4kDEsK9iw298hpyP9wwEOY.svg\",rightArrow:\"https://framerusercontent.com/images/phajgFvxgzfQZIA8nhGonyFEK8.svg\",showMouseControls:true},autoPlayControl:true,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",id:\"qvJbETZFs\",intervalControl:2,itemAmount:1,layoutId:\"qvJbETZFs\",name:\"Phone\",padding:0,paddingBottom:0,paddingLeft:14,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:-45,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9fnspj-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"nSEYHMR7v-container\",nodeId:\"nSEYHMR7v\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Alex Johnson\",id:\"nSEYHMR7v\",LaFnUrcdZ:\"Software Engineer\",layoutId:\"nSEYHMR7v\",mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries, aspect was perfect!\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ee04j0-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"u1Uoo4Q8z-container\",nodeId:\"u1Uoo4Q8z\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Daniel Wilson\",id:\"u1Uoo4Q8z\",LaFnUrcdZ:\"UX Designer\",layoutId:\"u1Uoo4Q8z\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/SRhEBTB8JYJYmoYQJlksgXDLmQ.png\"},\"\"),mhcjW3u7Z:\"\u201CI cannot recommend Waned Roust Travels enough. Their commitment to excellence truly sets them apart. I can't wait to book my next adventure!\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gh2phx-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"hPU24QSYu-container\",nodeId:\"hPU24QSYu\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Sarah Lee\",id:\"hPU24QSYu\",LaFnUrcdZ:\"Marketing Manager\",layoutId:\"hPU24QSYu\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/U3wqRNBYEIAm2ROc6oGLmdlDuEQ.png\"},\"\"),mhcjW3u7Z:\"\u201CExploring the world with Waned Roust Travels was a dream! Their dedication to creating unforgettable moments was clear. Accommodations were luxurious.\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1iy5xzu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"EYGHyhsDY-container\",nodeId:\"EYGHyhsDY\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Olivia Brown\",id:\"EYGHyhsDY\",LaFnUrcdZ:\"Art Director\",layoutId:\"EYGHyhsDY\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/rHuTnm1v0Vb0oSSEKRLkakYnwE.png\"},\"\"),mhcjW3u7Z:\"\u201CTraveling with Waned Roust Travels was a delight. Their knowledge of each destination made the trip both educational and enjoyable for your.\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3b8cty-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"THw5SBf6l-container\",nodeId:\"THw5SBf6l\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Michael Thompson\",id:\"THw5SBf6l\",LaFnUrcdZ:\"Product Designer\",layoutId:\"THw5SBf6l\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/nV5WEF7nPAK2yHDYLtV5KR0wnsg.png\"},\"\"),mhcjW3u7Z:\"\u201CThe customer service at Waned Roust Travels exceeded my expectations. Every detail was carefully thought out, ensuring a memorable journey.\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-rdj1va-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sREvc0EZd-container\",nodeId:\"sREvc0EZd\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Lucas Garcia\",id:\"sREvc0EZd\",LaFnUrcdZ:\"Content Writer\",layoutId:\"sREvc0EZd\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/1EZnmq1gugNHCDHYVOG4rNUQt4.png\"},\"\"),mhcjW3u7Z:\"\u201CI had an amazing experience with Waned roust Travels! Their personalized service trip unforged. From stunning accompt to curated itineraries, aspect was perfect!\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:305,width:\"340px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-4x18o5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"L36MSjPqR-container\",nodeId:\"L36MSjPqR\",rendersWithMotion:true,scopeId:\"bG3j63NvO\",children:/*#__PURE__*/_jsx(TestimonialCard,{height:\"100%\",HxCjsCZW0:\"Emily White\",id:\"L36MSjPqR\",LaFnUrcdZ:\"Graphic Designer\",layoutId:\"L36MSjPqR\",MBg1_H_wB:addImageAlt({src:\"https://framerusercontent.com/images/5X1vA11NkOvdqxqx9WcsxE3BxmY.png\"},\"\"),mhcjW3u7Z:\"\u201CMy journey with Waned Roust Travels was nothing short of extraordinary. The team's dedication to creating unforgettable memories made every moment special.\u201D\",tK7vaj4xs:\"QA3vhqIee\",variant:\"KHK5wEYOj\",width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,delay:0,mass:1,stiffness:200,type:\"spring\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ovOz9.framer-63t3b7, .framer-ovOz9 .framer-63t3b7 { display: block; }\",\".framer-ovOz9.framer-n74qpl { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: 1200px; }\",\".framer-ovOz9 .framer-1fdghua-container { flex: 1 0 0px; height: 325px; position: relative; width: 1px; }\",\".framer-ovOz9 .framer-1hbkc2n-container, .framer-ovOz9 .framer-4766sz-container, .framer-ovOz9 .framer-5o4ixi-container, .framer-ovOz9 .framer-ro792p-container, .framer-ovOz9 .framer-18rblzm-container, .framer-ovOz9 .framer-21eyuh-container, .framer-ovOz9 .framer-o17sjq-container { height: auto; position: relative; width: 430px; }\",\".framer-ovOz9 .framer-mfhvpm-container { aspect-ratio: 2.327272727272727 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 86px); position: relative; width: 1px; }\",\".framer-ovOz9 .framer-8bpob6-container, .framer-ovOz9 .framer-3svr07-container, .framer-ovOz9 .framer-131qktt-container, .framer-ovOz9 .framer-1klol2w-container, .framer-ovOz9 .framer-169xq0p-container, .framer-ovOz9 .framer-1arzdco-container, .framer-ovOz9 .framer-qkcv83-container { height: auto; position: relative; width: 340px; }\",\".framer-ovOz9 .framer-91zkzv-container { flex: 1 0 0px; height: 300px; position: relative; width: 1px; }\",\".framer-ovOz9 .framer-9fnspj-container, .framer-ovOz9 .framer-1ee04j0-container, .framer-ovOz9 .framer-1gh2phx-container, .framer-ovOz9 .framer-1iy5xzu-container, .framer-ovOz9 .framer-3b8cty-container, .framer-ovOz9 .framer-rdj1va-container, .framer-ovOz9 .framer-4x18o5-container { height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ovOz9.framer-n74qpl { gap: 0px; } .framer-ovOz9.framer-n74qpl > * { margin: 0px; margin-left: calc(18px / 2); margin-right: calc(18px / 2); } .framer-ovOz9.framer-n74qpl > :first-child { margin-left: 0px; } .framer-ovOz9.framer-n74qpl > :last-child { margin-right: 0px; } }\",\".framer-ovOz9.framer-v-b9bwa2.framer-n74qpl { width: 768px; }\",\".framer-ovOz9.framer-v-b9bwa2 .framer-mfhvpm-container { height: var(--framer-aspect-ratio-supported, 321px); }\",\".framer-ovOz9.framer-v-1djwica.framer-n74qpl { padding: 0px 0px 10px 0px; width: 390px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 325\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ArtrpDec0\":{\"layout\":[\"fixed\",\"auto\"]},\"OjTdw7dhv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbG3j63NvO=withCSS(Component,css,\"framer-ovOz9\");export default FramerbG3j63NvO;FramerbG3j63NvO.displayName=\"Testimonial Slideshow\";FramerbG3j63NvO.defaultProps={height:325,width:1200};addPropertyControls(FramerbG3j63NvO,{variant:{options:[\"TUnPSLYK3\",\"ArtrpDec0\",\"OjTdw7dhv\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbG3j63NvO,[{explicitInter:true,fonts:[]},...TestimonialCardFonts,...SlideshowFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbG3j63NvO\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ArtrpDec0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"OjTdw7dhv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"325\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./bG3j63NvO.map", "// Generated by Framer (1b7c4bf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import AnimatedCounter from\"https://framerusercontent.com/modules/sIxZFVxIOBdfeANYhkj2/lGu9VayhxpYD2v9lbKlh/AnimatedCounter.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/Aw8TX576GuTZ3lMZ0hsw/vOscCePUM5K14bBvkcX4/DZBZFkGuh.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/uSgognbFNFir5puYPp6a/uXZEcHTt33e8wftHwIM4/KFIVvNFf4.js\";const AnimatedCounterFonts=getFonts(AnimatedCounter);const cycleOrder=[\"v0CAGewdf\",\"u742aCxdT\",\"vmRaNCRum\"];const serializationHash=\"framer-HlEjM\";const variantClassNames={u742aCxdT:\"framer-v-1c4dgfn\",v0CAGewdf:\"framer-v-1vol5sh\",vmRaNCRum:\"framer-v-am30yd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"v0CAGewdf\",Phone:\"vmRaNCRum\",Tablet:\"u742aCxdT\"};const getProps=({backText,counterData,height,id,title,visibleBack,width,...props})=>{return{...props,aF2Y7UMEP:counterData??props.aF2Y7UMEP??10,eqrrZcJAc:title??props.eqrrZcJAc??\"Happy Travelers\",HjbBlsdOB:visibleBack??props.HjbBlsdOB??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"v0CAGewdf\",zhy3cvDw3:backText??props.zhy3cvDw3??\"k+\"};};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,zhy3cvDw3,aF2Y7UMEP,HjbBlsdOB,eqrrZcJAc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"v0CAGewdf\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1vol5sh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"v0CAGewdf\",ref:ref??ref1,style:{...style},...addPropertyOverrides({u742aCxdT:{\"data-framer-name\":\"Tablet\"},vmRaNCRum:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u3m0xj\",\"data-framer-name\":\"Data\",layoutDependency:layoutDependency,layoutId:\"VEXgcXduP\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g8ik1j-container\",layoutDependency:layoutDependency,layoutId:\"pvRcdVu8s-container\",children:/*#__PURE__*/_jsx(AnimatedCounter,{animationType:\"smooth\",color:\"var(--token-5afb4276-e157-437b-a961-1ab589dc1db1, rgb(255, 149, 73))\",decimalPlaces:0,decimalSeparator:\".\",duration:2.5,font:{fontFamily:'\"Outfit\", \"Outfit Placeholder\", sans-serif',fontSize:\"44px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-1.5px\",lineHeight:\"1.2em\"},from:0,height:\"100%\",id:\"pvRcdVu8s\",layoutId:\"pvRcdVu8s\",once:true,playOnLoad:true,to:aF2Y7UMEP,width:\"100%\",...addPropertyOverrides({u742aCxdT:{font:{fontFamily:'\"Outfit\", \"Outfit Placeholder\", sans-serif',fontSize:\"40px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-1.5px\",lineHeight:\"1.2em\"}},vmRaNCRum:{font:{fontFamily:'\"Outfit\", \"Outfit Placeholder\", sans-serif',fontSize:\"36px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"-1px\",lineHeight:\"1.2em\"}}},baseVariant,gestureVariant)})})}),HjbBlsdOB&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h4,{className:\"framer-styles-preset-1kp9waw\",\"data-styles-preset\":\"KFIVvNFf4\",style:{\"--framer-text-color\":\"var(--extracted-1eung3n, var(--token-5afb4276-e157-437b-a961-1ab589dc1db1, rgb(255, 149, 73)))\"},children:\"k+\"})}),className:\"framer-1m4xo0q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"WDdWVtBJq\",style:{\"--extracted-1eung3n\":\"var(--token-5afb4276-e157-437b-a961-1ab589dc1db1, rgb(255, 149, 73))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:zhy3cvDw3,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-18tugqn\",\"data-styles-preset\":\"DZBZFkGuh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-6ba86e35-29ef-406f-84df-98984501c537, rgb(86, 87, 92)))\"},children:\"Happy Travelers\"})}),className:\"framer-1qyggc0\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"GyW1kpCT5\",style:{\"--extracted-r6o4lv\":\"var(--token-6ba86e35-29ef-406f-84df-98984501c537, rgb(86, 87, 92))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:eqrrZcJAc,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HlEjM.framer-aumnvj, .framer-HlEjM .framer-aumnvj { display: block; }\",\".framer-HlEjM.framer-1vol5sh { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HlEjM .framer-u3m0xj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HlEjM .framer-g8ik1j-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-HlEjM .framer-1m4xo0q, .framer-HlEjM .framer-1qyggc0 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-HlEjM.framer-1vol5sh, .framer-HlEjM .framer-u3m0xj { gap: 0px; } .framer-HlEjM.framer-1vol5sh > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-HlEjM.framer-1vol5sh > :first-child { margin-top: 0px; } .framer-HlEjM.framer-1vol5sh > :last-child { margin-bottom: 0px; } .framer-HlEjM .framer-u3m0xj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-HlEjM .framer-u3m0xj > :first-child { margin-left: 0px; } .framer-HlEjM .framer-u3m0xj > :last-child { margin-right: 0px; } }\",\".framer-HlEjM.framer-v-1c4dgfn.framer-1vol5sh, .framer-HlEjM.framer-v-am30yd.framer-1vol5sh { align-content: center; align-items: center; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 103\n * @framerIntrinsicWidth 141\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"u742aCxdT\":{\"layout\":[\"auto\",\"auto\"]},\"vmRaNCRum\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"zhy3cvDw3\":\"backText\",\"aF2Y7UMEP\":\"counterData\",\"HjbBlsdOB\":\"visibleBack\",\"eqrrZcJAc\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerQ63QyT76e=withCSS(Component,css,\"framer-HlEjM\");export default FramerQ63QyT76e;FramerQ63QyT76e.displayName=\"Counter\";FramerQ63QyT76e.defaultProps={height:103,width:141};addPropertyControls(FramerQ63QyT76e,{variant:{options:[\"v0CAGewdf\",\"u742aCxdT\",\"vmRaNCRum\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},zhy3cvDw3:{defaultValue:\"k+\",displayTextArea:false,title:\"Back Text\",type:ControlType.String},aF2Y7UMEP:{defaultValue:10,displayStepper:true,min:0,step:.1,title:\"Counter Data\",type:ControlType.Number},HjbBlsdOB:{defaultValue:true,title:\"Visible Back\",type:ControlType.Boolean},eqrrZcJAc:{defaultValue:\"Happy Travelers\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerQ63QyT76e,[{explicitInter:true,fonts:[{family:\"Outfit\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/YEOHRCKDRRMJG7KXODMRI7H3TDTC7DCR/GSC37XQOTJL5UUXY7GT63Z6TK3GPURF7/3JX43FCBGINLH25MK4NSVCHCDXUSMHUE.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...AnimatedCounterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerQ63QyT76e\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"u742aCxdT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vmRaNCRum\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"141\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"zhy3cvDw3\\\":\\\"backText\\\",\\\"aF2Y7UMEP\\\":\\\"counterData\\\",\\\"HjbBlsdOB\\\":\\\"visibleBack\\\",\\\"eqrrZcJAc\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"103\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Q63QyT76e.map"],
  "mappings": "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",
  "names": ["AnimatedCounter", "props", "from", "to", "duration", "decimalPlaces", "decimalSeparator", "fontFamily", "fontWeight", "fontSize", "lineHeight", "letterSpacing", "textAlign", "color", "playOnLoad", "once", "animationType", "ref", "pe", "isCanvas", "RenderTarget", "ariaLabel", "isInView", "useInView", "hasAnimated", "setHasAnimated", "ye", "displayValue", "setDisplayValue", "formatNumber", "value", "ue", "animationControl", "animate", "latest", "p", "motion", "addPropertyControls", "ControlType", "TestimonialCardFonts", "getFonts", "OgvGoc3Wg_default", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerbG3j63NvO", "withCSS", "bG3j63NvO_default", "addPropertyControls", "ControlType", "addFonts", "AnimatedCounterFonts", "getFonts", "AnimatedCounter", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backText", "counterData", "height", "id", "title", "visibleBack", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "zhy3cvDw3", "aF2Y7UMEP", "HjbBlsdOB", "eqrrZcJAc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "ComponentViewportProvider", "RichText2", "css", "FramerQ63QyT76e", "withCSS", "Q63QyT76e_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
