{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js", "ssg:https://framerusercontent.com/modules/kd3pfsL6wrK8nYGsflhU/xJhd52XFT8fkwjXDBaUn/Phix4FJNL.js", "ssg:https://framerusercontent.com/modules/u7rxRCDtKf3jUxfLleOV/etCRsE3KrZ2ajiMZpwfN/ztPBPOZz0.js", "ssg:https://framerusercontent.com/modules/jIptz4JBcnqX9r9UCYw8/AHmY8u70dkvpWIcV8BWQ/uaEchhNZV.js", "ssg:https://framerusercontent.com/modules/ozvvMvbvbEvnZawfLcMP/SC12lyFbQm9An7GtNvl5/dB7hJNp17.js"],
  "sourcesContent": ["import { ControlType } from \"framer\";\nexport const fontStack = `\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;\nexport const containerStyles = {\n    position: \"relative\",\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nexport const emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(136, 85, 255, 0.3)\",\n    color: \"#85F\",\n    border: \"1px dashed #85F\",\n    flexDirection: \"column\"\n};\nexport const defaultEvents = {\n    onClick: {\n        type: ControlType.EventHandler\n    },\n    onMouseEnter: {\n        type: ControlType.EventHandler\n    },\n    onMouseLeave: {\n        type: ControlType.EventHandler\n    }\n};\nexport const fontSizeOptions = {\n    type: ControlType.Number,\n    title: \"Font Size\",\n    min: 2,\n    max: 200,\n    step: 1,\n    displayStepper: true\n};\nexport const fontControls = {\n    font: {\n        type: ControlType.Boolean,\n        title: \"Font\",\n        defaultValue: false,\n        disabledTitle: \"Default\",\n        enabledTitle: \"Custom\"\n    },\n    fontFamily: {\n        type: ControlType.String,\n        title: \"Family\",\n        placeholder: \"Inter\",\n        hidden: ({ font  })=>!font\n    },\n    fontWeight: {\n        type: ControlType.Enum,\n        title: \"Weight\",\n        options: [\n            100,\n            200,\n            300,\n            400,\n            500,\n            600,\n            700,\n            800,\n            900\n        ],\n        optionTitles: [\n            \"Thin\",\n            \"Extra-light\",\n            \"Light\",\n            \"Regular\",\n            \"Medium\",\n            \"Semi-bold\",\n            \"Bold\",\n            \"Extra-bold\",\n            \"Black\", \n        ],\n        hidden: ({ font  })=>!font\n    }\n};\n// @TODO check if we're missing anything here \u2014 there doesn't seem to be a reliable browser API for this\nexport const localeOptions = {\n    af: \"Afrikaans\",\n    sq: \"Albanian\",\n    an: \"Aragonese\",\n    ar: \"Arabic (Standard)\",\n    \"ar-dz\": \"Arabic (Algeria)\",\n    \"ar-bh\": \"Arabic (Bahrain)\",\n    \"ar-eg\": \"Arabic (Egypt)\",\n    \"ar-iq\": \"Arabic (Iraq)\",\n    \"ar-jo\": \"Arabic (Jordan)\",\n    \"ar-kw\": \"Arabic (Kuwait)\",\n    \"ar-lb\": \"Arabic (Lebanon)\",\n    \"ar-ly\": \"Arabic (Libya)\",\n    \"ar-ma\": \"Arabic (Morocco)\",\n    \"ar-om\": \"Arabic (Oman)\",\n    \"ar-qa\": \"Arabic (Qatar)\",\n    \"ar-sa\": \"Arabic (Saudi Arabia)\",\n    \"ar-sy\": \"Arabic (Syria)\",\n    \"ar-tn\": \"Arabic (Tunisia)\",\n    \"ar-ae\": \"Arabic (U.A.E.)\",\n    \"ar-ye\": \"Arabic (Yemen)\",\n    hy: \"Armenian\",\n    as: \"Assamese\",\n    ast: \"Asturian\",\n    az: \"Azerbaijani\",\n    eu: \"Basque\",\n    bg: \"Bulgarian\",\n    be: \"Belarusian\",\n    bn: \"Bengali\",\n    bs: \"Bosnian\",\n    br: \"Breton\",\n    my: \"Burmese\",\n    ca: \"Catalan\",\n    ch: \"Chamorro\",\n    ce: \"Chechen\",\n    zh: \"Chinese\",\n    \"zh-hk\": \"Chinese (Hong Kong)\",\n    \"zh-cn\": \"Chinese (PRC)\",\n    \"zh-sg\": \"Chinese (Singapore)\",\n    \"zh-tw\": \"Chinese (Taiwan)\",\n    cv: \"Chuvash\",\n    co: \"Corsican\",\n    cr: \"Cree\",\n    hr: \"Croatian\",\n    cs: \"Czech\",\n    da: \"Danish\",\n    nl: \"Dutch (Standard)\",\n    \"nl-be\": \"Dutch (Belgian)\",\n    en: \"English\",\n    \"en-au\": \"English (Australia)\",\n    \"en-bz\": \"English (Belize)\",\n    \"en-ca\": \"English (Canada)\",\n    \"en-ie\": \"English (Ireland)\",\n    \"en-jm\": \"English (Jamaica)\",\n    \"en-nz\": \"English (New Zealand)\",\n    \"en-ph\": \"English (Philippines)\",\n    \"en-za\": \"English (South Africa)\",\n    \"en-tt\": \"English (Trinidad & Tobago)\",\n    \"en-gb\": \"English (United Kingdom)\",\n    \"en-us\": \"English (United States)\",\n    \"en-zw\": \"English (Zimbabwe)\",\n    eo: \"Esperanto\",\n    et: \"Estonian\",\n    fo: \"Faeroese\",\n    fa: \"Farsi\",\n    fj: \"Fijian\",\n    fi: \"Finnish\",\n    fr: \"French (Standard)\",\n    \"fr-be\": \"French (Belgium)\",\n    \"fr-ca\": \"French (Canada)\",\n    \"fr-fr\": \"French (France)\",\n    \"fr-lu\": \"French (Luxembourg)\",\n    \"fr-mc\": \"French (Monaco)\",\n    \"fr-ch\": \"French (Switzerland)\",\n    fy: \"Frisian\",\n    fur: \"Friulian\",\n    gd: \"Gaelic (Scots)\",\n    \"gd-ie\": \"Gaelic (Irish)\",\n    gl: \"Galacian\",\n    ka: \"Georgian\",\n    de: \"German (Standard)\",\n    \"de-at\": \"German (Austria)\",\n    \"de-de\": \"German (Germany)\",\n    \"de-li\": \"German (Liechtenstein)\",\n    \"de-lu\": \"German (Luxembourg)\",\n    \"de-ch\": \"German (Switzerland)\",\n    el: \"Greek\",\n    gu: \"Gujurati\",\n    ht: \"Haitian\",\n    he: \"Hebrew\",\n    hi: \"Hindi\",\n    hu: \"Hungarian\",\n    is: \"Icelandic\",\n    id: \"Indonesian\",\n    iu: \"Inuktitut\",\n    ga: \"Irish\",\n    it: \"Italian (Standard)\",\n    \"it-ch\": \"Italian (Switzerland)\",\n    ja: \"Japanese\",\n    kn: \"Kannada\",\n    ks: \"Kashmiri\",\n    kk: \"Kazakh\",\n    km: \"Khmer\",\n    ky: \"Kirghiz\",\n    tlh: \"Klingon\",\n    ko: \"Korean\",\n    \"ko-kp\": \"Korean (North Korea)\",\n    \"ko-kr\": \"Korean (South Korea)\",\n    la: \"Latin\",\n    lv: \"Latvian\",\n    lt: \"Lithuanian\",\n    lb: \"Luxembourgish\",\n    mk: \"FYRO Macedonian\",\n    ms: \"Malay\",\n    ml: \"Malayalam\",\n    mt: \"Maltese\",\n    mi: \"Maori\",\n    mr: \"Marathi\",\n    mo: \"Moldavian\",\n    nv: \"Navajo\",\n    ng: \"Ndonga\",\n    ne: \"Nepali\",\n    no: \"Norwegian\",\n    nb: \"Norwegian (Bokmal)\",\n    nn: \"Norwegian (Nynorsk)\",\n    oc: \"Occitan\",\n    or: \"Oriya\",\n    om: \"Oromo\",\n    \"fa-ir\": \"Persian/Iran\",\n    pl: \"Polish\",\n    pt: \"Portuguese\",\n    \"pt-br\": \"Portuguese (Brazil)\",\n    pa: \"Punjabi\",\n    \"pa-in\": \"Punjabi (India)\",\n    \"pa-pk\": \"Punjabi (Pakistan)\",\n    qu: \"Quechua\",\n    rm: \"Rhaeto-Romanic\",\n    ro: \"Romanian\",\n    \"ro-mo\": \"Romanian (Moldavia)\",\n    ru: \"Russian\",\n    \"ru-mo\": \"Russian (Moldavia)\",\n    sz: \"Sami (Lappish)\",\n    sg: \"Sango\",\n    sa: \"Sanskrit\",\n    sc: \"Sardinian\",\n    sd: \"Sindhi\",\n    si: \"Singhalese\",\n    sr: \"Serbian\",\n    sk: \"Slovak\",\n    sl: \"Slovenian\",\n    so: \"Somani\",\n    sb: \"Sorbian\",\n    es: \"Spanish\",\n    \"es-ar\": \"Spanish (Argentina)\",\n    \"es-bo\": \"Spanish (Bolivia)\",\n    \"es-cl\": \"Spanish (Chile)\",\n    \"es-co\": \"Spanish (Colombia)\",\n    \"es-cr\": \"Spanish (Costa Rica)\",\n    \"es-do\": \"Spanish (Dominican Republic)\",\n    \"es-ec\": \"Spanish (Ecuador)\",\n    \"es-sv\": \"Spanish (El Salvador)\",\n    \"es-gt\": \"Spanish (Guatemala)\",\n    \"es-hn\": \"Spanish (Honduras)\",\n    \"es-mx\": \"Spanish (Mexico)\",\n    \"es-ni\": \"Spanish (Nicaragua)\",\n    \"es-pa\": \"Spanish (Panama)\",\n    \"es-py\": \"Spanish (Paraguay)\",\n    \"es-pe\": \"Spanish (Peru)\",\n    \"es-pr\": \"Spanish (Puerto Rico)\",\n    \"es-es\": \"Spanish (Spain)\",\n    \"es-uy\": \"Spanish (Uruguay)\",\n    \"es-ve\": \"Spanish (Venezuela)\",\n    sx: \"Sutu\",\n    sw: \"Swahili\",\n    sv: \"Swedish\",\n    \"sv-fi\": \"Swedish (Finland)\",\n    \"sv-sv\": \"Swedish (Sweden)\",\n    ta: \"Tamil\",\n    tt: \"Tatar\",\n    te: \"Teluga\",\n    th: \"Thai\",\n    tig: \"Tigre\",\n    ts: \"Tsonga\",\n    tn: \"Tswana\",\n    tr: \"Turkish\",\n    tk: \"Turkmen\",\n    uk: \"Ukrainian\",\n    hsb: \"Upper Sorbian\",\n    ur: \"Urdu\",\n    ve: \"Venda\",\n    vi: \"Vietnamese\",\n    vo: \"Volapuk\",\n    wa: \"Walloon\",\n    cy: \"Welsh\",\n    xh: \"Xhosa\",\n    ji: \"Yiddish\",\n    zu: \"Zulu\"\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"fontSizeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontControls\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"localeOptions\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fontStack\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"emptyStateStyle\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./constants.map", "import { useMemo } from \"react\";\nimport { RenderTarget } from \"framer\";\nexport function useRenderTarget() {\n    const currentRenderTarget = useMemo(()=>RenderTarget.current()\n    , []);\n    return currentRenderTarget;\n}\nexport function useIsInPreview() {\n    const inPreview = useMemo(()=>RenderTarget.current() === RenderTarget.preview\n    , []);\n    return inPreview;\n}\nexport function useIsOnCanvas() {\n    const onCanvas = useMemo(()=>RenderTarget.current() === RenderTarget.canvas\n    , []);\n    return onCanvas;\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsInPreview\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRenderTarget\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIsOnCanvas\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useRenderTarget.map", "import { useMemo } from \"react\";\nimport { ControlType } from \"framer\";\nexport function useRadius(props) {\n    const { borderRadius , isMixedBorderRadius , topLeftRadius , topRightRadius , bottomRightRadius , bottomLeftRadius ,  } = props;\n    const radiusValue = useMemo(()=>isMixedBorderRadius ? `${topLeftRadius}px ${topRightRadius}px ${bottomRightRadius}px ${bottomLeftRadius}px` : `${borderRadius}px`\n    , [\n        borderRadius,\n        isMixedBorderRadius,\n        topLeftRadius,\n        topRightRadius,\n        bottomRightRadius,\n        bottomLeftRadius, \n    ]);\n    return radiusValue;\n}\nexport const borderRadiusControl = {\n    borderRadius: {\n        title: \"Radius\",\n        type: ControlType.FusedNumber,\n        toggleKey: \"isMixedBorderRadius\",\n        toggleTitles: [\n            \"Radius\",\n            \"Radius per corner\"\n        ],\n        valueKeys: [\n            \"topLeftRadius\",\n            \"topRightRadius\",\n            \"bottomRightRadius\",\n            \"bottomLeftRadius\", \n        ],\n        valueLabels: [\n            \"TL\",\n            \"TR\",\n            \"BR\",\n            \"BL\"\n        ],\n        min: 0\n    }\n};\nexport function usePadding(props) {\n    const { padding , paddingPerSide , paddingTop , paddingRight , paddingBottom , paddingLeft ,  } = props;\n    const paddingValue = useMemo(()=>paddingPerSide ? `${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px` : padding\n    , [\n        padding,\n        paddingPerSide,\n        paddingTop,\n        paddingRight,\n        paddingBottom,\n        paddingLeft, \n    ]);\n    return paddingValue;\n}\nexport const paddingControl = {\n    padding: {\n        type: ControlType.FusedNumber,\n        toggleKey: \"paddingPerSide\",\n        toggleTitles: [\n            \"Padding\",\n            \"Padding per side\"\n        ],\n        valueKeys: [\n            \"paddingTop\",\n            \"paddingRight\",\n            \"paddingBottom\",\n            \"paddingLeft\", \n        ],\n        valueLabels: [\n            \"T\",\n            \"R\",\n            \"B\",\n            \"L\"\n        ],\n        min: 0,\n        title: \"Padding\"\n    }\n};\n\nexport const __FramerMetadata__ = {\"exports\":{\"borderRadiusControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRadius\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RadiusProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PaddingProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePadding\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"paddingControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./propUtils.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect,useRef,useState}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles}from\"https://framer.com/m/framer/default-utils.js\";/**\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n *\n * @framerDisableUnlink\n */export default function Embed({type,url,html,style={}}){if(type===\"url\"&&url){return /*#__PURE__*/_jsx(EmbedUrl,{url:url,style:style});}if(type===\"html\"&&html){return /*#__PURE__*/_jsx(EmbedHtml,{html:html,style:style});}return /*#__PURE__*/_jsx(Instructions,{style:style});}addPropertyControls(Embed,{type:{type:ControlType.Enum,defaultValue:\"url\",displaySegmentedControl:true,options:[\"url\",\"html\"],optionTitles:[\"URL\",\"HTML\"]},url:{title:\"URL\",type:ControlType.String,description:\"Some websites don\u2019t support embedding.\",hidden(props){return props.type!==\"url\";}},html:{title:\"HTML\",type:ControlType.String,displayTextArea:true,hidden(props){return props.type!==\"html\";}}});function Instructions({style}){return /*#__PURE__*/_jsx(\"div\",{style:{minHeight:getMinHeight(style),...emptyStateStyle,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a website or widget, add it to the properties\\xa0panel.\"})});}function EmbedUrl({url,style}){const hasAutoHeight=!style.height;// Add https:// if the URL does not have a protocol.\nif(!/[a-z]+:\\/\\//.test(url)){url=\"https://\"+url;}const onCanvas=useIsOnCanvas();// We need to check if the url is blocked inside an iframe by the X-Frame-Options\n// or Content-Security-Policy headers on the backend.\nconst[state,setState]=useState(onCanvas?undefined:false);useEffect(()=>{// We only want to check on the canvas.\n// On the website we want to avoid the additional delay.\nif(!onCanvas)return;// TODO: We could also use AbortController here.\nlet isLastEffect=true;setState(undefined);async function load(){const response=await fetch(\"https://api.framer.com/functions/check-iframe-url?url=\"+encodeURIComponent(url));if(response.status==200){const{isBlocked}=await response.json();if(isLastEffect){setState(isBlocked);}}else{const message=await response.text();console.error(message);const error=new Error(\"This site can\u2019t be reached.\");setState(error);}}load().catch(error=>{console.error(error);setState(error);});return()=>{isLastEffect=false;};},[url]);if(onCanvas&&hasAutoHeight){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"URL embeds do not support auto height.\",style:style});}if(!url.startsWith(\"https://\")){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Unsupported protocol.\",style:style});}if(state===undefined){return /*#__PURE__*/_jsx(LoadingIndicator,{});}if(state instanceof Error){return /*#__PURE__*/_jsx(ErrorMessage,{message:state.message,style:style});}if(state===true){const message=`Can\u2019t embed ${url} due to its content security policy.`;return /*#__PURE__*/_jsx(ErrorMessage,{message:message,style:style});}return /*#__PURE__*/_jsx(\"iframe\",{src:url,style:{...iframeStyle,...style},loading:\"lazy\",// @ts-ignore\nfetchPriority:onCanvas?\"low\":\"auto\",referrerPolicy:\"no-referrer\",sandbox:getSandbox(onCanvas)});}const iframeStyle={width:\"100%\",height:\"100%\",border:\"none\"};function getSandbox(onCanvas){const result=[\"allow-same-origin\",\"allow-scripts\"];if(!onCanvas){result.push(\"allow-downloads\",\"allow-forms\",\"allow-modals\",\"allow-orientation-lock\",\"allow-pointer-lock\",\"allow-popups\",\"allow-popups-to-escape-sandbox\",\"allow-presentation\",\"allow-storage-access-by-user-activation\",\"allow-top-navigation-by-user-activation\");}return result.join(\" \");}function EmbedHtml({html,...props}){const hasScript=html.includes(\"</script>\");if(hasScript){const hasSplineViewer=html.includes(\"</spline-viewer>\");const hasComment=html.includes(\"<!-- framer-direct-embed -->\");if(hasSplineViewer||hasComment){return /*#__PURE__*/_jsx(EmbedHtmlWithScripts,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlInsideIframe,{html:html,...props});}return /*#__PURE__*/_jsx(EmbedHtmlWithoutScripts,{html:html,...props});}function EmbedHtmlInsideIframe({html,style}){const ref=useRef();const[iframeHeight,setIframeHeight]=useState(0);// Handle auto sizing\nuseEffect(()=>{var _ref_current;const iframeWindow=(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.contentWindow;function handleMessage(event){if(event.source!==iframeWindow)return;const data=event.data;if(typeof data!==\"object\"||data===null)return;const height=data.embedHeight;if(typeof height!==\"number\")return;setIframeHeight(height);}window.addEventListener(\"message\",handleMessage);// After SSG the iframe loads before we attach the event handler,\n// therefore we need to request the latest height from the iframe.\niframeWindow===null||iframeWindow===void 0?void 0:iframeWindow.postMessage(\"getEmbedHeight\",\"*\");return()=>{window.removeEventListener(\"message\",handleMessage);};},[]);// The CSS is mainly copied from:\n// FramerStudio/src/app/vekter/src/renderer/setDefaultFont.ts\n// FramerStudio/src/app/vekter/src/export/globalStylesForExport.ts\nconst srcDoc=`\n<html>\n    <head>\n        <style>\n            html, body {\n                margin: 0;\n                padding: 0;\n            }\n\n            body {\n                display: flex;\n                justify-content: center;\n                align-items: center;\n                min-height: 100vh;\n            }\n\n            :root {\n                -webkit-font-smoothing: antialiased;\n                -moz-osx-font-smoothing: grayscale;\n            }\n\n            * {\n                box-sizing: border-box;\n                -webkit-font-smoothing: inherit;\n            }\n\n            h1, h2, h3, h4, h5, h6, p, figure {\n                margin: 0;\n            }\n\n            body, input, textarea, select, button {\n                font-size: 12px;\n                font-family: sans-serif;\n            }\n        </style>\n    </head>\n    <body>\n        ${html}\n        <script type=\"module\">\n            let height = 0\n\n            function sendEmbedHeight() {\n                window.parent.postMessage({\n                    embedHeight: height\n                }, \"*\")\n            }\n\n            const observer = new ResizeObserver((entries) => {\n                if (entries.length !== 1) return\n                const entry = entries[0]\n                if (entry.target !== document.body) return\n\n                height = entry.contentRect.height\n                sendEmbedHeight()\n            })\n\n            observer.observe(document.body)\n\n            window.addEventListener(\"message\", (event) => {\n                if (event.source !== window.parent) return\n                if (event.data !== \"getEmbedHeight\") return\n                sendEmbedHeight()\n            })\n        </script>\n    <body>\n</html>\n`;const currentStyle={...iframeStyle,...style};const hasAutoHeight=!style.height;if(hasAutoHeight){currentStyle.height=iframeHeight+\"px\";}return /*#__PURE__*/_jsx(\"iframe\",{ref:ref,style:currentStyle,srcDoc:srcDoc});}function EmbedHtmlWithScripts({html,style}){const ref=useRef();useEffect(()=>{const div=ref.current;if(!div)return;div.innerHTML=html;executeScripts(div);return()=>{div.innerHTML=\"\";};},[html]);return /*#__PURE__*/_jsx(\"div\",{ref:ref,style:{...htmlStyle,...style}});}function EmbedHtmlWithoutScripts({html,style}){return /*#__PURE__*/_jsx(\"div\",{style:{...htmlStyle,...style},dangerouslySetInnerHTML:{__html:html}});}const htmlStyle={width:\"100%\",height:\"100%\",display:\"flex\",flexDirection:\"column\",justifyContent:\"center\",alignItems:\"center\"};// This function replaces scripts with executable ones.\n// https://stackoverflow.com/questions/1197575/can-scripts-be-inserted-with-innerhtml\nfunction executeScripts(node){if(node instanceof Element&&node.tagName===\"SCRIPT\"){const script=document.createElement(\"script\");script.text=node.innerHTML;for(const{name,value}of node.attributes){script.setAttribute(name,value);}node.parentElement.replaceChild(script,node);}else{for(const child of node.childNodes){executeScripts(child);}}}// Generic components\nfunction LoadingIndicator(){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-componentPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"Loading\u2026\"})});}function ErrorMessage({message,style}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{minHeight:getMinHeight(style),...containerStyles,overflow:\"hidden\",...style},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:message})});}const centerTextStyle={textAlign:\"center\",minWidth:140};// Returns a min-height if the component is using auto-height.\nfunction getMinHeight(style){const hasAutoHeight=!style.height;if(hasAutoHeight)return 200;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Embed\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"400\",\"framerIntrinsicWidth\":\"600\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Embed.map", "// Generated by Framer (47ebf4a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/1rpEDlYoeaLPr9N5d1Jy/ssPDmQpeSN5mTcu2fLOl/EyWjGxfgM.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/84snPueElQ4XOVImiT4A/ILXkW1SKZbHuBTUsQIVs/oKaTC847I.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/16j25NLPAKDTI3tcSy5T/HYsC6VrudmuJLI6G1YX6/XUYb4wSoH.js\";import ButtonPrimary from\"https://framerusercontent.com/modules/rmmxff5iaaT8jt1dQ0rt/GGevjuvzgZ9H4C6pfPpW/cXjOlNdxa.js\";const ButtonPrimaryFonts=getFonts(ButtonPrimary);const cycleOrder=[\"NMu2dumup\",\"BcibqbcJD\"];const serializationHash=\"framer-ihyQ6\";const variantClassNames={BcibqbcJD:\"framer-v-11nzqrk\",NMu2dumup:\"framer-v-elyp52\"};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 numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const numberToString=(value,options={},activeLocale)=>{const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;const{useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits}=options;const formatOptions={useGrouping,notation,compactDisplay,style,currency,currencyDisplay,unit,unitDisplay,minimumFractionDigits,maximumFractionDigits,minimumIntegerDigits};const number=Number(value);try{return number.toLocaleString(locale,formatOptions);}catch{try{return number.toLocaleString(fallbackLocale,formatOptions);}catch{return number.toLocaleString();}}};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={\"Option 1\":\"NMu2dumup\",\"Option 2\":\"BcibqbcJD\"};const getProps=({dosage1,dosage2,height,id,label1,label2,optionsOnOff,padding,price1,price2,productModal,productName,width,...props})=>{return{...props,AYFzhyfWA:productName??props.AYFzhyfWA??\"Semaglutide\",bSoOv6x0N:dosage2??props.bSoOv6x0N??\"2-3 Month Supply\",cAGJzfpwv:dosage1??props.cAGJzfpwv??\"1-2 Month Supply\",coHhp7fqR:price2??props.coHhp7fqR,dSOoWNzkD:label2??props.dSOoWNzkD??\"10mg\",LKHwY8J_b:padding??props.LKHwY8J_b??\"28px 32px 28px 32px\",S8Fl_zhGd:productModal??props.S8Fl_zhGd,sPdSxncib:price1??props.sPdSxncib??99,variant:humanReadableVariantMap[props.variant]??props.variant??\"NMu2dumup\",XtMpF_k2U:optionsOnOff??props.XtMpF_k2U??true,zXU90sA2d:label1??props.zXU90sA2d??\"5mg\"};};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,AYFzhyfWA,XtMpF_k2U,zXU90sA2d,cAGJzfpwv,sPdSxncib,dSOoWNzkD,bSoOv6x0N,coHhp7fqR,S8Fl_zhGd,LKHwY8J_b,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"NMu2dumup\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap23z461=activeVariantCallback(async(...args)=>{setVariant(\"NMu2dumup\");});const onTapqcqujr=activeVariantCallback(async(...args)=>{setVariant(\"BcibqbcJD\");});const b5nLEyESg7aw4dr=activeVariantCallback(async(...args)=>{if(S8Fl_zhGd){const res=await S8Fl_zhGd(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"BcibqbcJD\")return false;return true;};const activeLocaleCode=useLocaleCode();const textContent=numberToString(sPdSxncib,{currency:\"USD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"standard\",style:\"currency\"},activeLocaleCode);const isDisplayed1=()=>{if(baseVariant===\"BcibqbcJD\")return true;return false;};const textContent1=numberToString(coHhp7fqR,{currency:\"USD\",currencyDisplay:\"symbol\",locale:\"\",notation:\"standard\",style:\"currency\"},activeLocaleCode);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-elyp52\",className,classNames),\"data-framer-name\":\"Option 1\",layoutDependency:layoutDependency,layoutId:\"NMu2dumup\",ref:refBinding,style:{...style},...addPropertyOverrides({BcibqbcJD:{\"data-framer-name\":\"Option 2\"}},baseVariant,gestureVariant),children:[XtMpF_k2U&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zrq3gb\",\"data-framer-name\":\"Product Options\",layoutDependency:layoutDependency,layoutId:\"RI4CIJd91\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k251ru\",\"data-border\":true,\"data-framer-name\":\"Option Box\",layoutDependency:layoutDependency,layoutId:\"uoTtJdGvx\",style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"rgb(1, 126, 255)\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{BcibqbcJD:{\"--border-color\":\"var(--token-0650e1a0-6207-45db-bc66-7bb7da7377e1, rgb(213, 215, 226))\"}},...addPropertyOverrides({BcibqbcJD:{\"data-highlight\":true,onTap:onTap23z461}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(1, 126, 255))\"},children:\"5mg\"})}),className:\"framer-11v3fpt\",\"data-framer-name\":\"10mg\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"fcBe9u_0c\",style:{\"--extracted-r6o4lv\":\"rgb(1, 126, 255)\",\"--framer-paragraph-spacing\":\"0px\"},text:zXU90sA2d,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1opdmvn\",\"data-styles-preset\":\"XUYb4wSoH\",children:\"1-8 doses\"})}),className:\"framer-12wr9nl\",\"data-framer-name\":\"1-2 Month Supply\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UtOk53x7C\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:cAGJzfpwv,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1tl0u9d\",\"data-border\":true,\"data-framer-name\":\"Option Box\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"nbHQnEcSt\",onTap:onTapqcqujr,style:{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-0650e1a0-6207-45db-bc66-7bb7da7377e1, rgb(213, 215, 226))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{BcibqbcJD:{\"--border-color\":\"var(--token-e700eef4-5fcf-4c48-b5af-5f6f01302a74, rgb(0, 126, 255))\"}},...addPropertyOverrides({BcibqbcJD:{\"data-highlight\":undefined,onTap:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy02MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.04em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(41, 46, 76))\"},children:\"10mg\"})}),className:\"framer-af1ndd\",\"data-framer-name\":\"5mg\",fonts:[\"GF;DM Sans-600\"],layoutDependency:layoutDependency,layoutId:\"t8o1cJKx1\",style:{\"--extracted-r6o4lv\":\"rgb(41, 46, 76)\",\"--framer-paragraph-spacing\":\"0px\"},text:dSOoWNzkD,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-1opdmvn\",\"data-styles-preset\":\"XUYb4wSoH\",children:\"1-8 doses\"})}),className:\"framer-x31vw\",\"data-framer-name\":\"1-2 Month Supply\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"AZmIVYIzA\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:bSoOv6x0N,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-3ckbz1\",layoutDependency:layoutDependency,layoutId:\"tImEnILob\",style:{\"--1nzn1aa\":numberToPixelString(LKHwY8J_b),backgroundColor:\"var(--token-8f4802a8-bcdf-4d37-8cd0-bbbac07f094c, rgb(248, 248, 249))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hxg83q\",layoutDependency:layoutDependency,layoutId:\"asvDBlkeU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1j63cpt\",layoutDependency:layoutDependency,layoutId:\"sqsZ7AWR4\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76)))\"},children:\"Semaglutide\"})}),className:\"framer-efr1ab\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PS3lzzPur\",style:{\"--extracted-1of0zx5\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:AYFzhyfWA,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76)))\"},children:\"$99.00\"})}),className:\"framer-1pdw7tu\",\"data-framer-name\":\"Price 1\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rg4ROAA25\",style:{\"--extracted-1of0zx5\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76)))\"},children:\"149\"})}),className:\"framer-1fd7ngz\",\"data-framer-name\":\"Price 2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dKKJyOYBg\",style:{\"--extracted-1of0zx5\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(41, 46, 76, 0.5))\"},children:\"Order Now, Ships Today\"})}),className:\"framer-8x2cb2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"CWINSxfNR\",style:{\"--extracted-r6o4lv\":\"rgba(41, 46, 76, 0.5)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,width:`calc(${componentViewport?.width||\"100vw\"} - ${LKHwY8J_b*2}px)`,children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-15i8hbg-container\",layoutDependency:layoutDependency,layoutId:\"lXdQBLfR8-container\",nodeId:\"lXdQBLfR8\",rendersWithMotion:true,scopeId:\"Phix4FJNL\",children:/*#__PURE__*/_jsx(ButtonPrimary,{b5nLEyESg:b5nLEyESg7aw4dr,CTZiIJOr4:\"Buy Now\",EQ0YFAAKk:false,fYGH3oodz:false,height:\"100%\",id:\"lXdQBLfR8\",layoutId:\"lXdQBLfR8\",rkGJSc0Cz:\"14px 24px 14px 24px\",style:{width:\"100%\"},variant:\"am42g512h\",width:\"100%\"})})})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ihyQ6.framer-1up4stk, .framer-ihyQ6 .framer-1up4stk { display: block; }\",\".framer-ihyQ6.framer-elyp52 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 513px; }\",\".framer-ihyQ6 .framer-zrq3gb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ihyQ6 .framer-1k251ru, .framer-ihyQ6 .framer-1tl0u9d { align-content: center; align-items: center; cursor: pointer; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: 1px; }\",\".framer-ihyQ6 .framer-11v3fpt, .framer-ihyQ6 .framer-12wr9nl, .framer-ihyQ6 .framer-af1ndd, .framer-ihyQ6 .framer-x31vw, .framer-ihyQ6 .framer-efr1ab, .framer-ihyQ6 .framer-1pdw7tu, .framer-ihyQ6 .framer-1fd7ngz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ihyQ6 .framer-3ckbz1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: var(--1nzn1aa); position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-ihyQ6 .framer-hxg83q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ihyQ6 .framer-1j63cpt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ihyQ6 .framer-8x2cb2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ihyQ6 .framer-15i8hbg-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ihyQ6.framer-elyp52, .framer-ihyQ6 .framer-zrq3gb, .framer-ihyQ6 .framer-3ckbz1, .framer-ihyQ6 .framer-hxg83q { gap: 0px; } .framer-ihyQ6.framer-elyp52 > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-ihyQ6.framer-elyp52 > :first-child, .framer-ihyQ6 .framer-3ckbz1 > :first-child, .framer-ihyQ6 .framer-hxg83q > :first-child { margin-top: 0px; } .framer-ihyQ6.framer-elyp52 > :last-child, .framer-ihyQ6 .framer-3ckbz1 > :last-child, .framer-ihyQ6 .framer-hxg83q > :last-child { margin-bottom: 0px; } .framer-ihyQ6 .framer-zrq3gb > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-ihyQ6 .framer-zrq3gb > :first-child { margin-left: 0px; } .framer-ihyQ6 .framer-zrq3gb > :last-child { margin-right: 0px; } .framer-ihyQ6 .framer-3ckbz1 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-ihyQ6 .framer-hxg83q > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,'.framer-ihyQ6[data-border=\"true\"]::after, .framer-ihyQ6 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 263\n * @framerIntrinsicWidth 513\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BcibqbcJD\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"AYFzhyfWA\":\"productName\",\"XtMpF_k2U\":\"optionsOnOff\",\"zXU90sA2d\":\"label1\",\"cAGJzfpwv\":\"dosage1\",\"sPdSxncib\":\"price1\",\"dSOoWNzkD\":\"label2\",\"bSoOv6x0N\":\"dosage2\",\"coHhp7fqR\":\"price2\",\"S8Fl_zhGd\":\"productModal\",\"LKHwY8J_b\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPhix4FJNL=withCSS(Component,css,\"framer-ihyQ6\");export default FramerPhix4FJNL;FramerPhix4FJNL.displayName=\"Purchase Options\";FramerPhix4FJNL.defaultProps={height:263,width:513};addPropertyControls(FramerPhix4FJNL,{variant:{options:[\"NMu2dumup\",\"BcibqbcJD\"],optionTitles:[\"Option 1\",\"Option 2\"],title:\"Variant\",type:ControlType.Enum},AYFzhyfWA:{defaultValue:\"Semaglutide\",title:\"Product name\",type:ControlType.String},XtMpF_k2U:{defaultValue:true,title:\"Options (on | off)\",type:ControlType.Boolean},zXU90sA2d:{defaultValue:\"5mg\",displayTextArea:false,title:\"Label 1\",type:ControlType.String},cAGJzfpwv:{defaultValue:\"1-2 Month Supply\",title:\"Dosage 1\",type:ControlType.String},sPdSxncib:{defaultValue:99,title:\"Price 1\",type:ControlType.Number},dSOoWNzkD:{defaultValue:\"10mg\",displayTextArea:false,title:\"Label 2\",type:ControlType.String},bSoOv6x0N:{defaultValue:\"2-3 Month Supply\",title:\"Dosage 2\",type:ControlType.String},coHhp7fqR:{defaultValue:0,title:\"Price 2\",type:ControlType.Number},S8Fl_zhGd:{title:\"Product Modal\",type:ControlType.EventHandler},LKHwY8J_b:{defaultValue:\"28px 32px 28px 32px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerPhix4FJNL,[{explicitInter:true,fonts:[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v15/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAfJthS2f3ZGMZpg.woff2\",weight:\"600\"},{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\"}]},...ButtonPrimaryFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPhix4FJNL\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"513\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"AYFzhyfWA\\\":\\\"productName\\\",\\\"XtMpF_k2U\\\":\\\"optionsOnOff\\\",\\\"zXU90sA2d\\\":\\\"label1\\\",\\\"cAGJzfpwv\\\":\\\"dosage1\\\",\\\"sPdSxncib\\\":\\\"price1\\\",\\\"dSOoWNzkD\\\":\\\"label2\\\",\\\"bSoOv6x0N\\\":\\\"dosage2\\\",\\\"coHhp7fqR\\\":\\\"price2\\\",\\\"S8Fl_zhGd\\\":\\\"productModal\\\",\\\"LKHwY8J_b\\\":\\\"padding\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"263\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BcibqbcJD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phix4FJNL.map", "// Generated by Framer (e22b717)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const serializationHash=\"framer-irhuu\";const variantClassNames={gkNTv8OWq:\"framer-v-16aau4\"};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 toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,width,...props})=>{return{...props,rOdt9GsYh:image??props.rOdt9GsYh};};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,rOdt9GsYh,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"gkNTv8OWq\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);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-16aau4\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"gkNTv8OWq\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0),sizes:`max(${componentViewport?.width||\"100vw\"}, 1px)`,...toResponsiveImage(rOdt9GsYh),...{positionX:\"center\",positionY:\"top\"}},className:\"framer-vfq5ty\",layoutDependency:layoutDependency,layoutId:\"S9LWQ9n69\",style:{borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-irhuu.framer-1e2e7df, .framer-irhuu .framer-1e2e7df { display: block; }\",\".framer-irhuu.framer-16aau4 { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 600px; }\",\".framer-irhuu .framer-vfq5ty { aspect-ratio: 1 / 1; flex: 1 0 0px; height: var(--framer-aspect-ratio-supported, 600px); overflow: hidden; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-irhuu.framer-16aau4 { gap: 0px; } .framer-irhuu.framer-16aau4 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-irhuu.framer-16aau4 > :first-child { margin-left: 0px; } .framer-irhuu.framer-16aau4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 600\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"rOdt9GsYh\":\"image\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerztPBPOZz0=withCSS(Component,css,\"framer-irhuu\");export default FramerztPBPOZz0;FramerztPBPOZz0.displayName=\"Image Gallery\";FramerztPBPOZz0.defaultProps={height:600,width:600};addPropertyControls(FramerztPBPOZz0,{rOdt9GsYh:{title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FramerztPBPOZz0,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerztPBPOZz0\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"rOdt9GsYh\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"600\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ztPBPOZz0.map", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"__SF-UI-Text-Medium__\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-X6Cjr .framer-styles-preset-qf346q:not(.rich-text-wrapper), .framer-X6Cjr .framer-styles-preset-qf346q.rich-text-wrapper h5 { --framer-font-family: \".SFNSText-Medium\", \"SFProText-Medium\", \"SFUIText-Medium\", \".SFUIText-Medium\", \"SF Pro Text\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 499; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.4px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-a791615d-83e5-4582-a97a-38510174ba94, #292e4c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 0px) { .framer-X6Cjr .framer-styles-preset-qf346q:not(.rich-text-wrapper), .framer-X6Cjr .framer-styles-preset-qf346q.rich-text-wrapper h5 { --framer-font-family: \".SFNSText-Medium\", \"SFProText-Medium\", \"SFUIText-Medium\", \".SFUIText-Medium\", \"SF Pro Text\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 499; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.4px; --framer-line-height: 16px; --framer-paragraph-spacing: 40px; --framer-text-alignment: center; --framer-text-color: var(--token-a791615d-83e5-4582-a97a-38510174ba94, #292e4c); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; } }'];export const className=\"framer-X6Cjr\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouteElementId,withCSS,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/Xr8CO3Ul8Gb7lVfgMKTh/Embed.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/PGrowqBrgWCViHduGfsA/SmoothScroll_Prod.js\";import Header from\"#framer/local/canvasComponent/dxhai4EIQ/dxhai4EIQ.js\";import Footer from\"#framer/local/canvasComponent/fRYqcW4HW/fRYqcW4HW.js\";import PurchaseOptions from\"#framer/local/canvasComponent/Phix4FJNL/Phix4FJNL.js\";import ImageGallery from\"#framer/local/canvasComponent/ztPBPOZz0/ztPBPOZz0.js\";import Products from\"#framer/local/collection/C8aOLqgbH/C8aOLqgbH.js\";import*as sharedStyle8 from\"#framer/local/css/ahtukl7t1/ahtukl7t1.js\";import*as sharedStyle7 from\"#framer/local/css/BVOyB5pKn/BVOyB5pKn.js\";import*as sharedStyle1 from\"#framer/local/css/EyWjGxfgM/EyWjGxfgM.js\";import*as sharedStyle4 from\"#framer/local/css/Gd__YKWlG/Gd__YKWlG.js\";import*as sharedStyle2 from\"#framer/local/css/h0F5eVbft/h0F5eVbft.js\";import*as sharedStyle5 from\"#framer/local/css/oKaTC847I/oKaTC847I.js\";import*as sharedStyle6 from\"#framer/local/css/uaEchhNZV/uaEchhNZV.js\";import*as sharedStyle from\"#framer/local/css/VngP8AWnR/VngP8AWnR.js\";import*as sharedStyle3 from\"#framer/local/css/ZPDh0nSHe/ZPDh0nSHe.js\";import metadataProvider from\"#framer/local/webPageMetadata/dB7hJNp17/dB7hJNp17.js\";const HeaderFonts=getFonts(Header);const HeaderWithVariantAppearEffect=withVariantAppearEffect(Header);const ImageGalleryFonts=getFonts(ImageGallery);const PurchaseOptionsFonts=getFonts(PurchaseOptions);const EmbedFonts=getFonts(Embed);const FooterFonts=getFonts(Footer);const SmoothScrollFonts=getFonts(SmoothScroll);const breakpoints={jNv75iQDw:\"(max-width: 1023px)\",Txb2WDiDl:\"(min-width: 1024px) and (max-width: 1439px)\",UpknjwmZK:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-1ZGQ9\";const variantClassNames={jNv75iQDw:\"framer-v-4usttc\",Txb2WDiDl:\"framer-v-1ptchsv\",UpknjwmZK:\"framer-v-4tw5nb\"};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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Laptop-sm\":\"Txb2WDiDl\",Desktop:\"UpknjwmZK\",Phone:\"jNv75iQDw\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UpknjwmZK\"};};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 currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"dB7hJNp17\",data:Products,type:\"Collection\"},select:[{collection:\"dB7hJNp17\",name:\"KiRysO0XQ\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"Tvi13wSYu\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"ueLYFqRwM\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"AFUVvsve8\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"bevxz7Abp\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"JZZjymtAT\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"txBBOGJ8o\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"EQTKHE37l\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"b0e941JZ4\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"wQvlOqsTg\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"NfRO3taE2\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"w24UqKgo_\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"uxPwrOUh_\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"oqy2OuXZv\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"TW2tsNj53\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"uGF8WRQQj\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"Zq_esRd0q\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"c1JrJ72FI\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"v8285hqx0\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"ZqCqse9ah\",type:\"Identifier\"},{collection:\"dB7hJNp17\",name:\"kUDilxbfU\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"dB7hJNp17\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ueLYFqRwM=getFromCurrentRouteData(\"ueLYFqRwM\"),KiRysO0XQ=getFromCurrentRouteData(\"KiRysO0XQ\")??\"\",Tvi13wSYu=getFromCurrentRouteData(\"Tvi13wSYu\")??\"\",AFUVvsve8=getFromCurrentRouteData(\"AFUVvsve8\")??\"\",bevxz7Abp=getFromCurrentRouteData(\"bevxz7Abp\")??\"\",JZZjymtAT=getFromCurrentRouteData(\"JZZjymtAT\")??true,txBBOGJ8o=getFromCurrentRouteData(\"txBBOGJ8o\")??\"\",EQTKHE37l=getFromCurrentRouteData(\"EQTKHE37l\")??\"\",NfRO3taE2=getFromCurrentRouteData(\"NfRO3taE2\")??0,b0e941JZ4=getFromCurrentRouteData(\"b0e941JZ4\")??\"\",wQvlOqsTg=getFromCurrentRouteData(\"wQvlOqsTg\")??\"\",w24UqKgo_=getFromCurrentRouteData(\"w24UqKgo_\")??0,uxPwrOUh_=getFromCurrentRouteData(\"uxPwrOUh_\")??\"\",v8285hqx0=getFromCurrentRouteData(\"v8285hqx0\")??\"\",ZqCqse9ah=getFromCurrentRouteData(\"ZqCqse9ah\")??\"\",TW2tsNj53=getFromCurrentRouteData(\"TW2tsNj53\"),oqy2OuXZv=getFromCurrentRouteData(\"oqy2OuXZv\")??\"\",Zq_esRd0q=getFromCurrentRouteData(\"Zq_esRd0q\")??\"\",c1JrJ72FI=getFromCurrentRouteData(\"c1JrJ72FI\")??\"\",uGF8WRQQj=getFromCurrentRouteData(\"uGF8WRQQj\")??\"\",...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const S8Fl_zhGd3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const elementId=useRouteElementId(\"g2ZC2I4E9\");const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"jNv75iQDw\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"jNv75iQDw\")return false;return true;};const visible=isSet(AFUVvsve8);const isDisplayed2=value=>{if(!isBrowser())return true;if(baseVariant===\"jNv75iQDw\")return true;return value;};const visible1=isSet(TW2tsNj53);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"UpknjwmZK\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-4tw5nb\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-3iszih-container\",nodeId:\"zEpNeLJ0x\",rendersWithMotion:true,scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{__framer__variantAppearEffectEnabled:undefined,variant:\"g8jta4AR2\"}},children:/*#__PURE__*/_jsx(HeaderWithVariantAppearEffect,{__framer__animateOnce:false,__framer__targets:[{ref:ref1,target:\"Thmh_iQ29\"}],__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"zEpNeLJ0x\",layoutId:\"zEpNeLJ0x\",style:{width:\"100%\"},variant:\"oCmqZJ0rg\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15gjt6y\",\"data-framer-name\":\"Product Page\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hk2osl\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-biqzj8\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{height:368,width:`min(${componentViewport?.width||\"100vw\"} - 32px, 980px)`,y:(componentViewport?.y||0)+8+48+12+0+0+199.6+-80}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:425,width:`max((min(${componentViewport?.width||\"100vw\"} - 16px, 980px) - 82px) * 0.4872, 1px)`,y:(componentViewport?.y||0)+8+48+24+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-7n8ovw-container\",nodeId:\"EWYuZCL32\",scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(ImageGallery,{height:\"100%\",id:\"EWYuZCL32\",layoutId:\"EWYuZCL32\",rOdt9GsYh:toResponsiveImage(ueLYFqRwM),style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1piazkn hidden-4tw5nb hidden-1ptchsv\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oobawa\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1d5eqtm\",\"data-framer-name\":\"Ellipse 7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"In Stock\"})}),className:\"framer-6mslz5\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pbst04\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-jvxa9p\",\"data-styles-preset\":\"VngP8AWnR\",style:{\"--framer-text-alignment\":\"left\"},children:\"Semaglutide\"})}),className:\"framer-fwnacf\",fonts:[\"Inter\"],text:KiRysO0XQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",style:{\"--framer-text-color\":\"rgba(41, 46, 76, 0.5)\"},children:\"Compounded GLP-1\"})}),className:\"framer-qvubaw\",fonts:[\"Inter\"],text:Tvi13wSYu,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qkb899\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Have questions about semaglutide?\"})}),className:\"framer-1h21pk1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-e700eef4-5fcf-4c48-b5af-5f6f01302a74, rgb(0, 126, 255))\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Text us: \"}),/*#__PURE__*/_jsx(Link,{href:\"sms:+1 (817) 600-8781\",motionChild:true,nodeId:\"MAHKf3TUw\",openInNewTab:true,scopeId:\"dB7hJNp17\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-dxoa8s\",\"data-styles-preset\":\"ZPDh0nSHe\",children:\"+1 (817)600-8781\"})})]})}),className:\"framer-xpdfyf\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jey333\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-do3e95 hidden-4usttc\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hblypm\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sj93o7\",\"data-framer-name\":\"Ellipse 7\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"In Stock\"})}),className:\"framer-pt5ujg\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v8k6wt\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-jvxa9p\",\"data-styles-preset\":\"VngP8AWnR\",style:{\"--framer-text-alignment\":\"left\"},children:\"Semaglutide\"})}),className:\"framer-y7ouj3\",fonts:[\"Inter\"],text:KiRysO0XQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",style:{\"--framer-text-color\":\"rgba(41, 46, 76, 0.5)\"},children:\"Compounded GLP-1\"})}),className:\"framer-1ps0k9u\",fonts:[\"Inter\"],text:Tvi13wSYu,verticalAlignment:\"top\",withExternalLayout:true})]})]}),isDisplayed2(visible)&&/*#__PURE__*/_jsx(\"div\",{className:cx(\"framer-1cn5pkc\",!visible&&\"hidden-4tw5nb\",!visible&&\"hidden-1ptchsv\"),children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fx01iw\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Same active ingredient as\"})}),className:\"framer-18j6j6v\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13ny062\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Monjaro\\xae\"})}),className:\"framer-14ezaol\",fonts:[\"__SF-UI-Display-Bold__\"],text:AFUVvsve8,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.4px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"and\"})}),className:\"framer-vunq2k\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.6px\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Zepbound\\xae\"})}),className:\"framer-p0ywot\",fonts:[\"__SF-UI-Display-Bold__\"],text:bevxz7Abp,verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{width:`min(${componentViewport?.width||\"100vw\"} - 32px, 980px)`,y:(componentViewport?.y||0)+8+48+12+543.6+12+73.6}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:263,width:`max((min(${componentViewport?.width||\"100vw\"} - 16px, 980px) - 82px) / 1.95, 1px)`,y:(componentViewport?.y||0)+8+48+24+32+283.6,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-14slyld-container\",id:\"14slyld\",nodeId:\"QicSmbLOL\",scopeId:\"dB7hJNp17\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{LKHwY8J_b:\"16px 32px 16px 32px\"}},children:/*#__PURE__*/_jsx(PurchaseOptions,{AYFzhyfWA:KiRysO0XQ,bSoOv6x0N:wQvlOqsTg,cAGJzfpwv:EQTKHE37l,coHhp7fqR:w24UqKgo_,dSOoWNzkD:b0e941JZ4,height:\"100%\",id:\"QicSmbLOL\",layoutId:\"QicSmbLOL\",LKHwY8J_b:\"28px 32px 28px 32px\",S8Fl_zhGd:S8Fl_zhGd3bnx0g({overlay}),sPdSxncib:NfRO3taE2,style:{width:\"100%\"},variant:\"NMu2dumup\",width:\"100%\",XtMpF_k2U:JZZjymtAT,zXU90sA2d:txBBOGJ8o})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-wxk7ub\"),\"data-framer-portal-id\":\"14slyld\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"h2uKj07nq\"),/*#__PURE__*/_jsxs(motion.div,{className:cx(scopingClassNames,\"framer-1a1lr8y\"),\"data-framer-portal-id\":\"14slyld\",transformTemplate:transformTemplate1,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xbmd0f\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dlu6ce\",\"data-framer-name\":\"Badge\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"JcYItrHaE\",scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",pixelHeight:28,pixelWidth:197,src:\"https://framerusercontent.com/images/Quu7jNUwfMYHDVnHrj0m4QMVlo4.svg\"},className:\"framer-afy8o0 framer-igtd5y\",\"data-framer-name\":\"Logo\",transformTemplate:transformTemplate1})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-a8n2vn\",\"data-framer-name\":\"Box\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ig58rh-container\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"zDmg9OOf0\",rendersWithMotion:true,scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:uxPwrOUh_,id:\"zDmg9OOf0\",layoutId:\"zDmg9OOf0\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})})]})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-tm7406\",\"data-border\":true,\"data-framer-name\":\"Conatiner\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7vsoe6\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r1yyrm\",\"data-styles-preset\":\"Gd__YKWlG\",style:{\"--framer-text-alignment\":\"left\"},children:\"Research Use Only\"})}),className:\"framer-1vamaf4\",\"data-framer-name\":\"Research Use Only\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"These compounds are for laboratory research only and are not intended for medical use. They are not FDA-approved, and we have no ties to pharmaceutical companies or their products. By purchasing, you certify they will be used solely for research.\"})}),className:\"framer-1tvac4e\",\"data-framer-name\":\"These compounds are for laboratory research only and are not intended for medical use. They are not FDA-approved, and we have no ties to pharmaceutical companies or their products. By purchasing, you certify they will be used solely for research.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xr325c\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"center\"},children:\"What is compounded semaglutide?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\"},children:\"What is compounded semaglutide?\"})}),className:\"framer-ycy1u1\",\"data-framer-name\":\"What is compounded semaglutide?\",fonts:[\"Inter\"],text:v8285hqx0,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",style:{\"--framer-text-alignment\":\"center\"},children:\"Semaglutide is a GLP-1 natural peptide that helps control blood sugar levels. Studies show that Semaglutide can be used to decrease appetite, speed up metabolism, helping with losing weight and maintaining weight.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",style:{\"--framer-text-alignment\":\"left\"},children:\"Semaglutide is a GLP-1 natural peptide that helps control blood sugar levels. Studies show that Semaglutide can be used to decrease appetite, speed up metabolism, helping with losing weight and maintaining weight.\"})}),className:\"framer-1wk4fhb\",\"data-framer-name\":\"Semaglutide is a GLP-1 natural peptide that helps control blood sugar levels. Studies show that Semaglutide can be used to decrease appetite, speed up metabolism, helping with losing weight and maintaining weight.\",fonts:[\"Inter\"],text:ZqCqse9ah,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4359y2\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\"},children:\"Our benefits\"})}),className:\"framer-1eyza86\",\"data-framer-name\":\"Our benefits\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1aokhed\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15dwdfw\",\"data-framer-name\":\"Box\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+12+543.6+12+792.6+24+60+0+0+0),src:\"https://framerusercontent.com/images/gBkZpPtbRcRr7NZHRFs1qFYGm3U.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+24+32+1002.6+24+60+0+0+0),src:\"https://framerusercontent.com/images/gBkZpPtbRcRr7NZHRFs1qFYGm3U.png\"},className:\"framer-mcy7zw\",\"data-framer-name\":\"image 27\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-165edan\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Quick Order\"})}),className:\"framer-5yykmj\",\"data-framer-name\":\"Quick Order\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"Order in 3 clicks, no appointment needed.\"})}),className:\"framer-9pdybo\",\"data-framer-name\":\"Order in 3 clicks, no appointment needed.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ixpdqb\",\"data-framer-name\":\"Box\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+12+543.6+12+792.6+24+60+0+0+0),src:\"https://framerusercontent.com/images/Hih1bq3PmcEqcBcdEOmS1UkYA.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+24+32+1002.6+24+60+0+0+0),src:\"https://framerusercontent.com/images/Hih1bq3PmcEqcBcdEOmS1UkYA.png\"},className:\"framer-p0xvbu\",\"data-framer-name\":\"image 28\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vwz68x\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"Fast Shipping\"})}),className:\"framer-19pfpzp\",\"data-framer-name\":\"Fast Shipping\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:[\"Shipped same day,\",/*#__PURE__*/_jsx(\"br\",{}),\"delivered in a few days.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"Shipped same day, \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"delivered in a few days.\"})]}),className:\"framer-1mr2sik\",\"data-framer-name\":\"Shipped same day, delivered in a few days.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z527j3\",\"data-framer-name\":\"Row\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1q65ub5\",\"data-framer-name\":\"Box\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+12+543.6+12+792.6+24+316+0+0+0),src:\"https://framerusercontent.com/images/t3RJksaPrU5EmsS3ROaUPKw9E5c.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+24+32+1002.6+24+440+0+0+0),src:\"https://framerusercontent.com/images/t3RJksaPrU5EmsS3ROaUPKw9E5c.png\"},className:\"framer-kkv0ok\",\"data-framer-name\":\"image 29\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10k6osw\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"24/7 Support\"})}),className:\"framer-1dhnfc0\",\"data-framer-name\":\"24/7 Support\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:[\"Our team is here \",/*#__PURE__*/_jsx(\"br\",{}),\"to help, 24/7.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"Our team is here \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"to help, 24/7.\"})]}),className:\"framer-17r1tin\",\"data-framer-name\":\"Our team is here to help, 24/7.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ias5nx\",\"data-framer-name\":\"Box\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+12+543.6+12+792.6+24+316+0+0+0),src:\"https://framerusercontent.com/images/RZkxQSplW08LdK8a1azCqFCkc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+24+32+1002.6+24+440+0+0+0),src:\"https://framerusercontent.com/images/RZkxQSplW08LdK8a1azCqFCkc.png\"},className:\"framer-29yzt1\",\"data-framer-name\":\"image 30\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-holgni\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-12aqhzq\",\"data-styles-preset\":\"h0F5eVbft\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"One-time payment\"})}),className:\"framer-izkfe7\",\"data-framer-name\":\"One-time payment\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:[\"Pay as you go, \",/*#__PURE__*/_jsx(\"br\",{}),\"no subscription.\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"Pay as you go, \"}),/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j5fk55\",\"data-styles-preset\":\"EyWjGxfgM\",children:\"no subscription.\"})]}),className:\"framer-1297wh2\",\"data-framer-name\":\"Pay as you go, no subscription.\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]})]})]})]}),visible1&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x1o5z2\",\"data-framer-name\":\"Conatiner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-10rp5m4\",\"data-framer-name\":\"Column\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g3qoxk\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16bldas\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r1yyrm\",\"data-styles-preset\":\"Gd__YKWlG\",style:{\"--framer-text-alignment\":\"left\"},children:\"You might also like\"})}),className:\"framer-w66nlg\",\"data-framer-name\":\"You might also like Tirzepatide\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r1yyrm\",\"data-styles-preset\":\"Gd__YKWlG\",style:{\"--framer-text-alignment\":\"left\"},children:\"Tirzepatide\"})}),className:\"framer-ti92qt\",\"data-framer-name\":\"You might also like Tirzepatide\",fonts:[\"Inter\"],text:oqy2OuXZv,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7wlcne\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-sbe42y\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-qf346q\",\"data-styles-preset\":\"uaEchhNZV\",children:\"Same active ingredient as\"})}),className:\"framer-zvjblj\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12rt6ay\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\"},children:\"Monjaro\\xae\"})}),className:\"framer-1ofwqp0\",fonts:[\"__SF-UI-Display-Bold__\"],text:Zq_esRd0q,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LU1lZGl1bV9f\",\"--framer-font-family\":'\".SFNSDisplay-Medium\", \"SFProDisplay-Medium\", \"SFUIDisplay-Medium\", \".SFUIDisplay-Medium\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"499\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-a791615d-83e5-4582-a97a-38510174ba94, rgb(41, 46, 76))\"},children:\"and\"})}),className:\"framer-1sl4dhu\",fonts:[\"__SF-UI-Display-Medium__\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"X19TRi1VSS1EaXNwbGF5LUJvbGRfXw==\",\"--framer-font-family\":'\".SFNSDisplay-Bold\", \"SFProDisplay-Bold\", \"SFUIDisplay-Bold\", \".SFUIDisplay-Bold\", \"SF Pro Display\", \"-apple-system\", \"BlinkMacSystemFont\", sans-serif',\"--framer-font-weight\":\"699\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-alignment\":\"left\"},children:\"Zepbound\\xae\"})}),className:\"framer-lldfak\",fonts:[\"__SF-UI-Display-Bold__\"],text:c1JrJ72FI,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-gxkxxl\",\"data-framer-name\":\"Frame 427321950\",children:/*#__PURE__*/_jsx(Link,{href:uGF8WRQQj,motionChild:true,nodeId:\"creggfLai\",openInNewTab:false,scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-kuh2t0 framer-igtd5y\",\"data-framer-name\":\"Frame 14\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1nhqpa7\",\"data-styles-preset\":\"BVOyB5pKn\",children:\"Learn More\"})}),className:\"framer-1hlmdiy\",\"data-framer-name\":\"Learn More\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:620,intrinsicWidth:412,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+12+543.6+12+1404.6+0+198),pixelHeight:620,pixelWidth:412,sizes:\"240px\",...toResponsiveImage(TW2tsNj53)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:620,intrinsicWidth:412,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+48+24+32+1862.6+0+15),pixelHeight:620,pixelWidth:412,sizes:\"226px\",...toResponsiveImage(TW2tsNj53)},className:\"framer-l4fret\",\"data-framer-name\":\"Image\"})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-q4wiel\",\"data-framer-name\":\"Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hhjnut\",\"data-framer-name\":\"Container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vpwghj\",\"data-framer-name\":\"Column\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-q5nt1n\",\"data-styles-preset\":\"ahtukl7t1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Text us, our team of experts is here to help.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-q5nt1n\",\"data-styles-preset\":\"ahtukl7t1\",children:\"Text us, our team of experts is here to help.\"})}),className:\"framer-jxwbfl\",\"data-framer-name\":\"Text us, our team of experts is here to help.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vxw5l2\",\"data-framer-name\":\"Contact Details\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r1yyrm\",\"data-styles-preset\":\"Gd__YKWlG\",style:{\"--framer-text-alignment\":\"center\"},children:\"Reach out and get a response within minutes\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-r1yyrm\",\"data-styles-preset\":\"Gd__YKWlG\",style:{\"--framer-text-alignment\":\"left\"},children:\"Reach out and get a response within minutes\"})}),className:\"framer-14d4q3w\",\"data-framer-name\":\"Reach out and get a response within minutes\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-64150633-aee0-493e-97ff-438c2387e4e7, rgb(1, 126, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"sms:+1 (817) 600-8781\",motionChild:true,nodeId:\"NUUDfstKg\",openInNewTab:true,scopeId:\"dB7hJNp17\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-dxoa8s\",\"data-styles-preset\":\"ZPDh0nSHe\",children:\"+1 (817) 600-8781\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-15wubr4\",\"data-styles-preset\":\"oKaTC847I\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-64150633-aee0-493e-97ff-438c2387e4e7, rgb(1, 126, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"sms:+1 (817) 600-8781\",motionChild:true,nodeId:\"NUUDfstKg\",openInNewTab:true,scopeId:\"dB7hJNp17\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-dxoa8s\",\"data-styles-preset\":\"ZPDh0nSHe\",children:\"+1 (817) 600-8781\"})})})}),className:\"framer-xlddfi\",\"data-framer-name\":\"+1 (817) 600-8781\",fonts:[\"Inter\"],verticalAlignment:\"center\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:684,intrinsicWidth:722,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+2428.2+42+0+0+0+0+152),pixelHeight:5812,pixelWidth:5812,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 64px, 784px) * 0.75)`,src:\"https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=512 512w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png 5812w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:684,intrinsicWidth:722,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+2206.6+42+0+0+0+152),pixelHeight:5812,pixelWidth:5812,sizes:`calc(max(min(${componentViewport?.width||\"100vw\"} - 48px, 784px) - 392px, 1px) * 0.75)`,src:\"https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=512 512w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/VlooOFAX24Tn7YH9X0ApxeTGZTw.png 5812w\"},className:\"framer-nkhe4p\",\"data-framer-name\":\"Image\"})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1849id1\",\"data-framer-name\":\"Image Wrap\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1169,intrinsicWidth:957,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+2428.2+42+0+0+495+370-360),pixelHeight:1169,pixelWidth:957,sizes:`min(min(${componentViewport?.width||\"100vw\"} - 64px, 784px), 422px)`,src:\"https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png\",srcSet:\"https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png?scale-down-to=1024 838w,https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png 957w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1169,intrinsicWidth:957,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+8+2206.6+42+0+0+495-469),pixelHeight:1169,pixelWidth:957,sizes:\"422px\",src:\"https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png\",srcSet:\"https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png?scale-down-to=1024 838w,https://framerusercontent.com/images/HNkFUGTWAIcVpgpFLuWZk45Kcs.png 957w\"},className:\"framer-htmrrq\",\"data-framer-name\":\"Image\"})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+8+3335.2}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:451,width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`,y:(componentViewport?.y||0)+8+2743.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jov1ea-container\",nodeId:\"ihhmQ0p1o\",scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{jNv75iQDw:{variant:\"E6MFEngFe\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ihhmQ0p1o\",layoutId:\"ihhmQ0p1o\",style:{width:\"100%\"},variant:\"R92TsKB4v\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vqrehe-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"utLpDQyF7\",scopeId:\"dB7hJNp17\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"utLpDQyF7\",intensity:10,layoutId:\"utLpDQyF7\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-1ZGQ9.framer-igtd5y, .framer-1ZGQ9 .framer-igtd5y { display: block; }\",\".framer-1ZGQ9.framer-4tw5nb { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1440px; }\",\".framer-1ZGQ9 .framer-3iszih-container { flex: none; height: auto; position: sticky; top: 8px; width: 100%; z-index: 2; }\",\".framer-1ZGQ9 .framer-15gjt6y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 82px; height: min-content; justify-content: center; max-width: 980px; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-hk2osl { align-content: center; align-items: center; display: flex; flex: 0.95 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: sticky; top: 42px; width: 1px; }\",\".framer-1ZGQ9 .framer-biqzj8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-7n8ovw-container { flex: 1 0 0px; height: 425px; position: relative; width: 1px; z-index: 1; }\",\".framer-1ZGQ9 .framer-1piazkn, .framer-1ZGQ9 .framer-do3e95 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1oobawa, .framer-1ZGQ9 .framer-1hblypm { align-content: center; align-items: center; background-color: #f3f3f8; border-bottom-left-radius: 80px; border-bottom-right-radius: 80px; border-top-left-radius: 80px; border-top-right-radius: 80px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-1ZGQ9 .framer-1d5eqtm, .framer-1ZGQ9 .framer-1sj93o7 { aspect-ratio: 1 / 1; background-color: #017eff; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 6px); position: relative; width: 6px; }\",\".framer-1ZGQ9 .framer-6mslz5, .framer-1ZGQ9 .framer-1h21pk1, .framer-1ZGQ9 .framer-pt5ujg, .framer-1ZGQ9 .framer-18j6j6v, .framer-1ZGQ9 .framer-14ezaol, .framer-1ZGQ9 .framer-vunq2k, .framer-1ZGQ9 .framer-p0ywot, .framer-1ZGQ9 .framer-zvjblj, .framer-1ZGQ9 .framer-1ofwqp0, .framer-1ZGQ9 .framer-1sl4dhu, .framer-1ZGQ9 .framer-lldfak { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1ZGQ9 .framer-pbst04 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-fwnacf, .framer-1ZGQ9 .framer-qvubaw, .framer-1ZGQ9 .framer-y7ouj3, .framer-1ZGQ9 .framer-1ps0k9u { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1ZGQ9 .framer-qkb899 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1ZGQ9 .framer-xpdfyf { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1ZGQ9 .framer-jey333 { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 32px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-1v8k6wt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 12px 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1cn5pkc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1fx01iw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-13ny062 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 7px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-1ZGQ9 .framer-14slyld-container, .framer-1ZGQ9 .framer-1jov1ea-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-1ZGQ9.framer-wxk7ub { background-color: rgba(41, 46, 76, 0.98); inset: 0px; position: fixed; user-select: none; z-index: 8; }\",\".framer-1ZGQ9.framer-1a1lr8y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 0px; position: fixed; top: 50%; transform: translate(-50%, -50%); width: min-content; z-index: 8; }\",\".framer-1ZGQ9 .framer-1xbmd0f { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 24px 0px 24px; position: relative; width: auto; }\",\".framer-1ZGQ9 .framer-dlu6ce { background-color: var(--token-7ac3a55b-87b2-4ff9-a7da-6f259a752307, #f3f3f3); border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 25px; overflow: hidden; position: relative; width: 116px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-1ZGQ9 .framer-afy8o0 { aspect-ratio: 7.035714285714286 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 14px); left: 50%; overflow: visible; position: absolute; text-decoration: none; top: 52%; transform: translate(-50%, -50%); width: 98px; }\",\".framer-1ZGQ9 .framer-a8n2vn { align-content: center; align-items: center; background-color: var(--token-3e905bda-52cb-4781-89bc-6036e54636f8, #ffffff); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 1px 2px 0px var(--token-a791615d-83e5-4582-a97a-38510174ba94, #292e4c); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 420px; will-change: var(--framer-will-change-override, transform); z-index: 2; }\",\".framer-1ZGQ9 .framer-ig58rh-container { flex: 1 0 0px; height: 560px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-tm7406 { --border-bottom-width: 1px; --border-color: #d5d7e2; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 28px 32px 32px 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-1ZGQ9 .framer-7vsoe6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1vamaf4, .framer-1ZGQ9 .framer-1tvac4e, .framer-1ZGQ9 .framer-ycy1u1, .framer-1ZGQ9 .framer-1wk4fhb, .framer-1ZGQ9 .framer-1eyza86, .framer-1ZGQ9 .framer-5yykmj, .framer-1ZGQ9 .framer-9pdybo, .framer-1ZGQ9 .framer-19pfpzp, .framer-1ZGQ9 .framer-1mr2sik, .framer-1ZGQ9 .framer-1dhnfc0, .framer-1ZGQ9 .framer-17r1tin, .framer-1ZGQ9 .framer-izkfe7, .framer-1ZGQ9 .framer-1297wh2, .framer-1ZGQ9 .framer-jxwbfl, .framer-1ZGQ9 .framer-14d4q3w, .framer-1ZGQ9 .framer-xlddfi { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-1ZGQ9 .framer-1xr325c { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-4359y2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1aokhed, .framer-1ZGQ9 .framer-z527j3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 64px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-15dwdfw, .framer-1ZGQ9 .framer-1ixpdqb, .framer-1ZGQ9 .framer-1q65ub5, .framer-1ZGQ9 .framer-ias5nx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-mcy7zw { aspect-ratio: 1.2678571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 71px; }\",\".framer-1ZGQ9 .framer-165edan, .framer-1ZGQ9 .framer-vwz68x, .framer-1ZGQ9 .framer-10k6osw, .framer-1ZGQ9 .framer-holgni { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-p0xvbu { aspect-ratio: 1.5 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 84px; }\",\".framer-1ZGQ9 .framer-kkv0ok { aspect-ratio: 1.0178571428571428 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 57px; }\",\".framer-1ZGQ9 .framer-29yzt1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 56px); position: relative; width: 56px; }\",\".framer-1ZGQ9 .framer-x1o5z2 { align-content: flex-end; align-items: flex-end; background-color: #ffffff; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-10rp5m4 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-g3qoxk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 240px; justify-content: flex-start; overflow: visible; padding: 64px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-16bldas { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-w66nlg, .framer-1ZGQ9 .framer-ti92qt, .framer-1ZGQ9 .framer-1hlmdiy { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-1ZGQ9 .framer-7wlcne { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-sbe42y { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-12rt6ay { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-gxkxxl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-kuh2t0 { align-content: center; align-items: center; background-color: #017eff; border-bottom-left-radius: 90px; border-bottom-right-radius: 90px; border-top-left-radius: 90px; border-top-right-radius: 90px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px 24px 12px 24px; position: relative; text-decoration: none; width: min-content; }\",\".framer-1ZGQ9 .framer-l4fret { flex: none; height: 225px; overflow: visible; position: relative; width: 226px; }\",\".framer-1ZGQ9 .framer-q4wiel { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 42px 16px 0px 16px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-1hhjnut { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 784px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-vpwghj { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-1ZGQ9 .framer-vxw5l2 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-1ZGQ9 .framer-nkhe4p { aspect-ratio: 1.0555555555555556 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 279px); overflow: visible; position: relative; width: 75%; }\",\".framer-1ZGQ9 .framer-1849id1 { align-self: stretch; flex: none; height: auto; overflow: hidden; position: relative; width: 392px; }\",\".framer-1ZGQ9 .framer-htmrrq { bottom: 0px; flex: none; height: 469px; left: calc(46.17346938775512% - min(422px, 422px) / 2); max-width: 422px; overflow: visible; position: absolute; width: 422px; }\",\".framer-1ZGQ9 .framer-1vqrehe-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1ZGQ9.framer-4tw5nb, .framer-1ZGQ9 .framer-15gjt6y, .framer-1ZGQ9 .framer-hk2osl, .framer-1ZGQ9 .framer-biqzj8, .framer-1ZGQ9 .framer-1piazkn, .framer-1ZGQ9 .framer-1oobawa, .framer-1ZGQ9 .framer-pbst04, .framer-1ZGQ9 .framer-qkb899, .framer-1ZGQ9 .framer-jey333, .framer-1ZGQ9 .framer-do3e95, .framer-1ZGQ9 .framer-1hblypm, .framer-1ZGQ9 .framer-1v8k6wt, .framer-1ZGQ9 .framer-1cn5pkc, .framer-1ZGQ9 .framer-1fx01iw, .framer-1ZGQ9 .framer-13ny062, .framer-1ZGQ9.framer-1a1lr8y, .framer-1ZGQ9 .framer-1xbmd0f, .framer-1ZGQ9 .framer-a8n2vn, .framer-1ZGQ9 .framer-tm7406, .framer-1ZGQ9 .framer-7vsoe6, .framer-1ZGQ9 .framer-1xr325c, .framer-1ZGQ9 .framer-4359y2, .framer-1ZGQ9 .framer-1aokhed, .framer-1ZGQ9 .framer-15dwdfw, .framer-1ZGQ9 .framer-165edan, .framer-1ZGQ9 .framer-1ixpdqb, .framer-1ZGQ9 .framer-vwz68x, .framer-1ZGQ9 .framer-z527j3, .framer-1ZGQ9 .framer-1q65ub5, .framer-1ZGQ9 .framer-10k6osw, .framer-1ZGQ9 .framer-ias5nx, .framer-1ZGQ9 .framer-holgni, .framer-1ZGQ9 .framer-x1o5z2, .framer-1ZGQ9 .framer-10rp5m4, .framer-1ZGQ9 .framer-g3qoxk, .framer-1ZGQ9 .framer-16bldas, .framer-1ZGQ9 .framer-7wlcne, .framer-1ZGQ9 .framer-sbe42y, .framer-1ZGQ9 .framer-12rt6ay, .framer-1ZGQ9 .framer-gxkxxl, .framer-1ZGQ9 .framer-kuh2t0, .framer-1ZGQ9 .framer-q4wiel, .framer-1ZGQ9 .framer-1hhjnut, .framer-1ZGQ9 .framer-vpwghj, .framer-1ZGQ9 .framer-vxw5l2 { gap: 0px; } .framer-1ZGQ9.framer-4tw5nb > *, .framer-1ZGQ9.framer-1a1lr8y > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1ZGQ9.framer-4tw5nb > :first-child, .framer-1ZGQ9 .framer-hk2osl > :first-child, .framer-1ZGQ9 .framer-1piazkn > :first-child, .framer-1ZGQ9 .framer-pbst04 > :first-child, .framer-1ZGQ9 .framer-qkb899 > :first-child, .framer-1ZGQ9 .framer-jey333 > :first-child, .framer-1ZGQ9 .framer-do3e95 > :first-child, .framer-1ZGQ9 .framer-1v8k6wt > :first-child, .framer-1ZGQ9 .framer-1cn5pkc > :first-child, .framer-1ZGQ9.framer-1a1lr8y > :first-child, .framer-1ZGQ9 .framer-1xbmd0f > :first-child, .framer-1ZGQ9 .framer-tm7406 > :first-child, .framer-1ZGQ9 .framer-7vsoe6 > :first-child, .framer-1ZGQ9 .framer-1xr325c > :first-child, .framer-1ZGQ9 .framer-4359y2 > :first-child, .framer-1ZGQ9 .framer-15dwdfw > :first-child, .framer-1ZGQ9 .framer-165edan > :first-child, .framer-1ZGQ9 .framer-1ixpdqb > :first-child, .framer-1ZGQ9 .framer-vwz68x > :first-child, .framer-1ZGQ9 .framer-1q65ub5 > :first-child, .framer-1ZGQ9 .framer-10k6osw > :first-child, .framer-1ZGQ9 .framer-ias5nx > :first-child, .framer-1ZGQ9 .framer-holgni > :first-child, .framer-1ZGQ9 .framer-g3qoxk > :first-child, .framer-1ZGQ9 .framer-7wlcne > :first-child, .framer-1ZGQ9 .framer-sbe42y > :first-child, .framer-1ZGQ9 .framer-gxkxxl > :first-child, .framer-1ZGQ9 .framer-q4wiel > :first-child, .framer-1ZGQ9 .framer-vpwghj > :first-child, .framer-1ZGQ9 .framer-vxw5l2 > :first-child { margin-top: 0px; } .framer-1ZGQ9.framer-4tw5nb > :last-child, .framer-1ZGQ9 .framer-hk2osl > :last-child, .framer-1ZGQ9 .framer-1piazkn > :last-child, .framer-1ZGQ9 .framer-pbst04 > :last-child, .framer-1ZGQ9 .framer-qkb899 > :last-child, .framer-1ZGQ9 .framer-jey333 > :last-child, .framer-1ZGQ9 .framer-do3e95 > :last-child, .framer-1ZGQ9 .framer-1v8k6wt > :last-child, .framer-1ZGQ9 .framer-1cn5pkc > :last-child, .framer-1ZGQ9.framer-1a1lr8y > :last-child, .framer-1ZGQ9 .framer-1xbmd0f > :last-child, .framer-1ZGQ9 .framer-tm7406 > :last-child, .framer-1ZGQ9 .framer-7vsoe6 > :last-child, .framer-1ZGQ9 .framer-1xr325c > :last-child, .framer-1ZGQ9 .framer-4359y2 > :last-child, .framer-1ZGQ9 .framer-15dwdfw > :last-child, .framer-1ZGQ9 .framer-165edan > :last-child, .framer-1ZGQ9 .framer-1ixpdqb > :last-child, .framer-1ZGQ9 .framer-vwz68x > :last-child, .framer-1ZGQ9 .framer-1q65ub5 > :last-child, .framer-1ZGQ9 .framer-10k6osw > :last-child, .framer-1ZGQ9 .framer-ias5nx > :last-child, .framer-1ZGQ9 .framer-holgni > :last-child, .framer-1ZGQ9 .framer-g3qoxk > :last-child, .framer-1ZGQ9 .framer-7wlcne > :last-child, .framer-1ZGQ9 .framer-sbe42y > :last-child, .framer-1ZGQ9 .framer-gxkxxl > :last-child, .framer-1ZGQ9 .framer-q4wiel > :last-child, .framer-1ZGQ9 .framer-vpwghj > :last-child, .framer-1ZGQ9 .framer-vxw5l2 > :last-child { margin-bottom: 0px; } .framer-1ZGQ9 .framer-15gjt6y > * { margin: 0px; margin-left: calc(82px / 2); margin-right: calc(82px / 2); } .framer-1ZGQ9 .framer-15gjt6y > :first-child, .framer-1ZGQ9 .framer-biqzj8 > :first-child, .framer-1ZGQ9 .framer-1oobawa > :first-child, .framer-1ZGQ9 .framer-1hblypm > :first-child, .framer-1ZGQ9 .framer-1fx01iw > :first-child, .framer-1ZGQ9 .framer-13ny062 > :first-child, .framer-1ZGQ9 .framer-a8n2vn > :first-child, .framer-1ZGQ9 .framer-1aokhed > :first-child, .framer-1ZGQ9 .framer-z527j3 > :first-child, .framer-1ZGQ9 .framer-x1o5z2 > :first-child, .framer-1ZGQ9 .framer-10rp5m4 > :first-child, .framer-1ZGQ9 .framer-16bldas > :first-child, .framer-1ZGQ9 .framer-12rt6ay > :first-child, .framer-1ZGQ9 .framer-kuh2t0 > :first-child, .framer-1ZGQ9 .framer-1hhjnut > :first-child { margin-left: 0px; } .framer-1ZGQ9 .framer-15gjt6y > :last-child, .framer-1ZGQ9 .framer-biqzj8 > :last-child, .framer-1ZGQ9 .framer-1oobawa > :last-child, .framer-1ZGQ9 .framer-1hblypm > :last-child, .framer-1ZGQ9 .framer-1fx01iw > :last-child, .framer-1ZGQ9 .framer-13ny062 > :last-child, .framer-1ZGQ9 .framer-a8n2vn > :last-child, .framer-1ZGQ9 .framer-1aokhed > :last-child, .framer-1ZGQ9 .framer-z527j3 > :last-child, .framer-1ZGQ9 .framer-x1o5z2 > :last-child, .framer-1ZGQ9 .framer-10rp5m4 > :last-child, .framer-1ZGQ9 .framer-16bldas > :last-child, .framer-1ZGQ9 .framer-12rt6ay > :last-child, .framer-1ZGQ9 .framer-kuh2t0 > :last-child, .framer-1ZGQ9 .framer-1hhjnut > :last-child { margin-right: 0px; } .framer-1ZGQ9 .framer-hk2osl > *, .framer-1ZGQ9 .framer-jey333 > *, .framer-1ZGQ9 .framer-tm7406 > *, .framer-1ZGQ9 .framer-g3qoxk > *, .framer-1ZGQ9 .framer-vpwghj > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-1ZGQ9 .framer-biqzj8 > *, .framer-1ZGQ9 .framer-1oobawa > *, .framer-1ZGQ9 .framer-1hblypm > *, .framer-1ZGQ9 .framer-a8n2vn > *, .framer-1ZGQ9 .framer-10rp5m4 > *, .framer-1ZGQ9 .framer-kuh2t0 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-1ZGQ9 .framer-1piazkn > *, .framer-1ZGQ9 .framer-do3e95 > *, .framer-1ZGQ9 .framer-1cn5pkc > *, .framer-1ZGQ9 .framer-1xbmd0f > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-1ZGQ9 .framer-pbst04 > *, .framer-1ZGQ9 .framer-1v8k6wt > *, .framer-1ZGQ9 .framer-7vsoe6 > *, .framer-1ZGQ9 .framer-1xr325c > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-1ZGQ9 .framer-qkb899 > *, .framer-1ZGQ9 .framer-sbe42y > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-1ZGQ9 .framer-1fx01iw > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-1ZGQ9 .framer-13ny062 > * { margin: 0px; margin-left: calc(7px / 2); margin-right: calc(7px / 2); } .framer-1ZGQ9 .framer-4359y2 > *, .framer-1ZGQ9 .framer-15dwdfw > *, .framer-1ZGQ9 .framer-1ixpdqb > *, .framer-1ZGQ9 .framer-1q65ub5 > *, .framer-1ZGQ9 .framer-ias5nx > *, .framer-1ZGQ9 .framer-q4wiel > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-1ZGQ9 .framer-1aokhed > *, .framer-1ZGQ9 .framer-z527j3 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-1ZGQ9 .framer-165edan > *, .framer-1ZGQ9 .framer-vwz68x > *, .framer-1ZGQ9 .framer-10k6osw > *, .framer-1ZGQ9 .framer-holgni > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1ZGQ9 .framer-x1o5z2 > *, .framer-1ZGQ9 .framer-1hhjnut > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-1ZGQ9 .framer-16bldas > * { margin: 0px; margin-left: calc(3px / 2); margin-right: calc(3px / 2); } .framer-1ZGQ9 .framer-7wlcne > *, .framer-1ZGQ9 .framer-vxw5l2 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-1ZGQ9 .framer-12rt6ay > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-1ZGQ9 .framer-gxkxxl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,'.framer-1ZGQ9[data-border=\"true\"]::after, .framer-1ZGQ9 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 1024px) and (max-width: 1439px) { .framer-1ZGQ9.framer-4tw5nb { width: 1024px; }}\",\"@media (max-width: 1023px) { .framer-1ZGQ9.framer-4tw5nb { padding: 8px 16px 8px 16px; width: 430px; } .framer-1ZGQ9 .framer-15gjt6y { flex-direction: column; gap: 12px; padding: 12px 0px 0px 0px; } .framer-1ZGQ9 .framer-hk2osl { flex: none; gap: 0px; position: relative; top: unset; width: 100%; } .framer-1ZGQ9 .framer-biqzj8 { height: 288px; order: 1; } .framer-1ZGQ9 .framer-7n8ovw-container { bottom: 0px; flex: none; height: unset; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: -80px; width: 100%; } .framer-1ZGQ9 .framer-1piazkn { order: 0; } .framer-1ZGQ9 .framer-qkb899, .framer-1ZGQ9 .framer-14slyld-container { order: 2; } .framer-1ZGQ9 .framer-jey333 { flex: none; padding: 12px 0px 0px 0px; width: 100%; } .framer-1ZGQ9 .framer-1cn5pkc { order: 1; } .framer-1ZGQ9 .framer-1fx01iw { flex-direction: column; gap: 4px; } .framer-1ZGQ9 .framer-tm7406 { --border-color: var(--token-a791615d-83e5-4582-a97a-38510174ba94, #292e4c); order: 3; } .framer-1ZGQ9 .framer-1xr325c { order: 4; } .framer-1ZGQ9 .framer-4359y2 { order: 5; } .framer-1ZGQ9 .framer-1aokhed, .framer-1ZGQ9 .framer-z527j3 { padding: 0px 0px 0px 42px; } .framer-1ZGQ9 .framer-x1o5z2 { align-content: center; align-items: center; flex-direction: column; gap: 8px; order: 6; padding: 0px 8px 0px 8px; } .framer-1ZGQ9 .framer-10rp5m4 { flex: none; width: 100%; } .framer-1ZGQ9 .framer-g3qoxk { align-content: center; align-items: center; height: min-content; padding: 42px 0px 0px 0px; } .framer-1ZGQ9 .framer-16bldas, .framer-1ZGQ9 .framer-12rt6ay { justify-content: center; } .framer-1ZGQ9 .framer-sbe42y, .framer-1ZGQ9 .framer-gxkxxl, .framer-1ZGQ9 .framer-vxw5l2 { align-content: center; align-items: center; } .framer-1ZGQ9 .framer-l4fret { height: 210px; width: 240px; } .framer-1ZGQ9 .framer-1hhjnut { flex-direction: column; } .framer-1ZGQ9 .framer-vpwghj { align-content: center; align-items: center; flex: none; width: 100%; } .framer-1ZGQ9 .framer-nkhe4p { height: var(--framer-aspect-ratio-supported, 260px); mix-blend-mode: multiply; } .framer-1ZGQ9 .framer-1849id1 { align-self: unset; height: 370px; overflow: visible; width: 100%; } .framer-1ZGQ9 .framer-htmrrq { height: 360px; left: calc(48.08743169398909% - min(422px, 100%) / 2); width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-1ZGQ9 .framer-15gjt6y, .framer-1ZGQ9 .framer-hk2osl, .framer-1ZGQ9 .framer-1fx01iw, .framer-1ZGQ9 .framer-x1o5z2, .framer-1ZGQ9 .framer-1hhjnut { gap: 0px; } .framer-1ZGQ9 .framer-15gjt6y > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-1ZGQ9 .framer-15gjt6y > :first-child, .framer-1ZGQ9 .framer-hk2osl > :first-child, .framer-1ZGQ9 .framer-1fx01iw > :first-child, .framer-1ZGQ9 .framer-x1o5z2 > :first-child, .framer-1ZGQ9 .framer-1hhjnut > :first-child { margin-top: 0px; } .framer-1ZGQ9 .framer-15gjt6y > :last-child, .framer-1ZGQ9 .framer-hk2osl > :last-child, .framer-1ZGQ9 .framer-1fx01iw > :last-child, .framer-1ZGQ9 .framer-x1o5z2 > :last-child, .framer-1ZGQ9 .framer-1hhjnut > :last-child { margin-bottom: 0px; } .framer-1ZGQ9 .framer-hk2osl > *, .framer-1ZGQ9 .framer-1hhjnut > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-1ZGQ9 .framer-1fx01iw > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-1ZGQ9 .framer-x1o5z2 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2745\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Txb2WDiDl\":{\"layout\":[\"fixed\",\"auto\"]},\"jNv75iQDw\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"g2ZC2I4E9\":{\"pattern\":\":g2ZC2I4E9\",\"name\":\"products\"}}\n * @framerResponsiveScreen\n */const FramerdB7hJNp17=withCSS(Component,css,\"framer-1ZGQ9\");export default FramerdB7hJNp17;FramerdB7hJNp17.displayName=\"Page\";FramerdB7hJNp17.defaultProps={height:2745,width:1440};addFonts(FramerdB7hJNp17,[{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\"}]},...HeaderFonts,...ImageGalleryFonts,...PurchaseOptionsFonts,...EmbedFonts,...FooterFonts,...SmoothScrollFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerdB7hJNp17\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Txb2WDiDl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jNv75iQDw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"2745\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"g2ZC2I4E9\\\":{\\\"pattern\\\":\\\":g2ZC2I4E9\\\",\\\"name\\\":\\\"products\\\"}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useIsOnCanvas", "se", "RenderTarget", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "Embed", "type", "url", "html", "style", "p", "EmbedUrl", "EmbedHtml", "Instructions", "addPropertyControls", "ControlType", "props", "getMinHeight", "emptyStateStyle", "centerTextStyle", "hasAutoHeight", "onCanvas", "useIsOnCanvas", "state", "setState", "ye", "ue", "isLastEffect", "load", "response", "isBlocked", "message", "error", "ErrorMessage", "LoadingIndicator", "iframeStyle", "getSandbox", "result", "hasSplineViewer", "hasComment", "EmbedHtmlWithScripts", "EmbedHtmlInsideIframe", "EmbedHtmlWithoutScripts", "ref", "pe", "iframeHeight", "setIframeHeight", "_ref_current", "iframeWindow", "handleMessage", "event", "data", "height", "window", "srcDoc", "currentStyle", "div", "executeScripts", "htmlStyle", "node", "script", "name", "value", "child", "containerStyles", "ButtonPrimaryFonts", "getFonts", "cXjOlNdxa_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "numberToPixelString", "value", "numberToString", "options", "activeLocale", "fallbackLocale", "locale", "useGrouping", "notation", "compactDisplay", "style", "currency", "currencyDisplay", "unit", "unitDisplay", "minimumFractionDigits", "maximumFractionDigits", "minimumIntegerDigits", "formatOptions", "number", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "dosage1", "dosage2", "height", "id", "label1", "label2", "optionsOnOff", "padding", "price1", "price2", "productModal", "productName", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "className", "layoutId", "AYFzhyfWA", "XtMpF_k2U", "zXU90sA2d", "cAGJzfpwv", "sPdSxncib", "dSOoWNzkD", "bSoOv6x0N", "coHhp7fqR", "S8Fl_zhGd", "LKHwY8J_b", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap23z461", "args", "onTapqcqujr", "b5nLEyESg7aw4dr", "scopingClassNames", "cx", "isDisplayed", "activeLocaleCode", "useLocaleCode", "textContent", "isDisplayed1", "textContent1", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerPhix4FJNL", "withCSS", "Phix4FJNL_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "rOdt9GsYh", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "Image2", "getLoadingLazyAtYPosition", "css", "FramerztPBPOZz0", "withCSS", "ztPBPOZz0_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className", "HeaderFonts", "getFonts", "dxhai4EIQ_default", "HeaderWithVariantAppearEffect", "withVariantAppearEffect", "ImageGalleryFonts", "ztPBPOZz0_default", "PurchaseOptionsFonts", "Phix4FJNL_default", "EmbedFonts", "Embed", "FooterFonts", "fRYqcW4HW_default", "SmoothScrollFonts", "SmoothScroll_Prod_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "isSet", "transformTemplate1", "_", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "useQueryData", "C8aOLqgbH_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ueLYFqRwM", "KiRysO0XQ", "Tvi13wSYu", "AFUVvsve8", "bevxz7Abp", "JZZjymtAT", "txBBOGJ8o", "EQTKHE37l", "NfRO3taE2", "b0e941JZ4", "wQvlOqsTg", "w24UqKgo_", "uxPwrOUh_", "v8285hqx0", "ZqCqse9ah", "TW2tsNj53", "oqy2OuXZv", "Zq_esRd0q", "c1JrJ72FI", "uGF8WRQQj", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "S8Fl_zhGd3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "elementId", "useRouteElementId", "isDisplayed", "isDisplayed1", "isDisplayed2", "visible1", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "RichText2", "x", "Link", "l", "AnimatePresence", "Ga", "Image2", "getLoadingLazyAtYPosition", "css", "FramerdB7hJNp17", "withCSS", "dB7hJNp17_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
