{
  "version": 3,
  "sources": ["ssg:https://framer.com/m/Utils-QTIc.js", "ssg:https://framerusercontent.com/modules/OPY7tLO5Gxd7ex26JOYE/PQQhWqaA6QfdalPNrliO/Download.js", "ssg:https://framerusercontent.com/modules/d9vow6aVnZlS1QHYUFHE/iFu8Z3mOz4HDz7zZJIal/DaOZBAxls.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";export const updateChildren=(children,properties)=>{return[{...children,props:{...children.props,children:{...children.props.children,props:{...children.props.children.props,children:{...children.props.children.props.children,props:{...children.props.children.props.children.props,...properties}}}}}}];};export const SettingsMessage=({icon=\"\u2728\",title,description,containerStyle})=>{return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",textAlign:\"center\",justifyContent:\"center\",backgroundColor:\"rgba(136, 85, 255, 0.1)\",overflow:\"hidden\",...containerStyle},children:[/*#__PURE__*/_jsx(\"span\",{role:\"img\",\"aria-label\":\"icon\",style:{fontSize:\"32px\"},children:icon}),/*#__PURE__*/_jsxs(\"div\",{style:{maxWidth:\"240px\"},children:[/*#__PURE__*/_jsx(\"h1\",{style:{fontSize:11,color:\"#96F\",fontWeight:600},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:11,color:\"rgba(153, 102, 255, 0.7)\",lineHeight:1.5},children:description})]})]});};export const getBorder=border=>{if(!border)return{border:\"none\"};const{width,color,style}=border;return{borderWidth:width,borderColor:color,borderStyle:style};};export const borderProperty=(title=\"Border\",width=\"0px\",color=\"#fff\")=>({title,type:ControlType.Object,controls:{width:{title:\"Width\",type:ControlType.Padding,defaultValue:width},color:{title:\"Color\",type:ControlType.Color,defaultValue:color},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}});export const getBoxShadow=property=>{const{x,y,blur,color}=property.shadow;return`${x}px ${y}px ${blur}px ${color}`;};export const shadowProperty={type:ControlType.Object,controls:{color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#bfbfbf\"},x:{title:\"X\",type:ControlType.Number,defaultValue:0,min:-100,max:100},y:{title:\"Y\",type:ControlType.Number,defaultValue:0,min:-100,max:100},blur:{title:\"Blur\",type:ControlType.Number,defaultValue:0,min:0,max:100}}};export const heightProperty={height:{type:ControlType.Enum,defaultValue:\"auto\",displaySegmentedControl:true,options:[\"auto\",\"fixed\"],optionTitles:[\"Auto\",\"Fixed\"]},heightNumber:{title:\" \",type:ControlType.Number,defaultValue:50,hidden(props){return props.height===\"auto\";}}};export const getHeight=property=>{if(property.height===\"auto\"){return property.height;}else{return`${property.heightNumber}px`;}};export const getPageQueryParam=()=>{const urlParams=new URLSearchParams(window.location.search);const pageParam=urlParams.get(\"page\");return pageParam?parseInt(pageParam,10):1;};export const updatePageQueryParam=newPage=>{const url=new URL(window.location.href);url.searchParams.set(\"page\",newPage);window.history.replaceState({},\"\",url.toString());};export const scrollToTop=(withScroll,scrollTop,scrollBehavior)=>{if(withScroll){window.scrollTo({top:scrollTop,behavior:scrollBehavior});}};//Pagination\nexport const usePaginationStore=createStore({});export const findQueryInProps=obj=>{if(obj==null)return null;// Check if `query` exists in the current level\nif(obj.hasOwnProperty(\"query\"))return obj.query;// Iterate over the properties\nfor(let key in obj){if(obj.hasOwnProperty(key)&&typeof obj[key]===\"object\"){let result=findQueryInProps(obj[key]);if(result!==null)return result;}}// If `query` is not found\nreturn null;};export const updateQueryInProps=(obj,newQuery)=>{if(obj==null)return obj;// Check if `query` exists in the current level\nif(obj.hasOwnProperty(\"query\"))return{...obj,query:newQuery};// Iterate over the properties\nfor(let key in obj){if(obj.hasOwnProperty(key)&&typeof obj[key]===\"object\"){const updatedChild=updateQueryInProps(obj[key],newQuery);if(updatedChild!==obj[key]){return{...obj,[key]:updatedChild};}}}return obj;};\nexport const __FramerMetadata__ = {\"exports\":{\"borderProperty\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBoxShadow\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getHeight\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"updateChildren\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getPageQueryParam\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePaginationStore\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"updatePageQueryParam\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBorder\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"scrollToTop\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"SettingsMessage\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"updateQueryInProps\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"heightProperty\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"shadowProperty\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"findQueryInProps\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Utils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{SettingsMessage}from\"https://framer.com/m/Utils-QTIc.js\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerIntrinsicWidth 300\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicHeight 150\n */export default function Download({source,url,file,fileName,children,style}){const newChildren=Array.isArray(children)?children[0]:children;if(!newChildren||newChildren.length===0){return /*#__PURE__*/_jsx(SettingsMessage,{title:\"Set Up the Component\",description:\"Add layer or component to the button property.\",containerStyle:style});}const handleDownload=async()=>{const fileUrl=source===\"upload\"?file:url;try{const response=await fetch(fileUrl);const blob=await response.blob();const blobUrl=URL.createObjectURL(blob);// Get the extension from either the file or URL\nconst getExtension=path=>{const ext=path.split(\".\").pop();return ext&&ext.length<=4?`.${ext}`:\"\";};const extension=source===\"upload\"?getExtension(file):getExtension(url);// Add extension only if fileName doesn't already include it\nconst finalFileName=fileName.includes(\".\")?fileName:`${fileName||\"download\"}${extension}`;const link=document.createElement(\"a\");link.href=blobUrl;link.download=finalFileName;document.body.appendChild(link);link.click();document.body.removeChild(link);URL.revokeObjectURL(blobUrl);}catch(error){console.error(\"Download failed:\",error);}};return /*#__PURE__*/_jsx(\"div\",{onClick:handleDownload,style:style,children:newChildren});}Download.displayName=\"Download\";addPropertyControls(Download,{children:{title:\"Button\",type:ControlType.ComponentInstance},source:{title:\"Source\",type:ControlType.Enum,defaultValue:\"upload\",displaySegmentedControl:true,options:[\"upload\",\"url\"],optionTitles:[\"Upload\",\"URL\"]},url:{title:\" \",type:ControlType.String,placeholder:\"../example.pdf\",hidden(props){return props.source!==\"url\";}},file:{type:ControlType.File,title:\" \",allowedFileTypes:[\"txt\",\"pdf\",\"jpg\",\"jpeg\",\"png\"],hidden(props){return props.source!==\"upload\";}},fileName:{title:\"File Name\",type:ControlType.String,placeholder:\"File Name\",defaultValue:\"Download\",description:\"Full tutorial on [FramerMart](https://framermart.com)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"150\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map", "// Generated by Framer (dc5e905)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getPropertyControls,Image,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Download from\"https://framerusercontent.com/modules/OPY7tLO5Gxd7ex26JOYE/PQQhWqaA6QfdalPNrliO/Download.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/bENYyEZIGIYUtUyzRBk2/EEBSssuvrtmimpB8JrYD/n6Eh6QbAO.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/44h0RRt117GJ3ZUlUnNY/G8tHmj13tzGhr8Tqv0ca/Xe6Uy1h_W.js\";import PrimaryNolink from\"https://framerusercontent.com/modules/LqWTt71rQRtqpBNPeVE0/8XIAogFb3ZaO9jWksRkf/llZycK3Vw.js\";import Primary from\"https://framerusercontent.com/modules/cohQ1DlUdBfsc6MTzNqz/zVg4tQGFZtnb8Ylu9V82/RXpiTAGba.js\";const PrimaryFonts=getFonts(Primary);const PrimaryNolinkFonts=getFonts(PrimaryNolink);const DownloadFonts=getFonts(Download);const DownloadControls=getPropertyControls(Download);const cycleOrder=[\"myfprMv_m\",\"lRPIeFkzw\",\"LLmqg2fM2\",\"qU7agH2f8\",\"BJ9TVmSdj\"];const serializationHash=\"framer-jpNWl\";const variantClassNames={BJ9TVmSdj:\"framer-v-1uleqj2\",LLmqg2fM2:\"framer-v-f2o6pl\",lRPIeFkzw:\"framer-v-1thh2jv\",myfprMv_m:\"framer-v-pogkxp\",qU7agH2f8:\"framer-v-p7f29w\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const negate=value=>{return!value;};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 sm\":\"LLmqg2fM2\",\"Desktop XL\":\"myfprMv_m\",Desktop:\"lRPIeFkzw\",Phone:\"BJ9TVmSdj\",Tablet:\"qU7agH2f8\"};const getProps=({button,buttonLabel,description,downloadButton,file,fileName,height,id,image,link,newTab,title,width,...props})=>{return{...props,g94_v5znf:file??props.g94_v5znf??\"https://framerusercontent.com/assets/yRDYI09pWCkghI32gAkcnWghZU.pdf\",ga0cxsEjH:button??props.ga0cxsEjH??true,ixMthL9yl:link??props.ixMthL9yl,lBymDmhgM:newTab??props.lBymDmhgM,OX_510nSv:fileName??props.OX_510nSv??\"THE CURRENTBODY SKIN EXPERIENCE\",qcpIs6rcx:buttonLabel??props.qcpIs6rcx??\"BOOK APPOINTMENT\",QXP_td9SG:title??props.QXP_td9SG??\"Treatment / Condition name\",RzeOnavzN:description??props.RzeOnavzN??\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",ubnbhwnjv:image??props.ubnbhwnjv,variant:humanReadableVariantMap[props.variant]??props.variant??\"myfprMv_m\",WDrZXdsII:downloadButton??props.WDrZXdsII};};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,ubnbhwnjv,QXP_td9SG,RzeOnavzN,lBymDmhgM,qcpIs6rcx,ga0cxsEjH,ixMthL9yl,WDrZXdsII,g94_v5znf,OX_510nSv,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"myfprMv_m\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=negate(isSet(ubnbhwnjv));const visible1=isSet(ubnbhwnjv);const isDisplayed=value=>{if([\"qU7agH2f8\",\"BJ9TVmSdj\"].includes(baseVariant))return false;return value;};const isDisplayed1=()=>{if(baseVariant===\"BJ9TVmSdj\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"qU7agH2f8\")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__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-pogkxp\",className,classNames),\"data-framer-name\":\"Desktop XL\",layoutDependency:layoutDependency,layoutId:\"myfprMv_m\",ref:refBinding,style:{backgroundColor:\"var(--token-adadd5e4-744c-48ad-8e0b-21fa581e4ef9, rgb(20, 20, 20))\",...style},...addPropertyOverrides({BJ9TVmSdj:{\"data-framer-name\":\"Phone\"},LLmqg2fM2:{\"data-framer-name\":\"Desktop sm\"},lRPIeFkzw:{\"data-framer-name\":\"Desktop\"},qU7agH2f8:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(Image,{className:\"framer-sn3s62\",\"data-framer-name\":\"Container\",layoutDependency:layoutDependency,layoutId:\"mbvcIlWpg\",style:{backgroundColor:\"var(--token-adadd5e4-744c-48ad-8e0b-21fa581e4ef9, rgb(20, 20, 20))\"},variants:{BJ9TVmSdj:{backgroundColor:\"rgba(0, 0, 0, 0)\"},qU7agH2f8:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({BJ9TVmSdj:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||844)-0-(Math.max(0,((componentViewport?.height||844)-0-0)/1)*1+0))/2+0+0)),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ubnbhwnjv)}},qU7agH2f8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||810)-0-(Math.max(0,((componentViewport?.height||810)-0-0)/1)*1+0))/2+0+0)),sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(ubnbhwnjv)}}},baseVariant,gestureVariant),children:[visible&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-o3zng7\",\"data-framer-name\":\"BG Fallback\",layoutDependency:layoutDependency,layoutId:\"AmF4M8HLr\",style:{backgroundColor:\"var(--token-adadd5e4-744c-48ad-8e0b-21fa581e4ef9, rgb(20, 20, 20))\"}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12c3ufa\",layoutDependency:layoutDependency,layoutId:\"RLWV1wuKv\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-c37a7i\",\"data-framer-name\":\"Text\",layoutDependency:layoutDependency,layoutId:\"u3LQMEDV0\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pshf82\",layoutDependency:layoutDependency,layoutId:\"HJpqJd0yr\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-41t6i3\",layoutDependency:layoutDependency,layoutId:\"v67RCztI6\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1247pxr\",\"data-styles-preset\":\"n6Eh6QbAO\",style:{\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-55400785-aecd-401a-b059-1ba34ad71fcd, rgb(255, 255, 255)))\"},children:\"Treatment name\"})}),className:\"framer-15ao1fl\",\"data-framer-name\":\"Medium length hero headline goes here\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"yjISBmE_m\",style:{\"--extracted-gdpscs\":\"var(--token-55400785-aecd-401a-b059-1ba34ad71fcd, rgb(255, 255, 255))\",\"--framer-paragraph-spacing\":\"60px\"},text:QXP_td9SG,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-17v9jq8\",\"data-framer-name\":\"Action\",layoutDependency:layoutDependency,layoutId:\"Lps3wCPUJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1fdn9g4\",\"data-styles-preset\":\"Xe6Uy1h_W\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9000a3a8-cc03-4196-a22f-cc40911c3c52, rgb(247, 247, 247)))\"},children:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\"})}),className:\"framer-1y6v3iy\",\"data-framer-name\":\"Medium length hero headline goes here\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"FKDztOjs6\",style:{\"--extracted-r6o4lv\":\"var(--token-9000a3a8-cc03-4196-a22f-cc40911c3c52, rgb(247, 247, 247))\",\"--framer-paragraph-spacing\":\"20px\"},text:RzeOnavzN,verticalAlignment:\"top\",withExternalLayout:true}),ga0cxsEjH&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+0+(((componentViewport?.height||600)-0-(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1+0))/2+0+0)+0+((Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-(Math.max(0,(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-0)/1)*1+0))/2+0+0)+0+(Math.max(0,(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-0)/1)*1-0-376)+0+0+40+0+84+0+-10,...addPropertyOverrides({BJ9TVmSdj:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||844)-0-(Math.max(0,((componentViewport?.height||844)-0-0)/1)*1+0))/2+0+0)+0+((Math.max(0,((componentViewport?.height||844)-0-0)/1)*1-0-(Math.max(0,(Math.max(0,((componentViewport?.height||844)-0-0)/1)*1-0-0)/1)*1+0))/2+0+0)+24+(Math.max(0,(Math.max(0,((componentViewport?.height||844)-0-0)/1)*1-0-0)/1)*1-48-296+0+0)+0+0+0+0+84+0+-10},qU7agH2f8:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||810)-0-(Math.max(0,((componentViewport?.height||810)-0-0)/1)*1+0))/2+0+0)+0+((Math.max(0,((componentViewport?.height||810)-0-0)/1)*1-0-(Math.max(0,(Math.max(0,((componentViewport?.height||810)-0-0)/1)*1-0-0)/1)*1+0))/2+0+0)+40+(Math.max(0,(Math.max(0,((componentViewport?.height||810)-0-0)/1)*1-0-0)/1)*1-80-296+0+0)+0+0+0+0+84+0+-10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c88ktc-container\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"RgPbDy5NU-container\",name:\"Button\",nodeId:\"RgPbDy5NU\",rendersWithMotion:true,scopeId:\"DaOZBAxls\",children:/*#__PURE__*/_jsx(Primary,{height:\"100%\",id:\"RgPbDy5NU\",layoutId:\"RgPbDy5NU\",name:\"Button\",nEl541coB:qcpIs6rcx,variant:\"aLut4qVTI\",width:\"100%\",XQLNB1a06:lBymDmhgM,Z47RJ8_Yg:ixMthL9yl})})}),WDrZXdsII&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rbyyxv-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"vHPn1eySx-container\",nodeId:\"vHPn1eySx\",rendersWithMotion:true,scopeId:\"DaOZBAxls\",children:/*#__PURE__*/_jsx(Download,{file:g94_v5znf,fileName:OX_510nSv,height:\"100%\",id:\"vHPn1eySx\",layoutId:\"vHPn1eySx\",source:\"upload\",url:\"\",width:\"100%\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:\"187px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17i25az-container\",\"data-framer-name\":\"Download Button\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"l07eG5zfm-container\",name:\"Download Button\",nodeId:\"l07eG5zfm\",rendersWithMotion:true,scopeId:\"DaOZBAxls\",children:/*#__PURE__*/_jsx(PrimaryNolink,{height:\"100%\",id:\"l07eG5zfm\",layoutId:\"l07eG5zfm\",name:\"Download Button\",nEl541coB:qcpIs6rcx,variant:\"Hso2O6tV0\",width:\"100%\"})})})})})})]})]})})}),isDisplayed(visible1)&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+(((componentViewport?.height||600)-0-(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1+0))/2+0+0)+0+((Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-(Math.max(0,(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-0)/1)*1+0))/2+0+0)+0+(Math.max(0,(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-0)/1)*1-0-(Math.max(0,(Math.max(0,((componentViewport?.height||600)-0-0)/1)*1-0-0)/1)*1-0)*1)),sizes:`calc(${componentViewport?.width||\"100vw\"} / 2)`,...toResponsiveImage(ubnbhwnjv)},className:\"framer-1g58gdx\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"UpAGWlHIB\"}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-qwil9i\",\"data-framer-name\":\"Overlay\",layoutDependency:layoutDependency,layoutId:\"hagvAOmi9\",style:{backgroundColor:\"var(--token-adadd5e4-744c-48ad-8e0b-21fa581e4ef9, rgb(20, 20, 20))\",opacity:.3}}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-gxvnja\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"GkjMilCC6\",style:{background:\"linear-gradient(180deg, rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, 0.5) 100%)\"}}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-ymwe\",\"data-framer-name\":\"Gradient\",layoutDependency:layoutDependency,layoutId:\"Hf_O8Li80\",style:{background:\"linear-gradient(180deg, rgba(84, 84, 84, 0) 0%, rgba(0, 0, 0, 0.5) 100%)\"}})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-jpNWl.framer-1no2cob, .framer-jpNWl .framer-1no2cob { display: block; }\",\".framer-jpNWl.framer-pogkxp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 600px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1920px; }\",\".framer-jpNWl .framer-sn3s62 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jpNWl .framer-o3zng7 { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-jpNWl .framer-12c3ufa { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-jpNWl .framer-c37a7i { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; max-width: 50%; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 2; }\",\".framer-jpNWl .framer-1pshf82 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 40px; position: relative; width: 100%; }\",\".framer-jpNWl .framer-41t6i3 { align-content: center; align-items: center; display: flex; flex: 0.75 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-jpNWl .framer-15ao1fl, .framer-jpNWl .framer-1y6v3iy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-jpNWl .framer-17v9jq8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-jpNWl .framer-c88ktc-container, .framer-jpNWl .framer-1rbyyxv-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-jpNWl .framer-17i25az-container { height: auto; position: relative; width: auto; }\",\".framer-jpNWl .framer-1g58gdx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-end; overflow: visible; padding: 40px; position: relative; width: 50%; z-index: 2; }\",\".framer-jpNWl .framer-qwil9i { flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-jpNWl .framer-gxvnja, .framer-jpNWl .framer-ymwe { bottom: 0px; flex: none; height: 100%; overflow: visible; position: absolute; right: 0px; width: 100%; z-index: 0; }\",\".framer-jpNWl.framer-v-1thh2jv.framer-pogkxp { width: 1440px; }\",\".framer-jpNWl.framer-v-1thh2jv .framer-c37a7i { max-width: unset; }\",\".framer-jpNWl.framer-v-f2o6pl.framer-pogkxp { width: 1024px; }\",\".framer-jpNWl.framer-v-f2o6pl .framer-12c3ufa { gap: 0px; justify-content: flex-start; }\",\".framer-jpNWl.framer-v-f2o6pl .framer-41t6i3, .framer-jpNWl.framer-v-1uleqj2 .framer-41t6i3 { flex: 1 0 0px; }\",\".framer-jpNWl.framer-v-f2o6pl .framer-1g58gdx { padding: 24px; }\",\".framer-jpNWl.framer-v-p7f29w.framer-pogkxp { height: 810px; width: 768px; }\",\".framer-jpNWl.framer-v-p7f29w .framer-12c3ufa { flex-direction: column; gap: 48px; justify-content: flex-end; padding: 40px; }\",\".framer-jpNWl.framer-v-p7f29w .framer-c37a7i, .framer-jpNWl.framer-v-1uleqj2 .framer-c37a7i { flex: none; max-width: unset; width: 100%; }\",\".framer-jpNWl.framer-v-p7f29w .framer-1pshf82 { gap: 0px; padding: 0px; }\",\".framer-jpNWl.framer-v-1uleqj2.framer-pogkxp { height: 844px; width: 390px; }\",\".framer-jpNWl.framer-v-1uleqj2 .framer-12c3ufa { flex-direction: column; gap: 24px; justify-content: flex-end; padding: 24px; }\",\".framer-jpNWl.framer-v-1uleqj2 .framer-1pshf82 { padding: 0px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"lRPIeFkzw\":{\"layout\":[\"fixed\",\"fixed\"]},\"LLmqg2fM2\":{\"layout\":[\"fixed\",\"fixed\"]},\"qU7agH2f8\":{\"layout\":[\"fixed\",\"fixed\"]},\"BJ9TVmSdj\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ubnbhwnjv\":\"image\",\"QXP_td9SG\":\"title\",\"RzeOnavzN\":\"description\",\"lBymDmhgM\":\"newTab\",\"qcpIs6rcx\":\"buttonLabel\",\"ga0cxsEjH\":\"button\",\"ixMthL9yl\":\"link\",\"WDrZXdsII\":\"downloadButton\",\"g94_v5znf\":\"file\",\"OX_510nSv\":\"fileName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerDaOZBAxls=withCSS(Component,css,\"framer-jpNWl\");export default FramerDaOZBAxls;FramerDaOZBAxls.displayName=\"Header with Image\";FramerDaOZBAxls.defaultProps={height:600,width:1920};addPropertyControls(FramerDaOZBAxls,{variant:{options:[\"myfprMv_m\",\"lRPIeFkzw\",\"LLmqg2fM2\",\"qU7agH2f8\",\"BJ9TVmSdj\"],optionTitles:[\"Desktop XL\",\"Desktop\",\"Desktop sm\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},ubnbhwnjv:{title:\"Image\",type:ControlType.ResponsiveImage},QXP_td9SG:{defaultValue:\"Treatment / Condition name\",displayTextArea:false,title:\"Title\",type:ControlType.String},RzeOnavzN:{defaultValue:\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse varius enim in eros elementum tristique.\",displayTextArea:false,title:\"Description\",type:ControlType.String},lBymDmhgM:{defaultValue:false,title:\"New Tab\",type:ControlType.Boolean},qcpIs6rcx:{defaultValue:\"BOOK APPOINTMENT\",displayTextArea:false,placeholder:\"BOOK APPOINTMENT\",title:\"Button Label\",type:ControlType.String},ga0cxsEjH:{defaultValue:true,title:\"Button?\",type:ControlType.Boolean},ixMthL9yl:{title:\"Link\",type:ControlType.Link},WDrZXdsII:{defaultValue:false,title:\"Download Button?\",type:ControlType.Boolean},g94_v5znf:DownloadControls?.[\"file\"]&&{...DownloadControls[\"file\"],__defaultAssetReference:\"data:framer/asset-reference,yRDYI09pWCkghI32gAkcnWghZU.pdf?originalFilename=Clinic+Experience+PDFs+%281%29.pdf\",description:undefined,hidden:undefined,title:\"File\"},OX_510nSv:{defaultValue:\"THE CURRENTBODY SKIN EXPERIENCE\",placeholder:\"File Name\",title:\"File Name\",type:ControlType.String}});addFonts(FramerDaOZBAxls,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...PrimaryFonts,...PrimaryNolinkFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerDaOZBAxls\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1920\",\"framerIntrinsicHeight\":\"600\",\"framerVariables\":\"{\\\"ubnbhwnjv\\\":\\\"image\\\",\\\"QXP_td9SG\\\":\\\"title\\\",\\\"RzeOnavzN\\\":\\\"description\\\",\\\"lBymDmhgM\\\":\\\"newTab\\\",\\\"qcpIs6rcx\\\":\\\"buttonLabel\\\",\\\"ga0cxsEjH\\\":\\\"button\\\",\\\"ixMthL9yl\\\":\\\"link\\\",\\\"WDrZXdsII\\\":\\\"downloadButton\\\",\\\"g94_v5znf\\\":\\\"file\\\",\\\"OX_510nSv\\\":\\\"fileName\\\"}\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lRPIeFkzw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"LLmqg2fM2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qU7agH2f8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BJ9TVmSdj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DaOZBAxls.map"],
  "mappings": "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",
  "names": ["SettingsMessage", "icon", "title", "description", "containerStyle", "u", "p", "shadowProperty", "ControlType", "heightProperty", "props", "usePaginationStore", "createStore", "Download", "source", "url", "file", "fileName", "children", "style", "newChildren", "p", "SettingsMessage", "fileUrl", "blob", "blobUrl", "getExtension", "path", "ext", "extension", "finalFileName", "link", "error", "addPropertyControls", "ControlType", "props", "PrimaryFonts", "getFonts", "RXpiTAGba_default", "PrimaryNolinkFonts", "llZycK3Vw_default", "DownloadFonts", "Download", "DownloadControls", "getPropertyControls", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "isSet", "negate", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "button", "buttonLabel", "description", "downloadButton", "file", "fileName", "height", "id", "image", "link", "newTab", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "ubnbhwnjv", "QXP_td9SG", "RzeOnavzN", "lBymDmhgM", "qcpIs6rcx", "ga0cxsEjH", "ixMthL9yl", "WDrZXdsII", "g94_v5znf", "OX_510nSv", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "visible", "visible1", "isDisplayed", "isDisplayed1", "isDisplayed2", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerDaOZBAxls", "withCSS", "DaOZBAxls_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
