{"version":3,"file":"shared-lib.DB0BL2X5.mjs","names":["iconKeys","lowercaseIconKeyPairs","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","Icon","Component","React","addPropertyOverrides","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","NavigationNavLink","Phosphor","ButtonNew","className","_Fragment"],"sources":["https:/framer.com/m/framer/icon-nullstate.js@0.7.0","https:/framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js","https:/framerusercontent.com/modules/j9kLuVa7C6BGEE3hG6mC/VBlVDmkJLZwq5J0GVdMz/Ocw2DkoHc.js","https:/framerusercontent.com/modules/kELwmqhLON7woFgrx2ae/5ITF1xk7oUoWsQSu8RdA/IcEVdJA1T.js","https:/framer.com/m/phosphor-icons/House.js@0.0.57","https:/framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js","https:/framerusercontent.com/modules/JwfLj7L2gxvGSmkJeKcx/DKz9woHrfT9bZTwezeDg/D7ylXON_J.js","https:/framerusercontent.com/modules/NJs06nSVyj6tkm8WJUWO/616Q1L0QueVdQlsaSgib/xz6RSlvRA.js","https:/framerusercontent.com/modules/oWDtD8vNUvcBZtJPDkCD/iUrc12y08ybYAqKWzHX4/IVPLHZYJh.js","https:/framerusercontent.com/modules/aOoGKxo8tI69pCQaGTxc/y5JB1A0tSHmGUKUCjSED/siteMetadata.js"],"sourcesContent":["import { jsx as _jsx } from \"react/jsx-runtime\";\nimport * as React from \"react\";\nexport const containerStyles = {\n    width: \"100%\",\n    height: \"100%\",\n    display: \"flex\",\n    justifyContent: \"center\",\n    alignItems: \"center\"\n};\nconst nullIconStyle = {\n    minWidth: \"10px\",\n    minHeight: \"10px\",\n    maxWidth: \"20px\",\n    maxHeight: \"20px\",\n    width: \"60%\",\n    height: \"60%\"\n};\nconst emptyStateStyle = {\n    ...containerStyles,\n    borderRadius: 6,\n    background: \"rgba(149, 149, 149, 0.1)\",\n    border: \"1px dashed rgba(149, 149, 149, 0.15)\",\n    color: \"#a5a5a5\",\n    flexDirection: \"column\"\n};\nexport const NullState = /*#__PURE__*/ React.forwardRef((_, ref)=>{\n    return(/*#__PURE__*/ _jsx(\"div\", {\n        style: emptyStateStyle,\n        ref: ref\n    }));\n}) /*\n\n<svg\n                xmlns=\"http://www.w3.org/2000/svg\"\n                viewBox=\"0 0 30 30\"\n                style={nullIconStyle}\n            >\n                <path\n                    d=\"M 12.857 0 C 19.958 0 25.714 5.756 25.714 12.857 C 25.714 19.958 19.958 25.714 12.857 25.714 C 5.756 25.714 0 19.958 0 12.857 C 0 5.756 5.756 0 12.857 0 Z\"\n                    fill=\"#FFFFFF\"\n                ></path>\n                <path\n                    d=\"M 20.357 20.357 L 27.857 27.857\"\n                    fill=\"transparent\"\n                    strokeWidth=\"4.28\"\n                    stroke=\"#FFFFFF\"\n                    strokeLinecap=\"round\"\n                ></path>\n                <g transform=\"translate(9.643 6.429)\">\n                    <path\n                        d=\"M 3.214 12.857 L 3.214 12.857\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.75\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                    ></path>\n                    <path\n                        d=\"M 0 3.214 C 0 1.004 1.843 0 3.214 0 C 4.586 0 6.429 0.603 6.429 3.214 C 6.429 5.826 3.214 5.913 3.214 7.232 C 3.214 8.552 3.214 8.571 3.214 8.571\"\n                        fill=\"transparent\"\n                        strokeWidth=\"3.22\"\n                        stroke=\"currentColor\"\n                        strokeLinecap=\"round\"\n                        strokeLinejoin=\"round\"\n                    ></path>\n                </g>\n            </svg>\n            */ ;\n\nexport const __FramerMetadata__ = {\"exports\":{\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"NullState\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}}}}\n//# sourceMappingURL=./nullstate.map","import{useMemo}from\"react\";import{ControlType}from\"framer\";/*\n ** ICON UTILS\n ** Pull as much re-usable logic into here as possible\n ** This will make it easier to replace in all icon components\n */ export const containerStyles={width:\"100%\",height:\"100%\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\"};export const defaultEvents={onClick:{type:ControlType.EventHandler},onMouseDown:{type:ControlType.EventHandler},onMouseUp:{type:ControlType.EventHandler},onMouseEnter:{type:ControlType.EventHandler},onMouseLeave:{type:ControlType.EventHandler}};const findByArray=(arr,search)=>arr.find(a=>a.toLowerCase().includes(search));export function getIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// gotta get the exact match first THEN find\n// have a set and try to access ?\nif(selectByList)return iconSelection;if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;}export function useIconSelection(iconKeys,selectByList,iconSearch=\"\",iconSelection,lowercaseIconKeyPairs){// Clean search term\nconst iconSearchResult=useMemo(()=>{if(iconSearch==null||(iconSearch===null||iconSearch===void 0?void 0:iconSearch.length)===0)return null;const iconSearchTerm=iconSearch.toLowerCase().replace(/-|\\s/g,\"\");var _iconSearchTerm;// check for exact match, otherwise use .find\nconst searchResult=(_iconSearchTerm=lowercaseIconKeyPairs[iconSearchTerm])!==null&&_iconSearchTerm!==void 0?_iconSearchTerm:findByArray(iconKeys,iconSearchTerm);return searchResult;},[iconSelection,iconSearch]);const name=selectByList?iconSelection:iconSearchResult;return name;}\nexport const __FramerMetadata__ = {\"exports\":{\"getIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"containerStyles\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useIconSelection\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultEvents\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map","// Generated by Framer (4ba8877)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=['.framer-QCeu0 .framer-styles-preset-h7vg1q:not(.rich-text-wrapper), .framer-QCeu0 .framer-styles-preset-h7vg1q.rich-text-wrapper a { --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, #faf5ea) /* {\"name\":\"Yellow\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, #faf5ea); --framer-link-text-decoration: none; }'];export const className=\"framer-QCeu0\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (06534cb)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/j9kLuVa7C6BGEE3hG6mC/VBlVDmkJLZwq5J0GVdMz/Ocw2DkoHc.js\";const cycleOrder=[\"ZMvpg5UtS\",\"wwTYcH358\",\"FmHYKOyPK\"];const serializationHash=\"framer-SjNQh\";const variantClassNames={FmHYKOyPK:\"framer-v-otigbh\",wwTYcH358:\"framer-v-wa8gfk\",ZMvpg5UtS:\"framer-v-1g0v0kh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"ZMvpg5UtS\",Phone:\"FmHYKOyPK\",Tablet:\"wwTYcH358\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZMvpg5UtS\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZMvpg5UtS\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.footer,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1g0v0kh\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZMvpg5UtS\",ref:refBinding,style:{backgroundColor:\"rgb(12, 12, 12)\",...style},...addPropertyOverrides({FmHYKOyPK:{\"data-framer-name\":\"Phone\"},wwTYcH358:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-16xkurm\",\"data-framer-name\":\"Container + Padding\",layoutDependency:layoutDependency,layoutId:\"ZUiGZHSBi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-n185xe\",\"data-framer-name\":\"Layout\",layoutDependency:layoutDependency,layoutId:\"bWG7bkODm\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f73da6\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"y2cVtQOj9\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fdr41g\",\"data-framer-name\":\"Group 15\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:491,intrinsicWidth:2775,layoutDependency:layoutDependency,layoutId:\"DTEpOnCuC\",svg:'<svg width=\"2775\" height=\"491\" viewBox=\"0 0 2775 491\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M66.8108 301.555C75.0964 331.423 97.414 346.324 133.63 346.324C157.106 346.324 174.924 338.394 187.085 322.536L236.598 351.068C213.078 385.012 178.488 401.984 132.828 401.984C93.494 401.984 61.933 390.09 38.1453 366.303C20.0383 348.751 7.63975 326.15 2.56607 301.448C-2.50762 276.745 -0.0209707 251.088 9.70178 227.819C19.4245 204.551 35.9323 184.752 57.0728 171.004C78.2133 157.255 103.006 150.195 128.218 150.744C144.361 150.281 160.417 153.266 175.315 159.5C190.213 165.734 203.611 175.072 214.615 186.893C237.293 211.118 249.471 243.328 248.492 276.498C248.446 284.95 247.641 293.38 246.087 301.689L66.8108 301.555ZM65.8753 253.98H187.219C184.84 239.623 177.103 226.704 165.57 217.83C154.735 209.927 141.628 205.753 128.218 205.937C113.526 205.368 99.0787 209.823 87.2575 218.565C76.1664 227.47 68.5904 240.018 65.8753 253.98Z\" fill=\"white\"/>\\n<path d=\"M407.122 150.745C419.096 150.376 431.015 152.509 442.118 157.008C453.22 161.506 463.263 168.271 471.603 176.871C488.575 194.378 497.061 218.433 497.061 249.236V395.37H435.587V256.854C436.036 250.23 435.129 243.585 432.923 237.324C430.718 231.063 427.259 225.317 422.758 220.437C418.184 216.14 412.792 212.808 406.903 210.638C401.014 208.468 394.748 207.506 388.48 207.808C381.454 207.495 374.44 208.645 367.884 211.188C361.327 213.73 355.37 217.608 350.393 222.575C340.904 232.375 336.16 247.143 336.16 266.876V395.37H274.82V157.36H336.227V184.087C351.15 161.859 374.782 150.745 407.122 150.745Z\" fill=\"white\"/>\\n<path d=\"M713.154 62.209H774.495V395.37H713.154V367.239C695.069 390.447 669.366 402.029 636.045 401.985C620.548 402.147 605.196 398.98 591.029 392.698C576.861 386.415 564.208 377.163 553.924 365.568C532.025 341.002 519.924 309.241 519.924 276.331C519.924 243.421 532.025 211.66 553.924 187.094C564.219 175.518 576.877 166.284 591.043 160.013C605.209 153.743 620.554 150.582 636.045 150.744C669.321 150.744 695.024 162.326 713.154 185.49V62.209ZM600.096 324.675C606.301 330.862 613.702 335.719 621.848 338.947C629.994 342.176 638.713 343.708 647.471 343.451C656.136 343.681 664.757 342.133 672.801 338.904C680.846 335.675 688.143 330.832 694.245 324.675C706.204 311.426 712.824 294.213 712.824 276.365C712.824 258.517 706.204 241.303 694.245 228.054C688.153 221.884 680.857 217.033 672.81 213.803C664.764 210.573 656.139 209.032 647.471 209.278C638.711 209.005 629.987 210.531 621.839 213.76C613.691 216.989 606.291 221.854 600.096 228.054C588.024 241.247 581.329 258.482 581.329 276.365C581.329 294.247 588.024 311.482 600.096 324.675Z\" fill=\"white\"/>\\n<path d=\"M969.203 157.36H1034.89L948.022 395.704C935.682 429.737 919.29 454.438 898.843 469.806C876.729 485.67 849.635 493.025 822.535 490.52V433.39C836.413 434.461 850.243 430.786 861.758 422.966C872.735 413.735 880.772 401.494 884.878 387.752L787.322 157.36H854.141L916.684 317.325L969.203 157.36Z\" fill=\"white\"/>\\n<path d=\"M1099.04 490.72H1054.07L1220.25 0L1264.48 0.0667825L1099.04 490.72Z\" fill=\"#EC1C24\"/>\\n<path d=\"M1362.5 112.858C1361.26 114.162 1359.76 115.199 1358.1 115.908C1356.44 116.617 1354.65 116.983 1352.85 116.983C1351.04 116.983 1349.26 116.617 1347.6 115.908C1345.94 115.199 1344.44 114.162 1343.19 112.858C1340.71 110.353 1339.31 106.966 1339.32 103.437C1339.28 101.624 1339.61 99.8231 1340.27 98.137C1340.94 96.4509 1341.93 94.9136 1343.19 93.6142C1344.44 92.3105 1345.94 91.2729 1347.6 90.564C1349.26 89.8552 1351.04 89.4897 1352.85 89.4897C1354.65 89.4897 1356.44 89.8552 1358.1 90.564C1359.76 91.2729 1361.26 92.3105 1362.5 93.6142C1363.78 94.9103 1364.78 96.4455 1365.46 98.1314C1366.13 99.8172 1366.47 101.62 1366.45 103.437C1366.43 106.975 1365.01 110.363 1362.5 112.858ZM1345 395.37V176.27H1360.7V395.103L1345 395.37Z\" fill=\"white\"/>\\n<path d=\"M1522.67 171.726C1533.91 171.22 1545.14 173.055 1555.65 177.115C1566.15 181.176 1575.69 187.372 1583.67 195.313C1591.49 203.686 1597.55 213.54 1601.5 224.293C1605.45 235.046 1607.2 246.48 1606.66 257.922V395.37H1591.56V257.922C1591.97 248.496 1590.52 239.081 1587.29 230.217C1584.05 221.353 1579.1 213.215 1572.71 206.271C1566.07 199.526 1558.07 194.255 1549.26 190.801C1540.44 187.347 1530.99 185.788 1521.53 186.225C1510.57 185.872 1499.65 187.879 1489.53 192.109C1479.41 196.34 1470.31 202.697 1462.86 210.748C1447.72 227.097 1440.14 249.704 1440.14 278.57V395.036H1424.51V176.269H1440.28V224.847C1446.79 208.341 1458.34 194.311 1473.29 184.755C1488.21 175.89 1505.31 171.377 1522.67 171.726Z\" fill=\"white\"/>\\n<path d=\"M1779.52 171.726C1794.76 171.357 1809.91 174.04 1824.09 179.614C1838.27 185.189 1851.19 193.544 1862.1 204.188C1873 214.831 1881.67 227.548 1887.58 241.59C1893.5 255.632 1896.55 270.716 1896.55 285.953C1896.55 301.191 1893.5 316.274 1887.58 330.316C1881.67 344.359 1873 357.075 1862.1 367.719C1851.19 378.362 1838.27 386.717 1824.09 392.292C1809.91 397.867 1794.76 400.549 1779.52 400.181C1758.22 400.599 1737.28 394.642 1719.39 383.075C1701.91 371.918 1688 355.988 1679.29 337.17V395.37H1663.52V89.0037H1679.29V234.736C1687.98 215.661 1702.05 199.538 1719.77 188.345C1737.49 177.152 1758.1 171.376 1779.05 171.726H1779.52ZM1708.43 356.681C1724.83 373.578 1746.59 384.247 1769.99 386.861C1793.39 389.475 1816.98 383.871 1836.7 371.009C1856.42 358.147 1871.06 338.827 1878.11 316.359C1885.15 293.891 1884.17 269.672 1875.32 247.85C1866.47 226.029 1850.31 207.963 1829.61 196.746C1808.9 185.53 1784.94 181.861 1761.83 186.368C1738.72 190.875 1717.9 203.278 1702.92 221.452C1687.95 239.625 1679.76 262.44 1679.76 285.987C1679.42 299.108 1681.8 312.158 1686.73 324.321C1691.66 336.485 1699.05 347.501 1708.43 356.681Z\" fill=\"white\"/>\\n<path d=\"M2039.25 400.181C2013.01 399.892 1987.68 390.529 1967.57 373.683C1947.45 356.837 1933.79 333.547 1928.9 307.769C1924.01 281.991 1928.19 255.314 1940.74 232.271C1953.29 209.228 1973.42 191.24 1997.73 181.361C2022.04 171.482 2049.02 170.323 2074.08 178.08C2099.15 185.837 2120.75 202.032 2135.23 223.913C2149.71 245.795 2156.17 272.014 2153.51 298.117C2150.84 324.219 2139.23 348.596 2120.63 367.105C2110.06 377.899 2097.37 386.404 2083.37 392.094C2069.37 397.783 2054.35 400.536 2039.25 400.181ZM1968.82 356.682C1985.22 373.578 2006.98 384.247 2030.39 386.861C2053.79 389.475 2077.37 383.871 2097.09 371.009C2116.82 358.147 2131.46 338.827 2138.5 316.359C2145.55 293.891 2144.56 269.672 2135.71 247.85C2126.86 226.029 2110.7 207.963 2090 196.747C2069.3 185.53 2045.34 181.861 2022.22 186.368C1999.11 190.875 1978.29 203.278 1963.31 221.452C1948.34 239.626 1940.15 262.44 1940.15 285.987C1939.82 299.108 1942.19 312.158 1947.12 324.321C1952.05 336.485 1959.44 347.501 1968.82 356.682Z\" fill=\"white\"/>\\n<path d=\"M2361.18 395.369H2342.34L2262.69 294.739L2183.04 395.369H2164.2L2253.07 283.179L2169.01 176.268H2187.45L2262.56 270.884L2337.53 176.268H2356.37L2271.98 283.179L2361.18 395.369Z\" fill=\"white\"/>\\n<path d=\"M2482.86 171.725C2497.6 171.245 2512.26 174.061 2525.77 179.968C2539.29 185.875 2551.31 194.724 2560.97 205.869C2580.77 228.121 2591.45 257.011 2590.91 286.788C2590.97 289.289 2590.84 291.791 2590.51 294.271H2386.71C2387.11 306.699 2390 318.92 2395.18 330.221C2400.37 341.522 2407.75 351.675 2416.91 360.088C2435.42 376.915 2459.72 385.941 2484.73 385.279C2501.73 385.611 2518.54 381.609 2533.58 373.652C2546.93 366.719 2557.95 356.006 2565.25 342.849L2578.61 350.734C2569.69 366.11 2556.57 378.626 2540.79 386.816C2523.46 395.921 2504.11 400.517 2484.53 400.18C2469.41 400.696 2454.34 398.105 2440.26 392.565C2426.18 387.025 2413.39 378.655 2402.68 367.973C2392.07 357.173 2383.77 344.33 2378.28 330.225C2372.79 316.12 2370.22 301.046 2370.74 285.919C2370.35 270.941 2372.93 256.035 2378.35 242.064C2383.76 228.093 2391.89 215.336 2402.28 204.533C2412.63 193.69 2425.17 185.162 2439.06 179.507C2452.95 173.853 2467.87 171.201 2482.86 171.725ZM2482.86 186.559C2470.48 186.203 2458.16 188.325 2446.62 192.8C2435.07 197.275 2424.54 204.014 2415.64 212.618C2397.59 230.36 2387.2 254.466 2386.71 279.772H2575.34C2574.5 254.306 2564.09 230.092 2546.2 211.95C2537.89 203.679 2528 197.168 2517.12 192.806C2506.23 188.443 2494.58 186.318 2482.86 186.559Z\" fill=\"white\"/>\\n<path d=\"M2636.88 233.132C2636.71 238.505 2637.94 243.829 2640.45 248.584C2642.95 253.339 2646.65 257.362 2651.18 260.261C2661.59 267.197 2673.19 272.178 2685.39 274.961L2725.48 284.85C2738.33 287.815 2750.2 294.027 2759.96 302.892C2764.73 307.374 2768.47 312.837 2770.93 318.904C2773.39 324.972 2774.5 331.5 2774.19 338.039C2774.29 346.617 2772.38 355.1 2768.61 362.805C2764.84 370.511 2759.31 377.224 2752.47 382.407C2736.56 394.742 2716.8 401.04 2696.68 400.18C2653.52 400.18 2626.1 384.277 2614.43 352.471L2627.12 344.988C2636.03 371.715 2659.22 385.079 2696.68 385.079C2712.44 385.71 2727.97 381.182 2740.91 372.183C2746.44 368.362 2750.93 363.231 2753.99 357.249C2757.04 351.267 2758.56 344.62 2758.42 337.905C2758.62 332.414 2757.41 326.964 2754.92 322.067C2752.43 317.169 2748.74 312.985 2744.19 309.908C2733.85 302.837 2722.26 297.781 2710.04 295.007L2669.95 285.051C2657.15 282.106 2645.27 276.021 2635.41 267.344C2630.67 263.048 2626.94 257.761 2624.48 251.86C2622.02 245.958 2620.89 239.587 2621.17 233.199C2621.06 224.812 2622.83 216.507 2626.36 208.897C2629.89 201.287 2635.08 194.566 2641.55 189.232C2656.57 176.929 2675.62 170.621 2695.01 171.525C2710.74 171.144 2726.26 175.147 2739.85 183.085C2752.11 190.314 2761.72 201.304 2767.24 214.423L2754.55 221.84C2750.13 210.765 2742.1 201.509 2731.76 195.58C2720.57 189.248 2707.87 186.062 2695.01 186.359C2680.03 185.745 2665.3 190.272 2653.25 199.188C2647.98 203.107 2643.75 208.24 2640.9 214.151C2638.05 220.061 2636.67 226.574 2636.88 233.132Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1d8cw3h\",\"data-framer-name\":\"Footer Content Grid\",layoutDependency:layoutDependency,layoutId:\"Zx7U7vmld\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lo1fc0\",\"data-framer-name\":\"Links Downlaods\",layoutDependency:layoutDependency,layoutId:\"lXsjDhDiN\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(247, 206, 70))\"},children:\"Quick Links\"})}),className:\"framer-ahy5z7\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"kA5cHVxkX\",style:{\"--extracted-r6o4lv\":\"rgb(247, 206, 70)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jvukqu\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"QQqylzKtW\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RhLzJcSIF\"},motionChild:true,nodeId:\"nsATE8Duz\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Case Studies\"})})})}),className:\"framer-2jpjyb\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"nsATE8Duz\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RhLzJcSIF\"},motionChild:true,nodeId:\"nsATE8Duz\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Case Studies\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"RhLzJcSIF\"},motionChild:true,nodeId:\"nsATE8Duz\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Case Studies\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":zjHYRnM9k\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"prihA7Rdq\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Clients\"})})})}),className:\"framer-bc8q6n\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"prihA7Rdq\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":zjHYRnM9k\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"prihA7Rdq\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Clients\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":zjHYRnM9k\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"prihA7Rdq\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Clients\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"elKeOIeca\"},motionChild:true,nodeId:\"kvorKaEr1\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Blogs\"})})})}),className:\"framer-1j3g7i3\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"kvorKaEr1\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"elKeOIeca\"},motionChild:true,nodeId:\"kvorKaEr1\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Blogs\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"elKeOIeca\"},motionChild:true,nodeId:\"kvorKaEr1\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Blogs\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qmO5ggi7F\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"e_kg1Dq0r\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Process\"})})})}),className:\"framer-wgslc1\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"e_kg1Dq0r\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qmO5ggi7F\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"e_kg1Dq0r\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Process\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":qmO5ggi7F\",webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"e_kg1Dq0r\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Our Process\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xziBGzZ1j\"},motionChild:true,nodeId:\"lZcd92WEu\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Privacy Policy\"})})})}),className:\"framer-17pp42j\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"lZcd92WEu\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xziBGzZ1j\"},motionChild:true,nodeId:\"lZcd92WEu\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Privacy Policy\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"xziBGzZ1j\"},motionChild:true,nodeId:\"lZcd92WEu\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Privacy Policy\"})})})})}},baseVariant,gestureVariant)})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-qfey6f\",\"data-framer-name\":\"Links Downlaods\",layoutDependency:layoutDependency,layoutId:\"qw45HzgCq\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(247, 206, 70))\"},children:\"Other Products\"})}),className:\"framer-1bvboiq\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"fWHMslei8\",style:{\"--extracted-r6o4lv\":\"rgb(247, 206, 70)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:\"https://www.endymedia.com/\",motionChild:true,nodeId:\"v2z4slr3u\",openInNewTab:true,scopeId:\"IcEVdJA1T\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-y52qzc framer-ulrfuv\",layoutDependency:layoutDependency,layoutId:\"v2z4slr3u\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1qwrrzd\",\"data-framer-name\":\"Group 22\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:643,intrinsicWidth:3292,layoutDependency:layoutDependency,layoutId:\"u9hc1U4gy\",svg:'<svg width=\"3292\" height=\"643\" viewBox=\"0 0 3292 643\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M84.1669 395.166C94.9304 434.249 124.309 453.747 172.039 453.747C202.83 453.747 226.033 443.337 241.914 422.604L306.759 460.011C275.969 504.477 230.709 526.71 170.804 526.71C119.281 526.71 77.9029 511.094 46.7594 479.95C15.6159 448.807 0 409.458 0 362.081C0 314.704 15.3512 275.973 46.1419 244.565C76.9325 213.157 116.369 197.541 164.628 197.541C210.329 197.541 248.089 213.333 277.821 244.918C307.553 276.503 322.375 315.586 322.375 362.169C322.375 372.58 321.316 383.608 319.287 395.254H84.2552L84.1669 395.166ZM82.9318 332.79H241.914C237.326 311.616 227.886 295.824 213.505 285.413C199.124 275.003 182.891 269.797 164.54 269.797C142.925 269.797 125.015 275.356 110.899 286.296C96.7831 297.324 87.4312 312.763 82.8435 332.702L82.9318 332.79Z\" fill=\"white\"/>\\n<path d=\"M529.97 197.541C564.025 197.541 592.257 209.01 614.489 231.861C636.722 254.711 647.839 286.296 647.839 326.615V518.063H567.377V336.584C567.377 315.851 561.731 299.882 550.526 288.854C539.322 277.826 524.323 272.356 505.619 272.356C484.798 272.356 468.212 278.797 455.772 291.677C443.332 304.558 437.068 323.88 437.068 349.641V517.975H356.607V206.275H437.068V241.213C456.566 212.098 487.533 197.541 529.97 197.541Z\" fill=\"white\"/>\\n<path d=\"M930.864 81.5215H1011.33V517.972H930.864V481.182C907.22 511.532 873.518 526.706 829.847 526.706C786.175 526.706 752.032 510.826 722.3 478.976C692.568 447.215 677.746 408.22 677.746 362.078C677.746 315.936 692.568 276.941 722.3 245.179C752.032 213.33 787.851 197.449 829.847 197.449C871.842 197.449 907.132 212.624 930.864 242.974V81.5215ZM782.822 425.424C799.232 441.833 819.877 450.039 844.845 450.039C869.813 450.039 890.369 441.833 906.602 425.424C922.836 409.014 930.953 387.928 930.953 362.166C930.953 336.404 922.836 315.318 906.602 298.909C890.369 282.499 869.813 274.294 844.845 274.294C819.877 274.294 799.232 282.499 782.822 298.909C766.413 315.318 758.208 336.404 758.208 362.166C758.208 387.928 766.413 409.014 782.822 425.424Z\" fill=\"white\"/>\\n<path d=\"M1266.3 206.269H1352.32L1238.68 518.498C1222.45 562.963 1201.01 595.342 1174.19 615.546C1147.37 635.749 1114.11 644.748 1074.23 642.719V567.904C1095.85 568.345 1112.96 563.757 1125.67 554.229C1138.37 544.701 1148.43 529.261 1155.93 508.087L1028.09 206.357H1115.96L1197.22 415.892L1266.21 206.357L1266.3 206.269Z\" fill=\"white\"/>\\n<path d=\"M2040.3 224.967C2070.47 224.967 2095.09 234.319 2113.97 253.022C2132.85 271.726 2142.37 298.547 2142.37 333.307V517.875H2121.73V333.307C2121.73 304.634 2114.41 282.666 2099.67 267.403C2084.94 252.14 2065.18 244.465 2040.3 244.465C2013.12 244.465 1990.98 254.169 1973.78 273.667C1956.57 293.165 1948.01 321.044 1948.01 357.393V517.963H1927.37V333.396C1927.37 304.722 1920.22 282.754 1905.84 267.491C1891.55 252.228 1872.32 244.553 1848.23 244.553C1820.7 244.553 1798.03 254.258 1780.3 273.755C1762.56 293.253 1753.65 321.132 1753.65 357.481V518.051H1733.01V231.407H1753.65V287.607C1772 245.964 1804.12 225.143 1850 225.143C1872.14 225.143 1891.46 230.79 1907.87 242.082C1924.28 253.375 1935.75 269.697 1942.28 291.136C1951.45 269.344 1964.86 252.934 1982.42 241.818C1999.98 230.701 2019.3 225.231 2040.3 225.231V224.967Z\" fill=\"white\"/>\\n<path d=\"M2343.09 224.967C2385.17 224.967 2419.22 239.877 2445.43 269.697C2471.63 299.517 2484.69 334.896 2484.69 375.744C2484.69 380.332 2484.51 383.596 2484.16 385.449H2217.54C2219.84 421.003 2232.98 449.765 2257.07 471.733C2281.15 493.701 2310.8 504.729 2345.91 504.729C2369.99 504.729 2391.26 499.7 2409.87 489.554C2428.4 479.409 2442.25 465.998 2451.43 449.147L2469.16 459.47C2457.69 479.32 2441.19 495.113 2419.58 506.758C2397.96 518.404 2373.44 524.227 2345.91 524.227C2302.33 524.227 2266.59 510.199 2238.72 482.055C2210.84 454 2196.9 418.092 2196.9 374.597C2196.9 331.102 2210.66 296.606 2238.19 267.933C2265.71 239.259 2300.65 224.967 2343.09 224.967ZM2343.09 244.465C2307.88 244.465 2278.59 255.846 2255.04 278.608C2231.57 301.37 2218.86 330.661 2216.92 366.568H2464.04C2461.4 329.514 2448.69 299.87 2425.93 277.726C2403.17 255.581 2375.55 244.465 2343.09 244.465Z\" fill=\"white\"/>\\n<path d=\"M2804.59 116.63H2825.24V517.967H2804.59V441.74C2792.77 466.973 2775.39 487 2752.45 501.91C2729.51 516.82 2703.31 524.231 2673.93 524.231C2632.64 524.231 2597.53 509.85 2568.41 480.912C2539.39 452.062 2524.83 416.596 2524.83 374.512C2524.83 332.429 2539.39 297.051 2568.41 268.113C2597.44 239.263 2632.64 224.794 2673.93 224.794C2703.4 224.794 2729.51 232.205 2752.45 247.115C2775.39 262.025 2792.77 282.052 2804.59 307.285V116.365V116.63ZM2582.97 467.237C2608.03 492.293 2638.64 504.821 2674.99 504.821C2711.34 504.821 2741.95 492.293 2767.01 467.237C2792.07 442.181 2804.59 411.302 2804.59 374.601C2804.59 337.899 2792.07 307.02 2767.01 281.964C2741.95 256.908 2711.25 244.38 2674.99 244.38C2638.73 244.38 2608.03 256.908 2582.97 281.964C2557.92 307.02 2545.39 337.899 2545.39 374.601C2545.39 411.302 2557.92 442.181 2582.97 467.237Z\" fill=\"white\"/>\\n<path d=\"M2931.28 147.861C2927.84 151.478 2923.61 153.331 2918.67 153.331C2913.73 153.331 2909.49 151.478 2906.05 147.861C2902.61 144.243 2900.94 140.097 2900.94 135.509C2900.94 130.568 2902.61 126.245 2906.05 122.628C2909.49 119.011 2913.73 117.158 2918.67 117.158C2923.61 117.158 2927.84 119.011 2931.28 122.628C2934.73 126.245 2936.4 130.568 2936.4 135.509C2936.4 140.097 2934.73 144.243 2931.28 147.861ZM2908.35 517.966V231.322H2928.99V517.966H2908.35Z\" fill=\"white\"/>\\n<path d=\"M3271.3 231.321H3291.42V517.965H3271.3V441.121C3259.84 466.353 3242.46 486.469 3219.16 501.644C3195.87 516.73 3169.67 524.317 3140.64 524.317C3099.35 524.317 3064.24 509.937 3035.13 480.999C3006.1 452.149 2991.54 416.683 2991.54 374.599C2991.54 332.516 3006.1 297.137 3035.13 268.2C3064.15 239.35 3099.35 224.881 3140.64 224.881C3169.67 224.881 3195.87 232.468 3219.16 247.555C3242.46 262.641 3259.84 282.845 3271.3 308.077V231.233V231.321ZM3049.07 467.236C3074.12 492.292 3104.74 504.82 3141.08 504.82C3177.43 504.82 3208.14 492.292 3233.37 467.236C3258.6 442.18 3271.22 411.301 3271.22 374.599C3271.22 337.897 3258.6 307.019 3233.37 281.963C3208.14 256.907 3177.35 244.379 3141.08 244.379C3104.82 244.379 3074.12 256.907 3049.07 281.963C3024.01 307.019 3011.48 337.897 3011.48 374.599C3011.48 411.301 3024.01 442.18 3049.07 467.236Z\" fill=\"white\"/>\\n<path d=\"M1436.48 642.986H1377.55L1595.2 0L1653.17 0.0882441L1436.48 642.986Z\" fill=\"#EC1C24\"/>\\n</svg>\\n',withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1opp1z5\",\"data-framer-name\":\"Links Downlaods\",layoutDependency:layoutDependency,layoutId:\"xHUdtHLD3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"17px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(247, 206, 70))\"},children:\"Get in touch\"})}),className:\"framer-w1yscx\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"O0HflU11w\",style:{\"--extracted-r6o4lv\":\"rgb(247, 206, 70)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-roromz\",\"data-framer-name\":\"Footer Links Wrapper\",layoutDependency:layoutDependency,layoutId:\"UTV45OcVj\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 246, 234))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/endyinboxes/\",motionChild:true,nodeId:\"I8gRR8_3Z\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Linkedin\"})})})}),className:\"framer-11t458f\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"I8gRR8_3Z\",style:{\"--extracted-r6o4lv\":\"rgb(248, 246, 234)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 246, 234))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/endyinboxes/\",motionChild:true,nodeId:\"I8gRR8_3Z\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Linkedin\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(248, 246, 234))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/endyinboxes/\",motionChild:true,nodeId:\"I8gRR8_3Z\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Linkedin\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/maps/place/ENDY+Media/@28.5649034,77.2377568,17z/data=!3m1!4b1!4m6!3m5!1s0x390ce24cd39de431:0x7b280a10e476dd6c!8m2!3d28.5649034!4d77.2403317!16s%2Fg%2F11w1ch4ynl?entry=ttu&g_ep=EgoyMDI0MTAyOS4wIKXMDSoASAFQAw%3D%3D\",motionChild:true,nodeId:\"KPaEM9kYi\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"D9B, Lajpat Nagar, New Delhi, 110076\"})})})}),className:\"framer-c9r7zi\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"KPaEM9kYi\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://www.google.com/maps/place/ENDY+Media/@28.5649034,77.2377568,17z/data=!3m1!4b1!4m6!3m5!1s0x390ce24cd39de431:0x7b280a10e476dd6c!8m2!3d28.5649034!4d77.2403317!16s%2Fg%2F11w1ch4ynl?entry=ttu&g_ep=EgoyMDI0MTAyOS4wIKXMDSoASAFQAw%3D%3D\",motionChild:true,nodeId:\"KPaEM9kYi\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"D9B, Lajpat Nagar, New Delhi, 110076\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:8448739252\",motionChild:true,nodeId:\"XtxeNlXF_\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"+91-84487 39252\"})})})}),className:\"framer-w5n3u6\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"XtxeNlXF_\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:8448739252\",motionChild:true,nodeId:\"XtxeNlXF_\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"+91-84487 39252\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"tel:8448739252\",motionChild:true,nodeId:\"XtxeNlXF_\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"+91-84487 39252\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:daksh@endymedia.com\",motionChild:true,nodeId:\"ypB7y1URp\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"daksh@endymedia.com\"})})})}),className:\"framer-1biqtre\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"ypB7y1URp\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:daksh@endymedia.com\",motionChild:true,nodeId:\"ypB7y1URp\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"daksh@endymedia.com\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:daksh@endymedia.com\",motionChild:true,nodeId:\"ypB7y1URp\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"daksh@endymedia.com\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:naman@endymedia.com\",motionChild:true,nodeId:\"plaSraAYS\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"naman@endymedia.com\"})})})}),className:\"framer-1ejwbfx\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"plaSraAYS\",style:{\"--extracted-r6o4lv\":\"var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({FmHYKOyPK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:naman@endymedia.com\",motionChild:true,nodeId:\"plaSraAYS\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"naman@endymedia.com\"})})})})},wwTYcH358:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-688bf333-124c-4a30-a1db-4921cfbed97e, rgb(18, 18, 18)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:naman@endymedia.com\",motionChild:true,nodeId:\"plaSraAYS\",openInNewTab:false,scopeId:\"IcEVdJA1T\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"naman@endymedia.com\"})})})})}},baseVariant,gestureVariant)})]})]})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-goqnpr\",\"data-framer-name\":\"Legal Content\",layoutDependency:layoutDependency,layoutId:\"T0_5nNKw7\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)))\"},children:\"\\xa9 2024 Endy Inboxes. All rights reserved.\"})}),className:\"framer-1iyg48t\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"uOz_zRNmI\",style:{\"--extracted-r6o4lv\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",opacity:.5},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-SjNQh.framer-ulrfuv, .framer-SjNQh .framer-ulrfuv { display: block; }\",\".framer-SjNQh.framer-1g0v0kh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-SjNQh .framer-16xkurm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; max-width: 1100px; padding: 72px 40px 72px 40px; position: relative; width: 100%; }\",\".framer-SjNQh .framer-n185xe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-SjNQh .framer-1f73da6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-SjNQh .framer-fdr41g { aspect-ratio: 5.65173116089613 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; width: 136px; }\",\".framer-SjNQh .framer-1d8cw3h { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 96px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-SjNQh .framer-1lo1fc0, .framer-SjNQh .framer-qfey6f, .framer-SjNQh .framer-1opp1z5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: min-content; }\",\".framer-SjNQh .framer-ahy5z7, .framer-SjNQh .framer-2jpjyb, .framer-SjNQh .framer-bc8q6n, .framer-SjNQh .framer-1j3g7i3, .framer-SjNQh .framer-wgslc1, .framer-SjNQh .framer-17pp42j, .framer-SjNQh .framer-1bvboiq, .framer-SjNQh .framer-w1yscx, .framer-SjNQh .framer-11t458f, .framer-SjNQh .framer-c9r7zi, .framer-SjNQh .framer-w5n3u6, .framer-SjNQh .framer-1biqtre, .framer-SjNQh .framer-1ejwbfx, .framer-SjNQh .framer-1iyg48t { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-SjNQh .framer-jvukqu, .framer-SjNQh .framer-roromz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-SjNQh .framer-y52qzc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 2px 4px 2px; position: relative; text-decoration: none; width: min-content; }\",\".framer-SjNQh .framer-1qwrrzd { aspect-ratio: 5.119751166407465 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 87px; }\",\".framer-SjNQh .framer-goqnpr { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; padding: 0px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SjNQh.framer-1g0v0kh, .framer-SjNQh .framer-16xkurm, .framer-SjNQh .framer-n185xe, .framer-SjNQh .framer-1f73da6, .framer-SjNQh .framer-1d8cw3h, .framer-SjNQh .framer-1lo1fc0, .framer-SjNQh .framer-jvukqu, .framer-SjNQh .framer-qfey6f, .framer-SjNQh .framer-y52qzc, .framer-SjNQh .framer-1opp1z5, .framer-SjNQh .framer-roromz { gap: 0px; } .framer-SjNQh.framer-1g0v0kh > *, .framer-SjNQh .framer-1f73da6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-SjNQh.framer-1g0v0kh > :first-child, .framer-SjNQh .framer-16xkurm > :first-child, .framer-SjNQh .framer-n185xe > :first-child, .framer-SjNQh .framer-1f73da6 > :first-child, .framer-SjNQh .framer-1lo1fc0 > :first-child, .framer-SjNQh .framer-jvukqu > :first-child, .framer-SjNQh .framer-qfey6f > :first-child, .framer-SjNQh .framer-1opp1z5 > :first-child, .framer-SjNQh .framer-roromz > :first-child { margin-top: 0px; } .framer-SjNQh.framer-1g0v0kh > :last-child, .framer-SjNQh .framer-16xkurm > :last-child, .framer-SjNQh .framer-n185xe > :last-child, .framer-SjNQh .framer-1f73da6 > :last-child, .framer-SjNQh .framer-1lo1fc0 > :last-child, .framer-SjNQh .framer-jvukqu > :last-child, .framer-SjNQh .framer-qfey6f > :last-child, .framer-SjNQh .framer-1opp1z5 > :last-child, .framer-SjNQh .framer-roromz > :last-child { margin-bottom: 0px; } .framer-SjNQh .framer-16xkurm > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-SjNQh .framer-n185xe > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-SjNQh .framer-1d8cw3h > * { margin: 0px; margin-left: calc(96px / 2); margin-right: calc(96px / 2); } .framer-SjNQh .framer-1d8cw3h > :first-child, .framer-SjNQh .framer-y52qzc > :first-child { margin-left: 0px; } .framer-SjNQh .framer-1d8cw3h > :last-child, .framer-SjNQh .framer-y52qzc > :last-child { margin-right: 0px; } .framer-SjNQh .framer-1lo1fc0 > *, .framer-SjNQh .framer-qfey6f > *, .framer-SjNQh .framer-1opp1z5 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-SjNQh .framer-jvukqu > *, .framer-SjNQh .framer-roromz > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-SjNQh .framer-y52qzc > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }\",\".framer-SjNQh.framer-v-wa8gfk.framer-1g0v0kh { width: 810px; }\",\".framer-SjNQh.framer-v-wa8gfk .framer-16xkurm { max-width: unset; width: 90%; }\",\".framer-SjNQh.framer-v-otigbh.framer-1g0v0kh { width: 390px; }\",\".framer-SjNQh.framer-v-otigbh .framer-16xkurm { max-width: unset; padding: 60px 24px 72px 24px; }\",\".framer-SjNQh.framer-v-otigbh .framer-1d8cw3h { flex-direction: column; gap: 30px; }\",\".framer-SjNQh.framer-v-otigbh .framer-1lo1fc0, .framer-SjNQh.framer-v-otigbh .framer-qfey6f, .framer-SjNQh.framer-v-otigbh .framer-1opp1z5 { gap: 15px; }\",\".framer-SjNQh.framer-v-otigbh .framer-jvukqu, .framer-SjNQh.framer-v-otigbh .framer-roromz { gap: 10px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-SjNQh.framer-v-otigbh .framer-1d8cw3h, .framer-SjNQh.framer-v-otigbh .framer-1lo1fc0, .framer-SjNQh.framer-v-otigbh .framer-jvukqu, .framer-SjNQh.framer-v-otigbh .framer-qfey6f, .framer-SjNQh.framer-v-otigbh .framer-1opp1z5, .framer-SjNQh.framer-v-otigbh .framer-roromz { gap: 0px; } .framer-SjNQh.framer-v-otigbh .framer-1d8cw3h > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-SjNQh.framer-v-otigbh .framer-1d8cw3h > :first-child, .framer-SjNQh.framer-v-otigbh .framer-1lo1fc0 > :first-child, .framer-SjNQh.framer-v-otigbh .framer-jvukqu > :first-child, .framer-SjNQh.framer-v-otigbh .framer-qfey6f > :first-child, .framer-SjNQh.framer-v-otigbh .framer-1opp1z5 > :first-child, .framer-SjNQh.framer-v-otigbh .framer-roromz > :first-child { margin-top: 0px; } .framer-SjNQh.framer-v-otigbh .framer-1d8cw3h > :last-child, .framer-SjNQh.framer-v-otigbh .framer-1lo1fc0 > :last-child, .framer-SjNQh.framer-v-otigbh .framer-jvukqu > :last-child, .framer-SjNQh.framer-v-otigbh .framer-qfey6f > :last-child, .framer-SjNQh.framer-v-otigbh .framer-1opp1z5 > :last-child, .framer-SjNQh.framer-v-otigbh .framer-roromz > :last-child { margin-bottom: 0px; } .framer-SjNQh.framer-v-otigbh .framer-1lo1fc0 > *, .framer-SjNQh.framer-v-otigbh .framer-qfey6f > *, .framer-SjNQh.framer-v-otigbh .framer-1opp1z5 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-SjNQh.framer-v-otigbh .framer-jvukqu > *, .framer-SjNQh.framer-v-otigbh .framer-roromz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 488\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"wwTYcH358\":{\"layout\":[\"fixed\",\"auto\"]},\"FmHYKOyPK\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIcEVdJA1T=withCSS(Component,css,\"framer-SjNQh\");export default FramerIcEVdJA1T;FramerIcEVdJA1T.displayName=\"Footer 2\";FramerIcEVdJA1T.defaultProps={height:488,width:1200};addPropertyControls(FramerIcEVdJA1T,{variant:{options:[\"ZMvpg5UtS\",\"wwTYcH358\",\"FmHYKOyPK\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIcEVdJA1T,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"},{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIcEVdJA1T\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"wwTYcH358\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FmHYKOyPK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicHeight\":\"488\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IcEVdJA1T.map","let Component;\nlet IconInner;\nvar Icon = (React) => {\n  if (!Component) {\n    Component = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M222.14,105.85l-80-80a20,20,0,0,0-28.28,0l-80,80A19.86,19.86,0,0,0,28,120v96a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V164h24v52a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12V120A19.86,19.86,0,0,0,222.14,105.85ZM204,204H164V152a12,12,0,0,0-12-12H104a12,12,0,0,0-12,12v52H52V121.65l76-76,76,76Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,120v96H152V152H104v64H40V120a8,8,0,0,1,2.34-5.66l80-80a8,8,0,0,1,11.32,0l80,80A8,8,0,0,1,216,120Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,120v96a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V164a4,4,0,0,0-4-4H108a4,4,0,0,0-4,4v52a8,8,0,0,1-8,8H40a8,8,0,0,1-8-8V120a16,16,0,0,1,4.69-11.31l80-80a16,16,0,0,1,22.62,0l80,80A16,16,0,0,1,224,120Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.9,110.1l-80-80a14,14,0,0,0-19.8,0l-80,80A13.92,13.92,0,0,0,34,120v96a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V158h36v58a6,6,0,0,0,6,6h64a6,6,0,0,0,6-6V120A13.92,13.92,0,0,0,217.9,110.1ZM210,210H158V152a6,6,0,0,0-6-6H104a6,6,0,0,0-6,6v58H46V120a2,2,0,0,1,.58-1.42l80-80a2,2,0,0,1,2.84,0l80,80A2,2,0,0,1,210,120Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M219.31,108.68l-80-80a16,16,0,0,0-22.62,0l-80,80A15.87,15.87,0,0,0,32,120v96a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V160h32v56a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V120A15.87,15.87,0,0,0,219.31,108.68ZM208,208H160V152a8,8,0,0,0-8-8H104a8,8,0,0,0-8,8v56H48V120l80-80,80,80Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.49,111.51l-80-80a12,12,0,0,0-17,0l-80,80A12,12,0,0,0,36,120v96a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V156h40v60a4,4,0,0,0,4,4h64a4,4,0,0,0,4-4V120A12,12,0,0,0,216.49,111.51ZM212,212H156V152a4,4,0,0,0-4-4H104a4,4,0,0,0-4,4v60H44V120a4,4,0,0,1,1.17-2.83l80-80a4,4,0,0,1,5.66,0l80,80A4,4,0,0,1,212,120Z\" }))\n      ]\n    ]);\n    IconInner = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, Component.get(props.weight)));\n  }\n  return IconInner;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nvar House_default = Icon;\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n","import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{useState,useEffect,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion}from\"framer-motion\";import{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HouseFactory from\"https://framer.com/m/phosphor-icons/House.js@0.0.57\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"Acorn\",\"AddressBook\",\"AddressBookTabs\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTaxiing\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Ambulance\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"Angle\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"ApproximateEquals\",\"Archive\",\"ArchiveBox\",\"ArchiveTray\",\"Armchair\",\"ArrowArcLeft\",\"ArrowArcRight\",\"ArrowBendDownLeft\",\"ArrowBendDownRight\",\"ArrowBendLeftDown\",\"ArrowBendLeftUp\",\"ArrowBendRightDown\",\"ArrowBendRightUp\",\"ArrowBendUpLeft\",\"ArrowBendUpRight\",\"ArrowCircleDown\",\"ArrowCircleDownLeft\",\"ArrowCircleDownRight\",\"ArrowCircleLeft\",\"ArrowCircleRight\",\"ArrowCircleUp\",\"ArrowCircleUpLeft\",\"ArrowCircleUpRight\",\"ArrowClockwise\",\"ArrowDown\",\"ArrowDownLeft\",\"ArrowDownRight\",\"ArrowElbowDownLeft\",\"ArrowElbowDownRight\",\"ArrowElbowLeft\",\"ArrowElbowLeftDown\",\"ArrowElbowLeftUp\",\"ArrowElbowRight\",\"ArrowElbowRightDown\",\"ArrowElbowRightUp\",\"ArrowElbowUpLeft\",\"ArrowElbowUpRight\",\"ArrowFatDown\",\"ArrowFatLeft\",\"ArrowFatLineDown\",\"ArrowFatLineLeft\",\"ArrowFatLineRight\",\"ArrowFatLineUp\",\"ArrowFatLinesDown\",\"ArrowFatLinesLeft\",\"ArrowFatLinesRight\",\"ArrowFatLinesUp\",\"ArrowFatRight\",\"ArrowFatUp\",\"ArrowLeft\",\"ArrowLineDown\",\"ArrowLineDownLeft\",\"ArrowLineDownRight\",\"ArrowLineLeft\",\"ArrowLineRight\",\"ArrowLineUp\",\"ArrowLineUpLeft\",\"ArrowLineUpRight\",\"ArrowRight\",\"ArrowSquareDown\",\"ArrowSquareDownLeft\",\"ArrowSquareDownRight\",\"ArrowSquareIn\",\"ArrowSquareLeft\",\"ArrowSquareOut\",\"ArrowSquareRight\",\"ArrowSquareUp\",\"ArrowSquareUpLeft\",\"ArrowSquareUpRight\",\"ArrowUDownLeft\",\"ArrowUDownRight\",\"ArrowULeftDown\",\"ArrowULeftUp\",\"ArrowURightDown\",\"ArrowURightUp\",\"ArrowUUpLeft\",\"ArrowUUpRight\",\"ArrowUp\",\"ArrowUpLeft\",\"ArrowUpRight\",\"ArrowsClockwise\",\"ArrowsDownUp\",\"ArrowsHorizontal\",\"ArrowsIn\",\"ArrowsInCardinal\",\"ArrowsInLineVertical\",\"ArrowsInSimple\",\"ArrowsLeftRight\",\"ArrowsMerge\",\"ArrowsOut\",\"ArrowsOutCardinal\",\"ArrowsOutSimple\",\"ArrowsSplit\",\"ArrowsVertical\",\"Article\",\"ArticleMedium\",\"ArticleNyTimes\",\"Asclepius\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Avocado\",\"Axe\",\"Baby\",\"BabyCarriage\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barn\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"BaseballHelmet\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"BeachBall\",\"Beanie\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"Belt\",\"BezierCurve\",\"Bicycle\",\"Binary\",\"Binoculars\",\"Biohazard\",\"Bird\",\"Blueprint\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bomb\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"BookOpenUser\",\"BookUser\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"Boules\",\"BoundingBox\",\"BowlFood\",\"BowlSteam\",\"BowlingBall\",\"BoxArrowDown\",\"BoxArrowUp\",\"BoxingGlove\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bread\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Building\",\"BuildingApartment\",\"BuildingOffice\",\"Buildings\",\"Bulldozer\",\"Bus\",\"Butterfly\",\"CableCar\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarDot\",\"CalendarDots\",\"CalendarHeart\",\"CalendarMinus\",\"CalendarPlus\",\"CalendarSlash\",\"CalendarStar\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarBattery\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CardsThree\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretLineDown\",\"CaretLineLeft\",\"CaretLineRight\",\"CaretLineUp\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CashRegister\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"CellTower\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredSlash\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleSlash\",\"ChatCircleText\",\"ChatDots\",\"ChatSlash\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropSlash\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checkerboard\",\"Checks\",\"Cheers\",\"Cheese\",\"ChefHat\",\"Cherries\",\"Church\",\"Cigarette\",\"CigaretteSlash\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"City\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCountdown\",\"ClockUser\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Clover\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"CoffeeBean\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"ColumnsPlusLeft\",\"ColumnsPlusRight\",\"Command\",\"Compass\",\"CompassRose\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"CourtBasketball\",\"Cow\",\"CowboyHat\",\"Cpu\",\"Crane\",\"CraneTower\",\"CreditCard\",\"Cricket\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownCross\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desk\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSlash\",\"DeviceMobileSpeaker\",\"DeviceRotate\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscoBall\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"Dresser\",\"DribbbleLogo\",\"Drone\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropSimple\",\"DropSlash\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Empty\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"ExclamationMark\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"Eyes\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"FalloutShelter\",\"Fan\",\"Farm\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FediverseLogo\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileC\",\"FileCloud\",\"FileCode\",\"FileCpp\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileIni\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMd\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FilePy\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileTxt\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FireTruck\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagBannerFold\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"FlipHorizontal\",\"FlipVertical\",\"FloppyDisk\",\"FloppyDiskBack\",\"FlowArrow\",\"Flower\",\"FlowerLotus\",\"FlowerTulip\",\"FlyingSaucer\",\"Folder\",\"FolderDashed\",\"FolderLock\",\"FolderMinus\",\"FolderNotch\",\"FolderNotchMinus\",\"FolderNotchOpen\",\"FolderNotchPlus\",\"FolderOpen\",\"FolderPlus\",\"FolderSimple\",\"FolderSimpleDashed\",\"FolderSimpleLock\",\"FolderSimpleMinus\",\"FolderSimplePlus\",\"FolderSimpleStar\",\"FolderSimpleUser\",\"FolderStar\",\"FolderUser\",\"Folders\",\"Football\",\"FootballHelmet\",\"Footprints\",\"ForkKnife\",\"FourK\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"FunnelSimpleX\",\"FunnelX\",\"GameController\",\"Garage\",\"GasCan\",\"GasPump\",\"Gauge\",\"Gavel\",\"Gear\",\"GearFine\",\"GearSix\",\"GenderFemale\",\"GenderIntersex\",\"GenderMale\",\"GenderNeuter\",\"GenderNonbinary\",\"GenderTransgender\",\"Ghost\",\"Gif\",\"Gift\",\"GitBranch\",\"GitCommit\",\"GitDiff\",\"GitFork\",\"GitMerge\",\"GitPullRequest\",\"GithubLogo\",\"GitlabLogo\",\"GitlabLogoSimple\",\"Globe\",\"GlobeHemisphereEast\",\"GlobeHemisphereWest\",\"GlobeSimple\",\"GlobeSimpleX\",\"GlobeStand\",\"GlobeX\",\"Goggles\",\"Golf\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gps\",\"GpsFix\",\"GpsSlash\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GraphicsCard\",\"GreaterThan\",\"GreaterThanOrEqual\",\"GridFour\",\"GridNine\",\"Guitar\",\"HairDryer\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandArrowDown\",\"HandArrowUp\",\"HandCoins\",\"HandDeposit\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPeace\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"HandWithdraw\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"HardHat\",\"Hash\",\"HashStraight\",\"HeadCircuit\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighDefinition\",\"HighHeel\",\"Highlighter\",\"HighlighterCircle\",\"Hockey\",\"Hoodie\",\"Horse\",\"Hospital\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"Hurricane\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageBroken\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Intersection\",\"Invoice\",\"Island\",\"Jar\",\"JarLabel\",\"Jeep\",\"Joystick\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"LampPendant\",\"Laptop\",\"Lasso\",\"LastfmLogo\",\"Layout\",\"Leaf\",\"Lectern\",\"Lego\",\"LegoSmiley\",\"LessThan\",\"LessThanOrEqual\",\"LetterCircleH\",\"LetterCircleP\",\"LetterCircleV\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"LineVertical\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinktreeLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListHeart\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"ListStar\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"Log\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"Mailbox\",\"MapPin\",\"MapPinArea\",\"MapPinLine\",\"MapPinPlus\",\"MapPinSimple\",\"MapPinSimpleArea\",\"MapPinSimpleLine\",\"MapTrifold\",\"MarkdownLogo\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MastodonLogo\",\"MathOperations\",\"MatrixLogo\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MemberOf\",\"Memory\",\"MessengerLogo\",\"MetaLogo\",\"Meteor\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"Microscope\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"MoneyWavy\",\"Monitor\",\"MonitorArrowUp\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseLeftClick\",\"MouseMiddleClick\",\"MouseRightClick\",\"MouseScroll\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesMinus\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Network\",\"NetworkSlash\",\"NetworkX\",\"Newspaper\",\"NewspaperClipping\",\"NotEquals\",\"NotMemberOf\",\"NotSubsetOf\",\"NotSupersetOf\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"NuclearPlant\",\"NumberCircleEight\",\"NumberCircleFive\",\"NumberCircleFour\",\"NumberCircleNine\",\"NumberCircleOne\",\"NumberCircleSeven\",\"NumberCircleSix\",\"NumberCircleThree\",\"NumberCircleTwo\",\"NumberCircleZero\",\"NumberEight\",\"NumberFive\",\"NumberFour\",\"NumberNine\",\"NumberOne\",\"NumberSeven\",\"NumberSix\",\"NumberSquareEight\",\"NumberSquareFive\",\"NumberSquareFour\",\"NumberSquareNine\",\"NumberSquareOne\",\"NumberSquareSeven\",\"NumberSquareSix\",\"NumberSquareThree\",\"NumberSquareTwo\",\"NumberSquareZero\",\"NumberThree\",\"NumberTwo\",\"NumberZero\",\"Numpad\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Onigiri\",\"OpenAiLogo\",\"Option\",\"Orange\",\"OrangeSlice\",\"Oven\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Panorama\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilRuler\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagon\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleCircle\",\"PersonSimpleHike\",\"PersonSimpleRun\",\"PersonSimpleSki\",\"PersonSimpleSwim\",\"PersonSimpleTaiChi\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneList\",\"PhoneOutgoing\",\"PhonePause\",\"PhonePlus\",\"PhoneSlash\",\"PhoneTransfer\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PicnicTable\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PingPong\",\"PintGlass\",\"PinterestLogo\",\"Pinwheel\",\"Pipe\",\"PipeWrench\",\"PixLogo\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"Popsicle\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"QuestionMark\",\"Queue\",\"Quotes\",\"Rabbit\",\"Racquet\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"Ranking\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"RectangleDashed\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"ReplitLogo\",\"Resize\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"RowsPlusBottom\",\"RowsPlusTop\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Sailboat\",\"Scales\",\"Scan\",\"ScanSmiley\",\"Scissors\",\"Scooter\",\"Screencast\",\"Screwdriver\",\"Scribble\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealPercent\",\"SealQuestion\",\"SealWarning\",\"Seat\",\"Seatbelt\",\"SecurityCamera\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShippingContainer\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shovel\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SkypeLogo\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyMelting\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"Sock\",\"SolarPanel\",\"SolarRoof\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Speedometer\",\"Sphere\",\"Spinner\",\"SpinnerBall\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"SprayBottle\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackMinus\",\"StackOverflowLogo\",\"StackPlus\",\"StackSimple\",\"Stairs\",\"Stamp\",\"StandardDefinition\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteamLogo\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"SubsetOf\",\"SubsetProperOf\",\"Subtitles\",\"SubtitlesSlash\",\"Subtract\",\"SubtractSquare\",\"Subway\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"SupersetOf\",\"SupersetProperOf\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"TeaBag\",\"TelegramLogo\",\"Television\",\"TelevisionSimple\",\"TennisBall\",\"Tent\",\"Terminal\",\"TerminalWindow\",\"TestTube\",\"TextAUnderline\",\"TextAa\",\"TextAlignCenter\",\"TextAlignJustify\",\"TextAlignLeft\",\"TextAlignRight\",\"TextB\",\"TextColumns\",\"TextH\",\"TextHFive\",\"TextHFour\",\"TextHOne\",\"TextHSix\",\"TextHThree\",\"TextHTwo\",\"TextIndent\",\"TextItalic\",\"TextOutdent\",\"TextStrikethrough\",\"TextSubscript\",\"TextSuperscript\",\"TextT\",\"TextTSlash\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThreadsLogo\",\"ThreeD\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Tilde\",\"Timer\",\"TipJar\",\"Tipi\",\"Tire\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tornado\",\"Tote\",\"ToteSimple\",\"Towel\",\"Tractor\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"TrayArrowDown\",\"TrayArrowUp\",\"TreasureChest\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TreeView\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"TriangleDashed\",\"Trolley\",\"TrolleySuitcase\",\"Trophy\",\"Truck\",\"TruckTrailer\",\"TumblrLogo\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Union\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCheck\",\"UserCircle\",\"UserCircleCheck\",\"UserCircleDashed\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSound\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"VectorThree\",\"VectorTwo\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"VideoConference\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Visor\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"WashingMachine\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"WaveformSlash\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"Windmill\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XLogo\",\"XSquare\",\"Yarn\",\"YinYang\",\"YoutubeLogo\"];const moduleBaseUrl=\"https://framer.com/m/phosphor-icons/\";const weightOptions=[\"thin\",\"light\",\"regular\",\"bold\",\"fill\",\"duotone\"];const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * PHOSPHOR\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n */export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,weight,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);const[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HouseFactory(React):null);async function importModule(){// Get the selected module\ntry{const version=\"0.0.57\";const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@${version}`;const module=await import(/* webpackIgnore: true */iconModuleUrl);if(isMounted.current)setSelectedIcon(module.default(React));}catch(err){if(isMounted.current)setSelectedIcon(null);}}useEffect(()=>{isMounted.current=true;importModule();return()=>{isMounted.current=false;};},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/_jsx(NullState,{}):null;return /*#__PURE__*/_jsx(motion.div,{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 256 256\",style:{userSelect:\"none\",width:\"100%\",height:\"100%\",display:\"inline-block\",fill:color,color,flexShrink:0,transform:mirrored?\"scale(-1, 1)\":undefined},focusable:\"false\",color:color,children:/*#__PURE__*/_jsx(SelectedIcon,{color:color,weight:weight})}):emptyState});}Icon.displayName=\"Phosphor\";Icon.defaultProps={width:24,height:24,iconSelection:\"House\",iconSearch:\"House\",color:\"#66F\",selectByList:true,weight:\"regular\",mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Phosphor site](https://phosphoricons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box…\",hidden:({selectByList})=>selectByList},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},weight:{type:ControlType.Enum,title:\"Weight\",optionTitles:weightOptions.map(piece=>piece.charAt(0).toUpperCase()+piece.slice(1)),options:weightOptions,defaultValue:Icon.defaultProps.weight},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"24\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map","// Generated by Framer (4ba8877)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={djMJSxSAo:{hover:true},ymKkm1Ixi:{hover:true}};const cycleOrder=[\"djMJSxSAo\",\"SAXzu__O9\",\"ymKkm1Ixi\",\"zOTKNizVS\",\"U_eVt0jxV\",\"dTCSsuQ8w\"];const serializationHash=\"framer-Eb9ad\";const variantClassNames={djMJSxSAo:\"framer-v-1rtfywp\",dTCSsuQ8w:\"framer-v-19olhzh\",SAXzu__O9:\"framer-v-1svtw64\",U_eVt0jxV:\"framer-v-14ynxkw\",ymKkm1Ixi:\"framer-v-1yua4w0\",zOTKNizVS:\"framer-v-1el2p9v\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"};const numberToPixelString=value=>{if(typeof value!==\"number\")return value;if(!Number.isFinite(value))return undefined;return Math.max(0,value)+\"px\";};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"drop m\":\"U_eVt0jxV\",\"drop open m\":\"dTCSsuQ8w\",\"drop open\":\"zOTKNizVS\",Dropdown:\"ymKkm1Ixi\",Main:\"djMJSxSAo\",Mobile:\"SAXzu__O9\"};const getProps=({click,height,id,link,padding,text,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,Efd077iVv:(_ref=text!==null&&text!==void 0?text:props.Efd077iVv)!==null&&_ref!==void 0?_ref:\"Nav Link\",heJNUU0WE:click!==null&&click!==void 0?click:props.heJNUU0WE,SokuWUi3G:(_ref1=padding!==null&&padding!==void 0?padding:props.SokuWUi3G)!==null&&_ref1!==void 0?_ref1:\"10px 16px 10px 16px\",TP2V67kCk:link!==null&&link!==void 0?link:props.TP2V67kCk,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"djMJSxSAo\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TP2V67kCk,Efd077iVv,heJNUU0WE,SokuWUi3G,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"djMJSxSAo\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapxhd2w9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(heJNUU0WE){const res=await heJNUU0WE(...args);if(res===false)return false;}});const onTaplnofml=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(heJNUU0WE){const res=await heJNUU0WE(...args);if(res===false)return false;}setVariant(\"ymKkm1Ixi\");});const onTapf82vr9=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(heJNUU0WE){const res=await heJNUU0WE(...args);if(res===false)return false;}setVariant(\"U_eVt0jxV\");});const ref1=React.useRef(null);const isDisplayed=()=>{if(gestureVariant===\"ymKkm1Ixi-hover\")return true;if([\"ymKkm1Ixi\",\"zOTKNizVS\",\"U_eVt0jxV\",\"dTCSsuQ8w\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:TP2V67kCk,nodeId:\"djMJSxSAo\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1rtfywp\",className,classNames)} framer-156age1`,\"data-framer-name\":\"Main\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"djMJSxSAo\",onTap:onTapxhd2w9,ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--19k8psq\":numberToPixelString(SokuWUi3G),backgroundColor:\"rgba(18, 18, 18, 0)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,opacity:1,...style},variants:{\"djMJSxSAo-hover\":{backgroundColor:\"rgb(28, 28, 28)\"},\"ymKkm1Ixi-hover\":{backgroundColor:\"rgb(28, 28, 28)\"},dTCSsuQ8w:{opacity:.7},SAXzu__O9:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},zOTKNizVS:{opacity:.7}},...addPropertyOverrides({\"djMJSxSAo-hover\":{\"data-framer-name\":undefined},\"ymKkm1Ixi-hover\":{\"data-framer-name\":undefined},dTCSsuQ8w:{\"data-framer-name\":\"drop open m\",onTap:onTapf82vr9},SAXzu__O9:{\"data-framer-name\":\"Mobile\"},U_eVt0jxV:{\"data-framer-name\":\"drop m\"},ymKkm1Ixi:{\"data-framer-name\":\"Dropdown\"},zOTKNizVS:{\"data-framer-name\":\"drop open\",onTap:onTaplnofml}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 243, 217))\"},children:\"Nav Link\"})}),className:\"framer-sp8gb4\",\"data-framer-name\":\"About\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"vEBbTF7Nu\",style:{\"--extracted-r6o4lv\":\"rgb(255, 243, 217)\",\"--framer-paragraph-spacing\":\"0px\"},text:Efd077iVv,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({SAXzu__O9:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 243, 217))\"},children:\"Nav Link\"})})}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ekkwrk\",\"data-framer-name\":\"Icon\",fill:'var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)) /* {\"name\":\"Yellow\"} */',intrinsicHeight:32,intrinsicWidth:32,layoutDependency:layoutDependency,layoutId:\"aDDSYViv_\",style:{rotate:0},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\" viewBox=\"0 0 256 256\"><path d=\"m213.66 101.66-80 80a8 8 0 0 1-11.32 0l-80-80a8 8 0 0 1 11.32-11.32L128 164.69l74.34-74.35a8 8 0 0 1 11.32 11.32Z\"/></svg>',variants:{dTCSsuQ8w:{rotate:180},zOTKNizVS:{rotate:180}},withExternalLayout:true})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Eb9ad.framer-156age1, .framer-Eb9ad .framer-156age1 { display: block; }\",\".framer-Eb9ad.framer-1rtfywp { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 16px 10px 16px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-Eb9ad .framer-sp8gb4 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Eb9ad .framer-1ekkwrk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Eb9ad.framer-1rtfywp { gap: 0px; } .framer-Eb9ad.framer-1rtfywp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Eb9ad.framer-1rtfywp > :first-child { margin-left: 0px; } .framer-Eb9ad.framer-1rtfywp > :last-child { margin-right: 0px; } }\",\".framer-Eb9ad.framer-v-1svtw64.framer-1rtfywp { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: var(--19k8psq); }\",\".framer-Eb9ad.framer-v-1yua4w0.framer-1rtfywp, .framer-Eb9ad.framer-v-1el2p9v.framer-1rtfywp { align-content: flex-start; align-items: flex-start; justify-content: flex-start; }\",\".framer-Eb9ad.framer-v-14ynxkw.framer-1rtfywp, .framer-Eb9ad.framer-v-19olhzh.framer-1rtfywp { align-content: flex-start; align-items: flex-start; justify-content: flex-start; padding: 16px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 36\n * @framerIntrinsicWidth 92\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SAXzu__O9\":{\"layout\":[\"auto\",\"auto\"]},\"ymKkm1Ixi\":{\"layout\":[\"auto\",\"auto\"]},\"zOTKNizVS\":{\"layout\":[\"auto\",\"auto\"]},\"U_eVt0jxV\":{\"layout\":[\"auto\",\"auto\"]},\"dTCSsuQ8w\":{\"layout\":[\"auto\",\"auto\"]},\"QRm5wwzCF\":{\"layout\":[\"auto\",\"auto\"]},\"AQgv77akt\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TP2V67kCk\":\"link\",\"Efd077iVv\":\"text\",\"heJNUU0WE\":\"click\",\"SokuWUi3G\":\"padding\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerD7ylXON_J=withCSS(Component,css,\"framer-Eb9ad\");export default FramerD7ylXON_J;FramerD7ylXON_J.displayName=\"Navigation / Nav Link\";FramerD7ylXON_J.defaultProps={height:36,width:92};addPropertyControls(FramerD7ylXON_J,{variant:{options:[\"djMJSxSAo\",\"SAXzu__O9\",\"ymKkm1Ixi\",\"zOTKNizVS\",\"U_eVt0jxV\",\"dTCSsuQ8w\"],optionTitles:[\"Main\",\"Mobile\",\"Dropdown\",\"drop open\",\"drop m\",\"drop open m\"],title:\"Variant\",type:ControlType.Enum},TP2V67kCk:{title:\"Link\",type:ControlType.Link},Efd077iVv:{defaultValue:\"Nav Link\",displayTextArea:false,placeholder:\"\",title:\"Text\",type:ControlType.String},heJNUU0WE:{title:\"Click\",type:ControlType.EventHandler},SokuWUi3G:{defaultValue:\"10px 16px 10px 16px\",title:\"Padding\",type:ControlType.Padding}});addFonts(FramerD7ylXON_J,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerD7ylXON_J\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"92\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"36\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SAXzu__O9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ymKkm1Ixi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zOTKNizVS\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"U_eVt0jxV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dTCSsuQ8w\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QRm5wwzCF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"AQgv77akt\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"TP2V67kCk\\\":\\\"link\\\",\\\"Efd077iVv\\\":\\\"text\\\",\\\"heJNUU0WE\\\":\\\"click\\\",\\\"SokuWUi3G\\\":\\\"padding\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./D7ylXON_J.map","// Generated by Framer (2797bee)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/j9kLuVa7C6BGEE3hG6mC/VBlVDmkJLZwq5J0GVdMz/Ocw2DkoHc.js\";const enabledGestures={DgNObJ3Wz:{hover:true,pressed:true},feH56sYJU:{hover:true},fQkuwOAB8:{hover:true},gYEpLkP6b:{hover:true}};const cycleOrder=[\"fQkuwOAB8\",\"DgNObJ3Wz\",\"feH56sYJU\",\"gYEpLkP6b\"];const serializationHash=\"framer-XsIfT\";const variantClassNames={DgNObJ3Wz:\"framer-v-1sa57v6\",feH56sYJU:\"framer-v-wf9o43\",fQkuwOAB8:\"framer-v-2metb8\",gYEpLkP6b:\"framer-v-gup0wt\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"fQkuwOAB8\",\"Variant 2\":\"DgNObJ3Wz\",\"Variant 3\":\"feH56sYJU\",\"Variant 4\":\"gYEpLkP6b\"};const getProps=({height,id,link,text,width,...props})=>{return{...props,LdUTnDrRk:text??props.LdUTnDrRk??\"Book a call\",SFFJG5Nsn:link??props.SFFJG5Nsn,variant:humanReadableVariantMap[props.variant]??props.variant??\"fQkuwOAB8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,LdUTnDrRk,SFFJG5Nsn,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"fQkuwOAB8\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:\"https://calendly.com/endymedia/15min?month=2024-11\",motionChild:true,nodeId:\"fQkuwOAB8\",scopeId:\"xz6RSlvRA\",...addPropertyOverrides({feH56sYJU:{href:SFFJG5Nsn,openInNewTab:true},gYEpLkP6b:{href:\"https://calendly.com/endymedia/15min\",openInNewTab:true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-2metb8\",className,classNames)} framer-1a6pjvl`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"fQkuwOAB8\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backdropFilter:\"blur(5px)\",backgroundColor:\"var(--token-41904754-490e-4543-be1e-014674ea287a, rgb(236, 28, 36))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,opacity:1,WebkitBackdropFilter:\"blur(5px)\",...style},variants:{\"DgNObJ3Wz-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 243, 217)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},\"DgNObJ3Wz-pressed\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(255, 243, 217)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",opacity:.7},\"feH56sYJU-hover\":{backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"},\"fQkuwOAB8-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"},\"gYEpLkP6b-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",opacity:1},DgNObJ3Wz:{backgroundColor:\"rgb(255, 243, 217)\"},feH56sYJU:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\"},gYEpLkP6b:{\"--border-bottom-width\":\"0px\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36))\"}},...addPropertyOverrides({\"DgNObJ3Wz-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"DgNObJ3Wz-pressed\":{\"data-border\":true,\"data-framer-name\":undefined},\"feH56sYJU-hover\":{\"data-framer-name\":undefined},\"fQkuwOAB8-hover\":{\"data-border\":true,\"data-framer-name\":undefined},\"gYEpLkP6b-hover\":{\"data-border\":true,\"data-framer-name\":undefined},DgNObJ3Wz:{\"data-framer-name\":\"Variant 2\"},feH56sYJU:{\"data-border\":true,\"data-framer-name\":\"Variant 3\"},gYEpLkP6b:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(250, 245, 234))\"},children:\"Book a call\"})}),className:\"framer-1bs4ld6\",\"data-framer-name\":\"Heading 6 → Book a call\",fonts:[\"FS;Satoshi-medium\"],layoutDependency:layoutDependency,layoutId:\"C7uTFpKWz\",style:{\"--extracted-r6o4lv\":\"rgb(250, 245, 234)\",\"--framer-paragraph-spacing\":\"0px\"},text:LdUTnDrRk,variants:{\"DgNObJ3Wz-hover\":{\"--extracted-r6o4lv\":\"rgb(255, 243, 217)\"},\"DgNObJ3Wz-pressed\":{\"--extracted-r6o4lv\":\"rgb(255, 243, 217)\"},\"feH56sYJU-hover\":{\"--extracted-r6o4lv\":\"var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36))\"},\"fQkuwOAB8-hover\":{\"--extracted-r6o4lv\":\"var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36))\"},\"gYEpLkP6b-hover\":{\"--extracted-r6o4lv\":\"var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36))\"},DgNObJ3Wz:{\"--extracted-r6o4lv\":\"var(--token-41904754-490e-4543-be1e-014674ea287a, rgb(236, 28, 36))\"},feH56sYJU:{\"--extracted-r6o4lv\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"},gYEpLkP6b:{\"--extracted-r6o4lv\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"}},verticalAlignment:\"center\",withExternalLayout:true,...addPropertyOverrides({\"DgNObJ3Wz-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 243, 217))\"},children:\"Book a call\"})})},\"DgNObJ3Wz-pressed\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 243, 217))\"},children:\"Book a call\"})})},\"feH56sYJU-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36)))\"},children:\"Book a call\"})})},\"fQkuwOAB8-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36)))\"},children:\"Book a call\"})})},\"gYEpLkP6b-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5a9633a9-cc23-41ce-8d2c-cd622aea84f4, rgb(236, 28, 36)))\"},children:\"Book a call\"})})},DgNObJ3Wz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-41904754-490e-4543-be1e-014674ea287a, rgb(236, 28, 36)))\"},children:\"Book a call\"})})},feH56sYJU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)))\"},children:\"Book a call\"})})},gYEpLkP6b:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1tZWRpdW0=\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.32px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://calendly.com/endymedia/15min\",motionChild:true,nodeId:\"C7uTFpKWz\",openInNewTab:true,relValues:[],scopeId:\"xz6RSlvRA\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-h7vg1q\",\"data-styles-preset\":\"Ocw2DkoHc\",children:\"Book a call\"})})})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XsIfT.framer-1a6pjvl, .framer-XsIfT .framer-1a6pjvl { display: block; }\",\".framer-XsIfT.framer-2metb8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-XsIfT .framer-1bs4ld6 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",...sharedStyle.css,'.framer-XsIfT[data-border=\"true\"]::after, .framer-XsIfT [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 48\n * @framerIntrinsicWidth 115\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"DgNObJ3Wz\":{\"layout\":[\"auto\",\"auto\"]},\"feH56sYJU\":{\"layout\":[\"auto\",\"auto\"]},\"gYEpLkP6b\":{\"layout\":[\"auto\",\"auto\"]},\"XpEus51pA\":{\"layout\":[\"auto\",\"auto\"]},\"JKKZvezTL\":{\"layout\":[\"auto\",\"auto\"]},\"ZbsVnVZ9l\":{\"layout\":[\"auto\",\"auto\"]},\"CwcHcBC8z\":{\"layout\":[\"auto\",\"auto\"]},\"IX30jJX6W\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LdUTnDrRk\":\"text\",\"SFFJG5Nsn\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const Framerxz6RSlvRA=withCSS(Component,css,\"framer-XsIfT\");export default Framerxz6RSlvRA;Framerxz6RSlvRA.displayName=\"button new\";Framerxz6RSlvRA.defaultProps={height:48,width:115};addPropertyControls(Framerxz6RSlvRA,{variant:{options:[\"fQkuwOAB8\",\"DgNObJ3Wz\",\"feH56sYJU\",\"gYEpLkP6b\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},LdUTnDrRk:{defaultValue:\"Book a call\",displayTextArea:false,title:\"Text\",type:ControlType.String},SFFJG5Nsn:{title:\"Link\",type:ControlType.Link}});addFonts(Framerxz6RSlvRA,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/P2LQKHE6KA6ZP4AAGN72KDWMHH6ZH3TA/ZC32TK2P7FPS5GFTL46EU6KQJA24ZYDB/7AHDUZ4A7LFLVFUIFSARGIWCRQJHISQP.woff2\",weight:\"500\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerxz6RSlvRA\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"48\",\"framerVariables\":\"{\\\"LdUTnDrRk\\\":\\\"text\\\",\\\"SFFJG5Nsn\\\":\\\"link\\\"}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"DgNObJ3Wz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"feH56sYJU\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gYEpLkP6b\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"XpEus51pA\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"JKKZvezTL\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZbsVnVZ9l\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CwcHcBC8z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"IX30jJX6W\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"115\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./xz6RSlvRA.map","// Generated by Framer (2797bee)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,Link,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import NavigationNavLink from\"https://framerusercontent.com/modules/JwfLj7L2gxvGSmkJeKcx/DKz9woHrfT9bZTwezeDg/D7ylXON_J.js\";import ButtonNew from\"https://framerusercontent.com/modules/NJs06nSVyj6tkm8WJUWO/616Q1L0QueVdQlsaSgib/xz6RSlvRA.js\";const NavigationNavLinkFonts=getFonts(NavigationNavLink);const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const ButtonNewFonts=getFonts(ButtonNew);const cycleOrder=[\"EzTklbGMp\",\"jkLRYkBqZ\",\"pPzz1O9qe\",\"dg4cNBYPf\"];const serializationHash=\"framer-6xI1m\";const variantClassNames={dg4cNBYPf:\"framer-v-1d7khqr\",EzTklbGMp:\"framer-v-19bp2av\",jkLRYkBqZ:\"framer-v-f054an\",pPzz1O9qe:\"framer-v-7k8xe7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition3={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition4={damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"};const animation3={opacity:.8,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,y:-2};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Mobile / Closed\":\"pPzz1O9qe\",\"Mobile Open\":\"dg4cNBYPf\",Desktop:\"EzTklbGMp\",Tablet:\"jkLRYkBqZ\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"EzTklbGMp\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EzTklbGMp\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapk4rkxh=activeVariantCallback(async(...args)=>{setVariant(\"GiXi2QuAm\");});const onTapy5h9bc=activeVariantCallback(async(...args)=>{setVariant(\"dg4cNBYPf\");});const onTap34d5ps=activeVariantCallback(async(...args)=>{setVariant(\"pPzz1O9qe\");});const heJNUU0WEtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"pPzz1O9qe\",\"dg4cNBYPf\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"pPzz1O9qe\")return false;return true;};const router=useRouter();const ref1=React.useRef(null);const ref2=React.useRef(null);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({pPzz1O9qe:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-19bp2av\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"EzTklbGMp\",ref:refBinding,style:{...style},...addPropertyOverrides({dg4cNBYPf:{\"data-framer-name\":\"Mobile Open\"},jkLRYkBqZ:{\"data-framer-name\":\"Tablet\"},pPzz1O9qe:{\"data-framer-name\":\"Mobile / Closed\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ba73hz\",\"data-border\":true,\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"uIAud59Ti\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(36, 36, 36)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(18, 18, 18)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},variants:{dg4cNBYPf:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},pPzz1O9qe:{\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-top-width\":\"0px\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-57596x\",layoutDependency:layoutDependency,layoutId:\"j3jV2AE4F\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"wT0SK3gwy\"},motionChild:true,nodeId:\"YRoOY_Hcz\",scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1n2v37a framer-1fnw578\",\"data-framer-name\":\"Group 15\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:491,intrinsicWidth:2775,layoutDependency:layoutDependency,layoutId:\"YRoOY_Hcz\",svg:'<svg width=\"2775\" height=\"491\" viewBox=\"0 0 2775 491\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M66.8108 301.555C75.0964 331.423 97.414 346.324 133.63 346.324C157.106 346.324 174.924 338.394 187.085 322.536L236.598 351.068C213.078 385.012 178.488 401.984 132.828 401.984C93.494 401.984 61.933 390.09 38.1453 366.303C20.0383 348.751 7.63975 326.15 2.56607 301.448C-2.50762 276.745 -0.0209707 251.088 9.70178 227.819C19.4245 204.551 35.9323 184.752 57.0728 171.004C78.2133 157.255 103.006 150.195 128.218 150.744C144.361 150.281 160.417 153.266 175.315 159.5C190.213 165.734 203.611 175.072 214.615 186.893C237.293 211.118 249.471 243.328 248.492 276.498C248.446 284.95 247.641 293.38 246.087 301.689L66.8108 301.555ZM65.8753 253.98H187.219C184.84 239.623 177.103 226.704 165.57 217.83C154.735 209.927 141.628 205.753 128.218 205.937C113.526 205.368 99.0787 209.823 87.2575 218.565C76.1664 227.47 68.5904 240.018 65.8753 253.98Z\" fill=\"white\"/>\\n<path d=\"M407.122 150.745C419.096 150.376 431.015 152.509 442.118 157.008C453.22 161.506 463.263 168.271 471.603 176.871C488.575 194.378 497.061 218.433 497.061 249.236V395.37H435.587V256.854C436.036 250.23 435.129 243.585 432.923 237.324C430.718 231.063 427.259 225.317 422.758 220.437C418.184 216.14 412.792 212.808 406.903 210.638C401.014 208.468 394.748 207.506 388.48 207.808C381.454 207.495 374.44 208.645 367.884 211.188C361.327 213.73 355.37 217.608 350.393 222.575C340.904 232.375 336.16 247.143 336.16 266.876V395.37H274.82V157.36H336.227V184.087C351.15 161.859 374.782 150.745 407.122 150.745Z\" fill=\"white\"/>\\n<path d=\"M713.154 62.209H774.495V395.37H713.154V367.239C695.069 390.447 669.366 402.029 636.045 401.985C620.548 402.147 605.196 398.98 591.029 392.698C576.861 386.415 564.208 377.163 553.924 365.568C532.025 341.002 519.924 309.241 519.924 276.331C519.924 243.421 532.025 211.66 553.924 187.094C564.219 175.518 576.877 166.284 591.043 160.013C605.209 153.743 620.554 150.582 636.045 150.744C669.321 150.744 695.024 162.326 713.154 185.49V62.209ZM600.096 324.675C606.301 330.862 613.702 335.719 621.848 338.947C629.994 342.176 638.713 343.708 647.471 343.451C656.136 343.681 664.757 342.133 672.801 338.904C680.846 335.675 688.143 330.832 694.245 324.675C706.204 311.426 712.824 294.213 712.824 276.365C712.824 258.517 706.204 241.303 694.245 228.054C688.153 221.884 680.857 217.033 672.81 213.803C664.764 210.573 656.139 209.032 647.471 209.278C638.711 209.005 629.987 210.531 621.839 213.76C613.691 216.989 606.291 221.854 600.096 228.054C588.024 241.247 581.329 258.482 581.329 276.365C581.329 294.247 588.024 311.482 600.096 324.675Z\" fill=\"white\"/>\\n<path d=\"M969.203 157.36H1034.89L948.022 395.704C935.682 429.737 919.29 454.438 898.843 469.806C876.729 485.67 849.635 493.025 822.535 490.52V433.39C836.413 434.461 850.243 430.786 861.758 422.966C872.735 413.735 880.772 401.494 884.878 387.752L787.322 157.36H854.141L916.684 317.325L969.203 157.36Z\" fill=\"white\"/>\\n<path d=\"M1099.04 490.72H1054.07L1220.25 0L1264.48 0.0667825L1099.04 490.72Z\" fill=\"#EC1C24\"/>\\n<path d=\"M1362.5 112.858C1361.26 114.162 1359.76 115.199 1358.1 115.908C1356.44 116.617 1354.65 116.983 1352.85 116.983C1351.04 116.983 1349.26 116.617 1347.6 115.908C1345.94 115.199 1344.44 114.162 1343.19 112.858C1340.71 110.353 1339.31 106.966 1339.32 103.437C1339.28 101.624 1339.61 99.8231 1340.27 98.137C1340.94 96.4509 1341.93 94.9136 1343.19 93.6142C1344.44 92.3105 1345.94 91.2729 1347.6 90.564C1349.26 89.8552 1351.04 89.4897 1352.85 89.4897C1354.65 89.4897 1356.44 89.8552 1358.1 90.564C1359.76 91.2729 1361.26 92.3105 1362.5 93.6142C1363.78 94.9103 1364.78 96.4455 1365.46 98.1314C1366.13 99.8172 1366.47 101.62 1366.45 103.437C1366.43 106.975 1365.01 110.363 1362.5 112.858ZM1345 395.37V176.27H1360.7V395.103L1345 395.37Z\" fill=\"white\"/>\\n<path d=\"M1522.67 171.726C1533.91 171.22 1545.14 173.055 1555.65 177.115C1566.15 181.176 1575.69 187.372 1583.67 195.313C1591.49 203.686 1597.55 213.54 1601.5 224.293C1605.45 235.046 1607.2 246.48 1606.66 257.922V395.37H1591.56V257.922C1591.97 248.496 1590.52 239.081 1587.29 230.217C1584.05 221.353 1579.1 213.215 1572.71 206.271C1566.07 199.526 1558.07 194.255 1549.26 190.801C1540.44 187.347 1530.99 185.788 1521.53 186.225C1510.57 185.872 1499.65 187.879 1489.53 192.109C1479.41 196.34 1470.31 202.697 1462.86 210.748C1447.72 227.097 1440.14 249.704 1440.14 278.57V395.036H1424.51V176.269H1440.28V224.847C1446.79 208.341 1458.34 194.311 1473.29 184.755C1488.21 175.89 1505.31 171.377 1522.67 171.726Z\" fill=\"white\"/>\\n<path d=\"M1779.52 171.726C1794.76 171.357 1809.91 174.04 1824.09 179.614C1838.27 185.189 1851.19 193.544 1862.1 204.188C1873 214.831 1881.67 227.548 1887.58 241.59C1893.5 255.632 1896.55 270.716 1896.55 285.953C1896.55 301.191 1893.5 316.274 1887.58 330.316C1881.67 344.359 1873 357.075 1862.1 367.719C1851.19 378.362 1838.27 386.717 1824.09 392.292C1809.91 397.867 1794.76 400.549 1779.52 400.181C1758.22 400.599 1737.28 394.642 1719.39 383.075C1701.91 371.918 1688 355.988 1679.29 337.17V395.37H1663.52V89.0037H1679.29V234.736C1687.98 215.661 1702.05 199.538 1719.77 188.345C1737.49 177.152 1758.1 171.376 1779.05 171.726H1779.52ZM1708.43 356.681C1724.83 373.578 1746.59 384.247 1769.99 386.861C1793.39 389.475 1816.98 383.871 1836.7 371.009C1856.42 358.147 1871.06 338.827 1878.11 316.359C1885.15 293.891 1884.17 269.672 1875.32 247.85C1866.47 226.029 1850.31 207.963 1829.61 196.746C1808.9 185.53 1784.94 181.861 1761.83 186.368C1738.72 190.875 1717.9 203.278 1702.92 221.452C1687.95 239.625 1679.76 262.44 1679.76 285.987C1679.42 299.108 1681.8 312.158 1686.73 324.321C1691.66 336.485 1699.05 347.501 1708.43 356.681Z\" fill=\"white\"/>\\n<path d=\"M2039.25 400.181C2013.01 399.892 1987.68 390.529 1967.57 373.683C1947.45 356.837 1933.79 333.547 1928.9 307.769C1924.01 281.991 1928.19 255.314 1940.74 232.271C1953.29 209.228 1973.42 191.24 1997.73 181.361C2022.04 171.482 2049.02 170.323 2074.08 178.08C2099.15 185.837 2120.75 202.032 2135.23 223.913C2149.71 245.795 2156.17 272.014 2153.51 298.117C2150.84 324.219 2139.23 348.596 2120.63 367.105C2110.06 377.899 2097.37 386.404 2083.37 392.094C2069.37 397.783 2054.35 400.536 2039.25 400.181ZM1968.82 356.682C1985.22 373.578 2006.98 384.247 2030.39 386.861C2053.79 389.475 2077.37 383.871 2097.09 371.009C2116.82 358.147 2131.46 338.827 2138.5 316.359C2145.55 293.891 2144.56 269.672 2135.71 247.85C2126.86 226.029 2110.7 207.963 2090 196.747C2069.3 185.53 2045.34 181.861 2022.22 186.368C1999.11 190.875 1978.29 203.278 1963.31 221.452C1948.34 239.626 1940.15 262.44 1940.15 285.987C1939.82 299.108 1942.19 312.158 1947.12 324.321C1952.05 336.485 1959.44 347.501 1968.82 356.682Z\" fill=\"white\"/>\\n<path d=\"M2361.18 395.369H2342.34L2262.69 294.739L2183.04 395.369H2164.2L2253.07 283.179L2169.01 176.268H2187.45L2262.56 270.884L2337.53 176.268H2356.37L2271.98 283.179L2361.18 395.369Z\" fill=\"white\"/>\\n<path d=\"M2482.86 171.725C2497.6 171.245 2512.26 174.061 2525.77 179.968C2539.29 185.875 2551.31 194.724 2560.97 205.869C2580.77 228.121 2591.45 257.011 2590.91 286.788C2590.97 289.289 2590.84 291.791 2590.51 294.271H2386.71C2387.11 306.699 2390 318.92 2395.18 330.221C2400.37 341.522 2407.75 351.675 2416.91 360.088C2435.42 376.915 2459.72 385.941 2484.73 385.279C2501.73 385.611 2518.54 381.609 2533.58 373.652C2546.93 366.719 2557.95 356.006 2565.25 342.849L2578.61 350.734C2569.69 366.11 2556.57 378.626 2540.79 386.816C2523.46 395.921 2504.11 400.517 2484.53 400.18C2469.41 400.696 2454.34 398.105 2440.26 392.565C2426.18 387.025 2413.39 378.655 2402.68 367.973C2392.07 357.173 2383.77 344.33 2378.28 330.225C2372.79 316.12 2370.22 301.046 2370.74 285.919C2370.35 270.941 2372.93 256.035 2378.35 242.064C2383.76 228.093 2391.89 215.336 2402.28 204.533C2412.63 193.69 2425.17 185.162 2439.06 179.507C2452.95 173.853 2467.87 171.201 2482.86 171.725ZM2482.86 186.559C2470.48 186.203 2458.16 188.325 2446.62 192.8C2435.07 197.275 2424.54 204.014 2415.64 212.618C2397.59 230.36 2387.2 254.466 2386.71 279.772H2575.34C2574.5 254.306 2564.09 230.092 2546.2 211.95C2537.89 203.679 2528 197.168 2517.12 192.806C2506.23 188.443 2494.58 186.318 2482.86 186.559Z\" fill=\"white\"/>\\n<path d=\"M2636.88 233.132C2636.71 238.505 2637.94 243.829 2640.45 248.584C2642.95 253.339 2646.65 257.362 2651.18 260.261C2661.59 267.197 2673.19 272.178 2685.39 274.961L2725.48 284.85C2738.33 287.815 2750.2 294.027 2759.96 302.892C2764.73 307.374 2768.47 312.837 2770.93 318.904C2773.39 324.972 2774.5 331.5 2774.19 338.039C2774.29 346.617 2772.38 355.1 2768.61 362.805C2764.84 370.511 2759.31 377.224 2752.47 382.407C2736.56 394.742 2716.8 401.04 2696.68 400.18C2653.52 400.18 2626.1 384.277 2614.43 352.471L2627.12 344.988C2636.03 371.715 2659.22 385.079 2696.68 385.079C2712.44 385.71 2727.97 381.182 2740.91 372.183C2746.44 368.362 2750.93 363.231 2753.99 357.249C2757.04 351.267 2758.56 344.62 2758.42 337.905C2758.62 332.414 2757.41 326.964 2754.92 322.067C2752.43 317.169 2748.74 312.985 2744.19 309.908C2733.85 302.837 2722.26 297.781 2710.04 295.007L2669.95 285.051C2657.15 282.106 2645.27 276.021 2635.41 267.344C2630.67 263.048 2626.94 257.761 2624.48 251.86C2622.02 245.958 2620.89 239.587 2621.17 233.199C2621.06 224.812 2622.83 216.507 2626.36 208.897C2629.89 201.287 2635.08 194.566 2641.55 189.232C2656.57 176.929 2675.62 170.621 2695.01 171.525C2710.74 171.144 2726.26 175.147 2739.85 183.085C2752.11 190.314 2761.72 201.304 2767.24 214.423L2754.55 221.84C2750.13 210.765 2742.1 201.509 2731.76 195.58C2720.57 189.248 2707.87 186.062 2695.01 186.359C2680.03 185.745 2665.3 190.272 2653.25 199.188C2647.98 203.107 2643.75 208.24 2640.9 214.151C2638.05 220.061 2636.67 226.574 2636.88 233.132Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{\"aria-label\":\"Navigation menu icon\",className:\"framer-1cow6ls\",\"data-framer-name\":\"Nav Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"aGAYllaFA\",onTap:onTapk4rkxh,...addPropertyOverrides({dg4cNBYPf:{\"aria-label\":undefined,onTap:onTap34d5ps},pPzz1O9qe:{\"aria-label\":undefined,onTap:onTapy5h9bc}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-r51tlw\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"zX7JnCMkH\",style:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{dg4cNBYPf:{backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",rotate:-45},pPzz1O9qe:{backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-dekrgc\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"gn5aCczxv\",style:{backgroundColor:\"var(--token-34f2fca6-59e0-489a-9f06-3c3a8bbd36c7, rgb(29, 31, 19))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{dg4cNBYPf:{backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",rotate:45},pPzz1O9qe:{backgroundColor:\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\"}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15tf4tj\",\"data-framer-name\":\"Stack\",layoutDependency:layoutDependency,layoutId:\"Ulh1hWIqU\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":XUdEbIMR_\",webPageId:\"wT0SK3gwy\"},implicitPathVariables:undefined},{href:{hash:\":XUdEbIMR_\",webPageId:\"wT0SK3gwy\"},implicitPathVariables:undefined},{href:{hash:\":XUdEbIMR_\",webPageId:\"wT0SK3gwy\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+24+0+18+0,...addPropertyOverrides({dg4cNBYPf:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 928px) - 40px)`,y:(componentViewport?.y||0)+0+0+20+56+0+0},jkLRYkBqZ:{y:(componentViewport?.y||0)+20+0+18+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1xzwegm-container\",layoutDependency:layoutDependency,layoutId:\"OPHPF3jav-container\",nodeId:\"OPHPF3jav\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"Pricing\",height:\"100%\",id:\"OPHPF3jav\",layoutId:\"OPHPF3jav\",SokuWUi3G:\"10px 16px 10px 16px\",TP2V67kCk:resolvedLinks[0],variant:\"djMJSxSAo\",width:\"100%\",...addPropertyOverrides({dg4cNBYPf:{SokuWUi3G:\"16px\",style:{width:\"100%\"},TP2V67kCk:resolvedLinks[2],variant:\"SAXzu__O9\"},jkLRYkBqZ:{TP2V67kCk:resolvedLinks[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RhLzJcSIF\"},implicitPathVariables:undefined},{href:{webPageId:\"RhLzJcSIF\"},implicitPathVariables:undefined},{href:{webPageId:\"RhLzJcSIF\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+24+0+18+0,...addPropertyOverrides({dg4cNBYPf:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 928px) - 40px)`,y:(componentViewport?.y||0)+0+0+20+56+0+36},jkLRYkBqZ:{y:(componentViewport?.y||0)+20+0+18+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mlj970-container\",layoutDependency:layoutDependency,layoutId:\"CKGQHbVqc-container\",nodeId:\"CKGQHbVqc\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"Case Studies\",height:\"100%\",id:\"CKGQHbVqc\",layoutId:\"CKGQHbVqc\",SokuWUi3G:\"10px 16px 10px 16px\",TP2V67kCk:resolvedLinks1[0],variant:\"djMJSxSAo\",width:\"100%\",...addPropertyOverrides({dg4cNBYPf:{SokuWUi3G:\"16px\",style:{width:\"100%\"},TP2V67kCk:resolvedLinks1[2],variant:\"SAXzu__O9\"},jkLRYkBqZ:{TP2V67kCk:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"elKeOIeca\"},implicitPathVariables:undefined},{href:{webPageId:\"elKeOIeca\"},implicitPathVariables:undefined},{href:{webPageId:\"elKeOIeca\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+24+0+18+0,...addPropertyOverrides({dg4cNBYPf:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 928px) - 40px)`,y:(componentViewport?.y||0)+0+0+20+56+0+72},jkLRYkBqZ:{y:(componentViewport?.y||0)+20+0+18+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1e9ynkt-container\",layoutDependency:layoutDependency,layoutId:\"vWXeus3hP-container\",nodeId:\"vWXeus3hP\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"Blogs\",height:\"100%\",id:\"vWXeus3hP\",layoutId:\"vWXeus3hP\",SokuWUi3G:\"10px 16px 10px 16px\",TP2V67kCk:resolvedLinks2[0],variant:\"djMJSxSAo\",width:\"100%\",...addPropertyOverrides({dg4cNBYPf:{SokuWUi3G:\"16px\",style:{width:\"100%\"},TP2V67kCk:resolvedLinks2[2],variant:\"SAXzu__O9\"},jkLRYkBqZ:{TP2V67kCk:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:36,y:(componentViewport?.y||0)+24+0+18+0,...addPropertyOverrides({dg4cNBYPf:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 928px) - 40px)`,y:(componentViewport?.y||0)+0+0+20+56+0+108},jkLRYkBqZ:{y:(componentViewport?.y||0)+20+0+18+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(SmartComponentScopedContainer,{className:\"framer-fv7btz-container\",id:`${layoutId}-fv7btz`,layoutDependency:layoutDependency,layoutId:\"aXt0klkOV-container\",nodeId:\"aXt0klkOV\",ref:ref1,rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:[/*#__PURE__*/_jsx(NavigationNavLink,{Efd077iVv:\"Other Products\",height:\"100%\",heJNUU0WE:heJNUU0WEtxyyif({overlay}),id:\"aXt0klkOV\",layoutId:\"aXt0klkOV\",SokuWUi3G:\"10px 16px 10px 16px\",variant:overlay.visible?\"zOTKNizVS\":\"ymKkm1Ixi\",width:\"100%\",...addPropertyOverrides({dg4cNBYPf:{SokuWUi3G:\"16px\",style:{width:\"100%\"},variant:overlay.visible?\"dTCSsuQ8w\":\"U_eVt0jxV\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-fv7btz`,offsetX:0,offsetY:24,onDismiss:overlay.hide,placement:\"bottom\",safeArea:true,zIndex:11,...addPropertyOverrides({dg4cNBYPf:{alignment:\"start\",collisionDetection:true,collisionDetectionPadding:20,offsetY:8,safeArea:false}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-1bx3pts\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"vNL7ckB1k\",ref:ref2,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(36, 36, 36)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(18, 18, 18)\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(Link,{href:\"https://endymedia.com/\",motionChild:true,nodeId:\"EDj97On2L\",scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1witwhj framer-1fnw578\",layoutDependency:layoutDependency,layoutId:\"EDj97On2L\",style:{backgroundColor:\"rgb(18, 18, 18)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},whileHover:animation3,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ljjns\",layoutDependency:layoutDependency,layoutId:\"oIlIBK1Ea\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1vvoov6\",\"data-framer-name\":\"Group 22\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:643,intrinsicWidth:3292,layoutDependency:layoutDependency,layoutId:\"OhjZ9I4TD\",svg:'<svg width=\"3292\" height=\"643\" viewBox=\"0 0 3292 643\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M84.1669 395.166C94.9304 434.249 124.309 453.747 172.039 453.747C202.83 453.747 226.033 443.337 241.914 422.604L306.759 460.011C275.969 504.477 230.709 526.71 170.804 526.71C119.281 526.71 77.9029 511.094 46.7594 479.95C15.6159 448.807 0 409.458 0 362.081C0 314.704 15.3512 275.973 46.1419 244.565C76.9325 213.157 116.369 197.541 164.628 197.541C210.329 197.541 248.089 213.333 277.821 244.918C307.553 276.503 322.375 315.586 322.375 362.169C322.375 372.58 321.316 383.608 319.287 395.254H84.2552L84.1669 395.166ZM82.9318 332.79H241.914C237.326 311.616 227.886 295.824 213.505 285.413C199.124 275.003 182.891 269.797 164.54 269.797C142.925 269.797 125.015 275.356 110.899 286.296C96.7831 297.324 87.4312 312.763 82.8435 332.702L82.9318 332.79Z\" fill=\"white\"/>\\n<path d=\"M529.97 197.541C564.025 197.541 592.257 209.01 614.489 231.861C636.722 254.711 647.839 286.296 647.839 326.615V518.063H567.377V336.584C567.377 315.851 561.731 299.882 550.526 288.854C539.322 277.826 524.323 272.356 505.619 272.356C484.798 272.356 468.212 278.797 455.772 291.677C443.332 304.558 437.068 323.88 437.068 349.641V517.975H356.607V206.275H437.068V241.213C456.566 212.098 487.533 197.541 529.97 197.541Z\" fill=\"white\"/>\\n<path d=\"M930.864 81.5215H1011.33V517.972H930.864V481.182C907.22 511.532 873.518 526.706 829.847 526.706C786.175 526.706 752.032 510.826 722.3 478.976C692.568 447.215 677.746 408.22 677.746 362.078C677.746 315.936 692.568 276.941 722.3 245.179C752.032 213.33 787.851 197.449 829.847 197.449C871.842 197.449 907.132 212.624 930.864 242.974V81.5215ZM782.822 425.424C799.232 441.833 819.877 450.039 844.845 450.039C869.813 450.039 890.369 441.833 906.602 425.424C922.836 409.014 930.953 387.928 930.953 362.166C930.953 336.404 922.836 315.318 906.602 298.909C890.369 282.499 869.813 274.294 844.845 274.294C819.877 274.294 799.232 282.499 782.822 298.909C766.413 315.318 758.208 336.404 758.208 362.166C758.208 387.928 766.413 409.014 782.822 425.424Z\" fill=\"white\"/>\\n<path d=\"M1266.3 206.269H1352.32L1238.68 518.498C1222.45 562.963 1201.01 595.342 1174.19 615.546C1147.37 635.749 1114.11 644.748 1074.23 642.719V567.904C1095.85 568.345 1112.96 563.757 1125.67 554.229C1138.37 544.701 1148.43 529.261 1155.93 508.087L1028.09 206.357H1115.96L1197.22 415.892L1266.21 206.357L1266.3 206.269Z\" fill=\"white\"/>\\n<path d=\"M2040.3 224.967C2070.47 224.967 2095.09 234.319 2113.97 253.022C2132.85 271.726 2142.37 298.547 2142.37 333.307V517.875H2121.73V333.307C2121.73 304.634 2114.41 282.666 2099.67 267.403C2084.94 252.14 2065.18 244.465 2040.3 244.465C2013.12 244.465 1990.98 254.169 1973.78 273.667C1956.57 293.165 1948.01 321.044 1948.01 357.393V517.963H1927.37V333.396C1927.37 304.722 1920.22 282.754 1905.84 267.491C1891.55 252.228 1872.32 244.553 1848.23 244.553C1820.7 244.553 1798.03 254.258 1780.3 273.755C1762.56 293.253 1753.65 321.132 1753.65 357.481V518.051H1733.01V231.407H1753.65V287.607C1772 245.964 1804.12 225.143 1850 225.143C1872.14 225.143 1891.46 230.79 1907.87 242.082C1924.28 253.375 1935.75 269.697 1942.28 291.136C1951.45 269.344 1964.86 252.934 1982.42 241.818C1999.98 230.701 2019.3 225.231 2040.3 225.231V224.967Z\" fill=\"white\"/>\\n<path d=\"M2343.09 224.967C2385.17 224.967 2419.22 239.877 2445.43 269.697C2471.63 299.517 2484.69 334.896 2484.69 375.744C2484.69 380.332 2484.51 383.596 2484.16 385.449H2217.54C2219.84 421.003 2232.98 449.765 2257.07 471.733C2281.15 493.701 2310.8 504.729 2345.91 504.729C2369.99 504.729 2391.26 499.7 2409.87 489.554C2428.4 479.409 2442.25 465.998 2451.43 449.147L2469.16 459.47C2457.69 479.32 2441.19 495.113 2419.58 506.758C2397.96 518.404 2373.44 524.227 2345.91 524.227C2302.33 524.227 2266.59 510.199 2238.72 482.055C2210.84 454 2196.9 418.092 2196.9 374.597C2196.9 331.102 2210.66 296.606 2238.19 267.933C2265.71 239.259 2300.65 224.967 2343.09 224.967ZM2343.09 244.465C2307.88 244.465 2278.59 255.846 2255.04 278.608C2231.57 301.37 2218.86 330.661 2216.92 366.568H2464.04C2461.4 329.514 2448.69 299.87 2425.93 277.726C2403.17 255.581 2375.55 244.465 2343.09 244.465Z\" fill=\"white\"/>\\n<path d=\"M2804.59 116.63H2825.24V517.967H2804.59V441.74C2792.77 466.973 2775.39 487 2752.45 501.91C2729.51 516.82 2703.31 524.231 2673.93 524.231C2632.64 524.231 2597.53 509.85 2568.41 480.912C2539.39 452.062 2524.83 416.596 2524.83 374.512C2524.83 332.429 2539.39 297.051 2568.41 268.113C2597.44 239.263 2632.64 224.794 2673.93 224.794C2703.4 224.794 2729.51 232.205 2752.45 247.115C2775.39 262.025 2792.77 282.052 2804.59 307.285V116.365V116.63ZM2582.97 467.237C2608.03 492.293 2638.64 504.821 2674.99 504.821C2711.34 504.821 2741.95 492.293 2767.01 467.237C2792.07 442.181 2804.59 411.302 2804.59 374.601C2804.59 337.899 2792.07 307.02 2767.01 281.964C2741.95 256.908 2711.25 244.38 2674.99 244.38C2638.73 244.38 2608.03 256.908 2582.97 281.964C2557.92 307.02 2545.39 337.899 2545.39 374.601C2545.39 411.302 2557.92 442.181 2582.97 467.237Z\" fill=\"white\"/>\\n<path d=\"M2931.28 147.861C2927.84 151.478 2923.61 153.331 2918.67 153.331C2913.73 153.331 2909.49 151.478 2906.05 147.861C2902.61 144.243 2900.94 140.097 2900.94 135.509C2900.94 130.568 2902.61 126.245 2906.05 122.628C2909.49 119.011 2913.73 117.158 2918.67 117.158C2923.61 117.158 2927.84 119.011 2931.28 122.628C2934.73 126.245 2936.4 130.568 2936.4 135.509C2936.4 140.097 2934.73 144.243 2931.28 147.861ZM2908.35 517.966V231.322H2928.99V517.966H2908.35Z\" fill=\"white\"/>\\n<path d=\"M3271.3 231.321H3291.42V517.965H3271.3V441.121C3259.84 466.353 3242.46 486.469 3219.16 501.644C3195.87 516.73 3169.67 524.317 3140.64 524.317C3099.35 524.317 3064.24 509.937 3035.13 480.999C3006.1 452.149 2991.54 416.683 2991.54 374.599C2991.54 332.516 3006.1 297.137 3035.13 268.2C3064.15 239.35 3099.35 224.881 3140.64 224.881C3169.67 224.881 3195.87 232.468 3219.16 247.555C3242.46 262.641 3259.84 282.845 3271.3 308.077V231.233V231.321ZM3049.07 467.236C3074.12 492.292 3104.74 504.82 3141.08 504.82C3177.43 504.82 3208.14 492.292 3233.37 467.236C3258.6 442.18 3271.22 411.301 3271.22 374.599C3271.22 337.897 3258.6 307.019 3233.37 281.963C3208.14 256.907 3177.35 244.379 3141.08 244.379C3104.82 244.379 3074.12 256.907 3049.07 281.963C3024.01 307.019 3011.48 337.897 3011.48 374.599C3011.48 411.301 3024.01 442.18 3049.07 467.236Z\" fill=\"white\"/>\\n<path d=\"M1436.48 642.986H1377.55L1595.2 0L1653.17 0.0882441L1436.48 642.986Z\" fill=\"#EC1C24\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-c39t0y-container\",inComponentSlot:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"lGBRut9uB-container\",nodeId:\"lGBRut9uB\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-284c27f7-40e8-4589-8fd7-2205e6c18fcc, rgb(255, 192, 32))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"lGBRut9uB\",layoutId:\"lGBRut9uB\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)))\"},children:\"Done-For-You\\xa0Email\\xa0Funnels\"})}),className:\"framer-1gavtdn\",\"data-framer-name\":\"About\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"wFI3mrNK4\",style:{\"--extracted-r6o4lv\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.endysites.com/\",motionChild:true,nodeId:\"XBTUqbQHy\",openInNewTab:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-iqs2uy framer-1fnw578\",layoutDependency:layoutDependency,layoutId:\"XBTUqbQHy\",style:{backgroundColor:\"rgb(18, 18, 18)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},whileHover:animation3,children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2fns7d\",layoutDependency:layoutDependency,layoutId:\"cMbcFriQ9\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ynubw5\",\"data-framer-name\":\"Group 1171274998\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:22,intrinsicWidth:96,layoutDependency:layoutDependency,layoutId:\"gt7xbZndC\",svg:'<svg width=\"96\" height=\"22\" viewBox=\"0 0 96 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M2.87973 13.5194C3.24799 14.8567 4.25318 15.5238 5.88623 15.5238C6.93972 15.5238 7.7336 15.1676 8.27695 14.4582L10.4956 15.7381C9.44212 17.2595 7.89359 18.0201 5.84397 18.0201C4.08112 18.0201 2.66541 17.4858 1.59985 16.4203C0.53429 15.3547 0 14.0084 0 12.3875C0 10.7665 0.525234 9.44133 1.57872 8.36672C2.6322 7.2921 3.98151 6.75781 5.63267 6.75781C7.1963 6.75781 8.48825 7.29814 9.50551 8.37879C10.5228 9.45944 11.0299 10.7967 11.0299 12.3905C11.0299 12.7467 10.9937 13.124 10.9242 13.5224H2.88275L2.87973 13.5194ZM2.83747 11.3853H8.27695C8.11998 10.6608 7.79699 10.1205 7.30496 9.76432C6.81294 9.40813 6.25752 9.23003 5.62965 9.23003C4.8901 9.23003 4.27733 9.4202 3.79436 9.79451C3.31138 10.1718 2.99141 10.7001 2.83445 11.3823L2.83747 11.3853Z\" fill=\"white\"/>\\n<path d=\"M18.1327 6.75781C19.2979 6.75781 20.2638 7.15023 21.0245 7.93204C21.7852 8.71385 22.1655 9.7945 22.1655 11.174V17.7243H19.4126V11.5151C19.4126 10.8057 19.2194 10.2594 18.836 9.88204C18.4527 9.50472 17.9395 9.31757 17.2996 9.31757C16.5872 9.31757 16.0197 9.53793 15.5941 9.97864C15.1684 10.4194 14.9541 11.0804 14.9541 11.9618V17.7213H12.2012V7.05665H14.9541V8.25201C15.6212 7.25588 16.6807 6.75781 18.1327 6.75781Z\" fill=\"white\"/>\\n<path d=\"M31.8488 2.78906H34.6017V17.722H31.8488V16.4632C31.0398 17.5016 29.8867 18.0208 28.3925 18.0208C26.8983 18.0208 25.7301 17.4775 24.7129 16.3878C23.6956 15.3011 23.1885 13.9669 23.1885 12.3881C23.1885 10.8094 23.6956 9.47522 24.7129 8.38853C25.7301 7.29882 26.9557 6.75548 28.3925 6.75548C29.8294 6.75548 31.0368 7.27467 31.8488 8.31307V2.78906ZM26.7836 14.5555C27.3451 15.1169 28.0514 15.3977 28.9057 15.3977C29.7599 15.3977 30.4633 15.1169 31.0187 14.5555C31.5741 13.994 31.8518 13.2726 31.8518 12.3912C31.8518 11.5097 31.5741 10.7883 31.0187 10.2268C30.4633 9.66539 29.7599 9.38466 28.9057 9.38466C28.0514 9.38466 27.3451 9.66539 26.7836 10.2268C26.2222 10.7883 25.9414 11.5097 25.9414 12.3912C25.9414 13.2726 26.2222 13.994 26.7836 14.5555Z\" fill=\"white\"/>\\n<path d=\"M43.3259 7.05664H46.2691L42.3811 17.7394C41.8257 19.2608 41.0922 20.3686 40.1746 21.0598C39.2569 21.7511 38.1189 22.059 36.7545 21.9896V19.4298C37.494 19.4449 38.0797 19.2879 38.5143 18.9619C38.949 18.6359 39.2931 18.1077 39.5497 17.3832L35.1758 7.05966H38.1823L40.9624 14.2288L43.3229 7.05966L43.3259 7.05664Z\" fill=\"white\"/>\\n<path d=\"M49.1492 21.9994H47.1328L54.5796 0L56.5629 0.00301923L49.1492 21.9994Z\" fill=\"#EC1C24\"/>\\n<path d=\"M59.1874 10.4308C59.1874 10.9403 59.3912 11.3416 59.7988 11.6346C60.2191 11.9148 60.7223 12.125 61.3083 12.2651C61.8942 12.3924 62.4802 12.5326 63.0661 12.6855C63.6521 12.8383 64.1489 13.1058 64.5565 13.488C64.9768 13.8574 65.187 14.3605 65.187 14.9974C65.187 15.7744 64.8686 16.4241 64.2317 16.9463C63.6075 17.4559 62.7986 17.7106 61.805 17.7106C59.9198 17.7106 58.7224 17.0164 58.2129 15.628L58.767 15.3031C59.1619 16.4751 60.1746 17.061 61.805 17.061C62.5821 17.061 63.2253 16.8763 63.7349 16.5069C64.2444 16.1247 64.4992 15.6216 64.4992 14.9974C64.4992 14.4752 64.289 14.0675 63.8686 13.7746C63.461 13.4816 62.9642 13.2714 62.3783 13.144C61.7923 13.0039 61.2064 12.8574 60.6204 12.7045C60.0344 12.5517 59.5313 12.2906 59.1109 11.9212C58.7033 11.5518 58.4995 11.055 58.4995 10.4308C58.4995 9.66651 58.7925 9.02961 59.3784 8.52008C59.9771 7.99782 60.7605 7.73668 61.7286 7.73668C62.4802 7.73668 63.1298 7.90865 63.6775 8.25258C64.238 8.58377 64.6393 9.03598 64.8813 9.60919L64.3272 9.93401C64.1234 9.43723 63.7922 9.05508 63.3336 8.78758C62.875 8.52008 62.34 8.38633 61.7286 8.38633C60.9898 8.38633 60.3784 8.57741 59.8943 8.95954C59.423 9.32896 59.1874 9.81937 59.1874 10.4308ZM68.3216 5.17632C68.207 5.29097 68.0669 5.34829 67.9013 5.34829C67.7357 5.34829 67.5956 5.29097 67.4809 5.17632C67.3663 5.04894 67.309 4.90882 67.309 4.75596C67.309 4.59037 67.3663 4.45025 67.4809 4.3356C67.5956 4.20822 67.7357 4.14453 67.9013 4.14453C68.0669 4.14453 68.207 4.20822 68.3216 4.3356C68.4363 4.45025 68.4936 4.59037 68.4936 4.75596C68.4936 4.90882 68.4363 5.04894 68.3216 5.17632ZM67.5573 17.5005V7.94686H68.2452V17.5005H67.5573ZM76.1585 8.57741H73.2159V15.2458C73.2159 16.0483 73.4325 16.5579 73.8655 16.7744C74.2987 16.991 75.0629 17.0355 76.1585 16.9082V17.5005C74.9101 17.6915 73.993 17.6151 73.407 17.2712C72.8338 16.9145 72.5472 16.2394 72.5472 15.2458V8.57741H70.3499V7.94686H72.5472V5.48204L73.2159 5.27186V7.94686H76.1585V8.57741ZM82.247 7.73668C83.6483 7.73668 84.7819 8.23348 85.6482 9.22704C86.5271 10.2206 86.9665 11.3989 86.9665 12.7618C86.9665 12.9147 86.9602 13.023 86.9474 13.0867H78.0626C78.139 14.2713 78.5785 15.2331 79.381 15.9719C80.1835 16.698 81.1707 17.061 82.3426 17.061C83.1451 17.061 83.8521 16.8954 84.4635 16.5642C85.0876 16.2203 85.5526 15.7681 85.8583 15.2076L86.4507 15.5515C86.0685 16.2139 85.5144 16.7425 84.7883 17.1374C84.075 17.5196 83.2598 17.7106 82.3426 17.7106C80.8905 17.7106 79.6995 17.2457 78.7695 16.3158C77.8396 15.3732 77.3747 14.1759 77.3747 12.7237C77.3747 11.3097 77.8333 10.1251 78.7504 9.16973C79.6676 8.21436 80.8331 7.73668 82.247 7.73668ZM82.247 8.38633C81.0751 8.38633 80.0943 8.76848 79.3046 9.53276C78.5275 10.2843 78.1072 11.2588 78.0435 12.4562H86.2787C86.1895 11.2206 85.7628 10.2334 84.9985 9.49455C84.247 8.75574 83.3298 8.38633 82.247 8.38633ZM89.3782 10.4308C89.3782 10.9403 89.582 11.3416 89.9897 11.6346C90.41 11.9148 90.9132 12.125 91.4992 12.2651C92.0851 12.3924 92.671 12.5326 93.257 12.6855C93.8429 12.8383 94.3398 13.1058 94.7473 13.488C95.1677 13.8574 95.3779 14.3605 95.3779 14.9974C95.3779 15.7744 95.0594 16.4241 94.4225 16.9463C93.7984 17.4559 92.9895 17.7106 91.9959 17.7106C90.1106 17.7106 88.9133 17.0164 88.4037 15.628L88.9579 15.3031C89.3527 16.4751 90.3654 17.061 91.9959 17.061C92.773 17.061 93.4162 16.8763 93.9257 16.5069C94.4352 16.1247 94.69 15.6216 94.69 14.9974C94.69 14.4752 94.4799 14.0675 94.0595 13.7746C93.6519 13.4816 93.155 13.2714 92.5691 13.144C91.9832 13.0039 91.3972 12.8574 90.8113 12.7045C90.2253 12.5517 89.7222 12.2906 89.3018 11.9212C88.8942 11.5518 88.6903 11.055 88.6903 10.4308C88.6903 9.66651 88.9833 9.02961 89.5693 8.52008C90.168 7.99782 90.9514 7.73668 91.9195 7.73668C92.671 7.73668 93.3207 7.90865 93.8684 8.25258C94.4289 8.58377 94.8302 9.03598 95.0722 9.60919L94.5181 9.93401C94.3143 9.43723 93.983 9.05508 93.5245 8.78758C93.0659 8.52008 92.5309 8.38633 91.9195 8.38633C91.1807 8.38633 90.5692 8.57741 90.0852 8.95954C89.6139 9.32896 89.3782 9.81937 89.3782 10.4308Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-onz40u-container\",inComponentSlot:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"qKQcST4tK-container\",nodeId:\"qKQcST4tK\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-284c27f7-40e8-4589-8fd7-2205e6c18fcc, rgb(255, 192, 32))\",height:\"100%\",iconSearch:\"House\",iconSelection:\"ArrowUpRight\",id:\"qKQcST4tK\",layoutId:\"qKQcST4tK\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:\"regular\",width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1yZWd1bGFy\",\"--framer-font-family\":'\"Satoshi\", \"Satoshi Placeholder\", sans-serif',\"--framer-line-height\":\"16px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234)))\"},children:\"Done-For-You\\xa0Websites\"})}),className:\"framer-ob9u1u\",\"data-framer-name\":\"About\",fonts:[\"FS;Satoshi-regular\"],layoutDependency:layoutDependency,layoutId:\"sStRbbckX\",style:{\"--extracted-r6o4lv\":\"var(--token-76c83d0a-d58d-48e5-b600-c18f8dc477a9, rgb(250, 245, 234))\",\"--framer-paragraph-spacing\":\"0px\",opacity:.7},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})]})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:48,y:(componentViewport?.y||0)+24+0+12,...addPropertyOverrides({dg4cNBYPf:{y:(componentViewport?.y||0)+0+0+20+224},jkLRYkBqZ:{y:(componentViewport?.y||0)+20+0+12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-tocka4-container\",layoutDependency:layoutDependency,layoutId:\"oDvupPrLm-container\",nodeId:\"oDvupPrLm\",rendersWithMotion:true,scopeId:\"IVPLHZYJh\",children:/*#__PURE__*/_jsx(ButtonNew,{height:\"100%\",id:\"oDvupPrLm\",layoutId:\"oDvupPrLm\",LdUTnDrRk:\"Book a Demo\",SFFJG5Nsn:\"https://calendly.com/endymedia/15min\",variant:\"gYEpLkP6b\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6xI1m.framer-1fnw578, .framer-6xI1m .framer-1fnw578 { display: block; }\",\".framer-6xI1m.framer-19bp2av { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 40px 0px 40px; position: relative; width: 1200px; }\",\".framer-6xI1m .framer-ba73hz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 928px; overflow: visible; padding: 12px 16px 12px 16px; position: relative; width: 100%; }\",\".framer-6xI1m .framer-57596x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6xI1m .framer-1n2v37a { aspect-ratio: 5.65173116089613 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 136px; }\",\".framer-6xI1m .framer-1cow6ls { cursor: pointer; flex: none; height: 32px; overflow: hidden; position: relative; width: 32px; }\",\".framer-6xI1m .framer-r51tlw { bottom: 10px; flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6xI1m .framer-dekrgc { flex: none; height: 2px; left: calc(50.00000000000002% - 22px / 2); overflow: hidden; position: absolute; top: 10px; width: 22px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6xI1m .framer-15tf4tj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6xI1m .framer-1xzwegm-container, .framer-6xI1m .framer-1mlj970-container, .framer-6xI1m .framer-1e9ynkt-container, .framer-6xI1m .framer-fv7btz-container, .framer-6xI1m .framer-tocka4-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6xI1m .framer-1bx3pts { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-6xI1m .framer-1witwhj, .framer-6xI1m .framer-iqs2uy { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 12px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-6xI1m .framer-1ljjns, .framer-6xI1m .framer-2fns7d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6xI1m .framer-1vvoov6 { aspect-ratio: 5.119751166407465 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 87px; }\",\".framer-6xI1m .framer-c39t0y-container, .framer-6xI1m .framer-onz40u-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 16px; }\",\".framer-6xI1m .framer-1gavtdn, .framer-6xI1m .framer-ob9u1u { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-6xI1m .framer-1ynubw5 { flex: none; height: 17px; position: relative; width: 73px; }\",\".framer-6xI1m.framer-v-f054an.framer-19bp2av { padding: 20px 32px 0px 32px; width: 810px; }\",\".framer-6xI1m.framer-v-f054an .framer-15tf4tj { gap: 4px; }\",\".framer-6xI1m.framer-v-7k8xe7.framer-19bp2av, .framer-6xI1m.framer-v-1d7khqr.framer-19bp2av { padding: 0px; width: 390px; }\",\".framer-6xI1m.framer-v-7k8xe7 .framer-ba73hz { flex-direction: column; gap: 24px; justify-content: flex-start; padding: 20px 24px 20px 24px; }\",\".framer-6xI1m.framer-v-7k8xe7 .framer-57596x, .framer-6xI1m.framer-v-1d7khqr .framer-57596x { gap: unset; justify-content: space-between; width: 100%; }\",\".framer-6xI1m.framer-v-1d7khqr .framer-ba73hz { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; justify-content: flex-start; padding: 20px 20px 64px 20px; }\",\".framer-6xI1m.framer-v-1d7khqr .framer-r51tlw, .framer-6xI1m.framer-v-1d7khqr .framer-dekrgc { bottom: 15px; height: unset; top: 15px; }\",\".framer-6xI1m.framer-v-1d7khqr .framer-15tf4tj { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\".framer-6xI1m.framer-v-1d7khqr .framer-1xzwegm-container, .framer-6xI1m.framer-v-1d7khqr .framer-1mlj970-container, .framer-6xI1m.framer-v-1d7khqr .framer-1e9ynkt-container, .framer-6xI1m.framer-v-1d7khqr .framer-fv7btz-container { width: 100%; }\",'.framer-6xI1m[data-border=\"true\"]::after, .framer-6xI1m [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 96\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"jkLRYkBqZ\":{\"layout\":[\"fixed\",\"auto\"]},\"pPzz1O9qe\":{\"layout\":[\"fixed\",\"auto\"]},\"dg4cNBYPf\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerIVPLHZYJh=withCSS(Component,css,\"framer-6xI1m\");export default FramerIVPLHZYJh;FramerIVPLHZYJh.displayName=\"Navigation / Navigation Bar\";FramerIVPLHZYJh.defaultProps={height:96,width:1200};addPropertyControls(FramerIVPLHZYJh,{variant:{options:[\"EzTklbGMp\",\"jkLRYkBqZ\",\"pPzz1O9qe\",\"dg4cNBYPf\"],optionTitles:[\"Desktop\",\"Tablet\",\"Mobile / Closed\",\"Mobile Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerIVPLHZYJh,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/TTX2Z3BF3P6Y5BQT3IV2VNOK6FL22KUT/7QYRJOI3JIMYHGY6CH7SOIFRQLZOLNJ6/KFIAZD4RUMEZIYV6FQ3T3GP5PDBDB6JY.woff2\",weight:\"400\"}]},...NavigationNavLinkFonts,...PhosphorFonts,...ButtonNewFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIVPLHZYJh\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"96\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"jkLRYkBqZ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"pPzz1O9qe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dg4cNBYPf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IVPLHZYJh.map","// Generated by Framer (2f96024)\nexport default function metadata(params,activeLocale){return{customHTMLHeadStart:'<meta name=\"theme-color\" content=\"#121212\">',description:\"Endy Inboxes is a cold email infrastructure provider that helps you set up your email infrastructure using affordable and reliable GSuite inboxes.\\n\",favicon:\"https://framerusercontent.com/assets/VVaZm2P42ymwHi522ACVuAxEjMA.png\",robots:\"max-image-preview:large\",socialImage:\"https://framerusercontent.com/assets/zXERncJ0ftnPjW5R1fICrrSQR94.jpg\",title:\"Endy Inboxes | Cold Email Infrastructure\"};}export const metadataVersion=1;\nexport const __FramerMetadata__ = {\"exports\":{\"metadataVersion\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}