{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/VTUDdizacRHpwbkOamr7/AykinQJbgwl92LvMGZwu/constants.js", "ssg:https://framerusercontent.com/modules/D4TWeLfcxT6Tysr2BlYg/iZjmqdxVx1EOiM3k1FaW/useOnNavigationTargetChange.js", "ssg:https://framerusercontent.com/modules/eMBrwoqQK7h6mEeGQUH8/GuplvPJVjmxpk9zqOTcb/isBrowser.js", "ssg:https://framerusercontent.com/modules/afBE9Yx1W6bY5q32qPxe/m3q7puE2tbo1S2C0s0CT/useRenderTarget.js", "ssg:https://framerusercontent.com/modules/5SM58HxZHxjjv7aLMOgQ/WXz9i6mVki0bBCrKdqB3/propUtils.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js", "ssg:https://framerusercontent.com/modules/vDKKx5gNa0WK0COq2Zpn/azkCErKN0ainT36RMloM/augiA20Il.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 { useIsInCurrentNavigationTarget } from \"framer\";\nimport { useEffect } from \"react\";\nexport function useOnEnter(onEnter, enabled) {\n    return useOnSpecificTargetChange(true, onEnter, enabled);\n}\nexport function useOnExit(onExit, enabled) {\n    return useOnSpecificTargetChange(false, onExit, enabled);\n}\nfunction useOnSpecificTargetChange(goal, callback, enabled = true) {\n    const isInTarget = useIsInCurrentNavigationTarget();\n    useEffect(()=>{\n        if (enabled && isInTarget === goal) callback();\n    }, [\n        isInTarget\n    ]);\n}\n\nexport const __FramerMetadata__ = {\"exports\":{\"useOnEnter\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useOnExit\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./useOnNavigationTargetChange.map", "import { useMemo } from \"react\";\nexport const isBrowserSafari = ()=>{\n    if (typeof navigator !== `undefined`) {\n        const userAgent = navigator.userAgent.toLowerCase();\n        const isSafari = (userAgent.indexOf(\"safari\") > -1 || userAgent.indexOf(\"framermobile\") > -1 || userAgent.indexOf(\"framerx\") > -1) && userAgent.indexOf(\"chrome\") < 0;\n        return isSafari;\n    } else return false;\n};\nexport const useIsBrowserSafari = ()=>useMemo(()=>isBrowserSafari()\n    , [])\n;\n\nexport const __FramerMetadata__ = {\"exports\":{\"useIsBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowserSafari\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./isBrowser.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{addPropertyControls,ControlType,useIsInCurrentNavigationTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const isPlaying=videoRef.current.currentTime>0&&videoRef.current.onplaying&&!videoRef.current.paused&&!videoRef.current.ended&&videoRef.current.readyState>videoRef.current.HAVE_CURRENT_DATA;if(!isPlaying&&videoRef.current&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;videoRef.current.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();},[]);return{play,pause,setProgress};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}/**\n * The Video component has some effects that sync the video element with props\n * like `startTime`, `progress`, etc. React calls these effects whenever these\n * props change. However, it also calls them on the first mount, and this is\n * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n * the video was hydrated, the initial `useEffect` call will reset the video\n * state. To avoid this, we use this flag.\n */let isMountedAndReadyForProgressChanges=false;const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{srcType,srcFile,srcUrl,playing:playingProp,muted,playsinline,controls,progress,objectFit,backgroundColor,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,poster,posterEnabled,startTime:startTimeProp,volume,loop}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isOnCanvas won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isOnCanvas?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isOnCanvas?true:useInView(videoRef);// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isOnCanvas)return;if(playingProp)play();else pause();},[playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isOnCanvas)return;if(autoplayBehavior!==\"on-viewport\")return;if(isInViewport)play();else pause();},[autoplayBehavior,isInViewport]);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges){isMountedAndReadyForProgressChanges=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress!==null&&progress!==void 0?progress:0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue!==null&&rawProgressValue!==void 0?rawProgressValue:0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime!==null&&startTime!==void 0?startTime:0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isOnCanvas\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume!==null&&volume!==void 0?volume:0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{if(!videoRef.current)return;if(videoRef.current.currentTime<.3)setProgress((startTime!==null&&startTime!==void 0?startTime:0)*.01);if(autoplayBehavior===\"on-mount\")play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked===null||onSeeked===void 0?void 0:onSeeked(e),onPause:e=>onPause===null||onPause===void 0?void 0:onPause(e),onPlay:e=>onPlay===null||onPlay===void 0?void 0:onPlay(e),onEnded:e=>onEnd===null||onEnd===void 0?void 0:onEnd(e),autoPlay:autoplayBehavior===\"on-mount\",preload:autoplayBehavior!==\"on-mount\"&&posterEnabled?\"metadata\":\"auto\",poster:posterEnabled?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isOnCanvas?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";Video.defaultProps={srcType:\"URL\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",srcFile:\"\",posterEnabled:false,controls:false,playing:true,loop:true,muted:true,playsinline:true,restartOnEnter:false,objectFit:\"cover\",backgroundColor:\"rgba(0,0,0,0)\",radius:0,volume:25,startTime:0};const groupsRegex=/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu;function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(groupsRegex)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",placeholder:\"../example.mp4\",hidden(props){return props.srcType===\"Upload\";},description:\"Hosted video file URL. For YouTube, use the YouTube component.\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\" \",hidden:({posterEnabled})=>!posterEnabled},backgroundColor:{type:ControlType.Color,title:\"Background\"},...borderRadiusControl,startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\"},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"112\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\"}},\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (838580a)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/Z4QJ2YpzpVnWRfR6Ccgg/Video.js\";import*as sharedStyle from\"#framer/local/css/kIIBDtzhK/kIIBDtzhK.js\";import*as sharedStyle1 from\"#framer/local/css/KsA7etuJH/KsA7etuJH.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const VideoFonts=getFonts(Video);const cycleOrder=[\"WQLkyLRf1\"];const breakpoints={};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-gCYfH\";const variantClassNames={WQLkyLRf1:\"framer-v-72rtr7\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const metadata=metadataProvider();const getProps=({height,id,width,...props})=>{return{...props};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}if(metadata1.bodyClassName){Array.from(document.body.classList).filter(c=>c.startsWith(\"framer-body-\")).map(c=>document.body.classList.remove(c));document.body.classList.add(`${metadata1.bodyClassName}-framer-gCYfH`);return()=>{document.body.classList.remove(`${metadata1.bodyClassName}-framer-gCYfH`);};}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1r1h2dy\",\"data-framer-name\":\"Landing Page\",name:\"Landing Page\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5sp247\",\"data-framer-name\":\"Background Patterns\",name:\"Background Patterns\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15bh31c\",\"data-framer-name\":\"Background Pattern Section 1\",name:\"Background Pattern Section 1\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1iodetd\",\"data-framer-name\":\"Website Background Pattern 1 2\",name:\"Website Background Pattern 1 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1dndoqg\",\"data-framer-name\":\"Website Background Pattern 1 3\",name:\"Website Background Pattern 1 3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1ww4x14\",\"data-framer-name\":\"Website Background Pattern 1 4\",name:\"Website Background Pattern 1 4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1tiwf5t\",\"data-framer-name\":\"Website Background Pattern 1 1\",name:\"Website Background Pattern 1 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1efr2j5\",\"data-framer-name\":\"Website Background Pattern 1 3\",name:\"Website Background Pattern 1 3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-vjt3k\",\"data-framer-name\":\"Website Background Pattern 1 5\",name:\"Website Background Pattern 1 5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1csnwpd\",\"data-framer-name\":\"Website Background Pattern 1 2\",name:\"Website Background Pattern 1 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-1lwa8a4\",\"data-framer-name\":\"Website Background Pattern 1 4\",name:\"Website Background Pattern 1 4\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"471.4205px\",src:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png\",srcSet:\"https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=1024 584w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png?scale-down-to=2048 1168w,https://framerusercontent.com/images/t9TsGWceVUQhU3jvzQ4hkm2se8.png 1888w\"},className:\"framer-e2k302\",\"data-framer-name\":\"Website Background Pattern 1 6\",name:\"Website Background Pattern 1 6\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fur1vp\",\"data-framer-name\":\"Background Pattern Section 2\",name:\"Background Pattern Section 2\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1ohydtq\",\"data-framer-name\":\"Asset 37 1\",name:\"Asset 37 1\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-3idrr5\",\"data-framer-name\":\"Asset 37 10\",name:\"Asset 37 10\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-m435o1\",\"data-framer-name\":\"Asset 37 19\",name:\"Asset 37 19\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-a5v6d5\",\"data-framer-name\":\"Asset 37 28\",name:\"Asset 37 28\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-12czkm3\",\"data-framer-name\":\"Asset 37 2\",name:\"Asset 37 2\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-16vrrni\",\"data-framer-name\":\"Asset 37 11\",name:\"Asset 37 11\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1t7ru11\",\"data-framer-name\":\"Asset 37 29\",name:\"Asset 37 29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1p1vnqo\",\"data-framer-name\":\"Asset 37 3\",name:\"Asset 37 3\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1i93cn4\",\"data-framer-name\":\"Asset 37 12\",name:\"Asset 37 12\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-i59ix3\",\"data-framer-name\":\"Asset 37 21\",name:\"Asset 37 21\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1ucmdma\",\"data-framer-name\":\"Asset 37 13\",name:\"Asset 37 13\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-nes7bg\",\"data-framer-name\":\"Asset 37 22\",name:\"Asset 37 22\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1kdzlbz\",\"data-framer-name\":\"Asset 37 31\",name:\"Asset 37 31\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-4qsxij\",\"data-framer-name\":\"Asset 37 5\",name:\"Asset 37 5\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-e28bqo\",\"data-framer-name\":\"Asset 37 23\",name:\"Asset 37 23\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-9v38fi\",\"data-framer-name\":\"Asset 37 6\",name:\"Asset 37 6\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-k9iby1\",\"data-framer-name\":\"Asset 37 15\",name:\"Asset 37 15\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-paqiae\",\"data-framer-name\":\"Asset 37 24\",name:\"Asset 37 24\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1bf7p7q\",\"data-framer-name\":\"Asset 37 33\",name:\"Asset 37 33\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-h6j8pa\",\"data-framer-name\":\"Asset 37 16\",name:\"Asset 37 16\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1lkoxdx\",\"data-framer-name\":\"Asset 37 34\",name:\"Asset 37 34\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1jyn6cb\",\"data-framer-name\":\"Asset 37 8\",name:\"Asset 37 8\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-qs72eu\",\"data-framer-name\":\"Asset 37 26\",name:\"Asset 37 26\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1lt6zrs\",\"data-framer-name\":\"Asset 37 35\",name:\"Asset 37 35\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-sghn9i\",\"data-framer-name\":\"Asset 37 27\",name:\"Asset 37 27\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1djj941\",\"data-framer-name\":\"Asset 37 36\",name:\"Asset 37 36\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-5z4csw\",\"data-framer-name\":\"Asset 37 28\",name:\"Asset 37 28\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1c4kosx\",\"data-framer-name\":\"Asset 37 29\",name:\"Asset 37 29\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-14h2gvh\",\"data-framer-name\":\"Asset 37 31\",name:\"Asset 37 31\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-7ehmvq\",\"data-framer-name\":\"Asset 37 33\",name:\"Asset 37 33\"}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"71.1195px\",src:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png\",srcSet:\"https://framerusercontent.com/images/aYvWuy5ZdsjIb9FGbx7bE0wIs.png 288w\"},className:\"framer-1ggbzzj\",\"data-framer-name\":\"Asset 37 34\",name:\"Asset 37 34\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-81n77c\",\"data-framer-name\":\"Bottom Banner\",name:\"Bottom Banner\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-2f5cre\",\"data-framer-name\":\"Black Stripe with Purple Gradient\",name:\"Black Stripe with Purple Gradient\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-3mfmf1\",\"data-framer-name\":\"Black Stripe with Purple Gradient\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:285,intrinsicWidth:1440,name:\"Black Stripe with Purple Gradient\",svg:'<svg width=\"1440\" height=\"285\" viewBox=\"0 0 1440 285\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H1440V285H0V0Z\" fill=\"black\"/>\\n<path d=\"M764 0H0V285H764V0Z\" fill=\"url(#paint0_linear_110_24)\" fill-opacity=\"0.5\"/>\\n<path d=\"M676 0H1440V285H676V0Z\" fill=\"url(#paint1_linear_110_24)\" fill-opacity=\"0.5\"/>\\n<path d=\"M764 0H0V285H764V0Z\" fill=\"url(#paint2_linear_110_24)\" fill-opacity=\"0.5\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_110_24\" x1=\"1440\" y1=\"0\" x2=\"1006\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#4D068A\"/>\\n<stop offset=\"0.505\" stop-color=\"#4D068A\" stop-opacity=\"0.85\"/>\\n<stop offset=\"1\" stop-color=\"#4D068A\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint1_linear_110_24\" x1=\"1440\" y1=\"0\" x2=\"1006\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#4D068A\"/>\\n<stop offset=\"0.505\" stop-color=\"#4D068A\" stop-opacity=\"0.85\"/>\\n<stop offset=\"1\" stop-color=\"#4D068A\" stop-opacity=\"0\"/>\\n</linearGradient>\\n<linearGradient id=\"paint2_linear_110_24\" x1=\"0\" y1=\"0\" x2=\"434\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#4D068A\"/>\\n<stop offset=\"0.505\" stop-color=\"#4D068A\" stop-opacity=\"0.85\"/>\\n<stop offset=\"1\" stop-color=\"#4D068A\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sgytgk\",\"data-framer-name\":\"Schedule a Demo Tile\",name:\"Schedule a Demo Tile\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-p9kgnc framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Rectangle 2\",name:\"Rectangle 2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Schedule a Demo\"})})})}),className:\"framer-hvzjb2\",\"data-framer-name\":\"Schedule a Demo\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Schedule a Demo\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Still Unsure?\"})}),className:\"framer-18cox77\",\"data-framer-name\":\"Still Unsure?\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Still Unsure?\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jv7e6g\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:\"The Premier Dental Referral Management Software\"})}),className:\"framer-1es8ro1\",\"data-framer-name\":\"The Premier Dental Referral Management Software\",fonts:[\"CUSTOM;Futura Book\"],name:\"The Premier Dental Referral Management Software\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBMaWdodA==\",\"--framer-font-family\":'\"Futura Light\", \"Futura Light Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:\"Copyright \\xa9 2021 Tetherport All rights reserved.\"})}),className:\"framer-1rzdnnt\",\"data-framer-name\":\"Copyright \\xa9 2021 Tetherport All rights reserved.\",fonts:[\"CUSTOM;Futura Light\"],name:\"Copyright \\xa9 2021 Tetherport All rights reserved.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ylIFuGXPl\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-18qgffw\",\"data-styles-preset\":\"KsA7etuJH\",children:\"Specialists\"})})})}),className:\"framer-1f0tcw6\",\"data-framer-name\":\"Specialists\",fonts:[\"CUSTOM;Futura Book\"],name:\"Specialists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:\"#201-347 Leon Avenue,\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:\"Kelowna, BC, V1Y 8C7\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:\"info@tetherport.ca\"})]}),className:\"framer-1ww9twu\",\"data-framer-name\":\"#201-347 Leon Avenue, Kelowna, BC, V1Y 8C7 info@tetherport.ca\",fonts:[\"CUSTOM;Futura Book\"],name:\"#201-347 Leon Avenue, Kelowna, BC, V1Y 8C7 info@tetherport.ca\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(56, 142, 252)\"},children:\"LEARN MORE\"})}),className:\"framer-1ke3hdf\",\"data-framer-name\":\"LEARN MORE\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"LEARN MORE\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(56, 142, 252)\"},children:\"CONTACT\"})}),className:\"framer-1avgbs\",\"data-framer-name\":\"CONTACT\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"CONTACT\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-18qgffw\",\"data-styles-preset\":\"KsA7etuJH\",children:\"Schedule a Demo\"})})})}),className:\"framer-jsgh6w\",\"data-framer-name\":\"Schedule a Demo\",fonts:[\"CUSTOM;Futura Book\"],name:\"Schedule a Demo\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHCEppaAO\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-18qgffw\",\"data-styles-preset\":\"KsA7etuJH\",children:\"General Dentists\"})})})}),className:\"framer-1vl9x0m\",\"data-framer-name\":\"General Dentists\",fonts:[\"CUSTOM;Futura Book\"],name:\"General Dentists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-text-color\":\"rgba(75, 75, 75, 0.65)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FpJ40P78z\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-18qgffw\",\"data-styles-preset\":\"KsA7etuJH\",children:\"Careers\"})})})}),className:\"framer-1eoklk9\",\"data-framer-name\":\"Careers\",fonts:[\"CUSTOM;Futura Book\"],name:\"Careers\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"309px\",src:\"https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png\",srcSet:\"https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png 4096w\"},className:\"framer-1oondov\",\"data-framer-name\":\"Text and Logo Colourway 1 1\",name:\"Text and Logo Colourway 1 1\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2o2vqq\",\"data-framer-name\":\"Section 3: User Options\",name:\"Section 3: User Options\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-scbn1b\",\"data-framer-name\":\"Tetherport for General Dentists\",name:\"Tetherport for General Dentists\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:354,intrinsicWidth:1477,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1477px\",src:\"https://framerusercontent.com/images/GoaivFlNEODUaO6AAmGuTdgQ4.svg\",srcSet:\"https://framerusercontent.com/images/GoaivFlNEODUaO6AAmGuTdgQ4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/GoaivFlNEODUaO6AAmGuTdgQ4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/GoaivFlNEODUaO6AAmGuTdgQ4.svg 1477w\"},className:\"framer-1vpi1tz\",\"data-framer-name\":\"Background Stripe\",name:\"Background Stripe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Accurately, efficiently and securely create & track outgoing referrals. Establish a direct line of communication with specialist clinics and dental labs.\"})}),className:\"framer-1vwnusu\",\"data-framer-name\":\"Accurately, efficiently and securely create & track outgoing referrals. Establish a direct line of communication with specialist clinics and dental labs.\",fonts:[\"CUSTOM;Futura Book\"],name:\"Accurately, efficiently and securely create & track outgoing referrals. Establish a direct line of communication with specialist clinics and dental labs.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHCEppaAO\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1g6p9aq framer-lux5qc\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 137 37\"><path d=\"M 1.074 9 C 1.074 4.582 4.745 1 9.273 1 L 127.146 1 C 131.675 1 135.346 4.582 135.346 9 L 135.346 28 C 135.346 32.418 131.675 36 127.146 36 L 9.273 36 C 4.745 36 1.074 32.418 1.074 28 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 24.936 24 L 24.936 12.563 L 27.443 12.563 L 27.443 21.922 L 31.447 21.922 L 31.447 24 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 38.237 19.375 C 38.173 18.891 37.992 18.526 37.693 18.281 C 37.399 18.031 36.996 17.906 36.483 17.906 C 35.971 17.906 35.56 18.031 35.25 18.281 C 34.946 18.526 34.751 18.891 34.666 19.375 Z M 40.495 20.719 L 34.594 20.719 C 34.684 21.271 34.89 21.685 35.21 21.961 C 35.531 22.232 35.966 22.367 36.516 22.367 C 36.932 22.367 37.29 22.289 37.589 22.133 C 37.893 21.977 38.146 21.74 38.349 21.422 L 40.191 22.32 C 39.764 22.992 39.246 23.492 38.638 23.82 C 38.029 24.143 37.306 24.305 36.468 24.305 C 35.197 24.305 34.191 23.935 33.449 23.195 C 32.706 22.456 32.335 21.461 32.335 20.211 C 32.335 19.008 32.723 18.018 33.497 17.242 C 34.276 16.466 35.272 16.078 36.483 16.078 C 37.733 16.078 38.72 16.443 39.446 17.172 C 40.172 17.896 40.535 18.885 40.535 20.141 C 40.535 20.208 40.533 20.284 40.527 20.367 C 40.522 20.445 40.511 20.563 40.495 20.719 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 48.014 20.156 C 48.014 19.469 47.836 18.924 47.478 18.523 C 47.126 18.122 46.648 17.922 46.045 17.922 C 45.425 17.922 44.937 18.122 44.579 18.523 C 44.227 18.919 44.051 19.463 44.051 20.156 C 44.051 20.849 44.224 21.388 44.571 21.773 C 44.924 22.159 45.409 22.352 46.029 22.352 C 46.659 22.352 47.147 22.159 47.494 21.773 C 47.841 21.388 48.014 20.849 48.014 20.156 Z M 50.096 24 L 47.886 24 L 47.919 22.898 C 47.609 23.383 47.235 23.74 46.797 23.969 C 46.365 24.193 45.837 24.305 45.212 24.305 C 44.171 24.305 43.33 23.927 42.689 23.172 C 42.054 22.417 41.736 21.419 41.736 20.18 C 41.736 18.888 42.049 17.883 42.673 17.164 C 43.303 16.44 44.176 16.078 45.292 16.078 C 45.874 16.078 46.384 16.206 46.821 16.461 C 47.264 16.716 47.636 17.096 47.934 17.602 L 47.934 16.336 L 50.096 16.336 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 54.453 18.305 C 54.682 17.56 55.011 17.003 55.438 16.633 C 55.87 16.263 56.404 16.078 57.039 16.078 C 57.183 16.078 57.421 16.104 57.752 16.156 C 57.816 16.167 57.864 16.175 57.896 16.18 L 57.552 18.57 C 57.381 18.503 57.207 18.453 57.031 18.422 C 56.86 18.385 56.679 18.367 56.487 18.367 C 55.793 18.367 55.294 18.542 54.989 18.891 C 54.685 19.234 54.533 19.813 54.533 20.625 L 54.533 24 L 52.251 24 L 52.251 16.336 L 54.501 16.336 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 58.929 24 L 58.929 16.336 L 61.163 16.336 L 61.163 17.539 C 61.574 17.039 62.015 16.672 62.484 16.438 C 62.959 16.198 63.485 16.078 64.062 16.078 C 64.671 16.078 65.18 16.18 65.591 16.383 C 66.008 16.581 66.336 16.885 66.576 17.297 C 66.694 17.51 66.776 17.753 66.825 18.023 C 66.878 18.289 66.905 18.708 66.905 19.281 L 66.905 24 L 64.623 24 L 64.623 20.211 C 64.623 19.268 64.51 18.646 64.286 18.344 C 64.062 18.042 63.678 17.891 63.133 17.891 C 62.818 17.891 62.527 17.956 62.26 18.086 C 61.999 18.211 61.78 18.391 61.604 18.625 C 61.465 18.807 61.363 19.016 61.299 19.25 C 61.241 19.484 61.211 19.841 61.211 20.32 L 61.211 24 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 73.295 24 L 75.081 12.563 L 77.707 12.563 L 79.965 19.297 C 80.013 19.438 80.064 19.643 80.117 19.914 C 80.176 20.185 80.229 20.495 80.278 20.844 C 80.32 20.49 80.368 20.174 80.422 19.898 C 80.475 19.617 80.526 19.412 80.574 19.281 L 82.872 12.563 L 85.458 12.563 L 87.252 24 L 84.874 24 L 84.017 17.102 C 83.953 16.591 83.91 16.206 83.889 15.945 C 83.868 15.685 83.857 15.443 83.857 15.219 C 83.857 15.099 83.857 15.01 83.857 14.953 C 83.862 14.891 83.868 14.836 83.873 14.789 C 83.793 15.237 83.715 15.625 83.641 15.953 C 83.571 16.276 83.507 16.521 83.448 16.688 L 80.966 24 L 79.557 24 L 77.114 16.688 C 77.093 16.62 77.045 16.432 76.97 16.125 C 76.901 15.818 76.802 15.37 76.674 14.781 L 76.674 15.117 C 76.674 15.648 76.626 16.3 76.53 17.07 L 76.522 17.102 L 75.673 24 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 94.627 20.18 C 94.627 19.555 94.44 19.057 94.067 18.688 C 93.693 18.313 93.191 18.125 92.561 18.125 C 91.931 18.125 91.432 18.31 91.064 18.68 C 90.695 19.05 90.511 19.55 90.511 20.18 C 90.511 20.805 90.695 21.305 91.064 21.68 C 91.432 22.055 91.931 22.242 92.561 22.242 C 93.186 22.242 93.685 22.055 94.059 21.68 C 94.438 21.305 94.627 20.805 94.627 20.18 Z M 96.95 20.195 C 96.95 21.372 96.536 22.352 95.708 23.133 C 94.886 23.914 93.843 24.305 92.577 24.305 C 91.301 24.305 90.25 23.914 89.422 23.133 C 88.595 22.352 88.181 21.372 88.181 20.195 C 88.181 19.023 88.597 18.044 89.43 17.258 C 90.263 16.471 91.312 16.078 92.577 16.078 C 93.848 16.078 94.894 16.466 95.716 17.242 C 96.538 18.018 96.95 19.003 96.95 20.195 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 100.881 18.305 C 101.111 17.56 101.439 17.003 101.866 16.633 C 102.299 16.263 102.832 16.078 103.468 16.078 C 103.612 16.078 103.849 16.104 104.18 16.156 C 104.244 16.167 104.292 16.175 104.325 16.18 L 103.98 18.57 C 103.809 18.503 103.636 18.453 103.46 18.422 C 103.289 18.385 103.107 18.367 102.915 18.367 C 102.221 18.367 101.722 18.542 101.418 18.891 C 101.113 19.234 100.961 19.813 100.961 20.625 L 100.961 24 L 98.679 24 L 98.679 16.336 L 100.929 16.336 Z\" fill=\"rgb(77,6,138)\"></path><path d=\"M 110.771 19.375 C 110.707 18.891 110.525 18.526 110.226 18.281 C 109.933 18.031 109.53 17.906 109.017 17.906 C 108.505 17.906 108.093 18.031 107.784 18.281 C 107.48 18.526 107.285 18.891 107.199 19.375 Z M 113.029 20.719 L 107.127 20.719 C 107.218 21.271 107.424 21.685 107.744 21.961 C 108.064 22.232 108.499 22.367 109.049 22.367 C 109.465 22.367 109.823 22.289 110.122 22.133 C 110.426 21.977 110.68 21.74 110.883 21.422 L 112.725 22.32 C 112.298 22.992 111.78 23.492 111.171 23.82 C 110.563 24.143 109.839 24.305 109.001 24.305 C 107.73 24.305 106.724 23.935 105.982 23.195 C 105.24 22.456 104.869 21.461 104.869 20.211 C 104.869 19.008 105.256 18.018 106.03 17.242 C 106.81 16.466 107.805 16.078 109.017 16.078 C 110.266 16.078 111.254 16.443 111.98 17.172 C 112.706 17.896 113.069 18.885 113.069 20.141 C 113.069 20.208 113.066 20.284 113.061 20.367 C 113.056 20.445 113.045 20.563 113.029 20.719 Z\" fill=\"rgb(77,6,138)\"></path></svg>',svgContentId:12680595398,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tetherport for General Dentists\"})}),className:\"framer-7xptjf\",\"data-framer-name\":\"Tetherport for General Dentists\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Tetherport for General Dentists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"719px\",src:\"https://framerusercontent.com/images/zUoJcI5oLjzXcZuwTRy2K3PMRVU.png\",srcSet:\"https://framerusercontent.com/images/zUoJcI5oLjzXcZuwTRy2K3PMRVU.png?scale-down-to=512 512w,https://framerusercontent.com/images/zUoJcI5oLjzXcZuwTRy2K3PMRVU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zUoJcI5oLjzXcZuwTRy2K3PMRVU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zUoJcI5oLjzXcZuwTRy2K3PMRVU.png 2916w\"},className:\"framer-1h1kcaf\",\"data-framer-name\":\"Generalist TP Screenshot 1 5\",name:\"Generalist TP Screenshot 1 5\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z9t6i5\",\"data-framer-name\":\"Tetherport for Specialist Dentists\",name:\"Tetherport for Specialist Dentists\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1643px\",src:\"https://framerusercontent.com/images/TTC11LOIJ9DpdDzgVLxL19qLAM.png\",srcSet:\"https://framerusercontent.com/images/TTC11LOIJ9DpdDzgVLxL19qLAM.png?scale-down-to=512 512w,https://framerusercontent.com/images/TTC11LOIJ9DpdDzgVLxL19qLAM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TTC11LOIJ9DpdDzgVLxL19qLAM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/TTC11LOIJ9DpdDzgVLxL19qLAM.png 3286w\"},className:\"framer-lvqios\",\"data-framer-name\":\"Background Stripe\",name:\"Background Stripe\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBCb29r\",\"--framer-font-family\":'\"Futura Book\", \"Futura Book Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Enhance and grow your practice with a secure referral management system. Increase your referral base and minimize lost revenue due to missed referrals.\"})}),className:\"framer-s7h7dl\",\"data-framer-name\":\"Enhance and grow your practice with a secure referral management system. Increase your referral base and minimize lost revenue due to missed referrals.\",fonts:[\"CUSTOM;Futura Book\"],name:\"Enhance and grow your practice with a secure referral management system. Increase your referral base and minimize lost revenue due to missed referrals.\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ylIFuGXPl\"},children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-4qlzj0 framer-lux5qc\",\"data-framer-name\":\"Vector\",layout:\"position\",name:\"Vector\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 133 37\"><path d=\"M 1 9 C 1 4.582 4.582 1 9 1 L 124 1 C 128.418 1 132 4.582 132 9 L 132 28 C 132 32.418 128.418 36 124 36 L 9 36 C 4.582 36 1 32.418 1 28 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 24.281 24 L 24.281 12.563 L 26.727 12.563 L 26.727 21.922 L 30.633 21.922 L 30.633 24 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 37.258 19.375 C 37.195 18.891 37.018 18.526 36.727 18.281 C 36.44 18.031 36.047 17.906 35.547 17.906 C 35.047 17.906 34.646 18.031 34.344 18.281 C 34.047 18.526 33.857 18.891 33.773 19.375 Z M 39.461 20.719 L 33.703 20.719 C 33.792 21.271 33.992 21.685 34.305 21.961 C 34.617 22.232 35.042 22.367 35.578 22.367 C 35.984 22.367 36.333 22.289 36.625 22.133 C 36.922 21.977 37.169 21.74 37.367 21.422 L 39.164 22.32 C 38.747 22.992 38.242 23.492 37.648 23.82 C 37.055 24.143 36.349 24.305 35.531 24.305 C 34.292 24.305 33.31 23.935 32.586 23.195 C 31.862 22.456 31.5 21.461 31.5 20.211 C 31.5 19.008 31.878 18.018 32.633 17.242 C 33.393 16.466 34.365 16.078 35.547 16.078 C 36.766 16.078 37.729 16.443 38.438 17.172 C 39.146 17.896 39.5 18.885 39.5 20.141 C 39.5 20.208 39.497 20.284 39.492 20.367 C 39.487 20.445 39.477 20.563 39.461 20.719 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 46.797 20.156 C 46.797 19.469 46.622 18.924 46.273 18.523 C 45.93 18.122 45.464 17.922 44.875 17.922 C 44.271 17.922 43.794 18.122 43.445 18.523 C 43.102 18.919 42.93 19.463 42.93 20.156 C 42.93 20.849 43.099 21.388 43.438 21.773 C 43.781 22.159 44.255 22.352 44.859 22.352 C 45.474 22.352 45.951 22.159 46.289 21.773 C 46.628 21.388 46.797 20.849 46.797 20.156 Z M 48.828 24 L 46.672 24 L 46.703 22.898 C 46.401 23.383 46.036 23.74 45.609 23.969 C 45.188 24.193 44.672 24.305 44.063 24.305 C 43.047 24.305 42.227 23.927 41.602 23.172 C 40.982 22.417 40.672 21.419 40.672 20.18 C 40.672 18.888 40.977 17.883 41.586 17.164 C 42.2 16.44 43.052 16.078 44.141 16.078 C 44.708 16.078 45.206 16.206 45.633 16.461 C 46.065 16.716 46.427 17.096 46.719 17.602 L 46.719 16.336 L 48.828 16.336 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 53.078 18.305 C 53.302 17.56 53.622 17.003 54.039 16.633 C 54.461 16.263 54.982 16.078 55.602 16.078 C 55.742 16.078 55.974 16.104 56.297 16.156 C 56.359 16.167 56.406 16.175 56.438 16.18 L 56.102 18.57 C 55.935 18.503 55.766 18.453 55.594 18.422 C 55.427 18.385 55.25 18.367 55.063 18.367 C 54.385 18.367 53.898 18.542 53.602 18.891 C 53.305 19.234 53.156 19.813 53.156 20.625 L 53.156 24 L 50.93 24 L 50.93 16.336 L 53.125 16.336 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 57.445 24 L 57.445 16.336 L 59.625 16.336 L 59.625 17.539 C 60.026 17.039 60.456 16.672 60.914 16.438 C 61.378 16.198 61.891 16.078 62.453 16.078 C 63.047 16.078 63.544 16.18 63.945 16.383 C 64.352 16.581 64.672 16.885 64.906 17.297 C 65.021 17.51 65.102 17.753 65.148 18.023 C 65.201 18.289 65.227 18.708 65.227 19.281 L 65.227 24 L 63 24 L 63 20.211 C 63 19.268 62.891 18.646 62.672 18.344 C 62.453 18.042 62.078 17.891 61.547 17.891 C 61.24 17.891 60.956 17.956 60.695 18.086 C 60.44 18.211 60.227 18.391 60.055 18.625 C 59.919 18.807 59.82 19.016 59.758 19.25 C 59.7 19.484 59.672 19.841 59.672 20.32 L 59.672 24 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 71.461 24 L 73.203 12.563 L 75.766 12.563 L 77.969 19.297 C 78.016 19.438 78.065 19.643 78.117 19.914 C 78.174 20.185 78.227 20.495 78.273 20.844 C 78.315 20.49 78.362 20.174 78.414 19.898 C 78.466 19.617 78.516 19.412 78.563 19.281 L 80.805 12.563 L 83.328 12.563 L 85.078 24 L 82.758 24 L 81.922 17.102 C 81.859 16.591 81.818 16.206 81.797 15.945 C 81.776 15.685 81.766 15.443 81.766 15.219 C 81.766 15.099 81.766 15.01 81.766 14.953 C 81.771 14.891 81.776 14.836 81.781 14.789 C 81.703 15.237 81.628 15.625 81.555 15.953 C 81.487 16.276 81.424 16.521 81.367 16.688 L 78.945 24 L 77.57 24 L 75.188 16.688 C 75.167 16.62 75.12 16.432 75.047 16.125 C 74.979 15.818 74.883 15.37 74.758 14.781 L 74.758 15.117 C 74.758 15.648 74.711 16.3 74.617 17.07 L 74.609 17.102 L 73.781 24 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 92.273 20.18 C 92.273 19.555 92.091 19.057 91.727 18.688 C 91.362 18.313 90.872 18.125 90.258 18.125 C 89.643 18.125 89.156 18.31 88.797 18.68 C 88.438 19.05 88.258 19.55 88.258 20.18 C 88.258 20.805 88.438 21.305 88.797 21.68 C 89.156 22.055 89.643 22.242 90.258 22.242 C 90.867 22.242 91.354 22.055 91.719 21.68 C 92.089 21.305 92.273 20.805 92.273 20.18 Z M 94.539 20.195 C 94.539 21.372 94.135 22.352 93.328 23.133 C 92.526 23.914 91.508 24.305 90.273 24.305 C 89.029 24.305 88.003 23.914 87.195 23.133 C 86.388 22.352 85.984 21.372 85.984 20.195 C 85.984 19.023 86.391 18.044 87.203 17.258 C 88.016 16.471 89.039 16.078 90.273 16.078 C 91.513 16.078 92.534 16.466 93.336 17.242 C 94.138 18.018 94.539 19.003 94.539 20.195 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 98.375 18.305 C 98.599 17.56 98.919 17.003 99.336 16.633 C 99.758 16.263 100.279 16.078 100.898 16.078 C 101.039 16.078 101.271 16.104 101.594 16.156 C 101.656 16.167 101.703 16.175 101.734 16.18 L 101.398 18.57 C 101.232 18.503 101.062 18.453 100.891 18.422 C 100.724 18.385 100.547 18.367 100.359 18.367 C 99.682 18.367 99.195 18.542 98.898 18.891 C 98.602 19.234 98.453 19.813 98.453 20.625 L 98.453 24 L 96.227 24 L 96.227 16.336 L 98.422 16.336 Z\" fill=\"rgb(56,142,252)\"></path><path d=\"M 108.023 19.375 C 107.961 18.891 107.784 18.526 107.492 18.281 C 107.206 18.031 106.812 17.906 106.312 17.906 C 105.812 17.906 105.411 18.031 105.109 18.281 C 104.812 18.526 104.622 18.891 104.539 19.375 Z M 110.227 20.719 L 104.469 20.719 C 104.557 21.271 104.758 21.685 105.07 21.961 C 105.383 22.232 105.807 22.367 106.344 22.367 C 106.75 22.367 107.099 22.289 107.391 22.133 C 107.688 21.977 107.935 21.74 108.133 21.422 L 109.93 22.32 C 109.513 22.992 109.008 23.492 108.414 23.82 C 107.82 24.143 107.115 24.305 106.297 24.305 C 105.057 24.305 104.076 23.935 103.352 23.195 C 102.628 22.456 102.266 21.461 102.266 20.211 C 102.266 19.008 102.643 18.018 103.398 17.242 C 104.159 16.466 105.13 16.078 106.312 16.078 C 107.531 16.078 108.495 16.443 109.203 17.172 C 109.911 17.896 110.266 18.885 110.266 20.141 C 110.266 20.208 110.263 20.284 110.258 20.367 C 110.253 20.445 110.242 20.563 110.227 20.719 Z\" fill=\"rgb(56,142,252)\"></path></svg>',svgContentId:12877095719,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tetherport for Specialists\"})}),className:\"framer-9ptj24\",\"data-framer-name\":\"Tetherport for Specialists\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Tetherport for Specialists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"727px\",src:\"https://framerusercontent.com/images/eo1Y03g7ozYkNczZFgAIoYV7s.png\",srcSet:\"https://framerusercontent.com/images/eo1Y03g7ozYkNczZFgAIoYV7s.png?scale-down-to=512 512w,https://framerusercontent.com/images/eo1Y03g7ozYkNczZFgAIoYV7s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/eo1Y03g7ozYkNczZFgAIoYV7s.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/eo1Y03g7ozYkNczZFgAIoYV7s.png 2908w\"},className:\"framer-1aefynd\",\"data-framer-name\":\"Generalist TP Screenshot 1 4\",name:\"Generalist TP Screenshot 1 4\"})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:444,intrinsicWidth:1440,loading:\"lazy\",positionX:\"center\",positionY:\"center\",sizes:\"1444px\",src:\"https://framerusercontent.com/images/sHhfN4MtimNnjpnerLlVGHHgpg.svg\",srcSet:\"https://framerusercontent.com/images/sHhfN4MtimNnjpnerLlVGHHgpg.svg?scale-down-to=512 512w,https://framerusercontent.com/images/sHhfN4MtimNnjpnerLlVGHHgpg.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/sHhfN4MtimNnjpnerLlVGHHgpg.svg 1440w\"},className:\"framer-14fp1sb\",\"data-border\":true,\"data-framer-name\":\"Section 2: Testimonials\",name:\"Section 2: Testimonials\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s13asq\",\"data-framer-name\":\"Section 1: 3 Main Points\",name:\"Section 1: 3 Main Points\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4ogn6j\",\"data-framer-name\":\"Protect your Practice\",name:\"Protect your Practice\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ap9mdp\",\"data-framer-name\":\"Background Rectangle 3\",name:\"Background Rectangle 3\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-text-color\":\"rgb(56, 142, 252)\"},children:\"Protect your Practice\"})}),className:\"framer-1fh99em\",\"data-framer-name\":\"Protect your Practice\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Protect your Practice\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBMaWdodA==\",\"--framer-font-family\":'\"Futura Light\", \"Futura Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(76, 76, 76)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Provide secure communication between dental specialists and general dentists.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Ensure compliance with HIPPA, PIPEDA, and EHR.\"})})]})}),className:\"framer-1bjjwdb\",\"data-framer-name\":\"Provide secure communication between dental specialists and general dentists. Ensure compliance with HIPPA, PIPEDA, and EHR.\",fonts:[\"CUSTOM;Futura Light\"],name:\"Provide secure communication between dental specialists and general dentists. Ensure compliance with HIPPA, PIPEDA, and EHR.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:301,loading:\"lazy\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/V2DsTMmzhYwPp2VXI8nyP106TY.svg\"},className:\"framer-17n3rln\",\"data-framer-name\":\"Vector\",name:\"Vector\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19nn28e\",\"data-framer-name\":\"Predict Revenue Trends\",name:\"Predict Revenue Trends\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1p4hf89\",\"data-framer-name\":\"Background Rectangle 2\",name:\"Background Rectangle 2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-text-color\":\"rgb(77, 6, 138)\"},children:\"Predict Revenue Trends\"})}),className:\"framer-9ucz7b\",\"data-framer-name\":\"Predict Revenue Trends\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Predict Revenue Trends\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBMaWdodA==\",\"--framer-font-family\":'\"Futura Light\", \"Futura Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(76, 76, 76)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Simplify clinic operations and office procedures.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Track treatment acceptance rates, treatment decline rates, and revenue.\"})})]})}),className:\"framer-10fs2fm\",\"data-framer-name\":\"Simplify clinic operations and office procedures. Track treatment acceptance rates, treatment decline rates, and revenue.\",fonts:[\"CUSTOM;Futura Light\"],name:\"Simplify clinic operations and office procedures. Track treatment acceptance rates, treatment decline rates, and revenue.\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:300,loading:\"lazy\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/qzrilulflQ2lPTqGngp83H7rlRM.svg\"},className:\"framer-154l02b\",\"data-framer-name\":\"Vector\",name:\"Vector\"})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-156jppm\",\"data-framer-name\":\"Securely Manage Referrals\",name:\"Securely Manage Referrals\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-5x0tw9\",\"data-framer-name\":\"Background Rectangle 1\",name:\"Background Rectangle 1\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"ul\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBMaWdodA==\",\"--framer-font-family\":'\"Futura Light\", \"Futura Light Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(76, 76, 76)\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Measure referral volumes of each collaborating general dentist.\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{children:\"Produce detailed updates on referral statuses (including patient responses). \"})})]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RnV0dXJhIEx0IEJULXJlZ3VsYXI=\",\"--framer-font-family\":'\"Futura Lt BT\", \"Futura Lt BT Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-text-color\":\"rgb(75, 75, 75)\"},children:/*#__PURE__*/_jsx(\"br\",{className:\"trailing-break\"})})]}),className:\"framer-7p7837\",\"data-framer-name\":\"Measure referral volumes of each collaborating general dentist. Produce detailed updates on referral statuses (including patient responses).\",fonts:[\"CUSTOM;Futura Light\",\"GF;Futura Lt BT-regular\"],name:\"Measure referral volumes of each collaborating general dentist. Produce detailed updates on referral statuses (including patient responses).\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-text-color\":\"rgb(56, 142, 252)\"},children:\"Securely Manage Referrals\"})}),className:\"framer-9worcg\",\"data-framer-name\":\"Securely Manage Referrals\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Securely Manage Referrals\",transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",intrinsicHeight:300,intrinsicWidth:300,loading:\"lazy\",positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/PWwM3sy2MVjoCwejJq8z2FQPhcI.svg\"},className:\"framer-13ut4wj\",\"data-framer-name\":\"Vector\",name:\"Vector\"})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cv8xfe\",\"data-framer-name\":\"Banner Division: Title / Section 1\",name:\"Banner Division: Title / Section 1\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-bktblr\",\"data-border\":true,\"data-framer-name\":\"Rectangle 1\",name:\"Rectangle 1\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:\"lazy\",sizes:\"309px\",src:\"https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png\",srcSet:\"https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=512 512w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/p1ZpMckiFyFvTcjqgu5yyjjOzdU.png 4096w\"},className:\"framer-1jgkk48\",\"data-framer-name\":\"Text and Logo Colourway 1 1\",name:\"Text and Logo Colourway 1 1\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1m2lc5c-container\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,controls:false,height:\"100%\",id:\"a7pN5VSzd\",isMixedBorderRadius:false,layoutId:\"a7pN5VSzd\",loop:true,muted:true,objectFit:\"fill\",playing:true,posterEnabled:false,srcFile:\"https://framerusercontent.com/assets/sIxyIFimWDs7oOhadPXQkC0T9Jg.mp4\",srcType:\"Upload\",srcUrl:\"https://assets.mixkit.co/videos/preview/mixkit-shining-sun-in-the-sky-surrounded-by-moving-clouds-31793-small.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{background:{alt:\"\",fit:\"fill\"},className:\"framer-1vvqjm0\",\"data-framer-name\":\"Title Section\",name:\"Title Section\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-10b2awo\",\"data-framer-name\":\"Title Area Gradient\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:388,intrinsicWidth:764,name:\"Title Area Gradient\",svg:'<svg width=\"764\" height=\"388\" viewBox=\"0 0 764 388\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 0H764V388H0V0Z\" fill=\"url(#paint0_linear_4_3)\" fill-opacity=\"0.5\"/>\\n<defs>\\n<linearGradient id=\"paint0_linear_4_3\" x1=\"764\" y1=\"0\" x2=\"0\" y2=\"0\" gradientUnits=\"userSpaceOnUse\">\\n<stop stop-color=\"#4D068A\"/>\\n<stop offset=\"0.505\" stop-color=\"#4D068A\" stop-opacity=\"0.85\"/>\\n<stop offset=\"1\" stop-color=\"#4D068A\" stop-opacity=\"0\"/>\\n</linearGradient>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"The Premier Dental Referral Management Software\"})}),className:\"framer-wg0fjl\",\"data-framer-name\":\"The Premier Dental Referral Management Software\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"The Premier Dental Referral Management Software\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5yurd5\",\"data-framer-name\":\"Learn More Title\",name:\"Learn More Title\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1amhaxv framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Rectangle 2\",name:\"Rectangle 2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Learn More\"})})})}),className:\"framer-1qw9p64\",\"data-framer-name\":\"Learn More\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Learn More\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cou826\",\"data-framer-name\":\"Top Banner Options\",name:\"Top Banner Options\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-75qtcx\",\"data-framer-name\":\"Sign Up\",name:\"Sign Up\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-119vi2x framer-lux5qc\",\"data-border\":true,\"data-framer-name\":\"Rectangle 4\",name:\"Rectangle 4\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Sign Up\"})})})}),className:\"framer-kgl2gr\",\"data-framer-name\":\"Sign Up\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Sign Up\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Link,{href:\"https://app.tetherport.ca/#/sign-in\",children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-xqb6r7 framer-lux5qc\",\"data-framer-name\":\"Sign In\",name:\"Sign In\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1m8vfae\",\"data-border\":true,\"data-framer-name\":\"Rectangle 5\",name:\"Rectangle 5\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:\"Sign In\"})}),className:\"framer-11946p7\",\"data-framer-name\":\"Sign In\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Sign In\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wHCEppaAO\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"General Dentists\"})})})}),className:\"framer-1rf6hhi\",\"data-framer-name\":\"General Dentists\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"General Dentists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ylIFuGXPl\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Specialists\"})})})}),className:\"framer-14dqv2q\",\"data-framer-name\":\"Specialists\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Specialists\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"opT8htUxM\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Contact Us\"})})})}),className:\"framer-1pierio\",\"data-framer-name\":\"Contact Us\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Contact Us\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"sAIWAYFLg\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Schedule a Demo\"})})})}),className:\"framer-1pev1p1\",\"data-framer-name\":\"Schedule a Demo\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Schedule a Demo\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0Z1dHVyYSBIZWF2eQ==\",\"--framer-font-family\":'\"Futura Heavy\", \"Futura Heavy Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(245, 245, 245)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FpJ40P78z\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-19bweg8\",\"data-styles-preset\":\"kIIBDtzhK\",children:\"Careers\"})})})}),className:\"framer-1fmyx9n\",\"data-framer-name\":\"Careers\",fonts:[\"CUSTOM;Futura Heavy\"],name:\"Careers\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(Image,{as:\"a\",background:{alt:\"\",fit:\"fill\",sizes:\"57px\",src:\"https://framerusercontent.com/images/4v6ARkfR5zI6zxDQMG0DbqRFGqg.png\",srcSet:\"https://framerusercontent.com/images/4v6ARkfR5zI6zxDQMG0DbqRFGqg.png?scale-down-to=512 512w,https://framerusercontent.com/images/4v6ARkfR5zI6zxDQMG0DbqRFGqg.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4v6ARkfR5zI6zxDQMG0DbqRFGqg.png 1069w\"},className:\"framer-7tz2bt framer-lux5qc\",\"data-framer-name\":\"Corner Logo\",name:\"Corner Logo\"})})]})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-gCYfH { background: rgb(0, 0, 0); }`,\".framer-gCYfH.framer-lux5qc, .framer-gCYfH .framer-lux5qc { display: block; }\",\".framer-gCYfH.framer-72rtr7 { background-color: #000000; height: 4111px; overflow: hidden; position: relative; width: 1440px; }\",\".framer-gCYfH .framer-1r1h2dy { background-color: #ffffff; flex: none; height: 4111px; left: calc(50.00000000000002% - 1440px / 2); overflow: hidden; position: absolute; top: 0px; width: 1440px; z-index: 1; }\",\".framer-gCYfH .framer-5sp247 { bottom: 0px; flex: none; height: 74%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; width: 100%; }\",\".framer-gCYfH .framer-15bh31c { flex: none; height: 2481px; left: 0px; overflow: visible; position: absolute; top: 71px; width: 1440px; }\",\".framer-gCYfH .framer-1iodetd { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 1654px); flex: none; height: 827px; left: 969px; position: absolute; right: 0px; top: 0px; }\",\".framer-gCYfH .framer-1dndoqg { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 827px); flex: none; height: 827px; left: 969px; position: absolute; right: 0px; top: 827px; }\",\".framer-gCYfH .framer-1ww4x14 { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 827px; left: 969px; position: absolute; right: 0px; top: 1654px; }\",\".framer-gCYfH .framer-1tiwf5t { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 1654px); flex: none; height: 827px; left: 0px; position: absolute; right: 969px; top: 0px; }\",\".framer-gCYfH .framer-1efr2j5 { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 827px); flex: none; height: 827px; left: 0px; position: absolute; right: 969px; top: 827px; }\",\".framer-gCYfH .framer-vjt3k { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 827px; left: 0px; position: absolute; right: 969px; top: 1654px; }\",\".framer-gCYfH .framer-1csnwpd { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 1654px); flex: none; height: 827px; left: 487px; position: absolute; right: 482px; top: 0px; }\",\".framer-gCYfH .framer-1lwa8a4 { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 827px); flex: none; height: 827px; left: 487px; position: absolute; right: 482px; top: 827px; }\",\".framer-gCYfH .framer-e2k302 { aspect-ratio: 0.5700609897634474 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 827px; left: 487px; position: absolute; right: 482px; top: 1654px; }\",\".framer-gCYfH .framer-1fur1vp { flex: none; height: 3060px; left: 117px; overflow: visible; position: absolute; top: 0px; width: 981px; }\",\".framer-gCYfH .framer-1ohydtq { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2785px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 0px; }\",\".framer-gCYfH .framer-3idrr5 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2598px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 187px; }\",\".framer-gCYfH .framer-m435o1 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2411px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 373px; }\",\".framer-gCYfH .framer-a5v6d5 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2225px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 560px; }\",\".framer-gCYfH .framer-12czkm3 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2509px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 275px; }\",\".framer-gCYfH .framer-16vrrni { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2323px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 462px; }\",\".framer-gCYfH .framer-1t7ru11 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1949px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 835px; }\",\".framer-gCYfH .framer-1p1vnqo { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2234px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 551px; }\",\".framer-gCYfH .framer-1i93cn4 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 2047px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 737px; }\",\".framer-gCYfH .framer-i59ix3 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1860px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 924px; }\",\".framer-gCYfH .framer-1ucmdma { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1772px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 1013px; }\",\".framer-gCYfH .framer-nes7bg { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1585px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 1200px; }\",\".framer-gCYfH .framer-1kdzlbz { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1398px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 1386px; }\",\".framer-gCYfH .framer-4qsxij { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1683px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 1102px; }\",\".framer-gCYfH .framer-e28bqo { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1310px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 1475px; }\",\".framer-gCYfH .framer-9v38fi { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1408px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 1377px; }\",\".framer-gCYfH .framer-k9iby1 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1221px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 1564px; }\",\".framer-gCYfH .framer-paqiae { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1034px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 1750px; }\",\".framer-gCYfH .framer-1bf7p7q { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 848px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 1937px; }\",\".framer-gCYfH .framer-h6j8pa { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 946px); flex: none; height: 275px; left: 458px; position: absolute; right: 452px; top: 1839px; }\",\".framer-gCYfH .framer-1lkoxdx { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 572px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 2212px; }\",\".framer-gCYfH .framer-1jyn6cb { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 857px); flex: none; height: 275px; left: 687px; position: absolute; right: 223px; top: 1928px; }\",\".framer-gCYfH .framer-qs72eu { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 483px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 2301px; }\",\".framer-gCYfH .framer-1lt6zrs { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 297px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 2488px; }\",\".framer-gCYfH .framer-sghn9i { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 208px); flex: none; height: 275px; left: 229px; position: absolute; right: 681px; top: 2577px; }\",\".framer-gCYfH .framer-1djj941 { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 275px; left: 0px; position: absolute; right: 910px; top: 2785px; }\",\".framer-gCYfH .framer-5z4csw { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1864px); flex: none; height: 275px; left: 910px; position: absolute; right: 0px; top: 921px; }\",\".framer-gCYfH .framer-1c4kosx { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1588px); flex: none; height: 275px; left: 910px; position: absolute; right: 0px; top: 1196px; }\",\".framer-gCYfH .framer-14h2gvh { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 1037px); flex: none; height: 275px; left: 910px; position: absolute; right: 0px; top: 1747px; }\",\".framer-gCYfH .framer-7ehmvq { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 487px); flex: none; height: 275px; left: 910px; position: absolute; right: 0px; top: 2298px; }\",\".framer-gCYfH .framer-1ggbzzj { aspect-ratio: 0.2582406041549114 / 1; bottom: var(--framer-aspect-ratio-supported, 211px); flex: none; height: 275px; left: 910px; position: absolute; right: 0px; top: 2573px; }\",\".framer-gCYfH .framer-81n77c { flex: none; height: 465px; left: 0px; overflow: hidden; position: absolute; top: 3646px; width: 1440px; }\",\".framer-gCYfH .framer-2f5cre { flex: none; height: 285px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 1440px; }\",\".framer-gCYfH .framer-3mfmf1 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-gCYfH .framer-1sgytgk { bottom: 279px; flex: none; left: 629px; overflow: visible; position: absolute; right: 630px; top: 151px; }\",\".framer-gCYfH .framer-p9kgnc, .framer-gCYfH .framer-1amhaxv, .framer-gCYfH .framer-119vi2x { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: #388efc; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; text-decoration: none; top: 0px; }\",\".framer-gCYfH .framer-hvzjb2 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 24px; position: absolute; top: 8px; white-space: pre; width: 134px; }\",\".framer-gCYfH .framer-18cox77 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 610px; position: absolute; top: 96px; white-space: pre; width: auto; }\",\".framer-gCYfH .framer-1jv7e6g { flex: none; height: 180px; left: 0px; overflow: visible; position: absolute; top: 285px; width: 1440px; }\",\".framer-gCYfH .framer-1es8ro1 { --framer-paragraph-spacing: 0px; bottom: 49px; flex: none; left: 46px; position: absolute; right: 969px; top: 88px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1rzdnnt { --framer-paragraph-spacing: 0px; flex: none; height: 18px; left: 46px; position: absolute; top: 139px; white-space: pre; width: 302px; }\",\".framer-gCYfH .framer-1f0tcw6 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 1006px; position: absolute; top: 64px; white-space: pre; width: 75px; }\",\".framer-gCYfH .framer-1ww9twu { --framer-paragraph-spacing: 0px; bottom: 18px; flex: none; left: 1234px; position: absolute; right: 19px; top: 64px; white-space: pre-wrap; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1ke3hdf { --framer-paragraph-spacing: 0px; flex: none; height: 29px; left: 1006px; position: absolute; top: 32px; white-space: pre; width: 155px; }\",\".framer-gCYfH .framer-1avgbs { --framer-paragraph-spacing: 0px; flex: none; height: 29px; left: 1234px; position: absolute; top: 32px; white-space: pre; width: 117px; }\",\".framer-gCYfH .framer-jsgh6w { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 1006px; position: absolute; top: 133px; white-space: pre; width: 130px; }\",\".framer-gCYfH .framer-1vl9x0m { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 1006px; position: absolute; top: 87px; white-space: pre; width: 123px; }\",\".framer-gCYfH .framer-1eoklk9 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 1006px; position: absolute; top: 110px; white-space: pre; width: 58px; }\",\".framer-gCYfH .framer-1oondov { aspect-ratio: 4.232876712328767 / 1; bottom: var(--framer-aspect-ratio-supported, 97px); flex: none; height: 73px; left: 44px; position: absolute; right: 1087px; top: 10px; }\",\".framer-gCYfH .framer-2o2vqq { bottom: 554px; flex: none; height: 1030px; left: -154px; overflow: hidden; position: absolute; right: -49px; }\",\".framer-gCYfH .framer-scbn1b { flex: none; height: 451px; left: 117px; overflow: visible; position: absolute; top: 550px; width: 1477px; }\",\".framer-gCYfH .framer-1vpi1tz { flex: none; height: 354px; position: absolute; right: -2px; top: calc(50.55432372505545% - 354px / 2); width: 1477px; }\",\".framer-gCYfH .framer-1vwnusu { --framer-paragraph-spacing: 0px; flex: none; height: 97px; left: 88px; position: absolute; top: calc(49.71751412429381% - 97px / 2); white-space: pre-wrap; width: 436px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1g6p9aq { flex: none; height: 37px; left: 84px; position: absolute; text-decoration: none; top: 300px; width: 137px; }\",\".framer-gCYfH .framer-7xptjf { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 85px; position: absolute; top: 122px; white-space: pre-wrap; width: 545px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1h1kcaf { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 4px 20px 0px #388efc; flex: none; height: 445px; left: 693px; overflow: hidden; position: absolute; top: 0px; width: 719px; will-change: var(--framer-will-change-override, transform); }\",\".framer-gCYfH .framer-z9t6i5 { flex: none; height: 453px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 1643px; }\",\".framer-gCYfH .framer-lvqios { aspect-ratio: 4.641242937853107 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 354px); left: -3px; position: absolute; top: 54px; width: 100%; }\",\".framer-gCYfH .framer-s7h7dl { --framer-paragraph-spacing: 0px; flex: none; height: 95px; left: 1022px; position: absolute; top: calc(48.87005649717516% - 95px / 2); white-space: pre-wrap; width: 425px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-4qlzj0 { flex: none; height: 37px; left: 1018px; position: absolute; text-decoration: none; top: 301px; width: 133px; }\",\".framer-gCYfH .framer-9ptj24 { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 1019px; position: absolute; top: 123px; white-space: pre; width: auto; }\",\".framer-gCYfH .framer-1aefynd { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 4px 20px 0px #4d068a; flex: none; height: 453px; left: 200px; position: absolute; top: 0px; width: 44%; }\",\".framer-gCYfH .framer-14fp1sb { --border-bottom-width: 2px; --border-color: #d9d9d9; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 3.2432432432432434 / 1; border-bottom-left-radius: 1px; border-bottom-right-radius: 1px; border-top-left-radius: 1px; border-top-right-radius: 1px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.25); flex: none; height: var(--framer-aspect-ratio-supported, 445px); left: 1px; position: absolute; top: 1983px; width: 100%; }\",\".framer-gCYfH .framer-s13asq { flex: none; height: 15%; left: 61px; overflow: visible; position: absolute; top: 1289px; width: 91%; }\",\".framer-gCYfH .framer-4ogn6j { flex: none; height: 513px; left: 930px; overflow: visible; position: absolute; top: 46px; width: 374px; }\",\".framer-gCYfH .framer-ap9mdp { background-color: #ffffff; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; bottom: -77px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); flex: none; left: -12px; position: absolute; right: -12px; top: -46px; }\",\".framer-gCYfH .framer-1fh99em, .framer-gCYfH .framer-9ucz7b { --framer-paragraph-spacing: 0px; bottom: 163px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-gCYfH .framer-1bjjwdb { --framer-paragraph-spacing: 0px; flex: none; height: 155px; left: 0px; position: absolute; top: 358px; white-space: pre-wrap; width: 374px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-17n3rln { flex: none; height: 300px; left: 36px; position: absolute; top: 0px; width: 301px; }\",\".framer-gCYfH .framer-19nn28e { flex: none; height: 513px; left: 480px; overflow: visible; position: absolute; top: 46px; width: 357px; }\",\".framer-gCYfH .framer-1p4hf89 { background-color: #ffffff; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; bottom: -77px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); flex: none; left: -21px; position: absolute; right: -20px; top: -46px; }\",\".framer-gCYfH .framer-10fs2fm { --framer-paragraph-spacing: 0px; flex: none; height: 155px; left: 0px; position: absolute; top: 358px; white-space: pre-wrap; width: 357px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-154l02b { flex: none; height: 300px; left: 28px; position: absolute; top: 0px; width: 300px; }\",\".framer-gCYfH .framer-156jppm { flex: none; height: 532px; left: 30px; overflow: visible; position: absolute; top: 46px; width: 340px; }\",\".framer-gCYfH .framer-5x0tw9 { background-color: #ffffff; border-bottom-left-radius: 29px; border-bottom-right-radius: 29px; border-top-left-radius: 29px; border-top-right-radius: 29px; bottom: -58px; box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2); flex: none; left: -30px; position: absolute; right: -28px; top: -46px; }\",\".framer-gCYfH .framer-7p7837 { --framer-paragraph-spacing: 0px; flex: none; height: 174px; left: 0px; position: absolute; top: 358px; white-space: pre-wrap; width: 339px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-9worcg { --framer-paragraph-spacing: 0px; bottom: 182px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-gCYfH .framer-13ut4wj { flex: none; height: 300px; left: 19px; position: absolute; top: 0px; width: 300px; }\",\".framer-gCYfH .framer-cv8xfe { flex: none; height: 87px; left: calc(50% - 1440px / 2); overflow: visible; position: absolute; top: 1144px; width: 1440px; }\",\".framer-gCYfH .framer-bktblr { --border-bottom-width: 2px; --border-color: #d9d9d9; --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; aspect-ratio: 16.551724137931036 / 1; background-color: #ffffff; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.12); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 87px); justify-content: center; left: 50%; padding: 0px; position: absolute; top: 49%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-gCYfH .framer-1jgkk48 { aspect-ratio: 4.232876712328767 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 73px); position: relative; width: 309px; }\",\".framer-gCYfH .framer-1m2lc5c-container { flex: none; height: 1143px; left: -596px; position: absolute; right: -5px; top: 0px; }\",\".framer-gCYfH .framer-1vvqjm0 { flex: none; height: 800px; left: -676px; overflow: hidden; position: absolute; right: -11px; top: -49px; }\",\".framer-gCYfH .framer-10b2awo { flex: none; height: 388px; position: absolute; right: 6px; top: 403px; width: 764px; }\",\".framer-gCYfH .framer-wg0fjl { --framer-paragraph-spacing: 0px; flex: none; height: 71px; position: absolute; right: 74px; top: 536px; white-space: pre-wrap; width: 445px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-5yurd5 { flex: none; height: 35px; overflow: visible; position: absolute; right: 388px; top: 623px; width: 131px; }\",\".framer-gCYfH .framer-1qw9p64 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 22px; position: absolute; top: 8px; white-space: pre; width: 88px; }\",\".framer-gCYfH .framer-1cou826 { flex: none; height: 57px; left: 20px; overflow: visible; position: absolute; top: 20px; width: 1392px; }\",\".framer-gCYfH .framer-75qtcx { flex: none; height: 35px; overflow: visible; position: absolute; right: 111px; top: 0px; width: 105px; }\",\".framer-gCYfH .framer-kgl2gr { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 22px; position: absolute; top: 8px; white-space: pre; width: 61px; }\",\".framer-gCYfH .framer-xqb6r7 { flex: none; height: 35px; overflow: visible; position: absolute; right: 0px; text-decoration: none; top: 0px; width: 105px; }\",\".framer-gCYfH .framer-1m8vfae { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; background-color: rgba(56, 142, 252, 0.5); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-gCYfH .framer-11946p7 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; left: 26px; position: absolute; top: 8px; white-space: pre; width: 54px; }\",\".framer-gCYfH .framer-1rf6hhi { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: absolute; right: 512px; top: 8px; white-space: pre-wrap; width: 129px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-14dqv2q { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: absolute; right: 675px; top: 8px; white-space: pre-wrap; width: 79px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1pierio { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: absolute; right: 790px; top: 8px; white-space: pre-wrap; width: 83px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1pev1p1 { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: absolute; right: 349px; top: 8px; white-space: pre-wrap; width: 134px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-1fmyx9n { --framer-paragraph-spacing: 0px; flex: none; height: 19px; position: absolute; right: 257px; top: 8px; white-space: pre-wrap; width: 60px; word-break: break-word; word-wrap: break-word; }\",\".framer-gCYfH .framer-7tz2bt { aspect-ratio: 1 / 1; bottom: var(--framer-aspect-ratio-supported, 0px); flex: none; height: 57px; left: 0px; position: absolute; right: 1335px; text-decoration: none; top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-gCYfH .framer-bktblr { gap: 0px; } .framer-gCYfH .framer-bktblr > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-gCYfH .framer-bktblr > :first-child { margin-left: 0px; } .framer-gCYfH .framer-bktblr > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-gCYfH[data-border=\"true\"]::after, .framer-gCYfH [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 4111\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-gCYfH\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:4111,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Futura Heavy\",source:\"custom\",url:\"https://framerusercontent.com/assets/TKbusqgfIRiYkGzOdfCB20mFPQ.woff2\"},{family:\"Futura Book\",source:\"custom\",url:\"https://framerusercontent.com/assets/QTRmonalAbzsV3dS0BR7Sctxg7Q.woff2\"},{family:\"Futura Light\",source:\"custom\",url:\"https://framerusercontent.com/assets/rYEnhv1y6CyjLY0BYeLyOdmKg.woff2\"}]},...VideoFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"4111\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["containerStyles", "emptyStateStyle", "defaultEvents", "ControlType", "fontSizeOptions", "fontControls", "font", "useOnEnter", "onEnter", "enabled", "useOnSpecificTargetChange", "useOnExit", "onExit", "goal", "callback", "isInTarget", "useIsInCurrentNavigationTarget", "ue", "isBrowserSafari", "navigator", "userAgent", "useIsBrowserSafari", "se", "useIsOnCanvas", "se", "RenderTarget", "useRadius", "props", "borderRadius", "isMixedBorderRadius", "topLeftRadius", "topRightRadius", "bottomRightRadius", "bottomLeftRadius", "se", "borderRadiusControl", "ControlType", "paddingControl", "ControlType", "ObjectFitType", "SrcType", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "isMountedAndReadyForProgressChanges", "X", "srcType", "srcFile", "srcUrl", "progress", "objectFit", "backgroundColor", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "poster", "posterEnabled", "startTimeProp", "volume", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "startTime", "ue", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "groupsRegex", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "VideoFonts", "getFonts", "Video", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "metadata", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ie", "metadata1", "_document_querySelector", "robotsTag", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Image2", "SVG", "Link", "RichText2", "x", "ComponentViewportProvider", "Container", "Video", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "VideoFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
