{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/ImmGRqhyY1RvEW1fVb6P/JgROZuuQugVJdwS1TNFB/Custom.js", "ssg:https://framerusercontent.com/modules/oDLyW78fIw3bV0JZeZU6/RJDNGCgnxEtSIZywW5YC/ImageBox.js", "ssg:https://framerusercontent.com/modules/P78txJTNfbLHYKjRhw9q/gzR42q5jZlNcoZyhq4HK/Yw1w5BpIB.js", "ssg:https://framerusercontent.com/modules/pt0OjObj1KVw5Jyu8MKa/a4wtgKIIjKTvvhSLl9Vp/Button_social_wrap.js", "ssg:https://framerusercontent.com/modules/iOLNC4XqVjWe1YHFWZNu/hNwq7IB55ML8SsE56mYq/Footer_time.js", "ssg:https://framerusercontent.com/modules/HRY5ByYLIlinlpcLFZ0z/HFchMQ93cwcss8vVZCVe/Hunt_logo.js", "ssg:https://framerusercontent.com/modules/leP60PiTaIvmNVZieC20/C9EhXL58BSpb2Uv6BkMO/dTHNOcyQm.js", "ssg:https://framerusercontent.com/modules/lop3Y9z4evAHvz8WfFZ9/gTNQDikcSClysoXMDN8t/IcKaHNY_v.js", "ssg:https://framerusercontent.com/modules/97jXLC37Utn57dF7effh/DQ0g4e2B9Ko9cL74qPec/YWyb6BbyX.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/phosphor-icons/House.js@0.0.53", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/zut3nAIjs6GSSyjpRvZG/mrsIJSHawybQjcu18NhX/ThemeToggle.js", "ssg:https://framerusercontent.com/modules/Af7e2u1QHIrBdAoJ45j6/vBQ6zZnw36xcv7iDn0Zr/n5tyNFEe5.js", "ssg:https://framerusercontent.com/modules/LwJ488mhMUO1aLEPIhgY/Chq28TAVuzrNpqkmxt9S/PSvxmEXzd.js", "ssg:https://framerusercontent.com/modules/ahILcNfu7vKkwFOCiLle/AIDE8oi4evOlO14LCbgx/exLIcv3yy.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";export function iconDarkMode(Component){return props=>{props[\"brightness\"]=localStorage.getItem(\"currentToggleState\")?localStorage.getItem(\"currentToggleState\")==\"dark\"?200:100:100;return /*#__PURE__*/_jsx(Component,{...props});};}export function pagination(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props});};}export function mobileNav(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,style:{height:\"calc( 100dvh - 145px )\"}});};}export function scrollTop(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,onClick:()=>{window.scrollTo({top:0,behavior:\"smooth\"});}});};}export function lineClamp2(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,\"data-class\":\"line-2\"});};}export function lineClamp1(Component){return props=>{return /*#__PURE__*/_jsx(Component,{...props,\"data-class\":\"line-1\"});};}\nexport const __FramerMetadata__ = {\"exports\":{\"pagination\":{\"type\":\"reactHoc\",\"name\":\"pagination\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"iconDarkMode\":{\"type\":\"reactHoc\",\"name\":\"iconDarkMode\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"lineClamp1\":{\"type\":\"reactHoc\",\"name\":\"lineClamp1\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"scrollTop\":{\"type\":\"reactHoc\",\"name\":\"scrollTop\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"mobileNav\":{\"type\":\"reactHoc\",\"name\":\"mobileNav\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"lineClamp2\":{\"type\":\"reactHoc\",\"name\":\"lineClamp2\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Custom.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useRef,useEffect}from\"react\";import{motion,useDomEvent}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";const transition={type:\"spring\",damping:25,stiffness:120};export default function ImageBox(props){const[isOpen,setOpen]=useState(false);const[windowWidth,setWindowWidth]=useState(0);useDomEvent(useRef(window),\"scroll\",()=>isOpen&&setOpen(false));useEffect(()=>{if(typeof document!==\"undefined\"){try{if(window){setWindowWidth(window.innerWidth);document.querySelector(\"html\").style.scrollBehavior=\"smooth\";document.addEventListener(\"keydown\",()=>{if(event.key===\"Escape\"){setOpen(false);}});}}catch(e){console.log(e);}}},[windowWidth]);return /*#__PURE__*/_jsxs(\"div\",{className:`image-container ${isOpen?\"open\":\"\"}`,style:{position:\"relative\",width:\"100%\",height:\"100%\",cursor:props.zoom?isOpen?\"zoom-out\":\"zoom-in\":\"auto\",zIndex:isOpen?10:2,borderRadius:parseInt(props.border)>0?props.border+\"px\":\"unset\",borderTopLeftRadius:parseInt(props.border)==0&&parseInt(props.borderTL)>0?props.borderTL+\"px\":\"unset\",borderTopRightRadius:parseInt(props.border)==0&&parseInt(props.borderTR)>0?props.borderTR+\"px\":\"unset\",borderBottomLeftRadius:parseInt(props.border)==0&&parseInt(props.borderBL)>0?props.borderBL+\"px\":\"unset\",borderBottomRightRadius:parseInt(props.border)==0&&parseInt(props.borderBR)>0?props.borderBR+\"px\":\"unset\"},children:[/*#__PURE__*/_jsx(\"svg\",{onClick:()=>{setOpen(false);},style:{position:\"fixed\",top:\"3vh\",right:\"3vw\",zIndex:\"2\",background:\"rgba(255, 255, 255, 0.2)\",width:\"32px\",height:\"32px\",borderRadius:\"4px\",cursor:\"pointer\",opacity:isOpen?1:0},width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"#ffff\",xmlns:\"http://www.w3.org/2000/svg\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M13.5909 12L18.0441 7.54687C18.2554 7.3359 18.3743 7.04962 18.3745 6.75099C18.3748 6.45237 18.2564 6.16587 18.0455 5.95453C17.8345 5.74319 17.5482 5.62431 17.2496 5.62404C16.951 5.62378 16.6645 5.74215 16.4531 5.95312L12 10.4062L7.54687 5.95312C7.33553 5.74178 7.04888 5.62305 6.75 5.62305C6.45111 5.62305 6.16447 5.74178 5.95312 5.95312C5.74178 6.16447 5.62305 6.45111 5.62305 6.75C5.62305 7.04888 5.74178 7.33553 5.95312 7.54687L10.4062 12L5.95312 16.4531C5.74178 16.6645 5.62305 16.9511 5.62305 17.25C5.62305 17.5489 5.74178 17.8355 5.95312 18.0469C6.16447 18.2582 6.45111 18.3769 6.75 18.3769C7.04888 18.3769 7.33553 18.2582 7.54687 18.0469L12 13.5937L16.4531 18.0469C16.6645 18.2582 16.9511 18.3769 17.25 18.3769C17.5489 18.3769 17.8355 18.2582 18.0469 18.0469C18.2582 17.8355 18.3769 17.5489 18.3769 17.25C18.3769 16.9511 18.2582 16.6645 18.0469 16.4531L13.5909 12Z\",fill:\"white\"})}),/*#__PURE__*/_jsx(motion.div,{animate:{opacity:isOpen&&props.zoom?1:0},transition:transition,className:\"shade\",style:{position:\"fixed\",top:\"0\",left:\"0\",right:\"0\",bottom:\"0\",pointerEvents:isOpen?\"auto\":\"none\",opacity:isOpen?1:0,background:\"rgba(0, 0, 0, 0.9)\"},onClick:()=>setOpen(false)}),/*#__PURE__*/_jsx(motion.img,{src:props.image,alt:props.alt,loading:props.lazy?\"lazy\":\"\",onClick:()=>setOpen(!isOpen&&props.zoom),layout:true,transition:transition,style:{position:isOpen?\"fixed\":\"absolute\",objectFit:isOpen?\"contain\":props.fill?\"cover\":\"contain\",top:\"0\",left:\"0\",right:\"0\",bottom:\"0\",width:isOpen?\"90dvw\":\"100%\",height:isOpen?\"90dvh\":\"100%\",maxWidth:isOpen?\"100%\":\"\",margin:isOpen?\"auto\":\"\",borderRadius:props.border>0?props.border+\"px\":\"unset\",borderTopLeftRadius:props.border==0&&props.borderTL?props.borderTL+\"px\":\"unset\",borderTopRightRadius:props.border==0&&props.borderTR?props.borderTR+\"px\":\"unset\",borderBottomLeftRadius:props.border==0&&props.borderBL?props.borderBL+\"px\":\"unset\",borderBottomRightRadius:props.border==0&&props.borderBR?props.borderBR+\"px\":\"unset\"}})]});}ImageBox.defaultProps={zoom:true,border:0,borderTL:0,borderTR:0,borderBL:0,borderBR:0};addPropertyControls(ImageBox,{zoom:{type:ControlType.Boolean},image:{type:ControlType.Image},alt:{type:ControlType.String},lazy:{type:ControlType.Boolean},fill:{type:ControlType.Boolean},border:{type:ControlType.Number},borderTL:{type:ControlType.Number},borderTR:{type:ControlType.Number},borderBL:{type:ControlType.Number},borderBR:{type:ControlType.Number}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ImageBox\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ImageBox.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-QKM8Z .framer-styles-preset-1iqrcyl:not(.rich-text-wrapper), .framer-QKM8Z .framer-styles-preset-1iqrcyl.rich-text-wrapper a { --framer-link-current-text-color: var(--token-52fbe57f-32fe-4445-8898-2356002798ae, #141416); --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, #353945); --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-52fbe57f-32fe-4445-8898-2356002798ae, #141416); --framer-link-text-decoration: none; }\"];export const className=\"framer-QKM8Z\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function Button_social_wrap(props){return /*#__PURE__*/_jsx(\"a\",{href:props.link,rel:\"nofollow noopener noreferrer\",target:\"_blank\",style:containerStyle,children:props.child},props.link);}const containerStyle={display:\"flex\",justifyContent:\"center\",alignItems:\"center\",overflow:\"hidden\"};addPropertyControls(Button_social_wrap,{child:{title:\"Children\",type:ControlType.ComponentInstance},link:{title:\"Link\",type:ControlType.Link}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Button_social_wrap\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Button_social_wrap.map", "import{jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function Footer_time(props){return /*#__PURE__*/_jsxs(\"span\",{style:{color:props.color,fontSize:props.size,lineHeight:1.5,textAlign:\"left\"},children:[\"\\xa9\",2025]},props.color+props.size);}Footer_time.defaultProps={color:\"#000000\",size:\"16px\"};addPropertyControls(Footer_time,{color:{title:\"Color\",type:ControlType.Color},size:{title:\"Size\",type:ControlType.Number}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Footer_time\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Footer_time.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";export default function Hunt_logo(props){return /*#__PURE__*/_jsx(\"a\",{href:props.link,children:/*#__PURE__*/_jsxs(\"svg\",{width:\"100%\",height:\"100%\",role:\"img\",title:\"Threat Hunting Platform - Hunt.io\",viewBox:\"0 0 118 32\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Threat Hunting Platform - Hunt.io\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M95.6807 7.23438H99.003V10.5567H95.6807V7.23438Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M37.0811 23.9255V7.98524H40.4512V14.5621H47.2928V7.98524H50.6552V23.9255H47.2928V17.3408H40.4512V23.9255H37.0811Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M61.0381 18.8352V11.9703H64.3538V23.9255H61.1704V21.7539H61.0459C60.7761 22.4544 60.3272 23.0174 59.6994 23.4429C59.0767 23.8684 58.3165 24.0811 57.4189 24.0811C56.6198 24.0811 55.9167 23.8995 55.3096 23.5363C54.7025 23.1731 54.2277 22.6568 53.8852 21.9874C53.548 21.3181 53.3767 20.5164 53.3715 19.5824V11.9703H56.6872V18.9908C56.6924 19.6965 56.8818 20.2543 57.2554 20.6643C57.629 21.0742 58.1297 21.2791 58.7576 21.2791C59.1571 21.2791 59.5307 21.1883 59.8784 21.0067C60.226 20.8199 60.5062 20.5449 60.719 20.1817C60.9369 19.8185 61.0433 19.3696 61.0381 18.8352Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M70.3216 23.9255V17.0139C70.3268 16.5002 70.4228 16.0617 70.6096 15.6985C70.8016 15.3301 71.0662 15.0499 71.4035 14.8579C71.746 14.6659 72.1403 14.5699 72.5866 14.5699C73.2508 14.5699 73.7722 14.7775 74.151 15.1926C74.5298 15.6025 74.7166 16.1733 74.7114 16.9049V23.9255H78.0271V16.3134C78.0271 15.3846 77.8559 14.5855 77.5134 13.9161C77.171 13.2416 76.691 12.7227 76.0735 12.3595C75.456 11.9962 74.7322 11.8146 73.902 11.8146C73.0147 11.8146 72.2597 12.0196 71.637 12.4295C71.0144 12.8342 70.5707 13.3843 70.3061 14.0796H70.166V11.9703H67.0059V23.9255H70.3216Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M86.9993 11.9703V14.461H84.75V20.2517C84.75 20.5579 84.7966 20.7966 84.8901 20.9678C84.9835 21.1339 85.1132 21.2506 85.2792 21.3181C85.4505 21.3855 85.6476 21.4192 85.8708 21.4192C86.0264 21.4192 86.1821 21.4063 86.3377 21.3803C86.4934 21.3492 86.6128 21.3258 86.6958 21.3103L87.2173 23.7776C87.0512 23.8295 86.8177 23.8891 86.5168 23.9566C86.2158 24.0292 85.85 24.0733 85.4193 24.0889C84.6202 24.1201 83.9197 24.0137 83.3178 23.7698C82.7211 23.5259 82.2567 23.1471 81.9246 22.6334C81.5925 22.1197 81.4291 21.4711 81.4343 20.6876V14.461H79.7998V11.9703H81.4343V9.10604H84.75V11.9703H86.9993Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M95.6875 11.9703V23.9255H99.0031V11.9703H95.6875Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M107.061 24.159C105.852 24.159 104.806 23.9021 103.924 23.3884C103.047 22.8695 102.37 22.1483 101.893 21.2247C101.415 20.2959 101.177 19.2192 101.177 17.9946C101.177 16.7596 101.415 15.6803 101.893 14.7567C102.37 13.8279 103.047 13.1067 103.924 12.593C104.806 12.0741 105.852 11.8146 107.061 11.8146C108.27 11.8146 109.313 12.0741 110.19 12.593C111.072 13.1067 111.752 13.8279 112.229 14.7567C112.706 15.6803 112.945 16.7596 112.945 17.9946C112.945 19.2192 112.706 20.2959 112.229 21.2247C111.752 22.1483 111.072 22.8695 110.19 23.3884C109.313 23.9021 108.27 24.159 107.061 24.159ZM107.076 21.5905C107.626 21.5905 108.086 21.4348 108.454 21.1235C108.822 20.807 109.1 20.3763 109.287 19.8314C109.479 19.2866 109.575 18.6665 109.575 17.9712C109.575 17.2759 109.479 16.6559 109.287 16.111C109.1 15.5662 108.822 15.1355 108.454 14.819C108.086 14.5025 107.626 14.3442 107.076 14.3442C106.521 14.3442 106.054 14.5025 105.675 14.819C105.302 15.1355 105.019 15.5662 104.827 16.111C104.64 16.6559 104.547 17.2759 104.547 17.9712C104.547 18.6665 104.64 19.2866 104.827 19.8314C105.019 20.3763 105.302 20.807 105.675 21.1235C106.054 21.4348 106.521 21.5905 107.076 21.5905Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M92.8301 20.6412H89.5078V23.9635H92.8301V20.6412Z\",fill:props.color}),/*#__PURE__*/_jsx(\"path\",{d:\"M19.563 13.4887L24.1195 8.93219L26.4442 11.2569L27.994 9.70711L21.7947 3.50781L20.2449 5.05763L22.5697 7.38237L17.9333 12.0188C18.319 12.2201 18.6811 12.4828 19.0051 12.8068C19.2174 13.0191 19.4033 13.2477 19.563 13.4887Z\",fill:\"#BD2D2C\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M9.70613 27.995L11.256 26.4452L8.93121 24.1205L13.4877 19.564C13.2467 19.4043 13.0181 19.2184 12.8058 19.006C12.4818 18.6821 12.2191 18.32 12.0178 17.9342L7.38139 22.5706L5.05666 20.2459L3.50684 21.7957L9.70613 27.995Z\",fill:\"#BD2D2C\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M22.5697 24.1205L18.1325 19.6833C18.4439 19.4994 18.7375 19.2736 19.0051 19.006C19.2726 18.7385 19.4984 18.4449 19.6823 18.1335L24.1195 22.5706L26.4442 20.2459L27.994 21.7957L21.7947 27.995L20.2449 26.4452L22.5697 24.1205Z\",fill:\"#BD2D2C\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M8.93121 7.38238L13.6783 12.1295C13.3669 12.3134 13.0733 12.5392 12.8058 12.8068C12.5382 13.0743 12.3124 13.3679 12.1285 13.6793L7.38139 8.9322L5.05666 11.2569L3.50684 9.70711L9.70613 3.50782L11.256 5.05764L8.93121 7.38238Z\",fill:\"#BD2D2C\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M15.7504 17.2857C16.5978 17.2857 17.2847 16.5988 17.2847 15.7514C17.2847 14.9041 16.5978 14.2172 15.7504 14.2172C14.9031 14.2172 14.2162 14.9041 14.2162 15.7514C14.2162 16.5988 14.9031 17.2857 15.7504 17.2857Z\",fill:\"#BD2D2C\"})]})});}Hunt_logo.defaultProps={color:\"#000000\"};addPropertyControls(Hunt_logo,{color:{title:\"Color\",type:ControlType.Color},link:{title:\"Link\",type:ControlType.Link}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Hunt_logo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Hunt_logo.map", "import{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-GTIgt .framer-styles-preset-1ovhpsy:not(.rich-text-wrapper), .framer-GTIgt .framer-styles-preset-1ovhpsy.rich-text-wrapper a { --framer-link-current-text-color: var(--token-52fbe57f-32fe-4445-8898-2356002798ae, #141416); --framer-link-current-text-decoration: none; --framer-link-hover-text-color: var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, #353945); --framer-link-hover-text-decoration: none; --framer-link-text-color: var(--token-52fbe57f-32fe-4445-8898-2356002798ae, #141416); --framer-link-text-decoration: none; }\"];export const className=\"framer-GTIgt\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleCode,useLocaleInfo,useVariantState,withCodeBoundaryForOverrides,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{lineClamp2}from\"https://framerusercontent.com/modules/ImmGRqhyY1RvEW1fVb6P/JgROZuuQugVJdwS1TNFB/Custom.js\";import ImageBox from\"https://framerusercontent.com/modules/oDLyW78fIw3bV0JZeZU6/RJDNGCgnxEtSIZywW5YC/ImageBox.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/P78txJTNfbLHYKjRhw9q/gzR42q5jZlNcoZyhq4HK/Yw1w5BpIB.js\";const ImageBoxFonts=getFonts(ImageBox);const RichTextLineClamp2929qyt=withCodeBoundaryForOverrides(RichText,{nodeId:\"I2239:3376;6852:26894\",override:lineClamp2,scopeId:\"IcKaHNY_v\"});const enabledGestures={\"I2239:3376;6852:26891\":{hover:true}};const serializationHash=\"framer-QKjwy\";const variantClassNames={\"I2239:3376;6852:26891\":\"framer-v-quw77p\"};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 toImageSrc=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value.src;}return typeof value===\"string\"?value:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({date2,height,id,image,link,title,width,...props})=>{return{...props,E5iw7EviQ:date2??props.E5iw7EviQ??\"1970-01-01T00:00:00.000Z\",q_SxAnLhr:link??props.q_SxAnLhr,qMcrV6ikg:title??props.qMcrV6ikg??\"Hunting PrismX: Techniques for Network Discovery\",Yw3pt6nZJ:image??props.Yw3pt6nZJ??{src:\"https://framerusercontent.com/images/QxMFf5Op72FxNOodhnnJb7Ae8.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/QxMFf5Op72FxNOodhnnJb7Ae8.png?scale-down-to=512 512w,https://framerusercontent.com/images/QxMFf5Op72FxNOodhnnJb7Ae8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QxMFf5Op72FxNOodhnnJb7Ae8.png 1290w\"}};};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,Yw3pt6nZJ,qMcrV6ikg,q_SxAnLhr,E5iw7EviQ,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"I2239:3376;6852:26891\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const activeLocaleCode=useLocaleCode();const textContent=toDateString(E5iw7EviQ,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-quw77p\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26891\",ref:ref??ref1,style:{...style},...addPropertyOverrides({\"I2239:3376;6852:26891-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:q_SxAnLhr,motionChild:true,nodeId:\"qGtQx65Cm\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ijd72g framer-1a6kygc\",layoutDependency:layoutDependency,layoutId:\"qGtQx65Cm\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1l961gv-container\",isAuthoredByUser:true,layoutDependency:layoutDependency,layoutId:\"t17hEelCH-container\",nodeId:\"t17hEelCH\",rendersWithMotion:true,scopeId:\"IcKaHNY_v\",children:/*#__PURE__*/_jsx(ImageBox,{alt:qMcrV6ikg,border:0,borderBL:0,borderBR:0,borderTL:0,borderTR:0,fill:true,height:\"100%\",id:\"t17hEelCH\",image:toImageSrc(Yw3pt6nZJ),layoutId:\"t17hEelCH\",lazy:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",zoom:false})})})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ubeeia\",\"data-framer-name\":\"Frame 1321314443\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26893\",children:[/*#__PURE__*/_jsx(RichTextLineClamp2929qyt,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\"},children:/*#__PURE__*/_jsx(Link,{href:q_SxAnLhr,motionChild:true,nodeId:\"I2239:3376;6852:26894\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iqrcyl\",\"data-styles-preset\":\"Yw1w5BpIB\",children:\"Hunting PrismX: Techniques for Network Discovery\"})})})}),className:\"framer-929qyt\",\"data-framer-name\":\"Hunting PrismX: Techniques for Network Discovery\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26894\",style:{\"--extracted-r6o4lv\":\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",\"--framer-paragraph-spacing\":\"0px\"},text:qMcrV6ikg,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"I2239:3376;6852:26891-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\",\"--framer-text-decoration\":\"underline\"},children:/*#__PURE__*/_jsx(Link,{href:q_SxAnLhr,motionChild:true,nodeId:\"I2239:3376;6852:26894\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1iqrcyl\",\"data-styles-preset\":\"Yw1w5BpIB\",children:\"Hunting PrismX: Techniques for Network Discovery\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"18px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:\"Content\"})}),className:\"framer-1mxy482\",\"data-framer-name\":\"March 12, 2024\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26895\",style:{\"--extracted-r6o4lv\":\"var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69))\",\"--framer-paragraph-spacing\":\"0px\"},text:textContent,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-QKjwy.framer-1a6kygc, .framer-QKjwy .framer-1a6kygc { display: block; }\",\".framer-QKjwy.framer-quw77p { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-QKjwy .framer-ijd72g { 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; text-decoration: none; width: min-content; }\",\".framer-QKjwy .framer-1l961gv-container { flex: none; height: 72px; position: relative; width: 72px; }\",\".framer-QKjwy .framer-ubeeia { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-QKjwy .framer-929qyt, .framer-QKjwy .framer-1mxy482 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 212px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QKjwy.framer-quw77p, .framer-QKjwy .framer-ijd72g, .framer-QKjwy .framer-ubeeia { gap: 0px; } .framer-QKjwy.framer-quw77p > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-QKjwy.framer-quw77p > :first-child, .framer-QKjwy .framer-ijd72g > :first-child { margin-left: 0px; } .framer-QKjwy.framer-quw77p > :last-child, .framer-QKjwy .framer-ijd72g > :last-child { margin-right: 0px; } .framer-QKjwy .framer-ijd72g > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QKjwy .framer-ubeeia > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-QKjwy .framer-ubeeia > :first-child { margin-top: 0px; } .framer-QKjwy .framer-ubeeia > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"NCP3UT8Ns\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"Yw3pt6nZJ\":\"image\",\"qMcrV6ikg\":\"title\",\"q_SxAnLhr\":\"link\",\"E5iw7EviQ\":\"date2\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerIcKaHNY_v=withCSS(Component,css,\"framer-QKjwy\");export default FramerIcKaHNY_v;FramerIcKaHNY_v.displayName=\"blog-card-mini\";FramerIcKaHNY_v.defaultProps={height:72,width:300};addPropertyControls(FramerIcKaHNY_v,{Yw3pt6nZJ:{__defaultAssetReference:\"data:framer/asset-reference,QxMFf5Op72FxNOodhnnJb7Ae8.png?originalFilename=Rectangle+684.png&preferredSize=auto\",description:\"Blog post thumbnail\",title:\"Image\",type:ControlType.ResponsiveImage},qMcrV6ikg:{defaultValue:\"Hunting PrismX: Techniques for Network Discovery\",displayTextArea:false,title:\"Title\",type:ControlType.String},q_SxAnLhr:{title:\"Link\",type:ControlType.Link},E5iw7EviQ:{defaultValue:\"1970-01-01T00:00:00.000Z\",title:\"Date 2\",type:ControlType.Date}});addFonts(FramerIcKaHNY_v,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...ImageBoxFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIcKaHNY_v\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"72\",\"framerVariables\":\"{\\\"Yw3pt6nZJ\\\":\\\"image\\\",\\\"qMcrV6ikg\\\":\\\"title\\\",\\\"q_SxAnLhr\\\":\\\"link\\\",\\\"E5iw7EviQ\\\":\\\"date2\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"300\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"NCP3UT8Ns\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IcKaHNY_v.map", "// Generated by Framer (26d4882)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getPropertyControls,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";const PhosphorFonts=getFonts(Phosphor);const PhosphorControls=getPropertyControls(Phosphor);const cycleOrder=[\"PdjyyBgWf\",\"tctr8CtO4\"];const serializationHash=\"framer-KtIpA\";const variantClassNames={PdjyyBgWf:\"framer-v-bm1h2j\",tctr8CtO4:\"framer-v-1aqk2a6\"};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 transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};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 humanReadableVariantMap={Active:\"tctr8CtO4\",InActive:\"PdjyyBgWf\"};const getProps=({active,height,icon,id,inActive,weight,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3,_ref4;return{...props,G6irDsNeL:(_ref=active!==null&&active!==void 0?active:props.G6irDsNeL)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",pRHizpZ48:(_ref1=icon!==null&&icon!==void 0?icon:props.pRHizpZ48)!==null&&_ref1!==void 0?_ref1:\"Sun\",Q5dMDAlEN:(_ref2=inActive!==null&&inActive!==void 0?inActive:props.Q5dMDAlEN)!==null&&_ref2!==void 0?_ref2:\"rgb(115, 115, 115)\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"PdjyyBgWf\",WA8k1PXV8:(_ref4=weight!==null&&weight!==void 0?weight:props.WA8k1PXV8)!==null&&_ref4!==void 0?_ref4:\"bold\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,pRHizpZ48,Q5dMDAlEN,G6irDsNeL,WA8k1PXV8,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"PdjyyBgWf\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-KtIpA\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(\"framer-bm1h2j\",className),\"data-framer-name\":\"InActive\",layoutDependency:layoutDependency,layoutId:\"PdjyyBgWf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({tctr8CtO4:{\"data-framer-name\":\"Active\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1dzsuam-container\",layoutDependency:layoutDependency,layoutId:\"SAIShunad-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:Q5dMDAlEN,height:\"100%\",iconSearch:\"House\",iconSelection:pRHizpZ48,id:\"SAIShunad\",layoutId:\"SAIShunad\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},weight:WA8k1PXV8,width:\"100%\",...addPropertyOverrides({tctr8CtO4:{color:G6irDsNeL}},baseVariant,gestureVariant)})})})})})});});const css=['.framer-KtIpA [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-KtIpA .framer-umyexy { display: block; }\",\".framer-KtIpA .framer-bm1h2j { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 32px; justify-content: center; padding: 0px 0px 0px 0px; position: relative; width: 32px; }\",\".framer-KtIpA .framer-1dzsuam-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-KtIpA .framer-bm1h2j { gap: 0px; } .framer-KtIpA .framer-bm1h2j > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-KtIpA .framer-bm1h2j > :first-child { margin-left: 0px; } .framer-KtIpA .framer-bm1h2j > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 32\n * @framerIntrinsicWidth 32\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"tctr8CtO4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"pRHizpZ48\":\"icon\",\"Q5dMDAlEN\":\"inActive\",\"G6irDsNeL\":\"active\",\"WA8k1PXV8\":\"weight\"}\n * @framerImmutableVariables true\n */const FramerYWyb6BbyX=withCSS(Component,css,\"framer-KtIpA\");export default FramerYWyb6BbyX;FramerYWyb6BbyX.displayName=\"ToggleButton\";FramerYWyb6BbyX.defaultProps={height:32,width:32};addPropertyControls(FramerYWyb6BbyX,{variant:{options:[\"PdjyyBgWf\",\"tctr8CtO4\"],optionTitles:[\"InActive\",\"Active\"],title:\"Variant\",type:ControlType.Enum},pRHizpZ48:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"iconSelection\"])&&{...PhosphorControls[\"iconSelection\"],defaultValue:\"Sun\",hidden:undefined,title:\"Icon\"},Q5dMDAlEN:{defaultValue:\"rgb(115, 115, 115)\",title:\"InActive\",type:ControlType.Color},G6irDsNeL:{defaultValue:\"rgb(255, 255, 255)\",title:\"Active\",type:ControlType.Color},WA8k1PXV8:(PhosphorControls===null||PhosphorControls===void 0?void 0:PhosphorControls[\"weight\"])&&{...PhosphorControls[\"weight\"],defaultValue:\"bold\",hidden:undefined,title:\"Weight\"}});addFonts(FramerYWyb6BbyX,[...PhosphorFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYWyb6BbyX\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"32\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"tctr8CtO4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"32\",\"framerVariables\":\"{\\\"pRHizpZ48\\\":\\\"icon\\\",\\\"Q5dMDAlEN\\\":\\\"inActive\\\",\\\"G6irDsNeL\\\":\\\"active\\\",\\\"WA8k1PXV8\\\":\\\"weight\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YWyb6BbyX.map", "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", "let Component;\nvar House_default = (React) => {\n  if (!Component) {\n    const weights = /* @__PURE__ */ new Map([\n      [\n        \"bold\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M221.56,100.85,141.61,25.38l-.16-.15a19.93,19.93,0,0,0-26.91,0l-.17.15L34.44,100.85A20.07,20.07,0,0,0,28,115.55V208a20,20,0,0,0,20,20H96a20,20,0,0,0,20-20V164h24v44a20,20,0,0,0,20,20h48a20,20,0,0,0,20-20V115.55A20.07,20.07,0,0,0,221.56,100.85ZM204,204H164V160a20,20,0,0,0-20-20H112a20,20,0,0,0-20,20v44H52V117.28l76-71.75,76,71.75Z\" }))\n      ],\n      [\n        \"duotone\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\n          \"path\",\n          {\n            d: \"M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z\",\n            opacity: \"0.2\"\n          }\n        ), /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"fill\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M224,115.55V208a16,16,0,0,1-16,16H168a16,16,0,0,1-16-16V168a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v40a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V115.55a16,16,0,0,1,5.17-11.78l80-75.48.11-.11a16,16,0,0,1,21.53,0,1.14,1.14,0,0,0,.11.11l80,75.48A16,16,0,0,1,224,115.55Z\" }))\n      ],\n      [\n        \"light\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M217.47,105.24l-80-75.5-.09-.08a13.94,13.94,0,0,0-18.83,0l-.09.08-80,75.5A14,14,0,0,0,34,115.55V208a14,14,0,0,0,14,14H96a14,14,0,0,0,14-14V160a2,2,0,0,1,2-2h32a2,2,0,0,1,2,2v48a14,14,0,0,0,14,14h48a14,14,0,0,0,14-14V115.55A14,14,0,0,0,217.47,105.24ZM210,208a2,2,0,0,1-2,2H160a2,2,0,0,1-2-2V160a14,14,0,0,0-14-14H112a14,14,0,0,0-14,14v48a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V115.55a2,2,0,0,1,.65-1.48l.09-.08,79.94-75.48a2,2,0,0,1,2.63,0L209.26,114l.08.08a2,2,0,0,1,.66,1.48Z\" }))\n      ],\n      [\n        \"regular\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z\" }))\n      ],\n      [\n        \"thin\",\n        /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(\"path\", { d: \"M216.13,106.72,136.07,31.13a12,12,0,0,0-16.2.05L39.93,106.67A12,12,0,0,0,36,115.54V208a12,12,0,0,0,12,12H96a12,12,0,0,0,12-12V160a4,4,0,0,1,4-4h32a4,4,0,0,1,4,4v48a12,12,0,0,0,12,12h48a12,12,0,0,0,12-12V115.54A12,12,0,0,0,216.13,106.72ZM212,208a4,4,0,0,1-4,4H160a4,4,0,0,1-4-4V160a12,12,0,0,0-12-12H112a12,12,0,0,0-12,12v48a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V115.54a4.09,4.09,0,0,1,1.36-3L125.3,37.05a4,4,0,0,1,5.33,0l80.06,75.58a4,4,0,0,1,1.31,3Z\" }))\n      ]\n    ]);\n    const House = React.forwardRef((props, ref) => /* @__PURE__ */ React.createElement(\"g\", { ref, ...props }, weights.get(props.weight)));\n    House.displayName = \"House\";\n    Component = House;\n  }\n  return Component;\n};\nconst __FramerMetadata__ = {\n  exports: {\n    default: {\n      type: \"reactComponent\",\n      slots: [],\n      annotations: { framerContractVersion: \"1\" }\n    },\n    __FramerMetadata__: { type: \"variable\" }\n  }\n};\nexport {\n  __FramerMetadata__,\n  House_default as default\n};\n", "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", "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.53\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";const iconKeys=[\"AddressBook\",\"AirTrafficControl\",\"Airplane\",\"AirplaneInFlight\",\"AirplaneLanding\",\"AirplaneTakeoff\",\"AirplaneTilt\",\"Airplay\",\"Alarm\",\"Alien\",\"AlignBottom\",\"AlignBottomSimple\",\"AlignCenterVertical\",\"AlignLeft\",\"AlignLeftSimple\",\"AlignRight\",\"AlignRightSimple\",\"AlignTop\",\"AlignTopSimple\",\"AmazonLogo\",\"Anchor\",\"AnchorSimple\",\"AndroidLogo\",\"AngularLogo\",\"Aperture\",\"AppStoreLogo\",\"AppWindow\",\"AppleLogo\",\"ApplePodcastsLogo\",\"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\",\"Asterisk\",\"AsteriskSimple\",\"At\",\"Atom\",\"Baby\",\"Backpack\",\"Backspace\",\"Bag\",\"BagSimple\",\"Balloon\",\"Bandaids\",\"Bank\",\"Barbell\",\"Barcode\",\"Barricade\",\"Baseball\",\"BaseballCap\",\"Basket\",\"Basketball\",\"Bathtub\",\"BatteryCharging\",\"BatteryEmpty\",\"BatteryFull\",\"BatteryHigh\",\"BatteryLow\",\"BatteryMedium\",\"BatteryPlus\",\"BatteryPlusVertical\",\"BatteryVerticalEmpty\",\"BatteryVerticalFull\",\"BatteryVerticalHigh\",\"BatteryVerticalLow\",\"BatteryWarning\",\"Bed\",\"BeerBottle\",\"BeerStein\",\"BehanceLogo\",\"Bell\",\"BellRinging\",\"BellSimple\",\"BellSimpleRinging\",\"BellSimpleSlash\",\"BellSimpleZ\",\"BellSlash\",\"BellZ\",\"BezierCurve\",\"Bicycle\",\"Binoculars\",\"Bird\",\"Bluetooth\",\"BluetoothConnected\",\"BluetoothSlash\",\"BluetoothX\",\"Boat\",\"Bone\",\"Book\",\"BookBookmark\",\"BookOpen\",\"BookOpenText\",\"Bookmark\",\"BookmarkSimple\",\"Bookmarks\",\"BookmarksSimple\",\"Books\",\"Boot\",\"BoundingBox\",\"BowlFood\",\"BracketsAngle\",\"BracketsCurly\",\"BracketsRound\",\"BracketsSquare\",\"Brain\",\"Brandy\",\"Bridge\",\"Briefcase\",\"BriefcaseMetal\",\"Broadcast\",\"Broom\",\"Browser\",\"Browsers\",\"Bug\",\"BugBeetle\",\"BugDroid\",\"Buildings\",\"Bus\",\"Butterfly\",\"Cactus\",\"Cake\",\"Calculator\",\"Calendar\",\"CalendarBlank\",\"CalendarCheck\",\"CalendarPlus\",\"CalendarX\",\"CallBell\",\"Camera\",\"CameraPlus\",\"CameraRotate\",\"CameraSlash\",\"Campfire\",\"Car\",\"CarProfile\",\"CarSimple\",\"Cardholder\",\"Cards\",\"CaretCircleDoubleUp\",\"CaretCircleDown\",\"CaretCircleLeft\",\"CaretCircleRight\",\"CaretCircleUp\",\"CaretCircleUpDown\",\"CaretDoubleDown\",\"CaretDoubleLeft\",\"CaretDoubleRight\",\"CaretDoubleUp\",\"CaretDown\",\"CaretLeft\",\"CaretRight\",\"CaretUp\",\"CaretUpDown\",\"Carrot\",\"CassetteTape\",\"CastleTurret\",\"Cat\",\"CellSignalFull\",\"CellSignalHigh\",\"CellSignalLow\",\"CellSignalMedium\",\"CellSignalNone\",\"CellSignalSlash\",\"CellSignalX\",\"Certificate\",\"Chair\",\"Chalkboard\",\"ChalkboardSimple\",\"ChalkboardTeacher\",\"Champagne\",\"ChargingStation\",\"ChartBar\",\"ChartBarHorizontal\",\"ChartDonut\",\"ChartLine\",\"ChartLineDown\",\"ChartLineUp\",\"ChartPie\",\"ChartPieSlice\",\"ChartPolar\",\"ChartScatter\",\"Chat\",\"ChatCentered\",\"ChatCenteredDots\",\"ChatCenteredText\",\"ChatCircle\",\"ChatCircleDots\",\"ChatCircleText\",\"ChatDots\",\"ChatTeardrop\",\"ChatTeardropDots\",\"ChatTeardropText\",\"ChatText\",\"Chats\",\"ChatsCircle\",\"ChatsTeardrop\",\"Check\",\"CheckCircle\",\"CheckFat\",\"CheckSquare\",\"CheckSquareOffset\",\"Checks\",\"Church\",\"Circle\",\"CircleDashed\",\"CircleHalf\",\"CircleHalfTilt\",\"CircleNotch\",\"CirclesFour\",\"CirclesThree\",\"CirclesThreePlus\",\"Circuitry\",\"Clipboard\",\"ClipboardText\",\"Clock\",\"ClockAfternoon\",\"ClockClockwise\",\"ClockCounterClockwise\",\"ClockCountdown\",\"ClosedCaptioning\",\"Cloud\",\"CloudArrowDown\",\"CloudArrowUp\",\"CloudCheck\",\"CloudFog\",\"CloudLightning\",\"CloudMoon\",\"CloudRain\",\"CloudSlash\",\"CloudSnow\",\"CloudSun\",\"CloudWarning\",\"CloudX\",\"Club\",\"CoatHanger\",\"CodaLogo\",\"Code\",\"CodeBlock\",\"CodeSimple\",\"CodepenLogo\",\"CodesandboxLogo\",\"Coffee\",\"Coin\",\"CoinVertical\",\"Coins\",\"Columns\",\"Command\",\"Compass\",\"CompassTool\",\"ComputerTower\",\"Confetti\",\"ContactlessPayment\",\"Control\",\"Cookie\",\"CookingPot\",\"Copy\",\"CopySimple\",\"Copyleft\",\"Copyright\",\"CornersIn\",\"CornersOut\",\"Couch\",\"Cpu\",\"CreditCard\",\"Crop\",\"Cross\",\"Crosshair\",\"CrosshairSimple\",\"Crown\",\"CrownSimple\",\"Cube\",\"CubeFocus\",\"CubeTransparent\",\"CurrencyBtc\",\"CurrencyCircleDollar\",\"CurrencyCny\",\"CurrencyDollar\",\"CurrencyDollarSimple\",\"CurrencyEth\",\"CurrencyEur\",\"CurrencyGbp\",\"CurrencyInr\",\"CurrencyJpy\",\"CurrencyKrw\",\"CurrencyKzt\",\"CurrencyNgn\",\"CurrencyRub\",\"Cursor\",\"CursorClick\",\"CursorText\",\"Cylinder\",\"Database\",\"Desktop\",\"DesktopTower\",\"Detective\",\"DevToLogo\",\"DeviceMobile\",\"DeviceMobileCamera\",\"DeviceMobileSpeaker\",\"DeviceTablet\",\"DeviceTabletCamera\",\"DeviceTabletSpeaker\",\"Devices\",\"Diamond\",\"DiamondsFour\",\"DiceFive\",\"DiceFour\",\"DiceOne\",\"DiceSix\",\"DiceThree\",\"DiceTwo\",\"Disc\",\"DiscordLogo\",\"Divide\",\"Dna\",\"Dog\",\"Door\",\"DoorOpen\",\"Dot\",\"DotOutline\",\"DotsNine\",\"DotsSix\",\"DotsSixVertical\",\"DotsThree\",\"DotsThreeCircle\",\"DotsThreeOutline\",\"DotsThreeVertical\",\"Download\",\"DownloadSimple\",\"Dress\",\"DribbbleLogo\",\"Drop\",\"DropHalf\",\"DropHalfBottom\",\"DropboxLogo\",\"Ear\",\"EarSlash\",\"Egg\",\"EggCrack\",\"Eject\",\"EjectSimple\",\"Elevator\",\"Engine\",\"Envelope\",\"EnvelopeOpen\",\"EnvelopeSimple\",\"EnvelopeSimpleOpen\",\"Equalizer\",\"Equals\",\"Eraser\",\"EscalatorDown\",\"EscalatorUp\",\"Exam\",\"Exclude\",\"ExcludeSquare\",\"Export\",\"Eye\",\"EyeClosed\",\"EyeSlash\",\"Eyedropper\",\"EyedropperSample\",\"Eyeglasses\",\"FaceMask\",\"FacebookLogo\",\"Factory\",\"Faders\",\"FadersHorizontal\",\"Fan\",\"FastForward\",\"FastForwardCircle\",\"Feather\",\"FigmaLogo\",\"File\",\"FileArchive\",\"FileArrowDown\",\"FileArrowUp\",\"FileAudio\",\"FileCloud\",\"FileCode\",\"FileCss\",\"FileCsv\",\"FileDashed\",\"FileDoc\",\"FileHtml\",\"FileImage\",\"FileJpg\",\"FileJs\",\"FileJsx\",\"FileLock\",\"FileMagnifyingGlass\",\"FileMinus\",\"FilePdf\",\"FilePlus\",\"FilePng\",\"FilePpt\",\"FileRs\",\"FileSql\",\"FileSvg\",\"FileText\",\"FileTs\",\"FileTsx\",\"FileVideo\",\"FileVue\",\"FileX\",\"FileXls\",\"FileZip\",\"Files\",\"FilmReel\",\"FilmScript\",\"FilmSlate\",\"FilmStrip\",\"Fingerprint\",\"FingerprintSimple\",\"FinnTheHuman\",\"Fire\",\"FireExtinguisher\",\"FireSimple\",\"FirstAid\",\"FirstAidKit\",\"Fish\",\"FishSimple\",\"Flag\",\"FlagBanner\",\"FlagCheckered\",\"FlagPennant\",\"Flame\",\"Flashlight\",\"Flask\",\"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\",\"Footprints\",\"ForkKnife\",\"FrameCorners\",\"FramerLogo\",\"Function\",\"Funnel\",\"FunnelSimple\",\"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\",\"GlobeStand\",\"Goggles\",\"GoodreadsLogo\",\"GoogleCardboardLogo\",\"GoogleChromeLogo\",\"GoogleDriveLogo\",\"GoogleLogo\",\"GooglePhotosLogo\",\"GooglePlayLogo\",\"GooglePodcastsLogo\",\"Gradient\",\"GraduationCap\",\"Grains\",\"GrainsSlash\",\"Graph\",\"GridFour\",\"GridNine\",\"Guitar\",\"Hamburger\",\"Hammer\",\"Hand\",\"HandCoins\",\"HandEye\",\"HandFist\",\"HandGrabbing\",\"HandHeart\",\"HandPalm\",\"HandPointing\",\"HandSoap\",\"HandSwipeLeft\",\"HandSwipeRight\",\"HandTap\",\"HandWaving\",\"Handbag\",\"HandbagSimple\",\"HandsClapping\",\"HandsPraying\",\"Handshake\",\"HardDrive\",\"HardDrives\",\"Hash\",\"HashStraight\",\"Headlights\",\"Headphones\",\"Headset\",\"Heart\",\"HeartBreak\",\"HeartHalf\",\"HeartStraight\",\"HeartStraightBreak\",\"Heartbeat\",\"Hexagon\",\"HighHeel\",\"HighlighterCircle\",\"Hoodie\",\"Horse\",\"Hourglass\",\"HourglassHigh\",\"HourglassLow\",\"HourglassMedium\",\"HourglassSimple\",\"HourglassSimpleHigh\",\"HourglassSimpleLow\",\"House\",\"HouseLine\",\"HouseSimple\",\"IceCream\",\"IdentificationBadge\",\"IdentificationCard\",\"Image\",\"ImageSquare\",\"Images\",\"ImagesSquare\",\"Infinity\",\"Info\",\"InstagramLogo\",\"Intersect\",\"IntersectSquare\",\"IntersectThree\",\"Jeep\",\"Kanban\",\"Key\",\"KeyReturn\",\"Keyboard\",\"Keyhole\",\"Knife\",\"Ladder\",\"LadderSimple\",\"Lamp\",\"Laptop\",\"Layout\",\"Leaf\",\"Lifebuoy\",\"Lightbulb\",\"LightbulbFilament\",\"Lighthouse\",\"Lightning\",\"LightningA\",\"LightningSlash\",\"LineSegment\",\"LineSegments\",\"Link\",\"LinkBreak\",\"LinkSimple\",\"LinkSimpleBreak\",\"LinkSimpleHorizontal\",\"LinkedinLogo\",\"LinuxLogo\",\"List\",\"ListBullets\",\"ListChecks\",\"ListDashes\",\"ListMagnifyingGlass\",\"ListNumbers\",\"ListPlus\",\"Lock\",\"LockKey\",\"LockKeyOpen\",\"LockLaminated\",\"LockLaminatedOpen\",\"LockOpen\",\"LockSimple\",\"LockSimpleOpen\",\"Lockers\",\"MagicWand\",\"Magnet\",\"MagnetStraight\",\"MagnifyingGlass\",\"MagnifyingGlassMinus\",\"MagnifyingGlassPlus\",\"MapPin\",\"MapPinLine\",\"MapTrifold\",\"MarkerCircle\",\"Martini\",\"MaskHappy\",\"MaskSad\",\"MathOperations\",\"Medal\",\"MedalMilitary\",\"MediumLogo\",\"Megaphone\",\"MegaphoneSimple\",\"MessengerLogo\",\"MetaLogo\",\"Metronome\",\"Microphone\",\"MicrophoneSlash\",\"MicrophoneStage\",\"MicrosoftExcelLogo\",\"MicrosoftOutlookLogo\",\"MicrosoftTeamsLogo\",\"MicrosoftWordLogo\",\"Minus\",\"MinusCircle\",\"MinusSquare\",\"Money\",\"Monitor\",\"MonitorPlay\",\"Moon\",\"MoonStars\",\"Moped\",\"MopedFront\",\"Mosque\",\"Motorcycle\",\"Mountains\",\"Mouse\",\"MouseSimple\",\"MusicNote\",\"MusicNoteSimple\",\"MusicNotes\",\"MusicNotesPlus\",\"MusicNotesSimple\",\"NavigationArrow\",\"Needle\",\"Newspaper\",\"NewspaperClipping\",\"Notches\",\"Note\",\"NoteBlank\",\"NotePencil\",\"Notebook\",\"Notepad\",\"Notification\",\"NotionLogo\",\"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\",\"Nut\",\"NyTimesLogo\",\"Octagon\",\"OfficeChair\",\"Option\",\"OrangeSlice\",\"Package\",\"PaintBrush\",\"PaintBrushBroad\",\"PaintBrushHousehold\",\"PaintBucket\",\"PaintRoller\",\"Palette\",\"Pants\",\"PaperPlane\",\"PaperPlaneRight\",\"PaperPlaneTilt\",\"Paperclip\",\"PaperclipHorizontal\",\"Parachute\",\"Paragraph\",\"Parallelogram\",\"Park\",\"Password\",\"Path\",\"PatreonLogo\",\"Pause\",\"PauseCircle\",\"PawPrint\",\"PaypalLogo\",\"Peace\",\"Pen\",\"PenNib\",\"PenNibStraight\",\"Pencil\",\"PencilCircle\",\"PencilLine\",\"PencilSimple\",\"PencilSimpleLine\",\"PencilSimpleSlash\",\"PencilSlash\",\"Pentagram\",\"Pepper\",\"Percent\",\"Person\",\"PersonArmsSpread\",\"PersonSimple\",\"PersonSimpleBike\",\"PersonSimpleRun\",\"PersonSimpleThrow\",\"PersonSimpleWalk\",\"Perspective\",\"Phone\",\"PhoneCall\",\"PhoneDisconnect\",\"PhoneIncoming\",\"PhoneOutgoing\",\"PhonePlus\",\"PhoneSlash\",\"PhoneX\",\"PhosphorLogo\",\"Pi\",\"PianoKeys\",\"PictureInPicture\",\"PiggyBank\",\"Pill\",\"PinterestLogo\",\"Pinwheel\",\"Pizza\",\"Placeholder\",\"Planet\",\"Plant\",\"Play\",\"PlayCircle\",\"PlayPause\",\"Playlist\",\"Plug\",\"PlugCharging\",\"Plugs\",\"PlugsConnected\",\"Plus\",\"PlusCircle\",\"PlusMinus\",\"PlusSquare\",\"PokerChip\",\"PoliceCar\",\"Polygon\",\"Popcorn\",\"PottedPlant\",\"Power\",\"Prescription\",\"Presentation\",\"PresentationChart\",\"Printer\",\"Prohibit\",\"ProhibitInset\",\"ProjectorScreen\",\"ProjectorScreenChart\",\"Pulse\",\"PushPin\",\"PushPinSimple\",\"PushPinSimpleSlash\",\"PushPinSlash\",\"PuzzlePiece\",\"QrCode\",\"Question\",\"Queue\",\"Quotes\",\"Radical\",\"Radio\",\"RadioButton\",\"Radioactive\",\"Rainbow\",\"RainbowCloud\",\"ReadCvLogo\",\"Receipt\",\"ReceiptX\",\"Record\",\"Rectangle\",\"Recycle\",\"RedditLogo\",\"Repeat\",\"RepeatOnce\",\"Rewind\",\"RewindCircle\",\"RoadHorizon\",\"Robot\",\"Rocket\",\"RocketLaunch\",\"Rows\",\"Rss\",\"RssSimple\",\"Rug\",\"Ruler\",\"Scales\",\"Scan\",\"Scissors\",\"Scooter\",\"Screencast\",\"ScribbleLoop\",\"Scroll\",\"Seal\",\"SealCheck\",\"SealQuestion\",\"SealWarning\",\"Selection\",\"SelectionAll\",\"SelectionBackground\",\"SelectionForeground\",\"SelectionInverse\",\"SelectionPlus\",\"SelectionSlash\",\"Shapes\",\"Share\",\"ShareFat\",\"ShareNetwork\",\"Shield\",\"ShieldCheck\",\"ShieldCheckered\",\"ShieldChevron\",\"ShieldPlus\",\"ShieldSlash\",\"ShieldStar\",\"ShieldWarning\",\"ShirtFolded\",\"ShootingStar\",\"ShoppingBag\",\"ShoppingBagOpen\",\"ShoppingCart\",\"ShoppingCartSimple\",\"Shower\",\"Shrimp\",\"Shuffle\",\"ShuffleAngular\",\"ShuffleSimple\",\"Sidebar\",\"SidebarSimple\",\"Sigma\",\"SignIn\",\"SignOut\",\"Signature\",\"Signpost\",\"SimCard\",\"Siren\",\"SketchLogo\",\"SkipBack\",\"SkipBackCircle\",\"SkipForward\",\"SkipForwardCircle\",\"Skull\",\"SlackLogo\",\"Sliders\",\"SlidersHorizontal\",\"Slideshow\",\"Smiley\",\"SmileyAngry\",\"SmileyBlank\",\"SmileyMeh\",\"SmileyNervous\",\"SmileySad\",\"SmileySticker\",\"SmileyWink\",\"SmileyXEyes\",\"SnapchatLogo\",\"Sneaker\",\"SneakerMove\",\"Snowflake\",\"SoccerBall\",\"SortAscending\",\"SortDescending\",\"SoundcloudLogo\",\"Spade\",\"Sparkle\",\"SpeakerHifi\",\"SpeakerHigh\",\"SpeakerLow\",\"SpeakerNone\",\"SpeakerSimpleHigh\",\"SpeakerSimpleLow\",\"SpeakerSimpleNone\",\"SpeakerSimpleSlash\",\"SpeakerSimpleX\",\"SpeakerSlash\",\"SpeakerX\",\"Spinner\",\"SpinnerGap\",\"Spiral\",\"SplitHorizontal\",\"SplitVertical\",\"SpotifyLogo\",\"Square\",\"SquareHalf\",\"SquareHalfBottom\",\"SquareLogo\",\"SquareSplitVertical\",\"SquaresFour\",\"Stack\",\"StackOverflowLogo\",\"StackSimple\",\"Stairs\",\"Stamp\",\"Star\",\"StarAndCrescent\",\"StarFour\",\"StarHalf\",\"StarOfDavid\",\"SteeringWheel\",\"Steps\",\"Stethoscope\",\"Sticker\",\"Stool\",\"Stop\",\"StopCircle\",\"Storefront\",\"Strategy\",\"StripeLogo\",\"Student\",\"Subtitles\",\"Subtract\",\"SubtractSquare\",\"Suitcase\",\"SuitcaseRolling\",\"SuitcaseSimple\",\"Sun\",\"SunDim\",\"SunHorizon\",\"Sunglasses\",\"Swap\",\"Swatches\",\"SwimmingPool\",\"Sword\",\"Synagogue\",\"Syringe\",\"TShirt\",\"Table\",\"Tabs\",\"Tag\",\"TagChevron\",\"TagSimple\",\"Target\",\"Taxi\",\"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\",\"TextT\",\"TextUnderline\",\"Textbox\",\"Thermometer\",\"ThermometerCold\",\"ThermometerHot\",\"ThermometerSimple\",\"ThumbsDown\",\"ThumbsUp\",\"Ticket\",\"TidalLogo\",\"TiktokLogo\",\"Timer\",\"Tipi\",\"ToggleLeft\",\"ToggleRight\",\"Toilet\",\"ToiletPaper\",\"Toolbox\",\"Tooth\",\"Tote\",\"ToteSimple\",\"Trademark\",\"TrademarkRegistered\",\"TrafficCone\",\"TrafficSign\",\"TrafficSignal\",\"Train\",\"TrainRegional\",\"TrainSimple\",\"Tram\",\"Translate\",\"Trash\",\"TrashSimple\",\"Tray\",\"Tree\",\"TreeEvergreen\",\"TreePalm\",\"TreeStructure\",\"TrendDown\",\"TrendUp\",\"Triangle\",\"Trophy\",\"Truck\",\"TwitchLogo\",\"TwitterLogo\",\"Umbrella\",\"UmbrellaSimple\",\"Unite\",\"UniteSquare\",\"Upload\",\"UploadSimple\",\"Usb\",\"User\",\"UserCircle\",\"UserCircleGear\",\"UserCircleMinus\",\"UserCirclePlus\",\"UserFocus\",\"UserGear\",\"UserList\",\"UserMinus\",\"UserPlus\",\"UserRectangle\",\"UserSquare\",\"UserSwitch\",\"Users\",\"UsersFour\",\"UsersThree\",\"Van\",\"Vault\",\"Vibrate\",\"Video\",\"VideoCamera\",\"VideoCameraSlash\",\"Vignette\",\"VinylRecord\",\"VirtualReality\",\"Virus\",\"Voicemail\",\"Volleyball\",\"Wall\",\"Wallet\",\"Warehouse\",\"Warning\",\"WarningCircle\",\"WarningDiamond\",\"WarningOctagon\",\"Watch\",\"WaveSawtooth\",\"WaveSine\",\"WaveSquare\",\"WaveTriangle\",\"Waveform\",\"Waves\",\"Webcam\",\"WebcamSlash\",\"WebhooksLogo\",\"WechatLogo\",\"WhatsappLogo\",\"Wheelchair\",\"WheelchairMotion\",\"WifiHigh\",\"WifiLow\",\"WifiMedium\",\"WifiNone\",\"WifiSlash\",\"WifiX\",\"Wind\",\"WindowsLogo\",\"Wine\",\"Wrench\",\"X\",\"XCircle\",\"XSquare\",\"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.53\";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\u2026\",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\":{\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerContractVersion\":\"1\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Phosphor.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useEffect}from\"react\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";// Learn more: https://www.framer.com/docs/guides/overrides/\nconst useStore=createStore({theme:\"\"});const changeTheme=theme=>{const htmlElement=document.getElementsByTagName(\"html\")[0];const bodyElement=document.getElementsByTagName(\"body\")[0];htmlElement.setAttribute(\"toggle-theme\",`${theme}`);bodyElement.setAttribute(\"toggle-theme\",`${theme}`);if(theme===\"system\"){localStorage.getItem(\"currentToggleState\")&&localStorage.removeItem(\"currentToggleState\");}else{localStorage.setItem(\"currentToggleState\",`${theme}`);}const event=new Event(\"themeChange\");window.dispatchEvent(event);// console.log(event)\nreturn;};export function withToggleTheme(Component){return props=>{const[store,setStore]=useStore();// Detect theme and setup stylesheets on mount\nuseEffect(()=>{const updateTheme=()=>{const prefersDarkScheme=window.matchMedia(\"(prefers-color-scheme: dark)\");const prefersLightScheme=window.matchMedia(\"(prefers-color-scheme: light)\");// If true set theme to system otherwise set it to light\nconst detectedTheme=prefersDarkScheme.matches||prefersLightScheme.matches?\"system\":\"light\";// Store the theme\nsetStore({theme:`${detectedTheme}`});};updateTheme();// Create attributes on html and body so that theme will be applied based on store\nconst htmlElement=document.getElementsByTagName(\"html\")[0];const bodyElement=document.getElementsByTagName(\"body\")[0];htmlElement&&htmlElement.setAttribute(\"toggle-theme\",`${store.theme}`);bodyElement&&bodyElement.setAttribute(\"toggle-theme\",`${store.theme}`);// Create sets of light and dark mode tokens\nlet lightThemeTokens=[];let darkThemeTokens=[];for(let i=0;i<document.styleSheets.length;i++){const sheet=document.styleSheets[i];try{for(let rule of sheet.cssRules){// Get light and dark mode tokens\nif(rule.selectorText===\"body\"){const style=rule.style;for(let j=0;j<style.length;j++){const propertyName=style[j];if(propertyName.includes(\"--token\")){const value=style.getPropertyValue(propertyName);// Check for specific tokens or list all\nconst combinedCssRule=`${propertyName}: ${value};`;lightThemeTokens.push(combinedCssRule);}}lightThemeTokens=lightThemeTokens.join(\" \");}else if(rule.conditionText===\"(prefers-color-scheme: dark)\"){const mediaRulesString=rule.cssRules[0].cssText.replace(\"body\",\"\").replace(/\\s*{\\s*/,\"\").replace(/\\s*}\\s*$/,\"\");darkThemeTokens=mediaRulesString;}}}catch(e){console.warn(\"Cannot access stylesheet:\",sheet.href);}}// Create styleSheet with id and populate with correct CSS text\nlet styleElement=document.createElement(\"style\");styleElement.id=\"toggle-theme\";const customCssRule=`body[toggle-theme=\"light\"] {${lightThemeTokens}} body[toggle-theme=\"dark\"]{${darkThemeTokens}} html[toggle-theme=\"light\"] { color-scheme: light; } html[toggle-theme=\"dark\"] { color-scheme: dark; }`;styleElement.textContent=customCssRule;document.head.appendChild(styleElement);},[]);return /*#__PURE__*/_jsx(Component,{...props});};}export function withLightTheme(Component){return props=>{const[store,setStore]=useStore();// Handle the click\nconst clickLightTheme=()=>{setStore({theme:\"light\"});changeTheme(\"light\");};return /*#__PURE__*/_jsx(Component,{...props,variant:store.theme===\"light\"?\"Active\":\"Inactive\",whileHover:{scale:1.2},onClick:clickLightTheme});};}export function withDarkTheme(Component){return props=>{const[store,setStore]=useStore();const clickDarkTheme=()=>{// Storing the mode\nsetStore({theme:\"dark\"});changeTheme(\"dark\");};return /*#__PURE__*/_jsx(Component,{...props,variant:store.theme===\"dark\"?\"Active\":\"Inactive\",whileHover:{scale:1.2},onClick:clickDarkTheme});};}export function withSystemTheme(Component){return props=>{const[store,setStore]=useStore();const clickSystemTheme=()=>{if(store.theme===\"system\"){return;}else{// Store the theme choice\nsetStore({theme:\"system\"});changeTheme(\"system\");}};return /*#__PURE__*/_jsx(Component,{...props,variant:store.theme===\"system\"?\"Active\":\"Inactive\",onClick:clickSystemTheme,whileHover:{scale:1.2}});};}\nexport const __FramerMetadata__ = {\"exports\":{\"withDarkTheme\":{\"type\":\"reactHoc\",\"name\":\"withDarkTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withLightTheme\":{\"type\":\"reactHoc\",\"name\":\"withLightTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withSystemTheme\":{\"type\":\"reactHoc\",\"name\":\"withSystemTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withToggleTheme\":{\"type\":\"reactHoc\",\"name\":\"withToggleTheme\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ThemeToggle.map", "// Generated by Framer (3fa6aa4)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withMappedReactProps}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ToggleButton,*as ToggleButtonInfo from\"https://framerusercontent.com/modules/97jXLC37Utn57dF7effh/DQ0g4e2B9Ko9cL74qPec/YWyb6BbyX.js\";import{withDarkTheme,withLightTheme,withToggleTheme}from\"https://framerusercontent.com/modules/zut3nAIjs6GSSyjpRvZG/mrsIJSHawybQjcu18NhX/ThemeToggle.js\";const ToggleButtonFonts=getFonts(ToggleButton);const ToggleButtonWithLightThemeWithMappedReactPropsa7nn8f=withMappedReactProps(withLightTheme(ToggleButton),ToggleButtonInfo);const ToggleButtonWithDarkThemeWithMappedReactPropsa7nn8f=withMappedReactProps(withDarkTheme(ToggleButton),ToggleButtonInfo);const MotionDivWithToggleTheme=withToggleTheme(motion.div);const cycleOrder=[\"KZqBUzk8d\",\"X32iRc0KR\"];const serializationHash=\"framer-uDfcz\";const variantClassNames={KZqBUzk8d:\"framer-v-1car3kq\",X32iRc0KR:\"framer-v-qss60p\"};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={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};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(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"KZqBUzk8d\",\"Variant 2\":\"X32iRc0KR\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"KZqBUzk8d\"};};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,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"KZqBUzk8d\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithToggleTheme,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1car3kq\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"KZqBUzk8d\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a25eace4-1e7e-422c-ba54-0867df1ea634, rgb(230, 232, 236))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-884346bb-76e1-48b9-9272-2e96b83c6563, rgb(250, 250, 250))\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},...addPropertyOverrides({X32iRc0KR:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-18z934d\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"ZxueF7xFx\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-1cab3a0f-7e3f-400c-b489-4e26cc04968f, rgb(230, 232, 236))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-135d9b3d-2a49-437c-b655-049411d2367f, rgb(255, 255, 255))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ndru19-container\",layoutDependency:layoutDependency,layoutId:\"GLlvSQpWT-container\",children:/*#__PURE__*/_jsx(ToggleButtonWithLightThemeWithMappedReactPropsa7nn8f,{G6irDsNeL:\"var(--token-84abb38a-2cb6-49ea-96b8-50ff587188a5, rgb(35, 38, 47))\",height:\"100%\",id:\"GLlvSQpWT\",layoutId:\"GLlvSQpWT\",pRHizpZ48:\"Sun\",Q5dMDAlEN:\"var(--token-47fa08bf-163b-400f-8772-4c2a60320a31, rgb(119, 126, 144))\",style:{height:\"100%\",width:\"100%\"},variant:\"tctr8CtO4\",WA8k1PXV8:\"fill\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-njr7tx\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"VQBVeJJfO\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a562046a-40d5-4efa-9965-4f8a83ca7e1e, rgba(53, 57, 69, 0))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-d8d4115c-cac6-498e-bebb-6355e6780b7f, rgba(35, 38, 47, 0))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-t6npye-container\",layoutDependency:layoutDependency,layoutId:\"il0rVB5ep-container\",children:/*#__PURE__*/_jsx(ToggleButtonWithDarkThemeWithMappedReactPropsa7nn8f,{G6irDsNeL:\"var(--token-fbfdc2b9-5f20-48f1-b6c9-483ded2e42f1, rgb(230, 232, 236))\",height:\"100%\",id:\"il0rVB5ep\",layoutId:\"il0rVB5ep\",pRHizpZ48:\"Moon\",Q5dMDAlEN:\"var(--token-47fa08bf-163b-400f-8772-4c2a60320a31, rgb(119, 126, 144))\",style:{height:\"100%\",width:\"100%\"},variant:\"PdjyyBgWf\",WA8k1PXV8:\"fill\",width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-uDfcz.framer-zo7cyx, .framer-uDfcz .framer-zo7cyx { display: block; }\",\".framer-uDfcz.framer-1car3kq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; padding: 4px; position: relative; width: min-content; }\",\".framer-uDfcz .framer-18z934d, .framer-uDfcz .framer-njr7tx { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 48px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 58px; z-index: 2; }\",\".framer-uDfcz .framer-ndru19-container, .framer-uDfcz .framer-t6npye-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-uDfcz.framer-1car3kq, .framer-uDfcz .framer-18z934d, .framer-uDfcz .framer-njr7tx { gap: 0px; } .framer-uDfcz.framer-1car3kq > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-uDfcz.framer-1car3kq > :first-child, .framer-uDfcz .framer-18z934d > :first-child, .framer-uDfcz .framer-njr7tx > :first-child { margin-left: 0px; } .framer-uDfcz.framer-1car3kq > :last-child, .framer-uDfcz .framer-18z934d > :last-child, .framer-uDfcz .framer-njr7tx > :last-child { margin-right: 0px; } .framer-uDfcz .framer-18z934d > *, .framer-uDfcz .framer-njr7tx > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } }\",\".framer-uDfcz.framer-v-qss60p .framer-18z934d, .framer-uDfcz.framer-v-qss60p .framer-njr7tx { aspect-ratio: 1.2083333333333333 / 1; height: var(--framer-aspect-ratio-supported, 32px); width: 39px; }\",'.framer-uDfcz[data-border=\"true\"]::after, .framer-uDfcz [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 56\n * @framerIntrinsicWidth 128\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"X32iRc0KR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framern5tyNFEe5=withCSS(Component,css,\"framer-uDfcz\");export default Framern5tyNFEe5;Framern5tyNFEe5.displayName=\"ThemeToggle\";Framern5tyNFEe5.defaultProps={height:56,width:128};addPropertyControls(Framern5tyNFEe5,{variant:{options:[\"KZqBUzk8d\",\"X32iRc0KR\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framern5tyNFEe5,[{explicitInter:true,fonts:[]},...ToggleButtonFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Framern5tyNFEe5\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"56\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"128\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"X32iRc0KR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./n5tyNFEe5.map", "// Generated by Framer (a3b61f5)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const enabledGestures={\"I2239:3376;6852:26870\":{hover:true}};const serializationHash=\"framer-7zq3O\";const variantClassNames={\"I2239:3376;6852:26870\":\"framer-v-isk2tj\"};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={duration:0,type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,link,new1,title,width,...props})=>{var _ref;return{...props,dld5gEO86:link!==null&&link!==void 0?link:props.dld5gEO86,hDcZ8YqaX:(_ref=title!==null&&title!==void 0?title:props.hDcZ8YqaX)!==null&&_ref!==void 0?_ref:\"C2 Infrastructure Feeds\",oTyiP3yZd:new1!==null&&new1!==void 0?new1:props.oTyiP3yZd};};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,hDcZ8YqaX,dld5gEO86,oTyiP3yZd,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"I2239:3376;6852:26870\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);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:dld5gEO86,nodeId:\"I2239:3376;6852:26870\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-isk2tj\",className,classNames)} framer-xoafhy`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26870\",ref:ref!==null&&ref!==void 0?ref:ref1,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\",...style},variants:{\"I2239:3376;6852:26870-hover\":{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-bf79c30e-6de4-4556-927d-09e8a2a40154, rgb(53, 57, 69))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\"}},...addPropertyOverrides({\"I2239:3376;6852:26870-hover\":{\"data-border\":true,\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:\"C2 Infrastructure Feeds\"})}),className:\"framer-1n4llho\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26870;2499:14083\",style:{\"--extracted-r6o4lv\":\"var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69))\",\"--framer-paragraph-spacing\":\"0px\"},text:hDcZ8YqaX,verticalAlignment:\"top\",withExternalLayout:true}),oTyiP3yZd&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-11i4dtu\",layoutDependency:layoutDependency,layoutId:\"Tg1Szo91L\",style:{backgroundColor:\"var(--token-8b25ed4f-b1d7-4fec-bd0e-da29076bb980, rgb(67, 83, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"10px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"New\"})}),className:\"framer-xizk87\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"sm4nsquAd\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-7zq3O.framer-xoafhy, .framer-7zq3O .framer-xoafhy { display: block; }\",\".framer-7zq3O.framer-isk2tj { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-7zq3O .framer-1n4llho, .framer-7zq3O .framer-xizk87 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-7zq3O .framer-11i4dtu { 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: 2px 4px 2px 4px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-7zq3O.framer-isk2tj, .framer-7zq3O .framer-11i4dtu { gap: 0px; } .framer-7zq3O.framer-isk2tj > *, .framer-7zq3O .framer-11i4dtu > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-7zq3O.framer-isk2tj > :first-child, .framer-7zq3O .framer-11i4dtu > :first-child { margin-left: 0px; } .framer-7zq3O.framer-isk2tj > :last-child, .framer-7zq3O .framer-11i4dtu > :last-child { margin-right: 0px; } }\",'.framer-7zq3O[data-border=\"true\"]::after, .framer-7zq3O [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 17\n * @framerIntrinsicWidth 156\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"pfVealvJh\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"hDcZ8YqaX\":\"title\",\"dld5gEO86\":\"link\",\"oTyiP3yZd\":\"new1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPSvxmEXzd=withCSS(Component,css,\"framer-7zq3O\");export default FramerPSvxmEXzd;FramerPSvxmEXzd.displayName=\"footer-link\";FramerPSvxmEXzd.defaultProps={height:17,width:156};addPropertyControls(FramerPSvxmEXzd,{hDcZ8YqaX:{defaultValue:\"C2 Infrastructure Feeds\",displayTextArea:false,title:\"Title\",type:ControlType.String},dld5gEO86:{title:\"Link\",type:ControlType.Link},oTyiP3yZd:{defaultValue:false,title:\"new\",type:ControlType.Boolean}});addFonts(FramerPSvxmEXzd,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPSvxmEXzd\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"156\",\"framerIntrinsicHeight\":\"17\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"hDcZ8YqaX\\\":\\\"title\\\",\\\"dld5gEO86\\\":\\\"link\\\",\\\"oTyiP3yZd\\\":\\\"new1\\\"}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"pfVealvJh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PSvxmEXzd.map", "// Generated by Framer (7d037c2)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useQueryData,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Button_social_wrap from\"https://framerusercontent.com/modules/pt0OjObj1KVw5Jyu8MKa/a4wtgKIIjKTvvhSLl9Vp/Button_social_wrap.js\";import Footer_time from\"https://framerusercontent.com/modules/iOLNC4XqVjWe1YHFWZNu/hNwq7IB55ML8SsE56mYq/Footer_time.js\";import Hunt_logo from\"https://framerusercontent.com/modules/HRY5ByYLIlinlpcLFZ0z/HFchMQ93cwcss8vVZCVe/Hunt_logo.js\";import Blogs from\"https://framerusercontent.com/modules/drpNeVQopLY1P5khDike/hByUQo1Q19LjCliwzoyE/wvsIsx8BB.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/leP60PiTaIvmNVZieC20/C9EhXL58BSpb2Uv6BkMO/dTHNOcyQm.js\";import BlogCardMini from\"https://framerusercontent.com/modules/lop3Y9z4evAHvz8WfFZ9/gTNQDikcSClysoXMDN8t/IcKaHNY_v.js\";import ThemeToggle from\"https://framerusercontent.com/modules/Af7e2u1QHIrBdAoJ45j6/vBQ6zZnw36xcv7iDn0Zr/n5tyNFEe5.js\";import FooterLink from\"https://framerusercontent.com/modules/LwJ488mhMUO1aLEPIhgY/Chq28TAVuzrNpqkmxt9S/PSvxmEXzd.js\";const Hunt_logoFonts=getFonts(Hunt_logo);const Button_social_wrapFonts=getFonts(Button_social_wrap);const FooterLinkFonts=getFonts(FooterLink);const BlogCardMiniFonts=getFonts(BlogCardMini);const Footer_timeFonts=getFonts(Footer_time);const ThemeToggleFonts=getFonts(ThemeToggle);const cycleOrder=[\"UmArYcSFj\",\"IDbilFz6Z\",\"gcNVu2cjt\"];const serializationHash=\"framer-77ZwM\";const variantClassNames={gcNVu2cjt:\"framer-v-1xks8po\",IDbilFz6Z:\"framer-v-hwh23b\",UmArYcSFj:\"framer-v-1hkgcwh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const convertFromBoolean=(value,activeLocale,{iDOu5XxRPpY3fU0Ljg})=>{if(value){return{pathVariables:{iDOu5XxRP:iDOu5XxRPpY3fU0Ljg},webPageId:\"kAa96JYJ5\"};}else{return undefined;}};const query=prequery=>prequery({from:{alias:\"pY3fU0Ljg\",data:Blogs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"pY3fU0Ljg\",name:\"mA4LVF9sp\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"EElOb1aRp\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"iDOu5XxRP\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"de1R1GSeH\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"id\",type:\"Identifier\"}],where:{collection:\"pY3fU0Ljg\",name:\"FG1uuviJh\",type:\"Identifier\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};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\":\"UmArYcSFj\",Mobile:\"gcNVu2cjt\",Tablet:\"IDbilFz6Z\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"UmArYcSFj\"};};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,mA4LVF9sppY3fU0Ljg,EElOb1aRppY3fU0Ljg,iDOu5XxRPpY3fU0Ljg,de1R1GSeHpY3fU0Ljg,idpY3fU0Ljg,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"UmArYcSFj\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1hkgcwh\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"UmArYcSFj\",ref:ref??ref1,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-a25eace4-1e7e-422c-ba54-0867df1ea634, rgb(230, 232, 236))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-7ec4ce91-3025-451f-85a4-1e705711d031, rgb(255, 255, 255))\",...style},...addPropertyOverrides({gcNVu2cjt:{\"data-framer-name\":\"Mobile\"},IDbilFz6Z:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ubuemi\",\"data-framer-name\":\"Frame 1321314445\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26850\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xe0gqa\",\"data-framer-name\":\"Frame 1722\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26851\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-jl0yv9\",\"data-framer-name\":\"Frame 1721\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26852\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-7rub00\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26853\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-xlgt78-container\",layoutDependency:layoutDependency,layoutId:\"hiltQ_d52-container\",children:/*#__PURE__*/_jsx(Hunt_logo,{color:\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",height:\"100%\",id:\"hiltQ_d52\",layoutId:\"hiltQ_d52\",link:resolvedLinks[0],style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{link:resolvedLinks[2]},IDbilFz6Z:{link:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"I2239:3376;6852:26854\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ovhpsy\",\"data-styles-preset\":\"dTHNOcyQm\",children:\"Threat Hunting Platform\"})}),\" - Hunt.io\"]})}),className:\"framer-1lxq6hv\",\"data-framer-name\":\"Description\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26854\",style:{\"--extracted-r6o4lv\":\"var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gcNVu2cjt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"I2239:3376;6852:26854\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ovhpsy\",\"data-styles-preset\":\"dTHNOcyQm\",children:\"Threat Hunting Platform\"})}),\" - Hunt.io\"]})})},IDbilFz6Z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.p,{style:{\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},nodeId:\"I2239:3376;6852:26854\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1ovhpsy\",\"data-styles-preset\":\"dTHNOcyQm\",children:\"Threat Hunting Platform\"})}),\" - Hunt.io\"]})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18624oe\",layoutDependency:layoutDependency,layoutId:\"XwwvbfTC4\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-sxgei4-container\",layoutDependency:layoutDependency,layoutId:\"UUlGjfk4G-container\",children:/*#__PURE__*/_jsx(Button_social_wrap,{child:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u08mxe\",\"data-border\":true,\"data-framer-name\":\"button-social-x\",layoutDependency:layoutDependency,layoutId:\"spCxXyM4M\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a25eace4-1e7e-422c-ba54-0867df1ea634, rgb(230, 232, 236))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-14jmedy\",\"data-framer-name\":\"graphic\",description:\"x\",fill:'var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)) /* {\"name\":\"color-paragraph\"} */',intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"uRYgCNQA6\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m1.035 1 5.561 7.436L1 14.48h1.26l4.899-5.293 3.958 5.293h4.286L9.53 6.627 14.738 1h-1.26l-4.51 4.875L5.32 1H1.035Zm1.852.928h1.97l8.694 11.625h-1.969L2.887 1.928Z\" fill=\"currentColor\"/></svg>',title:\"x\",withExternalLayout:true})})],height:\"100%\",id:\"UUlGjfk4G\",layoutId:\"UUlGjfk4G\",link:\"https://x.com/Huntio?t=tNAyMYy3rMSrq6u0XIpZRg&s=09\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l2bi9q-container\",layoutDependency:layoutDependency,layoutId:\"EEiyMy7qX-container\",children:/*#__PURE__*/_jsx(Button_social_wrap,{child:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-efs510\",\"data-border\":true,\"data-framer-name\":\"button-social-linked\",layoutDependency:layoutDependency,layoutId:\"ir553gy5u\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"var(--token-a25eace4-1e7e-422c-ba54-0867df1ea634, rgb(230, 232, 236))\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1cyjj08\",\"data-framer-name\":\"graphic\",description:\"linkedin\",fill:'var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)) /* {\"name\":\"color-paragraph\"} */',intrinsicHeight:16,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"X3Gt61rNN\",svg:'<svg width=\"16\" height=\"16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g clip-path=\"url(#clip0_8676_38)\" fill=\"currentColor\"><path d=\"M3.724 5.147H.512a.258.258 0 0 0-.258.258v10.32c0 .142.116.257.258.257h3.212a.258.258 0 0 0 .259-.258V5.405a.258.258 0 0 0-.259-.258ZM2.12.018A2.12 2.12 0 0 0 0 2.135a2.12 2.12 0 0 0 2.12 2.118 2.12 2.12 0 0 0 2.117-2.118A2.12 2.12 0 0 0 2.12.018Zm9.774 4.872c-1.29 0-2.243.555-2.822 1.186v-.67a.258.258 0 0 0-.258-.259H5.738a.258.258 0 0 0-.258.258v10.32c0 .142.115.257.258.257h3.205a.258.258 0 0 0 .258-.258V10.62c0-1.72.467-2.39 1.667-2.39 1.306 0 1.41 1.074 1.41 2.478v5.017c0 .143.115.258.258.258h3.206a.258.258 0 0 0 .258-.258v-5.66c0-2.558-.488-5.173-4.106-5.173Z\"/></g></svg>',title:\"linkedin\",withExternalLayout:true})})],height:\"100%\",id:\"EEiyMy7qX\",layoutId:\"EEiyMy7qX\",link:\"https://www.linkedin.com/company/hunt-intelligence-inc/\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cee42l\",\"data-framer-name\":\"Frame 1321314444\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26866\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-5l1opg\",\"data-framer-name\":\"Frame 1\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26867\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\"},children:\"Products\"})}),className:\"framer-61prf2\",\"data-framer-name\":\"TITLE\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26868\",style:{\"--extracted-r6o4lv\":\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-dczraj\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26869\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"dHuO8QbjK\"},implicitPathVariables:undefined},{href:{webPageId:\"dHuO8QbjK\"},implicitPathVariables:undefined},{href:{webPageId:\"dHuO8QbjK\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e22qs3-container\",layoutDependency:layoutDependency,layoutId:\"eS9Rf5NP0-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks1[0],hDcZ8YqaX:\"Web Interface\",height:\"100%\",id:\"eS9Rf5NP0\",layoutId:\"eS9Rf5NP0\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks1[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks1[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"K8IMN41Ir\"},implicitPathVariables:undefined},{href:{webPageId:\"K8IMN41Ir\"},implicitPathVariables:undefined},{href:{webPageId:\"K8IMN41Ir\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wfggu1-container\",layoutDependency:layoutDependency,layoutId:\"yi1p2Pb26-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks2[0],hDcZ8YqaX:\"Feeds\",height:\"100%\",id:\"yi1p2Pb26\",layoutId:\"yi1p2Pb26\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks2[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks2[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"FdgrbTGlF\"},implicitPathVariables:undefined},{href:{webPageId:\"FdgrbTGlF\"},implicitPathVariables:undefined},{href:{webPageId:\"FdgrbTGlF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1u7434s-container\",layoutDependency:layoutDependency,layoutId:\"LiA0KoSg5-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks3[0],hDcZ8YqaX:\"Enrichment API\",height:\"100%\",id:\"LiA0KoSg5\",layoutId:\"LiA0KoSg5\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks3[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks3[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10hvenx\",\"data-framer-name\":\"Frame 6\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26874\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\"},children:\"Features\"})}),className:\"framer-u3jahi\",\"data-framer-name\":\"TITLE\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26875\",style:{\"--extracted-r6o4lv\":\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1e00g6o\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26876\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MmHekkig4\"},implicitPathVariables:undefined},{href:{webPageId:\"MmHekkig4\"},implicitPathVariables:undefined},{href:{webPageId:\"MmHekkig4\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-3hx3sl-container\",layoutDependency:layoutDependency,layoutId:\"fgIYpbQxa-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks4[0],hDcZ8YqaX:\"AttackCapture\u2122\",height:\"100%\",id:\"fgIYpbQxa\",layoutId:\"fgIYpbQxa\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks4[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks4[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wZSe8KXi9\"},implicitPathVariables:undefined},{href:{webPageId:\"wZSe8KXi9\"},implicitPathVariables:undefined},{href:{webPageId:\"wZSe8KXi9\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1soytbg-container\",layoutDependency:layoutDependency,layoutId:\"kNARxkrGw-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks5[0],hDcZ8YqaX:\"HuntSQL\u2122\",height:\"100%\",id:\"kNARxkrGw\",layoutId:\"kNARxkrGw\",oTyiP3yZd:true,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks5[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks5[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"F_ser9ZcT\"},implicitPathVariables:undefined},{href:{webPageId:\"F_ser9ZcT\"},implicitPathVariables:undefined},{href:{webPageId:\"F_ser9ZcT\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ffci92-container\",layoutDependency:layoutDependency,layoutId:\"C_zwqHWwG-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks6[0],hDcZ8YqaX:\"C2 Detection\",height:\"100%\",id:\"C_zwqHWwG\",layoutId:\"C_zwqHWwG\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks6[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks6[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y5RSLomVN\"},implicitPathVariables:undefined},{href:{webPageId:\"y5RSLomVN\"},implicitPathVariables:undefined},{href:{webPageId:\"y5RSLomVN\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-mksvbf-container\",layoutDependency:layoutDependency,layoutId:\"E86MiPdUL-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks7[0],hDcZ8YqaX:\"IOC Hunter\",height:\"100%\",id:\"E86MiPdUL\",layoutId:\"E86MiPdUL\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks7[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks7[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ug6c9H64Y\"},implicitPathVariables:undefined},{href:{webPageId:\"ug6c9H64Y\"},implicitPathVariables:undefined},{href:{webPageId:\"ug6c9H64Y\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fdew43-container\",layoutDependency:layoutDependency,layoutId:\"vSC3LZolz-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks8[0],hDcZ8YqaX:\"Phishing Infrastructure\",height:\"100%\",id:\"vSC3LZolz\",layoutId:\"vSC3LZolz\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks8[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks8[1]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pcw6fz\",\"data-framer-name\":\"Frame 4\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26881\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\"},children:\"Resources\"})}),className:\"framer-ymonao\",\"data-framer-name\":\"TITLE\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26882\",style:{\"--extracted-r6o4lv\":\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-t139sz\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26883\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Gt8mTVH1I\"},implicitPathVariables:undefined},{href:{webPageId:\"Gt8mTVH1I\"},implicitPathVariables:undefined},{href:{webPageId:\"Gt8mTVH1I\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-a8ijf8-container\",layoutDependency:layoutDependency,layoutId:\"AGuRcbryY-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks9[0],hDcZ8YqaX:\"Change Log\",height:\"100%\",id:\"AGuRcbryY\",layoutId:\"AGuRcbryY\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks9[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks9[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"XCo_MRJdY\"},implicitPathVariables:undefined},{href:{webPageId:\"XCo_MRJdY\"},implicitPathVariables:undefined},{href:{webPageId:\"XCo_MRJdY\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r3klok-container\",layoutDependency:layoutDependency,layoutId:\"IsS0k5X9j-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks10[0],hDcZ8YqaX:\"Terms & Conditions\",height:\"100%\",id:\"IsS0k5X9j\",layoutId:\"IsS0k5X9j\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks10[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks10[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Z9ui6ntXu\"},implicitPathVariables:undefined},{href:{webPageId:\"Z9ui6ntXu\"},implicitPathVariables:undefined},{href:{webPageId:\"Z9ui6ntXu\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-wpoqrx-container\",layoutDependency:layoutDependency,layoutId:\"J6kLAz9vd-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks11[0],hDcZ8YqaX:\"Privacy Policy\",height:\"100%\",id:\"J6kLAz9vd\",layoutId:\"J6kLAz9vd\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks11[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks11[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"Pdw8MZmn5\"},implicitPathVariables:undefined},{href:{webPageId:\"Pdw8MZmn5\"},implicitPathVariables:undefined},{href:{webPageId:\"Pdw8MZmn5\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-63qqw0-container\",layoutDependency:layoutDependency,layoutId:\"Fc6lm_i8B-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks12[0],hDcZ8YqaX:\"Support Docs\",height:\"100%\",id:\"Fc6lm_i8B\",layoutId:\"Fc6lm_i8B\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks12[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks12[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"flQmn3kWL\"},implicitPathVariables:undefined},{href:{webPageId:\"flQmn3kWL\"},implicitPathVariables:undefined},{href:{webPageId:\"flQmn3kWL\"},implicitPathVariables:undefined}],children:resolvedLinks13=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ikvktt-container\",layoutDependency:layoutDependency,layoutId:\"kDxs4QZx6-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks13[0],hDcZ8YqaX:\"Malware Families\",height:\"100%\",id:\"kDxs4QZx6\",layoutId:\"kDxs4QZx6\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks13[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks13[1]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JESk1PfBw\"},implicitPathVariables:undefined},{href:{webPageId:\"JESk1PfBw\"},implicitPathVariables:undefined},{href:{webPageId:\"JESk1PfBw\"},implicitPathVariables:undefined}],children:resolvedLinks14=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:17,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-ueyis7-container\",layoutDependency:layoutDependency,layoutId:\"CRXAg2DYp-container\",children:/*#__PURE__*/_jsx(FooterLink,{dld5gEO86:resolvedLinks14[0],hDcZ8YqaX:\"Contact Us\",height:\"100%\",id:\"CRXAg2DYp\",layoutId:\"CRXAg2DYp\",oTyiP3yZd:false,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{dld5gEO86:resolvedLinks14[2]},IDbilFz6Z:{dld5gEO86:resolvedLinks14[1]}},baseVariant,gestureVariant)})})})})]})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nm7e6j\",\"data-framer-name\":\"Frame 5\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26888\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-line-height\":\"30px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22)))\"},children:\"Latest News\"})}),className:\"framer-1h3ztjf\",\"data-framer-name\":\"TITLE\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6852:26889\",style:{\"--extracted-r6o4lv\":\"var(--token-52fbe57f-32fe-4445-8898-2356002798ae, rgb(20, 20, 22))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1r1dha\",layoutDependency:layoutDependency,layoutId:\"pY3fU0Ljg\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pY3fU0Ljg\",data:Blogs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"pY3fU0Ljg\",name:\"mA4LVF9sp\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"EElOb1aRp\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"iDOu5XxRP\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"de1R1GSeH\",type:\"Identifier\"},{collection:\"pY3fU0Ljg\",name:\"id\",type:\"Identifier\"}],where:{collection:\"pY3fU0Ljg\",name:\"FG1uuviJh\",type:\"Identifier\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({de1R1GSeH:de1R1GSeHpY3fU0Ljg,EElOb1aRp:EElOb1aRppY3fU0Ljg,id:idpY3fU0Ljg,iDOu5XxRP:iDOu5XxRPpY3fU0Ljg,mA4LVF9sp:mA4LVF9sppY3fU0Ljg},index)=>{EElOb1aRppY3fU0Ljg??=\"\";iDOu5XxRPpY3fU0Ljg??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pY3fU0Ljg-${idpY3fU0Ljg}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{iDOu5XxRP:iDOu5XxRPpY3fU0Ljg},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-2bgvzi\",layoutDependency:layoutDependency,layoutId:\"RKluB6Fph\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:convertFromBoolean(isSet(iDOu5XxRPpY3fU0Ljg),activeLocale,{iDOu5XxRPpY3fU0Ljg}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(iDOu5XxRPpY3fU0Ljg),activeLocale,{iDOu5XxRPpY3fU0Ljg}),implicitPathVariables:undefined},{href:convertFromBoolean(isSet(iDOu5XxRPpY3fU0Ljg),activeLocale,{iDOu5XxRPpY3fU0Ljg}),implicitPathVariables:undefined}],children:resolvedLinks15=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"300px\",...addPropertyOverrides({gcNVu2cjt:{width:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1440px) - 40px)`},IDbilFz6Z:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 150px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n4gfnq-container\",layoutDependency:layoutDependency,layoutId:\"blc8OMGs7-container\",children:/*#__PURE__*/_jsx(BlogCardMini,{E5iw7EviQ:de1R1GSeHpY3fU0Ljg,height:\"100%\",id:\"blc8OMGs7\",layoutId:\"blc8OMGs7\",q_SxAnLhr:resolvedLinks15[0],qMcrV6ikg:EElOb1aRppY3fU0Ljg,style:{width:\"100%\"},width:\"100%\",Yw3pt6nZJ:toResponsiveImage(mA4LVF9sppY3fU0Ljg),...addPropertyOverrides({gcNVu2cjt:{q_SxAnLhr:resolvedLinks15[2]},IDbilFz6Z:{q_SxAnLhr:resolvedLinks15[1]}},baseVariant,gestureVariant)})})})})})})},idpY3fU0Ljg);})})})})})]})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p0tqdz\",\"data-framer-name\":\"Frame 1674\",layoutDependency:layoutDependency,layoutId:\"I2239:3376;6833:26436\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j58d9c\",\"data-border\":true,layoutDependency:layoutDependency,layoutId:\"rfHxRUL9G\",style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-a25eace4-1e7e-422c-ba54-0867df1ea634, rgb(230, 232, 236))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12ty2x7\",layoutDependency:layoutDependency,layoutId:\"gJXSTZtSR\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-gd7fhs-container\",layoutDependency:layoutDependency,layoutId:\"S4LDiS0YJ-container\",children:/*#__PURE__*/_jsx(Footer_time,{color:\"var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69))\",height:\"100%\",id:\"S4LDiS0YJ\",layoutId:\"S4LDiS0YJ\",size:16,width:\"100%\",...addPropertyOverrides({gcNVu2cjt:{size:14},IDbilFz6Z:{size:14}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:\"Hunt Intelligence, Inc.\"})}),className:\"framer-lc1q1z\",\"data-framer-name\":\"\\xa92024 Hunt Intelligence, Inc.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2239:3376;6833:26437\",style:{\"--extracted-r6o4lv\":\"var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({gcNVu2cjt:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:\"Hunt Intelligence, Inc.\"})})},IDbilFz6Z:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b1c6cb15-a9fa-43f5-85d5-1deb94f5f546, rgb(53, 57, 69)))\"},children:\"Hunt Intelligence, Inc.\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-danws0-container\",layoutDependency:layoutDependency,layoutId:\"dN7lxhmVM-container\",children:/*#__PURE__*/_jsx(ThemeToggle,{height:\"100%\",id:\"dN7lxhmVM\",layoutId:\"dN7lxhmVM\",variant:\"KZqBUzk8d\",width:\"100%\"})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-77ZwM.framer-luxmx2, .framer-77ZwM .framer-luxmx2 { display: block; }\",\".framer-77ZwM.framer-1hkgcwh { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 88px 0px 0px 0px; position: relative; width: 1440px; }\",\".framer-77ZwM .framer-ubuemi { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 75px 0px 75px; position: relative; width: 100%; }\",\".framer-77ZwM .framer-xe0gqa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-77ZwM .framer-jl0yv9, .framer-77ZwM .framer-5l1opg, .framer-77ZwM .framer-10hvenx, .framer-77ZwM .framer-1pcw6fz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-77ZwM .framer-7rub00 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-77ZwM .framer-xlgt78-container { flex: none; height: 32px; position: relative; width: 113px; }\",\".framer-77ZwM .framer-1lxq6hv { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 300px; word-break: break-word; word-wrap: break-word; }\",\".framer-77ZwM .framer-18624oe { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-77ZwM .framer-sxgei4-container, .framer-77ZwM .framer-l2bi9q-container, .framer-77ZwM .framer-1e22qs3-container, .framer-77ZwM .framer-1wfggu1-container, .framer-77ZwM .framer-1u7434s-container, .framer-77ZwM .framer-3hx3sl-container, .framer-77ZwM .framer-1soytbg-container, .framer-77ZwM .framer-1ffci92-container, .framer-77ZwM .framer-mksvbf-container, .framer-77ZwM .framer-1fdew43-container, .framer-77ZwM .framer-a8ijf8-container, .framer-77ZwM .framer-1r3klok-container, .framer-77ZwM .framer-wpoqrx-container, .framer-77ZwM .framer-63qqw0-container, .framer-77ZwM .framer-1ikvktt-container, .framer-77ZwM .framer-ueyis7-container, .framer-77ZwM .framer-gd7fhs-container, .framer-77ZwM .framer-danws0-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-77ZwM .framer-1u08mxe, .framer-77ZwM .framer-efs510 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 12px; position: relative; width: 40px; }\",\".framer-77ZwM .framer-14jmedy, .framer-77ZwM .framer-1cyjj08 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 16px); position: relative; width: 16px; }\",\".framer-77ZwM .framer-cee42l { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-around; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-77ZwM .framer-61prf2, .framer-77ZwM .framer-u3jahi, .framer-77ZwM .framer-ymonao, .framer-77ZwM .framer-1h3ztjf, .framer-77ZwM .framer-lc1q1z { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-77ZwM .framer-dczraj, .framer-77ZwM .framer-1e00g6o, .framer-77ZwM .framer-t139sz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 22px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-77ZwM .framer-1nm7e6j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-77ZwM .framer-1r1dha { 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: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-77ZwM .framer-2bgvzi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-77ZwM .framer-1n4gfnq-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-77ZwM .framer-1p0tqdz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px 75px 0px 75px; position: relative; width: 100%; }\",\".framer-77ZwM .framer-j58d9c { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 40px 0px 40px 0px; position: relative; width: 1px; }\",\".framer-77ZwM .framer-12ty2x7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-77ZwM.framer-1hkgcwh, .framer-77ZwM .framer-ubuemi, .framer-77ZwM .framer-xe0gqa, .framer-77ZwM .framer-jl0yv9, .framer-77ZwM .framer-7rub00, .framer-77ZwM .framer-18624oe, .framer-77ZwM .framer-1u08mxe, .framer-77ZwM .framer-efs510, .framer-77ZwM .framer-5l1opg, .framer-77ZwM .framer-dczraj, .framer-77ZwM .framer-10hvenx, .framer-77ZwM .framer-1e00g6o, .framer-77ZwM .framer-1pcw6fz, .framer-77ZwM .framer-t139sz, .framer-77ZwM .framer-1nm7e6j, .framer-77ZwM .framer-1r1dha, .framer-77ZwM .framer-2bgvzi, .framer-77ZwM .framer-1p0tqdz, .framer-77ZwM .framer-12ty2x7 { gap: 0px; } .framer-77ZwM.framer-1hkgcwh > * { margin: 0px; margin-bottom: calc(64px / 2); margin-top: calc(64px / 2); } .framer-77ZwM.framer-1hkgcwh > :first-child, .framer-77ZwM .framer-xe0gqa > :first-child, .framer-77ZwM .framer-jl0yv9 > :first-child, .framer-77ZwM .framer-7rub00 > :first-child, .framer-77ZwM .framer-5l1opg > :first-child, .framer-77ZwM .framer-dczraj > :first-child, .framer-77ZwM .framer-10hvenx > :first-child, .framer-77ZwM .framer-1e00g6o > :first-child, .framer-77ZwM .framer-1pcw6fz > :first-child, .framer-77ZwM .framer-t139sz > :first-child, .framer-77ZwM .framer-1nm7e6j > :first-child, .framer-77ZwM .framer-1r1dha > :first-child { margin-top: 0px; } .framer-77ZwM.framer-1hkgcwh > :last-child, .framer-77ZwM .framer-xe0gqa > :last-child, .framer-77ZwM .framer-jl0yv9 > :last-child, .framer-77ZwM .framer-7rub00 > :last-child, .framer-77ZwM .framer-5l1opg > :last-child, .framer-77ZwM .framer-dczraj > :last-child, .framer-77ZwM .framer-10hvenx > :last-child, .framer-77ZwM .framer-1e00g6o > :last-child, .framer-77ZwM .framer-1pcw6fz > :last-child, .framer-77ZwM .framer-t139sz > :last-child, .framer-77ZwM .framer-1nm7e6j > :last-child, .framer-77ZwM .framer-1r1dha > :last-child { margin-bottom: 0px; } .framer-77ZwM .framer-ubuemi > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-77ZwM .framer-ubuemi > :first-child, .framer-77ZwM .framer-18624oe > :first-child, .framer-77ZwM .framer-1u08mxe > :first-child, .framer-77ZwM .framer-efs510 > :first-child, .framer-77ZwM .framer-2bgvzi > :first-child, .framer-77ZwM .framer-1p0tqdz > :first-child, .framer-77ZwM .framer-12ty2x7 > :first-child { margin-left: 0px; } .framer-77ZwM .framer-ubuemi > :last-child, .framer-77ZwM .framer-18624oe > :last-child, .framer-77ZwM .framer-1u08mxe > :last-child, .framer-77ZwM .framer-efs510 > :last-child, .framer-77ZwM .framer-2bgvzi > :last-child, .framer-77ZwM .framer-1p0tqdz > :last-child, .framer-77ZwM .framer-12ty2x7 > :last-child { margin-right: 0px; } .framer-77ZwM .framer-xe0gqa > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-77ZwM .framer-jl0yv9 > *, .framer-77ZwM .framer-5l1opg > *, .framer-77ZwM .framer-10hvenx > *, .framer-77ZwM .framer-1pcw6fz > *, .framer-77ZwM .framer-1nm7e6j > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-77ZwM .framer-7rub00 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-77ZwM .framer-18624oe > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-77ZwM .framer-1u08mxe > *, .framer-77ZwM .framer-efs510 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-77ZwM .framer-dczraj > *, .framer-77ZwM .framer-1e00g6o > *, .framer-77ZwM .framer-t139sz > * { margin: 0px; margin-bottom: calc(22px / 2); margin-top: calc(22px / 2); } .framer-77ZwM .framer-1r1dha > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-77ZwM .framer-2bgvzi > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-77ZwM .framer-1p0tqdz > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-77ZwM .framer-12ty2x7 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } }\",\".framer-77ZwM.framer-v-hwh23b.framer-1hkgcwh { width: 810px; }\",\".framer-77ZwM.framer-v-hwh23b .framer-ubuemi { flex-direction: column; gap: 82px; }\",\".framer-77ZwM.framer-v-hwh23b .framer-xe0gqa, .framer-77ZwM.framer-v-1xks8po .framer-xe0gqa { align-content: center; align-items: center; gap: 24px; width: 100%; }\",\".framer-77ZwM.framer-v-hwh23b .framer-jl0yv9, .framer-77ZwM.framer-v-1xks8po .framer-jl0yv9 { align-content: center; align-items: center; gap: 12px; }\",\".framer-77ZwM.framer-v-hwh23b .framer-cee42l { flex: none; flex-wrap: wrap; width: 100%; }\",\".framer-77ZwM.framer-v-hwh23b .framer-5l1opg, .framer-77ZwM.framer-v-hwh23b .framer-10hvenx, .framer-77ZwM.framer-v-hwh23b .framer-1pcw6fz, .framer-77ZwM.framer-v-1xks8po .framer-5l1opg, .framer-77ZwM.framer-v-1xks8po .framer-10hvenx, .framer-77ZwM.framer-v-1xks8po .framer-1pcw6fz { gap: 14px; }\",\".framer-77ZwM.framer-v-hwh23b .framer-dczraj, .framer-77ZwM.framer-v-hwh23b .framer-1e00g6o, .framer-77ZwM.framer-v-hwh23b .framer-t139sz { gap: 18px; }\",\".framer-77ZwM.framer-v-hwh23b .framer-1nm7e6j, .framer-77ZwM.framer-v-1xks8po .framer-1nm7e6j { flex-wrap: wrap; width: 100%; }\",\".framer-77ZwM.framer-v-hwh23b .framer-1p0tqdz { flex-wrap: wrap; gap: unset; justify-content: space-between; padding: 24px 75px 24px 75px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-77ZwM.framer-v-hwh23b .framer-ubuemi, .framer-77ZwM.framer-v-hwh23b .framer-xe0gqa, .framer-77ZwM.framer-v-hwh23b .framer-jl0yv9, .framer-77ZwM.framer-v-hwh23b .framer-5l1opg, .framer-77ZwM.framer-v-hwh23b .framer-dczraj, .framer-77ZwM.framer-v-hwh23b .framer-10hvenx, .framer-77ZwM.framer-v-hwh23b .framer-1e00g6o, .framer-77ZwM.framer-v-hwh23b .framer-1pcw6fz, .framer-77ZwM.framer-v-hwh23b .framer-t139sz, .framer-77ZwM.framer-v-hwh23b .framer-1p0tqdz { gap: 0px; } .framer-77ZwM.framer-v-hwh23b .framer-ubuemi > * { margin: 0px; margin-bottom: calc(82px / 2); margin-top: calc(82px / 2); } .framer-77ZwM.framer-v-hwh23b .framer-ubuemi > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-xe0gqa > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-jl0yv9 > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-5l1opg > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-dczraj > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-10hvenx > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-1e00g6o > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-1pcw6fz > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-t139sz > :first-child { margin-top: 0px; } .framer-77ZwM.framer-v-hwh23b .framer-ubuemi > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-xe0gqa > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-jl0yv9 > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-5l1opg > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-dczraj > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-10hvenx > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-1e00g6o > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-1pcw6fz > :last-child, .framer-77ZwM.framer-v-hwh23b .framer-t139sz > :last-child { margin-bottom: 0px; } .framer-77ZwM.framer-v-hwh23b .framer-xe0gqa > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-77ZwM.framer-v-hwh23b .framer-jl0yv9 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-77ZwM.framer-v-hwh23b .framer-5l1opg > *, .framer-77ZwM.framer-v-hwh23b .framer-10hvenx > *, .framer-77ZwM.framer-v-hwh23b .framer-1pcw6fz > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-77ZwM.framer-v-hwh23b .framer-dczraj > *, .framer-77ZwM.framer-v-hwh23b .framer-1e00g6o > *, .framer-77ZwM.framer-v-hwh23b .framer-t139sz > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-77ZwM.framer-v-hwh23b .framer-1p0tqdz > *, .framer-77ZwM.framer-v-hwh23b .framer-1p0tqdz > :first-child, .framer-77ZwM.framer-v-hwh23b .framer-1p0tqdz > :last-child { margin: 0px; } }\",\".framer-77ZwM.framer-v-1xks8po.framer-1hkgcwh { padding: 88px 20px 0px 20px; width: 422px; }\",\".framer-77ZwM.framer-v-1xks8po .framer-ubuemi { flex-direction: column; gap: 82px; padding: 0px 20px 0px 20px; }\",\".framer-77ZwM.framer-v-1xks8po .framer-cee42l { flex: none; flex-wrap: wrap; gap: 32px; justify-content: flex-start; width: 100%; }\",\".framer-77ZwM.framer-v-1xks8po .framer-dczraj, .framer-77ZwM.framer-v-1xks8po .framer-1e00g6o, .framer-77ZwM.framer-v-1xks8po .framer-t139sz { gap: 16px; }\",\".framer-77ZwM.framer-v-1xks8po .framer-1p0tqdz { flex-direction: column; flex-wrap: wrap; gap: 24px; padding: 24px 20px 24px 20px; }\",\".framer-77ZwM.framer-v-1xks8po .framer-j58d9c { flex: none; flex-direction: column; gap: 42px; justify-content: flex-start; order: 0; padding: 20px 0px 20px 0px; width: 100%; }\",\".framer-77ZwM.framer-v-1xks8po .framer-12ty2x7 { order: 1; }\",\".framer-77ZwM.framer-v-1xks8po .framer-danws0-container { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-77ZwM.framer-v-1xks8po .framer-ubuemi, .framer-77ZwM.framer-v-1xks8po .framer-xe0gqa, .framer-77ZwM.framer-v-1xks8po .framer-jl0yv9, .framer-77ZwM.framer-v-1xks8po .framer-cee42l, .framer-77ZwM.framer-v-1xks8po .framer-5l1opg, .framer-77ZwM.framer-v-1xks8po .framer-dczraj, .framer-77ZwM.framer-v-1xks8po .framer-10hvenx, .framer-77ZwM.framer-v-1xks8po .framer-1e00g6o, .framer-77ZwM.framer-v-1xks8po .framer-1pcw6fz, .framer-77ZwM.framer-v-1xks8po .framer-t139sz, .framer-77ZwM.framer-v-1xks8po .framer-1p0tqdz, .framer-77ZwM.framer-v-1xks8po .framer-j58d9c { gap: 0px; } .framer-77ZwM.framer-v-1xks8po .framer-ubuemi > * { margin: 0px; margin-bottom: calc(82px / 2); margin-top: calc(82px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-ubuemi > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-xe0gqa > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-jl0yv9 > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-5l1opg > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-dczraj > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-10hvenx > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-1e00g6o > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-1pcw6fz > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-t139sz > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-1p0tqdz > :first-child, .framer-77ZwM.framer-v-1xks8po .framer-j58d9c > :first-child { margin-top: 0px; } .framer-77ZwM.framer-v-1xks8po .framer-ubuemi > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-xe0gqa > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-jl0yv9 > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-5l1opg > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-dczraj > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-10hvenx > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-1e00g6o > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-1pcw6fz > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-t139sz > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-1p0tqdz > :last-child, .framer-77ZwM.framer-v-1xks8po .framer-j58d9c > :last-child { margin-bottom: 0px; } .framer-77ZwM.framer-v-1xks8po .framer-xe0gqa > *, .framer-77ZwM.framer-v-1xks8po .framer-1p0tqdz > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-jl0yv9 > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-cee42l > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-cee42l > :first-child { margin-left: 0px; } .framer-77ZwM.framer-v-1xks8po .framer-cee42l > :last-child { margin-right: 0px; } .framer-77ZwM.framer-v-1xks8po .framer-5l1opg > *, .framer-77ZwM.framer-v-1xks8po .framer-10hvenx > *, .framer-77ZwM.framer-v-1xks8po .framer-1pcw6fz > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-dczraj > *, .framer-77ZwM.framer-v-1xks8po .framer-1e00g6o > *, .framer-77ZwM.framer-v-1xks8po .framer-t139sz > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-77ZwM.framer-v-1xks8po .framer-j58d9c > * { margin: 0px; margin-bottom: calc(42px / 2); margin-top: calc(42px / 2); } }\",...sharedStyle.css,'.framer-77ZwM[data-border=\"true\"]::after, .framer-77ZwM [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 704\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"IDbilFz6Z\":{\"layout\":[\"fixed\",\"auto\"]},\"gcNVu2cjt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerexLIcv3yy=withCSS(Component,css,\"framer-77ZwM\");export default FramerexLIcv3yy;FramerexLIcv3yy.displayName=\"footer\";FramerexLIcv3yy.defaultProps={height:704,width:1440};addPropertyControls(FramerexLIcv3yy,{variant:{options:[\"UmArYcSFj\",\"IDbilFz6Z\",\"gcNVu2cjt\"],optionTitles:[\"Variant 1\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerexLIcv3yy,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"}]},...Hunt_logoFonts,...Button_social_wrapFonts,...FooterLinkFonts,...BlogCardMiniFonts,...Footer_timeFonts,...ThemeToggleFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerexLIcv3yy\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"704\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IDbilFz6Z\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gcNVu2cjt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["iconDarkMode", "Component", "props", "p", "scrollTop", "Component", "props", "p", "window", "lineClamp2", "lineClamp1", "transition", "ImageBox", "props", "isOpen", "setOpen", "ye", "windowWidth", "setWindowWidth", "useDomEvent", "pe", "window", "ue", "e", "p", "motion", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "Button_social_wrap", "props", "p", "containerStyle", "addPropertyControls", "ControlType", "Footer_time", "props", "addPropertyControls", "ControlType", "Hunt_logo", "props", "p", "addPropertyControls", "ControlType", "fontStore", "fonts", "css", "className", "ImageBoxFonts", "getFonts", "ImageBox", "RichTextLineClamp2929qyt", "withCodeBoundaryForOverrides", "RichText2", "lineClamp2", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toImageSrc", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "date2", "height", "id", "image", "link", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "Yw3pt6nZJ", "qMcrV6ikg", "q_SxAnLhr", "E5iw7EviQ", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "activeLocaleCode", "useLocaleCode", "textContent", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerIcKaHNY_v", "withCSS", "IcKaHNY_v_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "YWyb6BbyX_exports", "__export", "__FramerMetadata__", "YWyb6BbyX_default", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "Component", "House_default", "React", "weights", "House", "props", "ref", "defaultEvents", "ControlType", "findByArray", "arr", "search", "a", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "weightOptions", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "weight", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "House_default", "npm_react_18_2_exports", "importModule", "module", "ue", "emptyState", "RenderTarget", "p", "NullState", "motion", "addPropertyControls", "ControlType", "piece", "defaultEvents", "PhosphorFonts", "getFonts", "Icon", "PhosphorControls", "getPropertyControls", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "active", "height", "icon", "id", "inActive", "weight", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "_ref4", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "pRHizpZ48", "Q5dMDAlEN", "G6irDsNeL", "WA8k1PXV8", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Icon", "css", "FramerYWyb6BbyX", "withCSS", "YWyb6BbyX_default", "addPropertyControls", "ControlType", "PhosphorControls", "addFonts", "PhosphorFonts", "__FramerMetadata__", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "useStore", "createStore", "changeTheme", "theme", "htmlElement", "bodyElement", "event", "window", "withToggleTheme", "Component", "props", "store", "setStore", "ue", "prefersDarkScheme", "prefersLightScheme", "detectedTheme", "lightThemeTokens", "darkThemeTokens", "i", "sheet", "rule", "style", "j", "propertyName", "value", "combinedCssRule", "styleElement", "customCssRule", "p", "withLightTheme", "clickLightTheme", "withDarkTheme", "clickDarkTheme", "ToggleButtonFonts", "getFonts", "YWyb6BbyX_default", "ToggleButtonWithLightThemeWithMappedReactPropsa7nn8f", "withMappedReactProps", "withLightTheme", "YWyb6BbyX_exports", "ToggleButtonWithDarkThemeWithMappedReactPropsa7nn8f", "withDarkTheme", "MotionDivWithToggleTheme", "withToggleTheme", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "ComponentViewportProvider", "css", "Framern5tyNFEe5", "withCSS", "n5tyNFEe5_default", "addPropertyControls", "ControlType", "addFonts", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "link", "new1", "title", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "hDcZ8YqaX", "dld5gEO86", "oTyiP3yZd", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "Link", "cx", "RichText2", "css", "FramerPSvxmEXzd", "withCSS", "PSvxmEXzd_default", "addPropertyControls", "ControlType", "addFonts", "Hunt_logoFonts", "getFonts", "Hunt_logo", "Button_social_wrapFonts", "Button_social_wrap", "FooterLinkFonts", "PSvxmEXzd_default", "BlogCardMiniFonts", "IcKaHNY_v_default", "Footer_timeFonts", "Footer_time", "ThemeToggleFonts", "n5tyNFEe5_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "toResponsiveImage", "value", "isSet", "convertFromBoolean", "activeLocale", "iDOu5XxRPpY3fU0Ljg", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "mA4LVF9sppY3fU0Ljg", "EElOb1aRppY3fU0Ljg", "iDOu5XxRPpY3fU0Ljg", "de1R1GSeHpY3fU0Ljg", "idpY3fU0Ljg", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "ref1", "pe", "router", "useRouter", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "transition1", "addPropertyOverrides", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "Hunt_logo", "RichText2", "Link", "Button_social_wrap", "SVG", "resolvedLinks1", "PSvxmEXzd_default", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "resolvedLinks6", "resolvedLinks7", "resolvedLinks8", "resolvedLinks9", "resolvedLinks10", "resolvedLinks11", "resolvedLinks12", "resolvedLinks13", "resolvedLinks14", "ChildrenCanSuspend", "wvsIsx8BB_default", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "convertFromBoolean", "isSet", "resolvedLinks15", "IcKaHNY_v_default", "toResponsiveImage", "Footer_time", "n5tyNFEe5_default", "css", "FramerexLIcv3yy", "withCSS", "exLIcv3yy_default", "addPropertyControls", "ControlType", "addFonts", "Hunt_logoFonts", "Button_social_wrapFonts", "FooterLinkFonts", "BlogCardMiniFonts", "Footer_timeFonts", "ThemeToggleFonts", "getFontsFromSharedStyle", "fonts"]
}
