{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/6SS7Tv146nhaU1O1tvY1/iNMdffHXjzSHxOdGIhpR/cliptext.js", "ssg:https://framerusercontent.com/modules/CUSim9SNPv3uVx20KUq3/FG8zDThWQMdA7efTh4bV/MxsRBI6Cr.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";export function TextClip(props){const{text,lineCount,textStyle,letterMode,maxCharacters}=props;let lineClampStyle={};if(letterMode){lineClampStyle={display:\"block\",overflow:\"hidden\",textOverflow:\"ellipsis\",whiteSpace:\"nowrap\",width:`calc(${maxCharacters} * 0.6ch + 1.5ch)`};}else{lineClampStyle={display:\"-webkit-box\",WebkitLineClamp:lineCount,WebkitBoxOrient:\"vertical\",overflow:\"hidden\",textOverflow:\"ellipsis\",textAlign:textStyle.textAlign};}const transformStyle={textTransform:textStyle.textTransform};const containerStyle={display:\"flex\",justifyContent:getJustifyContent(textStyle.textAlign),alignItems:getAlignItems(textStyle.textAlign),overflow:\"visible\"};function getJustifyContent(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":return\"flex-end\";case\"left\":default:return\"flex-start\";}}function getAlignItems(textAlign){switch(textAlign){case\"center\":return\"center\";case\"right\":case\"left\":default:return\"flex-start\";}}return /*#__PURE__*/_jsx(motion.div,{style:{...containerStyle},children:/*#__PURE__*/_jsx(motion.div,{style:{...lineClampStyle,...textStyle,...transformStyle,fontFamily:textStyle.font},children:text})});}addPropertyControls(TextClip,{text:{type:ControlType.String,defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\"},letterMode:{type:ControlType.Boolean,title:\"Letter Mode\",defaultValue:false},maxCharacters:{type:ControlType.Number,title:\"Max Characters\",defaultValue:20,min:1,step:1,displayStepper:true,hidden(props){return!props.letterMode;}},lineCount:{type:ControlType.Number,defaultValue:1,min:1,displayStepper:true,step:1,hidden(props){return props.letterMode;}},textStyle:{type:ControlType.Object,controls:{font:{type:ControlType.String,defaultValue:\"Inter\"},color:{type:ControlType.Color,defaultValue:\"#000\"},fontSize:{type:ControlType.Number,defaultValue:16},fontWeight:{type:ControlType.Number,defaultValue:400,displayStepper:true,step:100},lineHeight:{type:ControlType.Number,defaultValue:1.5,displayStepper:true,step:.1},letterSpacing:{type:ControlType.Number,defaultValue:0,displayStepper:true,step:.1},textAlign:{type:ControlType.Enum,options:[\"left\",\"center\",\"right\"],defaultValue:\"left\"},textTransform:{type:ControlType.Enum,options:[\"none\",\"capitalize\",\"lowercase\",\"uppercase\"],defaultValue:\"none\",title:\"Transform\"}}}});export default TextClip;\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TextClip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"TextClip\":{\"type\":\"reactComponent\",\"name\":\"TextClip\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./cliptext.map", "// Generated by Framer (98479f1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import TextClip from\"https://framerusercontent.com/modules/6SS7Tv146nhaU1O1tvY1/iNMdffHXjzSHxOdGIhpR/cliptext.js\";const TextClipFonts=getFonts(TextClip);const enabledGestures={nuGDIyrBY:{hover:true},ry_kq9hJD:{hover:true},uBCTODpUq:{hover:true}};const cycleOrder=[\"ry_kq9hJD\",\"uBCTODpUq\",\"nuGDIyrBY\",\"d4qy_Lony\",\"DMCkbXW_r\"];const serializationHash=\"framer-lqZHv\";const variantClassNames={d4qy_Lony:\"framer-v-1o17rc2\",DMCkbXW_r:\"framer-v-qxp35z\",nuGDIyrBY:\"framer-v-1vjulw8\",ry_kq9hJD:\"framer-v-ln0sb0\",uBCTODpUq:\"framer-v-9y81x5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.24,ease:[.44,0,.56,1],type:\"tween\"};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={\"Breadcrumb - Nonlink\":\"DMCkbXW_r\",\"Mobile Fill\":\"d4qy_Lony\",default:\"ry_kq9hJD\",Grey:\"nuGDIyrBY\",Small:\"uBCTODpUq\"};const getProps=({height,id,title,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,cXnFZ3dOQ:(_ref=title!==null&&title!==void 0?title:props.cXnFZ3dOQ)!==null&&_ref!==void 0?_ref:\"Explore Site\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"ry_kq9hJD\"};};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,cXnFZ3dOQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ry_kq9hJD\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"DMCkbXW_r\")return false;return true;};const isDisplayed1=()=>{if(gestureVariant===\"uBCTODpUq-hover\")return false;if([\"uBCTODpUq\",\"DMCkbXW_r\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"d4qy_Lony\")return false;return true;};const isDisplayed3=()=>{if(baseVariant===\"DMCkbXW_r\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-ln0sb0\",className,classNames),\"data-framer-name\":\"default\",layoutDependency:layoutDependency,layoutId:\"ry_kq9hJD\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-248946e2-09d1-45a6-bd8d-23ee3608386b, rgb(11, 11, 11))\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},variants:{\"ry_kq9hJD-hover\":{backgroundColor:\"rgba(10, 10, 10, 0)\"},\"uBCTODpUq-hover\":{backgroundColor:\"rgba(10, 10, 10, 0)\"},DMCkbXW_r:{backgroundColor:\"rgba(0, 0, 0, 0)\"},nuGDIyrBY:{backgroundColor:\"var(--token-77f5971b-9c38-47f5-841b-ba52185562ab, rgb(241, 242, 244))\"}},...addPropertyOverrides({\"nuGDIyrBY-hover\":{\"data-framer-name\":undefined},\"ry_kq9hJD-hover\":{\"data-framer-name\":undefined},\"uBCTODpUq-hover\":{\"data-framer-name\":undefined},d4qy_Lony:{\"data-framer-name\":\"Mobile Fill\"},DMCkbXW_r:{\"data-framer-name\":\"Breadcrumb - Nonlink\"},nuGDIyrBY:{\"data-framer-name\":\"Grey\"},uBCTODpUq:{\"data-framer-name\":\"Small\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af11cbf2-abaf-45a8-97b0-2ba69c39087c, rgb(255, 255, 255)))\"},children:\"Explore Site\"})}),className:\"framer-4auncb\",\"data-framer-name\":\"Title\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"p5wrRBiZA\",style:{\"--extracted-r6o4lv\":\"var(--token-af11cbf2-abaf-45a8-97b0-2ba69c39087c, rgb(255, 255, 255))\"},text:cXnFZ3dOQ,variants:{\"nuGDIyrBY-hover\":{\"--extracted-r6o4lv\":\"var(--token-af11cbf2-abaf-45a8-97b0-2ba69c39087c, rgb(255, 255, 255))\"},\"ry_kq9hJD-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},nuGDIyrBY:{\"--extracted-r6o4lv\":\"var(--token-248946e2-09d1-45a6-bd8d-23ee3608386b, rgb(11, 11, 11))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"nuGDIyrBY-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af11cbf2-abaf-45a8-97b0-2ba69c39087c, rgb(255, 255, 255)))\"},children:\"Explore Site\"})})},\"ry_kq9hJD-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Explore Site\"})})},nuGDIyrBY:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-248946e2-09d1-45a6-bd8d-23ee3608386b, rgb(11, 11, 11)))\"},children:\"Explore Site\"})})},uBCTODpUq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO092ZXJ1c2VkIEdyb3Rlc2sgU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Overused Grotesk SemiBold\", \"Overused Grotesk SemiBold Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"14px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-af11cbf2-abaf-45a8-97b0-2ba69c39087c, rgb(255, 255, 255)))\"},children:\"See Our Works\"})}),fonts:[\"CUSTOM;Overused Grotesk SemiBold\"]}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(11+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)-22-16)/2)),pixelHeight:17,pixelWidth:16,src:\"https://framerusercontent.com/images/by4sXumnZqFXpPeEi7jKyQtKcY.svg\"},className:\"framer-1ryghke\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"jPALrsD4y\",...addPropertyOverrides({\"nuGDIyrBY-hover\":{background:{alt:\"Black Arrow\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(11+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)-22-16)/2)),pixelHeight:17,pixelWidth:16,src:\"https://framerusercontent.com/images/by4sXumnZqFXpPeEi7jKyQtKcY.svg\"}},nuGDIyrBY:{background:{alt:\"Black Arrow\",fit:\"fill\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(11+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)-22-16)/2)),pixelHeight:17,pixelWidth:16,src:\"https://framerusercontent.com/images/eCpD0KU2biVEejTfanv58FTnfO0.svg\"}}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)- -25),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"},className:\"framer-zh5c24\",\"data-framer-name\":\"Colored Buble\",layoutDependency:layoutDependency,layoutId:\"wdiLihyfH\",style:{borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},...addPropertyOverrides({\"nuGDIyrBY-hover\":{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)-102),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}},\"ry_kq9hJD-hover\":{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)-102),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}},\"uBCTODpUq-hover\":{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+-62.938507080078125),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}},DMCkbXW_r:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||22.5)- -15),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}},nuGDIyrBY:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||39)- -15),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}},uBCTODpUq:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||36)- -25),positionX:\"center\",positionY:\"center\",sizes:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} + 18px)`,src:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png\",srcSet:\"https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4dEPtuphNcqdHV9gWzIRYEO0hVM.png 3600w\"}}},baseVariant,gestureVariant)}),isDisplayed3()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ewnzhx-container\",layoutDependency:layoutDependency,layoutId:\"dztcYP3V6-container\",children:/*#__PURE__*/_jsx(TextClip,{height:\"100%\",id:\"dztcYP3V6\",layoutId:\"dztcYP3V6\",letterMode:true,lineCount:1,maxCharacters:40,style:{width:\"100%\"},text:cXnFZ3dOQ,textStyle:{color:\"var(--token-fb4c6441-15e2-42b0-b6e8-4eb0008948e0, rgb(64, 64, 64))\",font:\"Inter\",fontSize:12,fontWeight:500,letterSpacing:0,lineHeight:1.2,textAlign:\"left\",textTransform:\"none\"},width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-lqZHv.framer-1p2gsam, .framer-lqZHv .framer-1p2gsam { display: block; }\",\".framer-lqZHv.framer-ln0sb0 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 11px 20px 11px 24px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-lqZHv .framer-4auncb { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-lqZHv .framer-1ryghke { flex: none; height: 16px; overflow: visible; position: relative; width: 16px; }\",\".framer-lqZHv .framer-zh5c24 { bottom: -135px; flex: none; height: 110px; left: -9px; overflow: hidden; position: absolute; right: -9px; will-change: var(--framer-will-change-override, transform); }\",\".framer-lqZHv .framer-1ewnzhx-container { flex: none; height: auto; position: relative; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-lqZHv.framer-ln0sb0 { gap: 0px; } .framer-lqZHv.framer-ln0sb0 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-lqZHv.framer-ln0sb0 > :first-child { margin-left: 0px; } .framer-lqZHv.framer-ln0sb0 > :last-child { margin-right: 0px; } }\",\".framer-lqZHv.framer-v-9y81x5.framer-ln0sb0 { padding: 11px 20px 11px 20px; }\",\".framer-lqZHv.framer-v-1vjulw8 .framer-zh5c24, .framer-lqZHv.framer-v-qxp35z .framer-zh5c24 { bottom: -125px; }\",\".framer-lqZHv.framer-v-1o17rc2.framer-ln0sb0 { cursor: unset; }\",\".framer-lqZHv.framer-v-qxp35z.framer-ln0sb0 { cursor: unset; padding: 4px 0px 4px 0px; }\",\".framer-lqZHv.framer-v-ln0sb0.hover .framer-4auncb, .framer-lqZHv.framer-v-9y81x5.hover .framer-4auncb, .framer-lqZHv.framer-v-1vjulw8.hover .framer-4auncb { order: 1; }\",\".framer-lqZHv.framer-v-ln0sb0.hover .framer-1ryghke { order: 2; }\",\".framer-lqZHv.framer-v-ln0sb0.hover .framer-zh5c24, .framer-lqZHv.framer-v-1vjulw8.hover .framer-zh5c24 { bottom: -64px; height: 166px; order: 0; }\",\".framer-lqZHv.framer-v-9y81x5.hover .framer-zh5c24 { height: unset; order: 0; top: -63px; }\",\".framer-lqZHv.framer-v-1vjulw8.hover .framer-1ryghke { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 16px); order: 2; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 39\n * @framerIntrinsicWidth 144.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"uBCTODpUq\":{\"layout\":[\"auto\",\"auto\"]},\"nuGDIyrBY\":{\"layout\":[\"auto\",\"auto\"]},\"d4qy_Lony\":{\"layout\":[\"auto\",\"auto\"]},\"DMCkbXW_r\":{\"layout\":[\"auto\",\"auto\"]},\"DGSU84J_3\":{\"layout\":[\"auto\",\"auto\"]},\"W0WnsqvyO\":{\"layout\":[\"auto\",\"auto\"]},\"sEJQQheD6\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"cXnFZ3dOQ\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerMxsRBI6Cr=withCSS(Component,css,\"framer-lqZHv\");export default FramerMxsRBI6Cr;FramerMxsRBI6Cr.displayName=\"Buttons / Button Non-Link (For Deserve Card)\";FramerMxsRBI6Cr.defaultProps={height:39,width:144.5};addPropertyControls(FramerMxsRBI6Cr,{variant:{options:[\"ry_kq9hJD\",\"uBCTODpUq\",\"nuGDIyrBY\",\"d4qy_Lony\",\"DMCkbXW_r\"],optionTitles:[\"default\",\"Small\",\"Grey\",\"Mobile Fill\",\"Breadcrumb - Nonlink\"],title:\"Variant\",type:ControlType.Enum},cXnFZ3dOQ:{defaultValue:\"Explore Site\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerMxsRBI6Cr,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Overused Grotesk SemiBold\",source:\"custom\",url:\"https://framerusercontent.com/assets/nEB83JAi6zxhPRCgM74ZfsQOBw.woff2\"}]},...TextClipFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMxsRBI6Cr\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uBCTODpUq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"nuGDIyrBY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"d4qy_Lony\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DMCkbXW_r\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DGSU84J_3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"W0WnsqvyO\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"sEJQQheD6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"cXnFZ3dOQ\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"39\",\"framerIntrinsicWidth\":\"144.5\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MxsRBI6Cr.map"],
  "mappings": "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",
  "names": ["TextClip", "props", "text", "lineCount", "textStyle", "letterMode", "maxCharacters", "lineClampStyle", "transformStyle", "containerStyle", "getJustifyContent", "getAlignItems", "textAlign", "p", "motion", "addPropertyControls", "ControlType", "cliptext_default", "TextClipFonts", "getFonts", "cliptext_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cXnFZ3dOQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "getLoadingLazyAtYPosition", "ComponentViewportProvider", "css", "FramerMxsRBI6Cr", "withCSS", "MxsRBI6Cr_default", "addPropertyControls", "ControlType", "addFonts"]
}
