{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/mZS3lgbeyl9IPdKWunE6/DpGRgcv92Ac1AfBLXWn2/g57KoH5k6.js", "ssg:https://framer.com/m/framer/icon-nullstate.js@0.7.0", "ssg:https://framer.com/m/feather-icons/home.js@0.0.29", "ssg:https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js", "ssg:https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js", "ssg:https://framerusercontent.com/modules/eDtCZJJRTcr9Ka7jSjwn/VnqJ1I3f0shLg6xMCJ68/kXhixGCtX.js", "ssg:https://framerusercontent.com/modules/m4SkV9i7sIG8xpF1AHD5/U6xisi36YWPyf5Ejj4gQ/Gl3Ip78mb.js", "ssg:https://framerusercontent.com/modules/jDCNilAjZqaVZF5iRBmy/OjbzvVZTGVqdIcwB5zjP/gOxvbrWwJ.js", "ssg:https://framerusercontent.com/modules/mUkIVWMIHiJxE3CdQgJw/LUc7SwUtuGI2LgqV3Ufr/Oop6fdMXi.js", "ssg:https://framerusercontent.com/modules/muy2YWqvi33GYBU5e1E7/boXcMcMerrN5ORESKxXO/SdDdkaawt.js", "ssg:https://framerusercontent.com/modules/6qRNkjFzMJWgpykH8yIp/00JJRNLOGPlHWTw884h0/YAP816Y5n.js"],
  "sourcesContent": ["import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Outfit-regular\"]);export const fonts=[{family:\"Outfit\",moduleAsset:{localModuleIdentifier:\"local-module:css/g57KoH5k6:default\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4TC1C4G-EiAou6Y.ttf\",weight:\"400\"}];export const css=['.framer-DOkFl .framer-styles-preset-rfvsji:not(.rich-text-wrapper), .framer-DOkFl .framer-styles-preset-rfvsji.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-DOkFl .framer-styles-preset-rfvsji:not(.rich-text-wrapper), .framer-DOkFl .framer-styles-preset-rfvsji.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.03em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-DOkFl .framer-styles-preset-rfvsji:not(.rich-text-wrapper), .framer-DOkFl .framer-styles-preset-rfvsji.rich-text-wrapper p { --framer-font-family: \"Outfit\", \"Outfit Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-DOkFl\";\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\";\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 r;var s=o=>{if(!r){const n=o.forwardRef(({color:t=\"currentColor\",size:e=24,...i},l)=>o.createElement(\"svg\",{ref:l,xmlns:\"http://www.w3.org/2000/svg\",width:e,height:e,viewBox:\"0 0 24 24\",fill:\"none\",stroke:t,strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\",...i},o.createElement(\"path\",{d:\"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z\"}),o.createElement(\"polyline\",{points:\"9 22 9 12 15 12 15 22\"})));n.displayName=\"Home\",r=n}return r};export{s as default};\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{NullState}from\"https://framer.com/m/framer/icon-nullstate.js@0.7.0\";import HomeFactory from\"https://framer.com/m/feather-icons/home.js@0.0.29\";import{defaultEvents,useIconSelection}from\"https://framerusercontent.com/modules/Ma20hU0GGRxLxZphbywl/OSpwWF91FHPVFyQJjMHt/utils.js\";export const iconKeys=[\"activity\",\"airplay\",\"alert-circle\",\"alert-octagon\",\"alert-triangle\",\"align-center\",\"align-justify\",\"align-left\",\"align-right\",\"anchor\",\"aperture\",\"archive\",\"arrow-down\",\"arrow-down-circle\",\"arrow-down-left\",\"arrow-down-right\",\"arrow-left\",\"arrow-left-circle\",\"arrow-right\",\"arrow-right-circle\",\"arrow-up\",\"arrow-up-circle\",\"arrow-up-left\",\"arrow-up-right\",\"at-sign\",\"award\",\"bar-chart\",\"bar-chart-2\",\"battery\",\"battery-charging\",\"bell\",\"bell-off\",\"bluetooth\",\"bold\",\"book\",\"book-open\",\"bookmark\",\"box\",\"briefcase\",\"calendar\",\"camera\",\"camera-off\",\"cast\",\"check\",\"check-circle\",\"check-square\",\"chevron-down\",\"chevron-left\",\"chevron-right\",\"chevron-up\",\"chevrons-down\",\"chevrons-left\",\"chevrons-right\",\"chevrons-up\",\"chrome\",\"circle\",\"clipboard\",\"clock\",\"cloud\",\"cloud-drizzle\",\"cloud-lightning\",\"cloud-off\",\"cloud-rain\",\"cloud-snow\",\"code\",\"codepen\",\"codesandbox\",\"coffee\",\"columns\",\"command\",\"compass\",\"copy\",\"corner-down-left\",\"corner-down-right\",\"corner-left-down\",\"corner-left-up\",\"corner-right-down\",\"corner-right-up\",\"corner-up-left\",\"corner-up-right\",\"cpu\",\"credit-card\",\"crop\",\"crosshair\",\"database\",\"delete\",\"disc\",\"divide\",\"divide-circle\",\"divide-square\",\"dollar-sign\",\"download\",\"download-cloud\",\"dribbble\",\"droplet\",\"edit\",\"edit-2\",\"edit-3\",\"external-link\",\"eye\",\"eye-off\",\"facebook\",\"fast-forward\",\"feather\",\"figma\",\"file\",\"file-minus\",\"file-plus\",\"file-text\",\"film\",\"filter\",\"flag\",\"folder\",\"folder-minus\",\"folder-plus\",\"framer\",\"frown\",\"gift\",\"git-branch\",\"git-commit\",\"git-merge\",\"git-pull-request\",\"github\",\"gitlab\",\"globe\",\"grid\",\"hard-drive\",\"hash\",\"headphones\",\"heart\",\"help-circle\",\"hexagon\",\"home\",\"image\",\"inbox\",\"info\",\"instagram\",\"italic\",\"key\",\"layers\",\"layout\",\"life-buoy\",\"link\",\"link-2\",\"linkedin\",\"list\",\"loader\",\"lock\",\"log-in\",\"log-out\",\"mail\",\"map\",\"map-pin\",\"maximize\",\"maximize-2\",\"meh\",\"menu\",\"message-circle\",\"message-square\",\"mic\",\"mic-off\",\"minimize\",\"minimize-2\",\"minus\",\"minus-circle\",\"minus-square\",\"monitor\",\"moon\",\"more-horizontal\",\"more-vertical\",\"mouse-pointer\",\"move\",\"music\",\"navigation\",\"navigation-2\",\"octagon\",\"package\",\"paperclip\",\"pause\",\"pause-circle\",\"pen-tool\",\"percent\",\"phone\",\"phone-call\",\"phone-forwarded\",\"phone-incoming\",\"phone-missed\",\"phone-off\",\"phone-outgoing\",\"pie-chart\",\"play\",\"play-circle\",\"plus\",\"plus-circle\",\"plus-square\",\"pocket\",\"power\",\"printer\",\"radio\",\"refresh-ccw\",\"refresh-cw\",\"repeat\",\"rewind\",\"rotate-ccw\",\"rotate-cw\",\"rss\",\"save\",\"scissors\",\"search\",\"send\",\"server\",\"settings\",\"share\",\"share-2\",\"shield\",\"shield-off\",\"shopping-bag\",\"shopping-cart\",\"shuffle\",\"sidebar\",\"skip-back\",\"skip-forward\",\"slack\",\"slash\",\"sliders\",\"smartphone\",\"smile\",\"speaker\",\"square\",\"star\",\"stop-circle\",\"sun\",\"sunrise\",\"sunset\",\"tablet\",\"tag\",\"target\",\"terminal\",\"thermometer\",\"thumbs-down\",\"thumbs-up\",\"toggle-left\",\"toggle-right\",\"tool\",\"trash\",\"trash-2\",\"trello\",\"trending-down\",\"trending-up\",\"triangle\",\"truck\",\"tv\",\"twitch\",\"twitter\",\"type\",\"umbrella\",\"underline\",\"unlock\",\"upload\",\"upload-cloud\",\"user\",\"user-check\",\"user-minus\",\"user-plus\",\"user-x\",\"users\",\"video\",\"video-off\",\"voicemail\",\"volume\",\"volume-1\",\"volume-2\",\"volume-x\",\"watch\",\"wifi\",\"wifi-off\",\"wind\",\"x\",\"x-circle\",\"x-octagon\",\"x-square\",\"youtube\",\"zap\",\"zap-off\",\"zoom-in\",\"zoom-out\",];const moduleBaseUrl=\"https://framer.com/m/feather-icons/\";const uppercaseIconKeys=iconKeys.map(name=>name.charAt(0).toUpperCase()+name.slice(1));const lowercaseIconKeyPairs=iconKeys.reduce((res,key)=>{res[key.toLowerCase()]=key;return res;},{});/**\n * FEATHER\n *\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export function Icon(props){const{color,selectByList,iconSearch,iconSelection,onClick,onMouseDown,onMouseUp,onMouseEnter,onMouseLeave,mirrored}=props;const isMounted=useRef(false);const iconKey=useIconSelection(iconKeys,selectByList,iconSearch,iconSelection,lowercaseIconKeyPairs);// Selected Icon Module\nconst[SelectedIcon,setSelectedIcon]=useState(iconKey===\"Home\"?HomeFactory(React):null);// Import the selected module or reset so null state\nasync function importModule(){let active=true;// Get the selected module\ntry{const iconModuleUrl=`${moduleBaseUrl}${iconKey}.js@0.0.29`;const module=await import(/* webpackIgnore: true */ iconModuleUrl);// console.log(module.default)\nif(active)setSelectedIcon(module.default(React));}catch(e){console.log(e);if(active)setSelectedIcon(null);}return()=>{active=false;};}// Import module when new style or icon is selected\nuseEffect(()=>{importModule();},[iconKey]);const isOnCanvas=RenderTarget.current()===RenderTarget.canvas;const emptyState=isOnCanvas?/*#__PURE__*/ _jsx(NullState,{}):null;return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"contents\"},onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,children:SelectedIcon?/*#__PURE__*/ _jsx(SelectedIcon,{style:{width:\"100%\",height:\"100%\",transform:mirrored?\"scale(-1, 1)\":undefined},color:color}):emptyState});}Icon.displayName=\"Feather\";Icon.defaultProps={width:24,height:24,iconSelection:\"home\",iconSearch:\"Home\",color:\"#66F\",selectByList:true,mirrored:false};addPropertyControls(Icon,{selectByList:{type:ControlType.Boolean,title:\"Select\",enabledTitle:\"List\",disabledTitle:\"Search\",defaultValue:Icon.defaultProps.selectByList},iconSelection:{type:ControlType.Enum,options:iconKeys,optionTitles:uppercaseIconKeys,defaultValue:Icon.defaultProps.iconSelection,title:\"Name\",hidden:({selectByList})=>!selectByList,description:\"Find every icon name on the [Feather site](https://feathericons.com/)\"},iconSearch:{type:ControlType.String,title:\"Name\",placeholder:\"Menu, Wifi, Box\u2026\",hidden:({selectByList})=>selectByList},mirrored:{type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",defaultValue:Icon.defaultProps.mirrored},color:{type:ControlType.Color,title:\"Color\",defaultValue:Icon.defaultProps.color},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"iconKeys\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Icon\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"24\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"IconProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Feather.map", "// Generated by Framer (1c1e241)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/mZS3lgbeyl9IPdKWunE6/DpGRgcv92Ac1AfBLXWn2/g57KoH5k6.js\";const FeatherFonts=getFonts(Feather);const enabledGestures={ByGHcqZcj:{hover:true},gHKrmpONk:{hover:true},mVMZjz7J6:{hover:true}};const cycleOrder=[\"mVMZjz7J6\",\"ByGHcqZcj\",\"gHKrmpONk\"];const serializationHash=\"framer-aVVQW\";const variantClassNames={ByGHcqZcj:\"framer-v-1184xke\",gHKrmpONk:\"framer-v-11esdst\",mVMZjz7J6:\"framer-v-17194vw\"};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={\"Variant 1\":\"mVMZjz7J6\",\"Variant 2\":\"ByGHcqZcj\",\"Variant 3\":\"gHKrmpONk\"};const getProps=({height,id,title,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref,_ref1;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:\"mVMZjz7J6\",YD2PhlRcE:(_ref1=title!==null&&title!==void 0?title:props.YD2PhlRcE)!==null&&_ref1!==void 0?_ref1:\"Button\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale}=useLocaleInfo();const{style,className,layoutId,variant,YD2PhlRcE,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"mVMZjz7J6\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];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-aVVQW\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"FnIZUD7TJ\"},openInNewTab:false,...addPropertyOverrides({ByGHcqZcj:{href:{hash:\":Ucia1JqS4\",webPageId:\"augiA20Il\"},smoothScroll:false},gHKrmpONk:{href:{webPageId:\"jAHqCnYYY\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.a,{...restProps,className:`${cx(\"framer-17194vw\",className)} framer-1xwi5vd`,\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"mVMZjz7J6\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":'var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60)) /* {\"name\":\"Light black\"} */',\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,boxShadow:\"inset 0.3010936508871964px 0.6021873017743928px 0.6732658709773611px -1.25px rgba(0, 0, 0, 0.17997), inset 1.1442666516217286px 2.288533303243457px 2.558658017412255px -2.5px rgba(0, 0, 0, 0.15889), inset 5px 10px 11.180339887498949px -3.75px rgba(0, 0, 0, 0.0625)\",...style},variants:{\"ByGHcqZcj-hover\":{\"--border-color\":'var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24)) /* {\"name\":\"Black\"} */',backgroundColor:\"var(--token-5949b67b-2a7b-4a1b-8563-0d15ed77563a, rgb(235, 235, 235))\"},\"gHKrmpONk-hover\":{\"--border-bottom-width\":\"3px\",\"--border-color\":'var(--token-c91a3a85-6e63-4291-a4b0-a0f5c70b007f, rgb(158, 174, 187)) /* {\"name\":\"Steel blue\"} */',\"--border-left-width\":\"3px\",\"--border-right-width\":\"3px\",\"--border-top-width\":\"3px\",backgroundColor:\"var(--token-5949b67b-2a7b-4a1b-8563-0d15ed77563a, rgb(235, 235, 235))\",boxShadow:\"inset 0.19904796838090988px 0.7961918735236395px 0.8206957981990958px -0.9375px rgba(0, 0, 0, 0.18252), inset 0.6036265357761295px 2.414506143104518px 2.4888159654306596px -1.875px rgba(0, 0, 0, 0.17241), inset 1.5956633803711153px 6.382653521484461px 6.579088660200239px -2.8125px rgba(0, 0, 0, 0.14761), inset 5px 20px 20.615528128088304px -3.75px rgba(0, 0, 0, 0.0625)\"},\"mVMZjz7J6-hover\":{\"--border-color\":'var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24)) /* {\"name\":\"Black\"} */',backgroundColor:\"var(--token-5949b67b-2a7b-4a1b-8563-0d15ed77563a, rgb(235, 235, 235))\"},gHKrmpONk:{backgroundColor:\"var(--token-c91a3a85-6e63-4291-a4b0-a0f5c70b007f, rgb(158, 174, 187))\"}},...addPropertyOverrides({\"ByGHcqZcj-hover\":{\"data-framer-name\":undefined},\"gHKrmpONk-hover\":{\"data-framer-name\":undefined},\"mVMZjz7J6-hover\":{\"data-framer-name\":undefined},ByGHcqZcj:{\"data-framer-name\":\"Variant 2\"},gHKrmpONk:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rfvsji\",\"data-styles-preset\":\"g57KoH5k6\",children:\"Button\"})}),className:\"framer-nj8t9r\",layoutDependency:layoutDependency,layoutId:\"t6K9IgjmD\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:YD2PhlRcE,variants:{\"ByGHcqZcj-hover\":{\"--extracted-r6o4lv\":\"var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60))\"},\"mVMZjz7J6-hover\":{\"--extracted-r6o4lv\":\"var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60))\"},gHKrmpONk:{\"--extracted-r6o4lv\":\"var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"ByGHcqZcj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rfvsji\",\"data-styles-preset\":\"g57KoH5k6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60)))\"},children:\"Button\"})})},\"mVMZjz7J6-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rfvsji\",\"data-styles-preset\":\"g57KoH5k6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60)))\"},children:\"Button\"})})},gHKrmpONk:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-rfvsji\",\"data-styles-preset\":\"g57KoH5k6\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60)))\"},children:\"Button\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-gsu66r-container\",layoutDependency:layoutDependency,layoutId:\"fNoLOkJ4d-container\",style:{rotate:0},variants:{\"ByGHcqZcj-hover\":{rotate:45},\"gHKrmpONk-hover\":{rotate:-45},\"mVMZjz7J6-hover\":{rotate:-45}},children:/*#__PURE__*/_jsx(Feather,{color:'var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60)) /* {\"name\":\"Light black\"} */',height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"fNoLOkJ4d\",layoutId:\"fNoLOkJ4d\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({ByGHcqZcj:{mirrored:true}},baseVariant,gestureVariant)})})]})})})})});});const css=['.framer-aVVQW [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-aVVQW .framer-1xwi5vd { display: block; }\",\".framer-aVVQW .framer-17194vw { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: auto; justify-content: center; overflow: hidden; padding: 14px 20px 14px 20px; position: relative; text-decoration: none; width: auto; will-change: var(--framer-will-change-override, transform); }\",\".framer-aVVQW .framer-nj8t9r { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aVVQW .framer-gsu66r-container { flex: none; height: 20px; position: relative; width: 20px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aVVQW .framer-17194vw { gap: 0px; } .framer-aVVQW .framer-17194vw > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-aVVQW .framer-17194vw > :first-child { margin-left: 0px; } .framer-aVVQW .framer-17194vw > :last-child { margin-right: 0px; } }\",\".framer-aVVQW.framer-v-1184xke .framer-nj8t9r { order: 1; }\",\".framer-aVVQW.framer-v-1184xke .framer-gsu66r-container { order: 0; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 53\n * @framerIntrinsicWidth 122\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"ByGHcqZcj\":{\"layout\":[\"auto\",\"auto\"]},\"gHKrmpONk\":{\"layout\":[\"auto\",\"auto\"]},\"m5nLLn1vo\":{\"layout\":[\"auto\",\"auto\"]},\"RxpsGWOEy\":{\"layout\":[\"auto\",\"auto\"]},\"BQEVyiA3j\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"YD2PhlRcE\":\"title\"}\n * @framerImmutableVariables true\n */const FramerkXhixGCtX=withCSS(Component,css,\"framer-aVVQW\");export default FramerkXhixGCtX;FramerkXhixGCtX.displayName=\"Button\";FramerkXhixGCtX.defaultProps={height:53,width:122};addPropertyControls(FramerkXhixGCtX,{variant:{options:[\"mVMZjz7J6\",\"ByGHcqZcj\",\"gHKrmpONk\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},YD2PhlRcE:{defaultValue:\"Button\",displayTextArea:false,placeholder:\"Schedule a Consultation\",title:\"Title\",type:ControlType.String}});addFonts(FramerkXhixGCtX,[...FeatherFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkXhixGCtX\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ByGHcqZcj\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gHKrmpONk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"m5nLLn1vo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RxpsGWOEy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"BQEVyiA3j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"122\",\"framerIntrinsicHeight\":\"53\",\"framerVariables\":\"{\\\"YD2PhlRcE\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./kXhixGCtX.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Outfit-300\"]);export const fonts=[{family:\"Outfit\",moduleAsset:{localModuleIdentifier:\"local-module:css/Gl3Ip78mb:default\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/outfit/v11/QGYyz_MVcBeNP4NjuGObqx1XmO1I4W61C4G-EiAou6Y.ttf\",weight:\"300\"}];export const css=['.framer-nAZ2n .framer-styles-preset-s6mio1:not(.rich-text-wrapper), .framer-nAZ2n .framer-styles-preset-s6mio1.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-nAZ2n .framer-styles-preset-s6mio1:not(.rich-text-wrapper), .framer-nAZ2n .framer-styles-preset-s6mio1.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-nAZ2n .framer-styles-preset-s6mio1:not(.rich-text-wrapper), .framer-nAZ2n .framer-styles-preset-s6mio1.rich-text-wrapper p { --framer-font-family: \"Outfit\", sans-serif; --framer-font-size: 14px; --framer-font-style: normal; --framer-font-weight: 300; --framer-letter-spacing: 0px; --framer-line-height: 1.4em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-nAZ2n\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=['.framer-7oV7g .framer-styles-preset-tyasbr:not(.rich-text-wrapper), .framer-7oV7g .framer-styles-preset-tyasbr.rich-text-wrapper a { --framer-link-current-text-color: var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, #181818) /* {\"name\":\"Black\"} */; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: var(--token-c91a3a85-6e63-4291-a4b0-a0f5c70b007f, #c1d0dc) /* {\"name\":\"Steel blue\"} */; --framer-link-hover-text-decoration: underline; --framer-link-text-color: var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, #181818); --framer-link-text-decoration: none; }'];export const className=\"framer-7oV7g\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (ab692b1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SmartComponentScopedContainer,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/m4SkV9i7sIG8xpF1AHD5/U6xisi36YWPyf5Ejj4gQ/Gl3Ip78mb.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/jDCNilAjZqaVZF5iRBmy/OjbzvVZTGVqdIcwB5zjP/gOxvbrWwJ.js\";import Button from\"https://framerusercontent.com/modules/eDtCZJJRTcr9Ka7jSjwn/VnqJ1I3f0shLg6xMCJ68/kXhixGCtX.js\";const ButtonFonts=getFonts(Button);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"ZPHDSjhlN\",\"FdQzKRMEH\",\"gMKB_Zvvi\"];const serializationHash=\"framer-nHRpI\";const variantClassNames={FdQzKRMEH:\"framer-v-12i36zb\",gMKB_Zvvi:\"framer-v-1conufn\",ZPHDSjhlN:\"framer-v-gy1yuj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:20};const transition1={delay:0,duration:1,ease:[.5,1,.89,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:20};const transition2={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"ZPHDSjhlN\",Phone:\"gMKB_Zvvi\",Tablet:\"FdQzKRMEH\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZPHDSjhlN\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZPHDSjhlN\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"gMKB_Zvvi\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"gMKB_Zvvi\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(scopingClassNames,\"framer-gy1yuj\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"ZPHDSjhlN\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, rgb(66, 64, 60))\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-61bec01d-9ab2-4eaf-89b2-de75a74a7209, rgb(255, 250, 243))\",...style},...addPropertyOverrides({FdQzKRMEH:{\"data-framer-name\":\"Tablet\"},gMKB_Zvvi:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u9kzrg\",layoutDependency:layoutDependency,layoutId:\"dBWPxTEfZ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"LejxlBb05\",scopeId:\"Oop6fdMXi\",children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1hxxtbd framer-5z1ci6\",\"data-framer-name\":\"BOSKA CHATA\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"LejxlBb05\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 295 26\"><path d=\"M 11.958 1.622 C 13.678 1.622 15.174 2.201 16.447 3.359 C 17.731 4.505 18.373 5.981 18.373 7.787 C 18.373 9.989 17.441 11.698 15.576 12.913 C 18.167 13.969 19.462 15.853 19.462 18.567 C 19.462 20.383 18.803 21.865 17.486 23.012 C 16.168 24.158 14.644 24.732 12.913 24.732 L 2.579 24.732 C 1.663 24.732 1.205 24.471 1.205 23.948 L 1.205 2.405 C 1.205 1.883 1.663 1.622 2.579 1.622 Z M 3.935 12.402 L 11.958 12.402 C 13.064 12.402 13.951 11.891 14.621 10.869 C 15.303 9.847 15.643 8.82 15.643 7.787 C 15.643 6.765 15.303 5.743 14.621 4.721 C 13.94 3.688 13.053 3.171 11.958 3.171 L 3.935 3.171 Z M 3.935 13.952 L 3.935 23.182 L 12.913 23.182 C 14.041 23.182 14.956 22.682 15.66 21.683 C 16.374 20.673 16.732 19.634 16.732 18.567 C 16.732 17.5 16.374 16.466 15.66 15.467 C 14.956 14.457 14.041 13.952 12.913 13.952 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 39.877 1.213 C 43.349 1.213 46.096 2.365 48.117 4.67 C 50.138 6.975 51.149 9.808 51.149 13.168 C 51.149 16.54 50.138 19.378 48.117 21.683 C 46.096 23.988 43.349 25.14 39.877 25.14 C 36.404 25.14 33.657 23.988 31.636 21.683 C 29.615 19.378 28.604 16.54 28.604 13.168 C 28.604 9.808 29.615 6.975 31.636 4.67 C 33.657 2.365 36.404 1.213 39.877 1.213 Z M 39.877 2.763 C 37.063 2.763 34.935 3.858 33.495 6.049 C 32.055 8.229 31.334 10.602 31.334 13.168 C 31.334 15.734 32.055 18.113 33.495 20.304 C 34.935 22.495 37.063 23.591 39.877 23.591 C 42.69 23.591 44.818 22.495 46.258 20.304 C 47.698 18.113 48.419 15.734 48.419 13.168 C 48.419 10.602 47.698 8.229 46.258 6.049 C 44.818 3.858 42.69 2.763 39.877 2.763 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 78.95 18.09 C 78.95 20.281 77.95 22.007 75.952 23.267 C 73.964 24.516 71.77 25.14 69.369 25.14 C 67.348 25.14 65.366 24.658 63.423 23.693 C 61.491 22.716 60.325 21.116 59.923 18.89 C 59.878 18.641 59.856 18.487 59.856 18.431 C 59.856 17.931 60.325 17.681 61.263 17.681 C 62.022 17.681 62.457 17.903 62.569 18.345 C 63.474 21.876 65.779 23.625 69.487 23.591 C 70.983 23.568 72.479 23.108 73.975 22.211 C 75.471 21.303 76.22 19.98 76.22 18.243 C 76.22 16.994 75.477 16.018 73.992 15.314 C 72.897 14.792 71.518 14.44 69.855 14.258 C 68.85 14.156 67.789 13.991 66.672 13.764 C 65.567 13.526 64.551 13.162 63.624 12.674 C 61.503 11.562 60.442 9.853 60.442 7.548 C 60.442 5.255 61.491 3.625 63.591 2.66 C 65.69 1.695 67.672 1.213 69.536 1.213 C 71.401 1.213 73.177 1.65 74.863 2.524 C 76.56 3.398 77.677 4.806 78.212 6.748 C 78.28 6.986 78.313 7.134 78.313 7.191 C 78.313 7.656 77.839 7.889 76.89 7.889 C 76.13 7.889 75.695 7.662 75.583 7.208 C 74.913 4.244 72.903 2.763 69.553 2.763 C 68.146 2.763 66.729 3.137 65.299 3.887 C 63.881 4.625 63.172 5.839 63.172 7.531 C 63.172 8.723 63.993 9.688 65.634 10.426 C 66.393 10.756 67.192 11.005 68.029 11.176 C 68.867 11.346 69.564 11.459 70.123 11.516 C 71.228 11.63 72.35 11.811 73.489 12.061 C 74.628 12.311 75.634 12.72 76.504 13.287 C 78.134 14.377 78.95 15.978 78.95 18.09 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 105.277 25.14 C 104.495 25.14 103.976 24.953 103.719 24.578 L 95.261 12.981 L 91.207 16.83 L 91.207 24.442 C 91.207 24.908 90.75 25.14 89.834 25.14 C 88.93 25.14 88.478 24.908 88.478 24.442 L 88.478 1.911 C 88.478 1.446 88.93 1.213 89.834 1.213 C 90.75 1.213 91.207 1.446 91.207 1.911 L 91.207 14.309 L 104.724 1.519 C 104.936 1.315 105.271 1.213 105.729 1.213 C 105.885 1.213 106.075 1.236 106.299 1.281 C 106.723 1.383 106.935 1.559 106.935 1.809 C 106.935 1.888 106.885 1.979 106.784 2.081 L 97.405 10.971 L 106.851 23.999 C 106.929 24.113 106.968 24.215 106.968 24.306 C 106.968 24.624 106.695 24.857 106.148 25.004 C 105.868 25.095 105.578 25.14 105.277 25.14 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 136.997 24.391 C 136.997 24.891 136.483 25.14 135.456 25.14 C 134.663 25.14 134.183 24.942 134.015 24.544 L 130.883 17.221 L 119.947 17.221 L 116.798 24.749 C 116.675 25.01 116.362 25.14 115.86 25.14 C 115.178 25.14 114.838 24.97 114.838 24.63 C 114.838 24.618 114.849 24.567 114.872 24.476 L 124.368 1.775 C 124.513 1.4 125.038 1.213 125.943 1.213 C 126.724 1.213 127.204 1.412 127.383 1.809 L 136.896 24.085 C 136.964 24.243 136.997 24.346 136.997 24.391 Z M 130.23 15.672 L 125.356 4.261 L 120.583 15.672 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 180.155 17 C 181.059 17 181.511 17.267 181.511 17.8 C 181.511 17.971 181.444 18.294 181.31 18.771 C 180.718 20.849 179.457 22.433 177.525 23.523 C 175.604 24.601 173.617 25.14 171.562 25.14 C 168.134 25.14 165.465 24.033 163.556 21.82 C 161.658 19.606 160.708 16.779 160.708 13.338 C 160.708 9.853 161.663 6.963 163.573 4.67 C 165.482 2.365 168.223 1.213 171.797 1.213 C 173.896 1.213 175.905 1.786 177.826 2.933 C 179.747 4.08 180.93 5.749 181.377 7.94 C 181.444 8.19 181.477 8.383 181.477 8.519 C 181.477 9.075 181.02 9.353 180.104 9.353 C 179.255 9.353 178.803 9.115 178.748 8.638 C 178.245 4.721 175.928 2.763 171.797 2.763 C 168.96 2.763 166.855 3.864 165.482 6.067 C 164.109 8.258 163.422 10.642 163.422 13.219 C 163.422 15.751 164.069 18.113 165.365 20.304 C 166.671 22.495 168.737 23.591 171.562 23.591 C 173.259 23.591 174.817 23.046 176.235 21.956 C 177.664 20.866 178.519 19.447 178.797 17.698 C 178.876 17.233 179.328 17 180.155 17 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 193.786 24.374 C 193.786 24.885 193.333 25.14 192.429 25.14 C 191.513 25.14 191.055 24.885 191.055 24.374 L 191.055 1.979 C 191.055 1.468 191.513 1.213 192.429 1.213 C 193.333 1.213 193.786 1.468 193.786 1.979 L 193.786 12.402 L 207.52 12.402 L 207.52 1.979 C 207.52 1.468 207.972 1.213 208.876 1.213 C 209.792 1.213 210.25 1.468 210.25 1.979 L 210.25 24.374 C 210.25 24.885 209.792 25.14 208.876 25.14 C 207.972 25.14 207.52 24.885 207.52 24.374 L 207.52 13.952 L 193.786 13.952 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 241.535 24.391 C 241.535 24.891 241.021 25.14 239.994 25.14 C 239.201 25.14 238.721 24.942 238.553 24.544 L 235.421 17.221 L 224.484 17.221 L 221.335 24.749 C 221.213 25.01 220.899 25.14 220.397 25.14 C 219.716 25.14 219.375 24.97 219.375 24.63 C 219.375 24.618 219.386 24.567 219.409 24.476 L 228.906 1.775 C 229.051 1.4 229.575 1.213 230.48 1.213 C 231.262 1.213 231.742 1.412 231.921 1.809 L 241.434 24.085 C 241.501 24.243 241.535 24.346 241.535 24.391 Z M 234.768 15.672 L 229.894 4.261 L 225.121 15.672 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 257.946 24.17 C 257.946 24.681 257.494 24.936 256.59 24.936 C 255.674 24.936 255.216 24.681 255.216 24.17 L 255.216 2.967 L 248.097 2.967 C 247.193 2.967 246.741 2.706 246.741 2.184 C 246.741 1.673 247.193 1.417 248.097 1.417 L 265.065 1.417 C 265.969 1.417 266.421 1.673 266.421 2.184 C 266.421 2.706 265.969 2.967 265.065 2.967 L 257.946 2.967 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 293.787 24.391 C 293.787 24.891 293.273 25.14 292.246 25.14 C 291.453 25.14 290.973 24.942 290.805 24.544 L 287.673 17.221 L 276.736 17.221 L 273.587 24.749 C 273.464 25.01 273.152 25.14 272.649 25.14 C 271.968 25.14 271.628 24.97 271.628 24.63 C 271.628 24.618 271.639 24.567 271.661 24.476 L 281.158 1.775 C 281.303 1.4 281.828 1.213 282.732 1.213 C 283.514 1.213 283.994 1.412 284.173 1.809 L 293.687 24.085 C 293.753 24.243 293.787 24.346 293.787 24.391 Z M 287.02 15.672 L 282.146 4.261 L 277.372 15.672 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:8839518470,withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(24, 24, 24))\"},children:\"Projektowanie i aran\u017Cacja wn\u0119trz\\xa0 \"}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",style:{\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(24, 24, 24))\"},children:\"ul. Czes\u0142awa Niemena\"}),/*#__PURE__*/_jsxs(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",children:[\"81-602 Gdynia\",/*#__PURE__*/_jsx(motion.br,{}),/*#__PURE__*/_jsx(Link,{href:\"tel:48506089811\",motionChild:true,nodeId:\"dUkjDn0y1\",openInNewTab:false,scopeId:\"Oop6fdMXi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tyasbr\",\"data-styles-preset\":\"gOxvbrWwJ\",children:/*#__PURE__*/_jsx(motion.span,{style:{\"--framer-text-color\":\"var(--extracted-o257m, rgb(24, 24, 24))\"},children:\"+48 506 089 811\"})})})]}),/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",style:{\"--framer-text-color\":\"var(--extracted-14qxiz, rgb(24, 24, 24))\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:boskachata@gmail.com\",motionChild:true,nodeId:\"dUkjDn0y1\",openInNewTab:true,scopeId:\"Oop6fdMXi\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-tyasbr\",\"data-styles-preset\":\"gOxvbrWwJ\",children:\"boskachata@gmail.com\"})})})]}),className:\"framer-8qcae8\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"dUkjDn0y1\",style:{\"--extracted-14qxiz\":\"rgb(24, 24, 24)\",\"--extracted-2gxw0f\":\"rgb(24, 24, 24)\",\"--extracted-o257m\":\"rgb(24, 24, 24)\",\"--extracted-r6o4lv\":\"rgb(24, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(24, 24, 24))\"},children:\"\\xa9 2025 BOSKA CHATA. \"})}),className:\"framer-7kgy3w\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ILoanjHjs\",style:{\"--extracted-r6o4lv\":\"rgb(24, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-uqi68w\",layoutDependency:layoutDependency,layoutId:\"RmbNSewYO\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-t9q4ri-container\",layoutDependency:layoutDependency,layoutId:\"ZBQM7d9uD-container\",nodeId:\"ZBQM7d9uD\",rendersWithMotion:true,scopeId:\"Oop6fdMXi\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"ZBQM7d9uD\",layoutId:\"ZBQM7d9uD\",variant:\"mVMZjz7J6\",width:\"100%\",YD2PhlRcE:\"Studio\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kfjoem-container\",layoutDependency:layoutDependency,layoutId:\"kVfeyuq1C-container\",nodeId:\"kVfeyuq1C\",rendersWithMotion:true,scopeId:\"Oop6fdMXi\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"kVfeyuq1C\",layoutId:\"kVfeyuq1C\",variant:\"gHKrmpONk\",width:\"100%\",YD2PhlRcE:\"Um\\xf3w konsultacj\u0119\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-s6mio1\",\"data-styles-preset\":\"Gl3Ip78mb\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(24, 24, 24))\"},children:\"\\xa9 2025 BOSKA CHATA. \"})}),className:\"framer-17tfny3\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fi3H_tOJn\",style:{\"--extracted-r6o4lv\":\"rgb(24, 24, 24)\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nHRpI.framer-5z1ci6, .framer-nHRpI .framer-5z1ci6 { display: block; }\",\".framer-nHRpI.framer-gy1yuj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 1440px; }\",\".framer-nHRpI .framer-1u9kzrg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-nHRpI .framer-1hxxtbd { flex: none; height: 26px; position: relative; text-decoration: none; width: 295px; }\",\".framer-nHRpI .framer-8qcae8, .framer-nHRpI .framer-7kgy3w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-nHRpI .framer-uqi68w { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: auto; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-nHRpI .framer-t9q4ri-container, .framer-nHRpI .framer-kfjoem-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-nHRpI .framer-17tfny3 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 350px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nHRpI.framer-gy1yuj, .framer-nHRpI .framer-1u9kzrg, .framer-nHRpI .framer-uqi68w { gap: 0px; } .framer-nHRpI.framer-gy1yuj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-nHRpI.framer-gy1yuj > :first-child { margin-left: 0px; } .framer-nHRpI.framer-gy1yuj > :last-child { margin-right: 0px; } .framer-nHRpI .framer-1u9kzrg > *, .framer-nHRpI .framer-uqi68w > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-nHRpI .framer-1u9kzrg > :first-child, .framer-nHRpI .framer-uqi68w > :first-child { margin-top: 0px; } .framer-nHRpI .framer-1u9kzrg > :last-child, .framer-nHRpI .framer-uqi68w > :last-child { margin-bottom: 0px; } }\",\".framer-nHRpI.framer-v-12i36zb.framer-gy1yuj { width: 810px; }\",\".framer-nHRpI.framer-v-12i36zb .framer-1hxxtbd, .framer-nHRpI.framer-v-1conufn .framer-kfjoem-container { order: 0; }\",\".framer-nHRpI.framer-v-12i36zb .framer-8qcae8, .framer-nHRpI.framer-v-1conufn .framer-17tfny3 { order: 2; }\",\".framer-nHRpI.framer-v-12i36zb .framer-7kgy3w, .framer-nHRpI.framer-v-1conufn .framer-t9q4ri-container { order: 1; }\",\".framer-nHRpI.framer-v-1conufn.framer-gy1yuj { flex-direction: column; gap: 40px; padding: 40px 20px 40px 20px; width: 390px; }\",\".framer-nHRpI.framer-v-1conufn .framer-1u9kzrg { order: 0; width: 100%; }\",\".framer-nHRpI.framer-v-1conufn .framer-uqi68w { align-content: center; align-items: center; align-self: unset; flex: none; flex-direction: row; gap: 12px; height: min-content; justify-content: flex-start; order: 1; padding: 4px 4px 4px 0px; width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-nHRpI.framer-v-1conufn.framer-gy1yuj, .framer-nHRpI.framer-v-1conufn .framer-uqi68w { gap: 0px; } .framer-nHRpI.framer-v-1conufn.framer-gy1yuj > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-nHRpI.framer-v-1conufn.framer-gy1yuj > :first-child { margin-top: 0px; } .framer-nHRpI.framer-v-1conufn.framer-gy1yuj > :last-child { margin-bottom: 0px; } .framer-nHRpI.framer-v-1conufn .framer-uqi68w > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-nHRpI.framer-v-1conufn .framer-uqi68w > :first-child { margin-left: 0px; } .framer-nHRpI.framer-v-1conufn .framer-uqi68w > :last-child { margin-right: 0px; } }\",...sharedStyle.css,...sharedStyle1.css,'.framer-nHRpI[data-border=\"true\"]::after, .framer-nHRpI [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 280\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FdQzKRMEH\":{\"layout\":[\"fixed\",\"auto\"]},\"gMKB_Zvvi\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerOop6fdMXi=withCSS(Component,css,\"framer-nHRpI\");export default FramerOop6fdMXi;FramerOop6fdMXi.displayName=\"Footer\";FramerOop6fdMXi.defaultProps={height:280,width:1440};addPropertyControls(FramerOop6fdMXi,{variant:{options:[\"ZPHDSjhlN\",\"FdQzKRMEH\",\"gMKB_Zvvi\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerOop6fdMXi,[{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\"}]},...ButtonFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerOop6fdMXi\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"280\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FdQzKRMEH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"gMKB_Zvvi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Oop6fdMXi.map", "// Generated by Framer (77e81ff)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,SVG,useActiveVariantCallback,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Button from\"https://framerusercontent.com/modules/eDtCZJJRTcr9Ka7jSjwn/VnqJ1I3f0shLg6xMCJ68/kXhixGCtX.js\";const ButtonFonts=getFonts(Button);const cycleOrder=[\"WZaQcPWqv\",\"ANf12lI98\",\"GKsM74tka\",\"XtMHymnt7\"];const variantClassNames={ANf12lI98:\"framer-v-1ddm3b\",GKsM74tka:\"framer-v-flrmwh\",WZaQcPWqv:\"framer-v-1i4vccj\",XtMHymnt7:\"framer-v-1higqyf\"};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 humanReadableVariantMap={\"Phone Open\":\"XtMHymnt7\",Desktop:\"WZaQcPWqv\",Phone:\"GKsM74tka\",Tablet:\"ANf12lI98\"};const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},XtMHymnt7:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const transformTemplate=(_,t)=>`perspective(1200px) ${t}`;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 Component=/*#__PURE__*/React.forwardRef(function({id,style,className,width,height,layoutId,variant:outerVariant=\"WZaQcPWqv\",...restProps},ref){const outerVariantId=humanReadableVariantMap[outerVariant];const variant=outerVariantId||outerVariant;const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"WZaQcPWqv\",transitions,variant,variantClassNames});const layoutDependency=variants.join(\"-\")+restProps.layoutDependency;const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1evvdje=activeVariantCallback(async(...args)=>{setVariant(\"XtMHymnt7\");});const onTap1ccb0in=activeVariantCallback(async(...args)=>{setVariant(\"GKsM74tka\");});const isDisplayed=()=>{if([\"GKsM74tka\",\"XtMHymnt7\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"GKsM74tka\")return false;return true;};const defaultLayoutId=React.useId();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-GCmDw\",classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,__perspectiveFX:false,__targetOpacity:1,className:cx(\"framer-1i4vccj\",className),\"data-border\":true,\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"WZaQcPWqv\",ref:ref,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(0, 0, 0, 0.08)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-61bec01d-9ab2-4eaf-89b2-de75a74a7209, rgb(255, 250, 243))\",...style},transformTemplate:transformTemplate,...addPropertyOverrides({ANf12lI98:{\"data-framer-name\":\"Tablet\"},GKsM74tka:{\"data-framer-name\":\"Phone\"},XtMHymnt7:{\"data-framer-name\":\"Phone Open\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-etrp7k framer-e9kjnc\",\"data-framer-name\":\"Title and Icon\",layoutDependency:layoutDependency,layoutId:\"Mh285_1dl\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-7vu1eh\",\"data-framer-name\":\"BOSKA CHATA\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"etL_ifHV8\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 250 22\"><path d=\"M 10.134 1.372 C 11.591 1.372 12.859 1.862 13.938 2.842 C 15.026 3.812 15.571 5.061 15.571 6.589 C 15.571 8.452 14.78 9.898 13.2 10.926 C 15.396 11.82 16.493 13.414 16.493 15.71 C 16.493 17.247 15.935 18.501 14.818 19.471 C 13.702 20.442 12.41 20.927 10.943 20.927 L 2.185 20.927 C 1.409 20.927 1.021 20.706 1.021 20.264 L 1.021 2.035 C 1.021 1.593 1.409 1.372 2.185 1.372 Z M 3.335 10.494 L 10.134 10.494 C 11.071 10.494 11.823 10.062 12.391 9.197 C 12.968 8.332 13.257 7.463 13.257 6.589 C 13.257 5.724 12.968 4.859 12.391 3.995 C 11.814 3.121 11.062 2.683 10.134 2.683 L 3.335 2.683 Z M 3.335 11.805 L 3.335 19.616 L 10.943 19.616 C 11.899 19.616 12.675 19.193 13.271 18.347 C 13.877 17.492 14.179 16.613 14.179 15.71 C 14.179 14.807 13.877 13.933 13.271 13.088 C 12.675 12.233 11.899 11.805 10.943 11.805 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 33.794 1.026 C 36.737 1.026 39.064 2.001 40.777 3.952 C 42.49 5.902 43.346 8.299 43.346 11.142 C 43.346 13.995 42.49 16.397 40.777 18.347 C 39.064 20.298 36.737 21.273 33.794 21.273 C 30.851 21.273 28.523 20.298 26.81 18.347 C 25.097 16.397 24.241 13.995 24.241 11.142 C 24.241 8.299 25.097 5.902 26.81 3.952 C 28.523 2.001 30.851 1.026 33.794 1.026 Z M 33.794 2.338 C 31.409 2.338 29.606 3.265 28.386 5.119 C 27.165 6.963 26.555 8.971 26.555 11.142 C 26.555 13.313 27.165 15.326 28.386 17.18 C 29.606 19.034 31.409 19.961 33.794 19.961 C 36.178 19.961 37.981 19.034 39.202 17.18 C 40.422 15.326 41.033 13.313 41.033 11.142 C 41.033 8.971 40.422 6.963 39.202 5.119 C 37.981 3.265 36.178 2.338 33.794 2.338 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 66.906 15.307 C 66.906 17.161 66.06 18.621 64.366 19.688 C 62.681 20.744 60.822 21.273 58.788 21.273 C 57.075 21.273 55.395 20.864 53.748 20.048 C 52.111 19.222 51.123 17.867 50.782 15.984 C 50.744 15.773 50.725 15.643 50.725 15.595 C 50.725 15.172 51.123 14.961 51.917 14.961 C 52.561 14.961 52.93 15.148 53.025 15.523 C 53.791 18.511 55.745 19.99 58.887 19.961 C 60.155 19.942 61.423 19.553 62.691 18.794 C 63.959 18.026 64.593 16.906 64.593 15.437 C 64.593 14.38 63.964 13.554 62.705 12.958 C 61.777 12.516 60.609 12.218 59.199 12.065 C 58.347 11.978 57.448 11.839 56.502 11.647 C 55.566 11.445 54.704 11.137 53.919 10.724 C 52.121 9.783 51.222 8.337 51.222 6.387 C 51.222 4.446 52.111 3.068 53.891 2.251 C 55.67 1.435 57.349 1.026 58.929 1.026 C 60.51 1.026 62.014 1.396 63.443 2.136 C 64.882 2.876 65.828 4.067 66.282 5.71 C 66.339 5.911 66.367 6.036 66.367 6.084 C 66.367 6.478 65.965 6.675 65.161 6.675 C 64.517 6.675 64.148 6.483 64.053 6.099 C 63.486 3.591 61.782 2.338 58.943 2.338 C 57.751 2.338 56.55 2.655 55.338 3.289 C 54.136 3.913 53.535 4.941 53.535 6.372 C 53.535 7.381 54.231 8.198 55.622 8.822 C 56.265 9.101 56.942 9.312 57.652 9.456 C 58.362 9.6 58.953 9.696 59.426 9.744 C 60.363 9.841 61.314 9.994 62.279 10.206 C 63.244 10.417 64.096 10.763 64.834 11.243 C 66.216 12.165 66.906 13.52 66.906 15.307 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 89.218 21.273 C 88.555 21.273 88.115 21.114 87.897 20.797 L 80.729 10.984 L 77.294 14.24 L 77.294 20.682 C 77.294 21.076 76.906 21.273 76.131 21.273 C 75.364 21.273 74.981 21.076 74.981 20.682 L 74.981 1.617 C 74.981 1.223 75.364 1.026 76.131 1.026 C 76.906 1.026 77.294 1.223 77.294 1.617 L 77.294 12.108 L 88.749 1.286 C 88.929 1.113 89.213 1.026 89.601 1.026 C 89.733 1.026 89.894 1.045 90.084 1.084 C 90.443 1.17 90.623 1.319 90.623 1.531 C 90.623 1.598 90.58 1.675 90.495 1.761 L 82.547 9.283 L 90.552 20.307 C 90.618 20.403 90.651 20.49 90.651 20.567 C 90.651 20.836 90.419 21.032 89.956 21.157 C 89.719 21.234 89.473 21.273 89.218 21.273 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 116.099 20.639 C 116.099 21.061 115.664 21.273 114.793 21.273 C 114.122 21.273 113.715 21.105 113.572 20.768 L 110.918 14.572 L 101.65 14.572 L 98.981 20.941 C 98.877 21.162 98.612 21.273 98.186 21.273 C 97.609 21.273 97.32 21.129 97.32 20.84 C 97.32 20.831 97.33 20.788 97.349 20.711 L 105.397 1.502 C 105.52 1.185 105.965 1.026 106.731 1.026 C 107.393 1.026 107.8 1.194 107.952 1.531 L 116.014 20.379 C 116.071 20.514 116.099 20.6 116.099 20.639 Z M 110.365 13.261 L 106.234 3.606 L 102.189 13.261 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 152.673 14.385 C 153.44 14.385 153.823 14.61 153.823 15.062 C 153.823 15.206 153.766 15.48 153.653 15.883 C 153.151 17.641 152.082 18.981 150.445 19.904 C 148.817 20.816 147.133 21.273 145.392 21.273 C 142.486 21.273 140.225 20.336 138.607 18.463 C 136.998 16.589 136.193 14.197 136.193 11.286 C 136.193 8.337 137.003 5.892 138.621 3.952 C 140.239 2.001 142.562 1.026 145.59 1.026 C 147.369 1.026 149.072 1.511 150.7 2.482 C 152.328 3.452 153.331 4.864 153.709 6.718 C 153.766 6.93 153.794 7.093 153.794 7.208 C 153.794 7.679 153.406 7.914 152.631 7.914 C 151.911 7.914 151.528 7.713 151.481 7.309 C 151.055 3.995 149.091 2.338 145.59 2.338 C 143.187 2.338 141.403 3.269 140.239 5.133 C 139.075 6.987 138.493 9.005 138.493 11.185 C 138.493 13.328 139.042 15.326 140.14 17.18 C 141.247 19.034 142.997 19.961 145.392 19.961 C 146.83 19.961 148.15 19.5 149.351 18.578 C 150.563 17.656 151.287 16.455 151.523 14.975 C 151.59 14.581 151.973 14.385 152.673 14.385 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 164.225 20.624 C 164.225 21.057 163.841 21.273 163.075 21.273 C 162.299 21.273 161.911 21.057 161.911 20.624 L 161.911 1.675 C 161.911 1.242 162.299 1.026 163.075 1.026 C 163.841 1.026 164.225 1.242 164.225 1.675 L 164.225 10.494 L 175.864 10.494 L 175.864 1.675 C 175.864 1.242 176.247 1.026 177.014 1.026 C 177.79 1.026 178.178 1.242 178.178 1.675 L 178.178 20.624 C 178.178 21.057 177.79 21.273 177.014 21.273 C 176.247 21.273 175.864 21.057 175.864 20.624 L 175.864 11.805 L 164.225 11.805 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 204.69 20.639 C 204.69 21.061 204.255 21.273 203.385 21.273 C 202.712 21.273 202.306 21.105 202.164 20.768 L 199.51 14.572 L 190.24 14.572 L 187.572 20.941 C 187.468 21.162 187.203 21.273 186.777 21.273 C 186.2 21.273 185.911 21.129 185.911 20.84 C 185.911 20.831 185.921 20.788 185.94 20.711 L 193.988 1.502 C 194.111 1.185 194.556 1.026 195.322 1.026 C 195.985 1.026 196.392 1.194 196.543 1.531 L 204.605 20.379 C 204.662 20.514 204.69 20.6 204.69 20.639 Z M 198.956 13.261 L 194.826 3.606 L 190.78 13.261 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 218.598 20.451 C 218.598 20.884 218.215 21.1 217.449 21.1 C 216.673 21.1 216.285 20.884 216.285 20.451 L 216.285 2.511 L 210.252 2.511 C 209.486 2.511 209.103 2.29 209.103 1.848 C 209.103 1.415 209.486 1.199 210.252 1.199 L 224.631 1.199 C 225.397 1.199 225.781 1.415 225.781 1.848 C 225.781 2.29 225.397 2.511 224.631 2.511 L 218.598 2.511 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 248.972 20.639 C 248.972 21.061 248.536 21.273 247.666 21.273 C 246.994 21.273 246.587 21.105 246.445 20.768 L 243.791 14.572 L 234.522 14.572 L 231.854 20.941 C 231.749 21.162 231.485 21.273 231.059 21.273 C 230.482 21.273 230.193 21.129 230.193 20.84 C 230.193 20.831 230.202 20.788 230.221 20.711 L 238.27 1.502 C 238.392 1.185 238.837 1.026 239.604 1.026 C 240.266 1.026 240.673 1.194 240.825 1.531 L 248.887 20.379 C 248.943 20.514 248.972 20.6 248.972 20.639 Z M 243.237 13.261 L 239.107 3.606 L 235.061 13.261 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:1946812253,withExternalLayout:true,...addPropertyOverrides({GKsM74tka:{svgContentId:2444579162},XtMHymnt7:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 250 22\"><path d=\"M 10.134 1.372 C 11.591 1.372 12.859 1.862 13.938 2.842 C 15.026 3.812 15.571 5.061 15.571 6.589 C 15.571 8.452 14.78 9.898 13.2 10.926 C 15.396 11.82 16.493 13.414 16.493 15.71 C 16.493 17.247 15.935 18.501 14.818 19.471 C 13.702 20.442 12.41 20.927 10.943 20.927 L 2.185 20.927 C 1.409 20.927 1.021 20.706 1.021 20.264 L 1.021 2.035 C 1.021 1.593 1.409 1.372 2.185 1.372 Z M 3.335 10.494 L 10.134 10.494 C 11.071 10.494 11.823 10.062 12.391 9.197 C 12.968 8.332 13.257 7.463 13.257 6.589 C 13.257 5.724 12.968 4.859 12.391 3.995 C 11.814 3.121 11.062 2.683 10.134 2.683 L 3.335 2.683 Z M 3.335 11.805 L 3.335 19.616 L 10.943 19.616 C 11.899 19.616 12.675 19.193 13.271 18.347 C 13.877 17.492 14.179 16.613 14.179 15.71 C 14.179 14.807 13.877 13.933 13.271 13.088 C 12.675 12.233 11.899 11.805 10.943 11.805 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 33.794 1.026 C 36.737 1.026 39.064 2.001 40.777 3.952 C 42.49 5.902 43.346 8.299 43.346 11.142 C 43.346 13.995 42.49 16.397 40.777 18.347 C 39.064 20.298 36.737 21.273 33.794 21.273 C 30.851 21.273 28.523 20.298 26.81 18.347 C 25.097 16.397 24.241 13.995 24.241 11.142 C 24.241 8.299 25.097 5.902 26.81 3.952 C 28.523 2.001 30.851 1.026 33.794 1.026 Z M 33.793 2.338 C 31.409 2.338 29.606 3.265 28.386 5.119 C 27.165 6.963 26.554 8.971 26.554 11.142 C 26.554 13.313 27.165 15.326 28.386 17.18 C 29.606 19.034 31.409 19.961 33.793 19.961 C 36.178 19.961 37.981 19.034 39.201 17.18 C 40.422 15.326 41.033 13.313 41.033 11.142 C 41.033 8.971 40.422 6.963 39.201 5.119 C 37.981 3.265 36.178 2.338 33.793 2.338 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 66.906 15.307 C 66.906 17.161 66.06 18.621 64.366 19.688 C 62.681 20.744 60.822 21.273 58.788 21.273 C 57.075 21.273 55.395 20.864 53.748 20.048 C 52.111 19.222 51.123 17.867 50.782 15.984 C 50.744 15.773 50.725 15.643 50.725 15.595 C 50.725 15.172 51.123 14.961 51.917 14.961 C 52.561 14.961 52.93 15.148 53.025 15.523 C 53.791 18.511 55.745 19.99 58.887 19.961 C 60.155 19.942 61.423 19.553 62.691 18.794 C 63.959 18.026 64.593 16.906 64.593 15.437 C 64.593 14.38 63.964 13.554 62.705 12.958 C 61.777 12.516 60.609 12.218 59.199 12.065 C 58.347 11.978 57.448 11.839 56.502 11.647 C 55.566 11.445 54.704 11.137 53.919 10.724 C 52.121 9.783 51.222 8.337 51.222 6.387 C 51.222 4.446 52.111 3.068 53.891 2.251 C 55.67 1.435 57.349 1.026 58.929 1.026 C 60.51 1.026 62.014 1.396 63.443 2.136 C 64.882 2.876 65.828 4.067 66.282 5.71 C 66.339 5.911 66.367 6.036 66.367 6.084 C 66.367 6.478 65.965 6.675 65.161 6.675 C 64.517 6.675 64.148 6.483 64.053 6.099 C 63.486 3.591 61.782 2.338 58.943 2.338 C 57.751 2.338 56.55 2.655 55.338 3.289 C 54.136 3.913 53.535 4.941 53.535 6.372 C 53.535 7.381 54.231 8.198 55.622 8.822 C 56.265 9.101 56.942 9.312 57.652 9.456 C 58.362 9.6 58.953 9.696 59.426 9.744 C 60.363 9.841 61.314 9.994 62.279 10.206 C 63.244 10.417 64.096 10.763 64.834 11.243 C 66.216 12.165 66.906 13.52 66.906 15.307 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 89.218 21.273 C 88.555 21.273 88.115 21.114 87.897 20.797 L 80.729 10.984 L 77.294 14.24 L 77.294 20.682 C 77.294 21.076 76.906 21.273 76.131 21.273 C 75.364 21.273 74.981 21.076 74.981 20.682 L 74.981 1.617 C 74.981 1.223 75.364 1.026 76.131 1.026 C 76.906 1.026 77.294 1.223 77.294 1.617 L 77.294 12.108 L 88.749 1.286 C 88.929 1.113 89.213 1.026 89.601 1.026 C 89.733 1.026 89.894 1.045 90.084 1.084 C 90.443 1.17 90.623 1.319 90.623 1.531 C 90.623 1.598 90.58 1.675 90.495 1.761 L 82.547 9.283 L 90.552 20.307 C 90.618 20.403 90.651 20.49 90.651 20.567 C 90.651 20.836 90.419 21.032 89.956 21.157 C 89.719 21.234 89.473 21.273 89.218 21.273 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 116.099 20.639 C 116.099 21.061 115.664 21.273 114.793 21.273 C 114.122 21.273 113.715 21.105 113.572 20.768 L 110.918 14.572 L 101.65 14.572 L 98.981 20.941 C 98.877 21.162 98.612 21.273 98.186 21.273 C 97.609 21.273 97.32 21.129 97.32 20.84 C 97.32 20.831 97.33 20.788 97.349 20.711 L 105.397 1.502 C 105.52 1.185 105.965 1.026 106.731 1.026 C 107.393 1.026 107.8 1.194 107.952 1.531 L 116.014 20.379 C 116.071 20.514 116.099 20.6 116.099 20.639 Z M 110.364 13.261 L 106.234 3.606 L 102.188 13.261 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 152.673 14.385 C 153.44 14.385 153.823 14.61 153.823 15.062 C 153.823 15.206 153.766 15.48 153.653 15.883 C 153.151 17.641 152.082 18.981 150.445 19.904 C 148.817 20.816 147.133 21.273 145.392 21.273 C 142.486 21.273 140.225 20.336 138.607 18.463 C 136.998 16.589 136.193 14.197 136.193 11.286 C 136.193 8.337 137.003 5.892 138.621 3.952 C 140.239 2.001 142.562 1.026 145.59 1.026 C 147.369 1.026 149.072 1.511 150.7 2.482 C 152.328 3.452 153.331 4.864 153.709 6.718 C 153.766 6.93 153.794 7.093 153.794 7.208 C 153.794 7.679 153.406 7.914 152.631 7.914 C 151.911 7.914 151.528 7.713 151.481 7.309 C 151.055 3.995 149.091 2.338 145.59 2.338 C 143.187 2.338 141.403 3.269 140.239 5.133 C 139.075 6.987 138.493 9.005 138.493 11.185 C 138.493 13.328 139.042 15.326 140.14 17.18 C 141.247 19.034 142.997 19.961 145.392 19.961 C 146.83 19.961 148.15 19.5 149.351 18.578 C 150.563 17.656 151.287 16.455 151.523 14.975 C 151.59 14.581 151.973 14.385 152.673 14.385 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 164.225 20.624 C 164.225 21.057 163.841 21.273 163.075 21.273 C 162.299 21.273 161.911 21.057 161.911 20.624 L 161.911 1.675 C 161.911 1.242 162.299 1.026 163.075 1.026 C 163.841 1.026 164.225 1.242 164.225 1.675 L 164.225 10.494 L 175.864 10.494 L 175.864 1.675 C 175.864 1.242 176.247 1.026 177.014 1.026 C 177.79 1.026 178.178 1.242 178.178 1.675 L 178.178 20.624 C 178.178 21.057 177.79 21.273 177.014 21.273 C 176.247 21.273 175.864 21.057 175.864 20.624 L 175.864 11.805 L 164.225 11.805 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 204.689 20.639 C 204.689 21.061 204.254 21.273 203.384 21.273 C 202.712 21.273 202.305 21.105 202.163 20.768 L 199.509 14.572 L 190.24 14.572 L 187.572 20.941 C 187.467 21.162 187.202 21.273 186.777 21.273 C 186.199 21.273 185.91 21.129 185.91 20.84 C 185.91 20.831 185.92 20.788 185.939 20.711 L 193.987 1.502 C 194.11 1.185 194.555 1.026 195.322 1.026 C 195.984 1.026 196.391 1.194 196.542 1.531 L 204.604 20.379 C 204.661 20.514 204.689 20.6 204.689 20.639 Z M 198.957 13.261 L 194.827 3.606 L 190.781 13.261 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 218.598 20.451 C 218.598 20.884 218.215 21.1 217.449 21.1 C 216.673 21.1 216.285 20.884 216.285 20.451 L 216.285 2.511 L 210.252 2.511 C 209.486 2.511 209.103 2.29 209.103 1.848 C 209.103 1.415 209.486 1.199 210.252 1.199 L 224.631 1.199 C 225.397 1.199 225.781 1.415 225.781 1.848 C 225.781 2.29 225.397 2.511 224.631 2.511 L 218.598 2.511 Z\" fill=\"rgb(0,0,0)\"></path><path d=\"M 248.972 20.639 C 248.972 21.061 248.536 21.273 247.666 21.273 C 246.994 21.273 246.587 21.105 246.445 20.768 L 243.79 14.572 L 234.522 14.572 L 231.853 20.941 C 231.749 21.162 231.484 21.273 231.058 21.273 C 230.481 21.273 230.193 21.129 230.193 20.84 C 230.193 20.831 230.202 20.788 230.221 20.711 L 238.269 1.502 C 238.392 1.185 238.837 1.026 239.603 1.026 C 240.265 1.026 240.672 1.194 240.824 1.531 L 248.886 20.379 C 248.943 20.514 248.972 20.6 248.972 20.639 Z M 243.238 13.261 L 239.107 3.606 L 235.062 13.261 Z\" fill=\"rgb(0,0,0)\"></path></svg>',svgContentId:1892715333}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2fhguj\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"ECGJ_jnT7\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},variants:{GKsM74tka:{backgroundColor:\"var(--token-61bec01d-9ab2-4eaf-89b2-de75a74a7209, rgb(255, 251, 245))\"},XtMHymnt7:{backgroundColor:\"var(--token-61bec01d-9ab2-4eaf-89b2-de75a74a7209, rgb(255, 251, 245))\"}},...addPropertyOverrides({GKsM74tka:{\"data-highlight\":true,onTap:onTap1evvdje},XtMHymnt7:{\"data-highlight\":true,onTap:onTap1ccb0in}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-yzalja\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"wdvRIShhW\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{GKsM74tka:{backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\"},XtMHymnt7:{backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\",rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oufaow\",\"data-framer-name\":\"Mid\",layoutDependency:layoutDependency,layoutId:\"t1CkkhQku\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},variants:{GKsM74tka:{backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\"},XtMHymnt7:{backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uysdoa\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"TKiPE2Zrn\",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\",backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{GKsM74tka:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgb(34, 34, 34)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\"},XtMHymnt7:{backgroundColor:\"var(--token-92a5f7c8-87fe-40c9-a4db-ebb253caaa2e, rgb(24, 24, 24))\",rotate:45}},...addPropertyOverrides({GKsM74tka:{\"data-border\":true}},baseVariant,gestureVariant)})]})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1etqgsm-container\",layoutDependency:layoutDependency,layoutId:\"ALunp3ZlM-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"ALunp3ZlM\",layoutId:\"ALunp3ZlM\",title:\"Studio\",variant:\"mVMZjz7J6\",width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ptytn8-container\",layoutDependency:layoutDependency,layoutId:\"JGTzmcfXY-container\",children:/*#__PURE__*/_jsx(Button,{height:\"100%\",id:\"JGTzmcfXY\",layoutId:\"JGTzmcfXY\",title:\"Um\\xf3w konsultacj\u0119\",variant:\"gHKrmpONk\",width:\"100%\"})})]})})})});});const css=['.framer-GCmDw [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-GCmDw .framer-e9kjnc { display: block; }\",\".framer-GCmDw .framer-1i4vccj { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 80px; justify-content: center; padding: 25px 25px 25px 25px; position: relative; width: 1200px; }\",\".framer-GCmDw .framer-etrp7k { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: 32px; justify-content: space-between; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 1px; }\",\".framer-GCmDw .framer-7vu1eh { flex: none; height: 22px; position: relative; width: 250px; }\",\".framer-GCmDw .framer-2fhguj { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); overflow: hidden; position: relative; width: 32px; }\",\".framer-GCmDw .framer-yzalja { bottom: 7px; flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; width: 24px; will-change: transform; }\",\".framer-GCmDw .framer-1oufaow { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 24px; will-change: transform; }\",\".framer-GCmDw .framer-1uysdoa { flex: none; height: 2px; left: calc(50.00000000000002% - 24px / 2); overflow: hidden; position: absolute; top: 7px; width: 24px; will-change: transform; }\",\".framer-GCmDw .framer-1etqgsm-container, .framer-GCmDw .framer-1ptytn8-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GCmDw .framer-1i4vccj { gap: 0px; } .framer-GCmDw .framer-1i4vccj > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-GCmDw .framer-1i4vccj > :first-child { margin-left: 0px; } .framer-GCmDw .framer-1i4vccj > :last-child { margin-right: 0px; } }\",\".framer-GCmDw.framer-v-1ddm3b .framer-1i4vccj { width: 810px; }\",\".framer-GCmDw.framer-v-flrmwh .framer-1i4vccj { padding: 20px 20px 20px 20px; width: 390px; }\",\".framer-GCmDw.framer-v-flrmwh .framer-2fhguj { cursor: pointer; }\",\".framer-GCmDw.framer-v-1higqyf .framer-1i4vccj { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: unset; height: 298px; justify-content: space-between; padding: 20px 20px 20px 20px; width: 390px; }\",\".framer-GCmDw.framer-v-1higqyf .framer-etrp7k { flex: none; order: 0; width: 100%; }\",\".framer-GCmDw.framer-v-1higqyf .framer-7vu1eh { order: 1; }\",\".framer-GCmDw.framer-v-1higqyf .framer-2fhguj { cursor: pointer; order: 0; }\",\".framer-GCmDw.framer-v-1higqyf .framer-yzalja { bottom: 15px; }\",\".framer-GCmDw.framer-v-1higqyf .framer-1oufaow { left: calc(50.00000000000002% - 2px / 2); width: 2px; }\",\".framer-GCmDw.framer-v-1higqyf .framer-1uysdoa { top: 15px; }\",\".framer-GCmDw.framer-v-1higqyf .framer-1etqgsm-container { bottom: 138px; left: 25px; order: 1; position: absolute; z-index: 1; }\",\".framer-GCmDw.framer-v-1higqyf .framer-1ptytn8-container { bottom: 60px; left: 25px; order: 2; position: absolute; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-GCmDw.framer-v-1higqyf .framer-1i4vccj { gap: 0px; } .framer-GCmDw.framer-v-1higqyf .framer-1i4vccj > *, .framer-GCmDw.framer-v-1higqyf .framer-1i4vccj > :first-child, .framer-GCmDw.framer-v-1higqyf .framer-1i4vccj > :last-child { margin: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 80\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ANf12lI98\":{\"layout\":[\"fixed\",\"fixed\"]},\"GKsM74tka\":{\"layout\":[\"fixed\",\"fixed\"]},\"XtMHymnt7\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n */const FramerSdDdkaawt=withCSS(Component,css,\"framer-GCmDw\");export default FramerSdDdkaawt;FramerSdDdkaawt.displayName=\"Navbar\";FramerSdDdkaawt.defaultProps={height:80,width:1200};addPropertyControls(FramerSdDdkaawt,{variant:{options:[\"WZaQcPWqv\",\"ANf12lI98\",\"GKsM74tka\",\"XtMHymnt7\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"Phone Open\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerSdDdkaawt,[...ButtonFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerSdDdkaawt\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"80\",\"framerIntrinsicWidth\":\"1200\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ANf12lI98\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GKsM74tka\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XtMHymnt7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Tobias Regular\"]);export const fonts=[{family:\"Tobias Regular\",url:\"https://framerusercontent.com/assets/OxMl9Mlwe4pL1e327u03PXY.ttf\"}];export const css=['.framer-csetr .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-csetr .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Tobias Regular\", \"Tobias Regular Placeholder\", sans-serif; --framer-font-size: 72px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -0.2px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-csetr .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-csetr .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Tobias Regular\", \"Tobias Regular Placeholder\", sans-serif; --framer-font-size: 60px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: -4px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-csetr .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-csetr .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"Tobias Regular\", \"Tobias Regular Placeholder\", sans-serif; --framer-font-size: 50px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: var(--token-702a608d-0883-4cd6-af3a-9b3574fcd63e, #42403c); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-csetr\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["fontStore", "fonts", "css", "className", "containerStyles", "emptyStateStyle", "containerStyles", "NullState", "Y", "_", "ref", "p", "r", "s", "o", "n", "t", "e", "defaultEvents", "ControlType", "findByArray", "arr", "search", "useIconSelection", "iconKeys", "selectByList", "iconSearch", "iconSelection", "lowercaseIconKeyPairs", "iconSearchResult", "se", "iconSearchTerm", "_iconSearchTerm", "findByArray", "iconKeys", "moduleBaseUrl", "uppercaseIconKeys", "name", "lowercaseIconKeyPairs", "res", "key", "Icon", "props", "color", "selectByList", "iconSearch", "iconSelection", "onClick", "onMouseDown", "onMouseUp", "onMouseEnter", "onMouseLeave", "mirrored", "isMounted", "pe", "iconKey", "useIconSelection", "SelectedIcon", "setSelectedIcon", "ye", "s", "npm_react_18_2_exports", "importModule", "active", "module", "e", "ue", "emptyState", "RenderTarget", "p", "NullState", "addPropertyControls", "ControlType", "defaultEvents", "FeatherFonts", "getFonts", "Icon", "enabledGestures", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "useLocaleInfo", "style", "className", "layoutId", "YD2PhlRcE", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "u", "RichText2", "x", "Icon", "css", "FramerkXhixGCtX", "withCSS", "kXhixGCtX_default", "addPropertyControls", "ControlType", "addFonts", "FeatherFonts", "fonts", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "ButtonFonts", "getFonts", "kXhixGCtX_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "animation", "transition1", "animation1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "Link", "SVG", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerOop6fdMXi", "withCSS", "Oop6fdMXi_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "ButtonFonts", "getFonts", "kXhixGCtX_default", "cycleOrder", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "humanReadableVariantMap", "transitions", "transformTemplate", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Component", "Y", "id", "style", "className", "width", "height", "layoutId", "outerVariant", "restProps", "ref", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1evvdje", "args", "onTap1ccb0in", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "LayoutGroup", "motion", "cx", "u", "Link", "SVG", "css", "FramerSdDdkaawt", "withCSS", "SdDdkaawt_default", "addPropertyControls", "ControlType", "addFonts", "fontStore", "fonts", "css", "className"]
}
