{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/n9cR4gFLy0DjoxfkLrIe/eDj1MxSfupkYrrIeXQ6b/Shared.js", "ssg:https://framerusercontent.com/modules/aXgJgk4Tii5ZvxLEFhPi/ScTD2bEsozJ7EDkN5pDG/ScrollToTopButton.js", "ssg:https://framer.com/m/FbShareButton-SwPr.js@U5ZhwAw6OM4COeVphir5", "ssg:https://framer.com/m/XShareButton-l6wq.js@82omJx6lsrNPCV7mfwjx", "ssg:https://framer.com/m/LkShareButton-b9iE.js@IjQSwiEmEKhFs8ojoMth", "ssg:https://framer.com/m/PiShareButton-3jej.js@xzeCgraQQvHhlwJc4LKX", "ssg:https://framer.com/m/WhShareButton-az28.js@m2bggxx0QVhLRzdFP0Mu", "ssg:https://framer.com/m/CopyShareButton-WM6i.js@koXoFXpg7qHr5WAOwVjf", "ssg:https://framer.com/m/EmailShareButton-G8ZP.js@Q5K3td4zBoHRbZycA3Jh", "ssg:https://framerusercontent.com/modules/IMgm3DbGlQf4ahdRBe6A/gWOKu5HpxkMTZiunXVCV/ShareWidget.js", "ssg:https://framerusercontent.com/modules/UlB7bLO6gowbfIGd97QM/7bzonYyvU9vpYsdi5Los/KJL1ehLNa.js", "ssg:https://framerusercontent.com/modules/4vpDx9uK3IGAR9vfn38v/8qUU71i3egI5aZJGM1NZ/U0MFPRmJ3.js", "ssg:https://framer.com/m/framer/store.js@^1.0.0", "ssg:https://framerusercontent.com/modules/g8DwoZu5soVS8hsGiWgo/uilFhC6PjvIRlVwKeBIB/TableOfContent.js", "ssg:https://framerusercontent.com/modules/PqKBHhb5F9RXi78pNDd3/p85Wu74uMASnSQ1WyHz1/x5kUNRW4x.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{ControlType}from\"framer\";import{motion}from\"framer-motion\";export const borderPropertyControl=(hidden=null)=>({type:ControlType.Object,optional:true,hidden,controls:{color:{type:ControlType.Color,defaultValue:\"#222\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}});export function Border({width,widthIsMixed,widthTop,widthRight,widthBottom,widthLeft,style,color,transition}){return /*#__PURE__*/_jsx(motion.div,{animate:{borderColor:color},style:{position:\"absolute\",inset:0,borderWidth:widthIsMixed?`${widthTop}px ${widthRight}px ${widthBottom}px ${widthLeft}px`:`${width}px`,borderStyle:style,borderRadius:\"inherit\",pointerEvents:\"none\"},initial:false,transition:transition});}export function EmptyState({title,subtitle,maxWidth=0}){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",gap:16,backgroundColor:\"rgba(136, 85, 255, 0.1)\",borderRadius:6,border:\"1px dashed rgb(136, 85, 255)\",color:\"rgb(136, 85, 255)\",fontSize:16,padding:20,minHeight:200,maxWidth:maxWidth||undefined},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,textAlign:\"center\"},children:title}),/*#__PURE__*/_jsx(\"p\",{style:{margin:0,opacity:.7,// maxWidth: 500,\nlineHeight:1.5,textAlign:\"center\"},children:subtitle})]});}EmptyState.displayName=\"Empty State\";\nexport const __FramerMetadata__ = {\"exports\":{\"borderPropertyControl\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Border\":{\"type\":\"reactComponent\",\"name\":\"Border\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"EmptyState\":{\"type\":\"reactComponent\",\"name\":\"EmptyState\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Shared.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{cloneElement}from\"react\";import{borderPropertyControl,Border}from\"https://framerusercontent.com/modules/n9cR4gFLy0DjoxfkLrIe/eDj1MxSfupkYrrIeXQ6b/Shared.js\";function scrollToTop(){if(typeof window!==\"undefined\"){window.scrollTo({top:0,behavior:\"smooth\"});}}/**\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerIntrinsicWidth 40\n * @framerIntrinsicHeight 40\n */export default function ScrollToTopButton(props){if(props.buttonType==\"custom\"){var _props_custom,_props_style,_props_style1;let layer=(_props_custom=props.custom)===null||_props_custom===void 0?void 0:_props_custom[0];if(layer&&(((_props_style=props.style)===null||_props_style===void 0?void 0:_props_style.width)||((_props_style1=props.style)===null||_props_style1===void 0?void 0:_props_style1.height))){layer=/*#__PURE__*/cloneElement(layer,{style:{...layer.props.style,...props.style}});}return /*#__PURE__*/_jsx(\"div\",{onClick:scrollToTop,style:props.style,children:layer});}return /*#__PURE__*/_jsxs(\"div\",{style:{width:props.buttonWidth,height:props.buttonHeight,display:\"flex\",justifyContent:\"center\",alignItems:\"center\",backgroundColor:props.fill,cursor:\"pointer\",boxShadow:props.shadows,borderRadius:props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`,...props.style},onClick:scrollToTop,children:[/*#__PURE__*/_jsxs(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",fill:\"none\",viewBox:\"0 0 24 24\",strokeWidth:props.icon.stroke,stroke:props.icon.color,\"stroke-linecap\":\"round\",\"stroke-linejoin\":\"round\",style:{width:props.icon.size,height:props.icon.size},children:[/*#__PURE__*/_jsx(\"path\",{d:\"M12 5l0 14\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M18 11l-6 -6\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M6 11l6 -6\"})]}),/*#__PURE__*/_jsx(Border,{...props.border})]});}ScrollToTopButton.displayName=\"Scroll-to-Top Button\";addPropertyControls(ScrollToTopButton,{buttonType:{type:ControlType.Enum,defaultValue:\"default\",options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,title:\"Button\"},custom:{type:ControlType.ComponentInstance,title:\"Custom\",description:\"Connect a custom button layer.\",hidden(props){return props.buttonType!==\"custom\";}},fill:{type:ControlType.Color,defaultValue:\"#EDEDED\",optional:true,hidden(props){return props.buttonType!==\"default\";}},icon:{type:ControlType.Object,controls:{color:{type:ControlType.Color,defaultValue:\"black\"},size:{type:ControlType.Number,defaultValue:24,min:1},stroke:{type:ControlType.Number,defaultValue:2,min:1,max:10,step:.1}},hidden(props){return props.buttonType!==\"default\";}},radius:{type:ControlType.FusedNumber,defaultValue:20,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0,hidden(props){return props.buttonType!==\"default\";}},border:borderPropertyControl(props=>props.buttonType!==\"default\"),shadows:{type:ControlType.BoxShadow,hidden:props=>props.buttonType!=\"default\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"ScrollToTopButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function FbShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleFbShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const facebookShareUrl=`https://www.facebook.com/sharer/sharer.php?u=${url}`;window.open(facebookShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleFbShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",fill:\"currentColor\",width:`${iconWidth}`,height:`${iconWidth}`,children:/*#__PURE__*/_jsx(\"path\",{d:\"M14 13.5H16.5L17.5 9.5H14V7.5C14 6.47062 14 5.5 16 5.5H17.5V2.1401C17.1743 2.09685 15.943 2 14.6429 2C11.9284 2 10 3.65686 10 6.69971V9.5H7V13.5H10V22H14V13.5Z\"})},\"fb\")});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FbShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FbShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function XShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleXShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const xShareUrl=`https://twitter.com/intent/tweet?text=${title}%0D%0D&url=${url}`;window.open(xShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleXShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,backgroundColor,borderRadius,padding,width:\"auto\",height:\"auto\",borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",// style={{\n//     width: `${iconWidth}`,\n//     height: `${iconWidth}`,\n// }}\nwidth:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M12.6.75h2.454l-5.36 6.142L16 15.25h-4.937l-3.867-5.07-4.425 5.07H.316l5.733-6.57L0 .75h5.063l3.495 4.633L12.601.75Zm-.86 13.028h1.36L4.323 2.145H2.865z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"XShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./XShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function LkShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleLkShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const linkedinShareUrl=`https://www.linkedin.com/shareArticle?mini=true&url=${url}%2F&title=${title}&summary=`;window.open(linkedinShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleLkShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LkShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LkShareButton.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function PiShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handlePiShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const PiShareUrl=`https://www.pinterest.com/pin/create/button/?&text=${title}&url=${url}&description=${title}`;window.open(PiShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handlePiShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsxs(\"svg\",{role:\"img\",width:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 24 24\",xmlns:\"http://www.w3.org/2000/svg\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Pinterest\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M12.017 0C5.396 0 .029 5.367.029 11.987c0 5.079 3.158 9.417 7.618 11.162-.105-.949-.199-2.403.041-3.439.219-.937 1.406-5.957 1.406-5.957s-.359-.72-.359-1.781c0-1.663.967-2.911 2.168-2.911 1.024 0 1.518.769 1.518 1.688 0 1.029-.653 2.567-.992 3.992-.285 1.193.6 2.165 1.775 2.165 2.128 0 3.768-2.245 3.768-5.487 0-2.861-2.063-4.869-5.008-4.869-3.41 0-5.409 2.562-5.409 5.199 0 1.033.394 2.143.889 2.741.099.12.112.225.085.345-.09.375-.293 1.199-.334 1.363-.053.225-.172.271-.401.165-1.495-.69-2.433-2.878-2.433-4.646 0-3.776 2.748-7.252 7.92-7.252 4.158 0 7.392 2.967 7.392 6.923 0 4.135-2.607 7.462-6.233 7.462-1.214 0-2.354-.629-2.758-1.379l-.749 2.848c-.269 1.045-1.004 2.352-1.498 3.146 1.123.345 2.306.535 3.55.535 6.607 0 11.985-5.365 11.985-11.987C23.97 5.39 18.592.026 11.985.026L12.017 0z\"})]})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"PiShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PiShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function WhShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleWhShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const whShareUrl=`https://api.whatsapp.com/send?text=${title}%20${url}`;window.open(whShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleWhShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",role:\"img\",width:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 256 256\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M187.58,144.84l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88,40,40,0,0,0,40-40A8,8,0,0,0,187.58,144.84ZM152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155l14.61-9.74,23,11.48A24,24,0,0,1,152,176ZM128,24A104,104,0,0,0,36.18,176.88L24.83,210.93a16,16,0,0,0,20.24,20.24l34.05-11.35A104,104,0,1,0,128,24Zm0,192a87.87,87.87,0,0,1-44.06-11.81,8,8,0,0,0-6.54-.67L40,216,52.47,178.6a8,8,0,0,0-.66-6.54A88,88,0,1,1,128,216Z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WhShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./WhShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function CopyShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleCopyShare=()=>{const url=window.location.href;navigator.clipboard.writeText(url);};return /*#__PURE__*/_jsx(\"button\",{onClick:handleCopyShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 16 16\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M4 2a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1zM2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1v-1h1v1a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h1v1z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CopyShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./CopyShareButton.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{useState}from\"react\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function EmailShareButton({iconColor,iconWidth,backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle}){const[isHovered,setIsHovered]=useState(false);const handleMouseEnter=()=>{setIsHovered(true);};const handleMouseLeave=()=>{setIsHovered(false);};const handleEmailShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const emailShareUrl=`mailto:?subject=${title}&body=${url}`;window.open(emailShareUrl,\"_blank\");};return /*#__PURE__*/_jsx(\"button\",{onClick:handleEmailShare,onMouseEnter:handleMouseEnter,onMouseLeave:handleMouseLeave,style:{color:iconColor,width:\"auto\",height:\"auto\",backgroundColor,borderRadius,padding,borderColor,borderWidth,borderStyle,display:\"flex\",alignItems:\"center\",justifyContent:\"center\",cursor:\"pointer\",opacity:isHovered?.8:1},children:/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",role:\"img\",width:`${iconWidth}`,height:`${iconWidth}`,fill:\"currentColor\",viewBox:\"0 0 256 256\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM203.43,64,128,133.15,52.57,64ZM216,192H40V74.19l82.59,75.71a8,8,0,0,0,10.82,0L216,74.19V192Z\"})})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"EmailShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\",\"framerSupportedLayoutHeight\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EmailShareButton.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import FbShareButton from\"https://framer.com/m/FbShareButton-SwPr.js@U5ZhwAw6OM4COeVphir5\";import XShareButton from\"https://framer.com/m/XShareButton-l6wq.js@82omJx6lsrNPCV7mfwjx\";import LkShareButton from\"https://framer.com/m/LkShareButton-b9iE.js@IjQSwiEmEKhFs8ojoMth\";import PiShareButton from\"https://framer.com/m/PiShareButton-3jej.js@xzeCgraQQvHhlwJc4LKX\";import WhShareButton from\"https://framer.com/m/WhShareButton-az28.js@m2bggxx0QVhLRzdFP0Mu\";import CopyShareButton from\"https://framer.com/m/CopyShareButton-WM6i.js@koXoFXpg7qHr5WAOwVjf\";import EmailShareButton from\"https://framer.com/m/EmailShareButton-G8ZP.js@Q5K3td4zBoHRbZycA3Jh\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/#code-components-auto-sizing\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */export default function LiteWidget(props){const{iconproperties,backgroundcolor,radius,padding,borderproperties,showX,showFb,showLk,showPi,showCp,showEm,showWh}=props;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",alignItems:\"center\",gap:props.widgetgap},children:[showX&&/*#__PURE__*/_jsx(XShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"1\"),showFb&&/*#__PURE__*/_jsx(FbShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"2\"),showLk&&/*#__PURE__*/_jsx(LkShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"3\"),showPi&&/*#__PURE__*/_jsx(PiShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"4\"),showWh&&/*#__PURE__*/_jsx(WhShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"5\"),showEm&&/*#__PURE__*/_jsx(EmailShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"6\"),showCp&&/*#__PURE__*/_jsx(CopyShareButton,{iconColor:iconproperties.color,iconWidth:iconproperties.width,backgroundColor:backgroundcolor,borderRadius:radius,padding:padding,borderColor:borderproperties.color,borderWidth:borderproperties.width,borderStyle:borderproperties.style},\"7\")]});}LiteWidget.defaultProps={iconColor:\"#FFFFFF\",iconWidth:16,backgroundColor:\"#212121\",borderRadius:16,padding:16,borderColor:\"#222222\",borderWidth:0,borderStyle:\"solid\",widgetgap:\"8\",text:\"Hello World!\",showX:true,showFb:true,showLk:true,showPi:true,showCp:true,showEm:true,showWh:true};addPropertyControls(LiteWidget,{showX:{type:ControlType.Boolean,title:\"X\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showFb:{type:ControlType.Boolean,title:\"Facebook\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showLk:{type:ControlType.Boolean,title:\"Linkedin\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showPi:{type:ControlType.Boolean,title:\"Pinterest\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showWh:{type:ControlType.Boolean,title:\"Whatsapp\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showEm:{type:ControlType.Boolean,title:\"Email\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},showCp:{type:ControlType.Boolean,title:\"Copy\",defaultValue:true,enabledTitle:\"Yes\",disabledTitle:\"No\"},iconproperties:{type:ControlType.Object,title:\"Icons\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFFFFF\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:16}}},backgroundcolor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#212121\"},radius:{type:ControlType.FusedNumber,title:\"Radius\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},padding:{type:ControlType.FusedNumber,title:\"Padding\",defaultValue:16,toggleKey:\"isMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"topLeft\",\"topRight\",\"bottomRight\",\"bottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0},borderproperties:{type:ControlType.Object,title:\"Border\",controls:{color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#222222\"},width:{type:ControlType.Number,title:\"Width\",defaultValue:0},style:{type:ControlType.Enum,title:\"Style\",options:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"],defaultValue:\"Solid\"}}},widgetgap:{type:ControlType.Number,title:\"Gap\",defaultValue:8,description:\"Upgrade to the Custom widget [here](https://frameshare.social)\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"LiteWidget\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./ShareWidget.map", "// Generated by Framer (fb31e5e)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/QmDqbnE5I3gChiuwNYAQ/cfsypls8dLEfVOO3PCnU/UYoumtUdh.js\";const enabledGestures={jj3ydw21n:{hover:true},SbLR8p_7R:{hover:true},uwZBG7NhI:{hover:true}};const cycleOrder=[\"jj3ydw21n\",\"SbLR8p_7R\",\"uwZBG7NhI\",\"NNkPhkQkq\",\"kx4ncZHTz\",\"ERbE0V3Ex\"];const serializationHash=\"framer-Zjcp1\";const variantClassNames={ERbE0V3Ex:\"framer-v-1f4s9hu\",jj3ydw21n:\"framer-v-1xowwon\",kx4ncZHTz:\"framer-v-vh6yrk\",NNkPhkQkq:\"framer-v-1wg8ua4\",SbLR8p_7R:\"framer-v-x8dl2m\",uwZBG7NhI:\"framer-v-a55099\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const 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={\"h1-active\":\"NNkPhkQkq\",\"h2-active\":\"kx4ncZHTz\",\"h3-active\":\"ERbE0V3Ex\",h1:\"jj3ydw21n\",h2:\"SbLR8p_7R\",h3:\"uwZBG7NhI\"};const getProps=({height,id,title,width,...props})=>{return{...props,kPzkDXWrL:title??props.kPzkDXWrL??\"Title\",variant:humanReadableVariantMap[props.variant]??props.variant??\"jj3ydw21n\"};};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,kPzkDXWrL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jj3ydw21n\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1xowwon\",className,classNames),\"data-framer-name\":\"h1\",layoutDependency:layoutDependency,layoutId:\"jj3ydw21n\",ref:refBinding,style:{...style},...addPropertyOverrides({\"jj3ydw21n-hover\":{\"data-framer-name\":undefined},\"SbLR8p_7R-hover\":{\"data-framer-name\":undefined},\"uwZBG7NhI-hover\":{\"data-framer-name\":undefined},ERbE0V3Ex:{\"data-framer-name\":\"h3-active\"},kx4ncZHTz:{\"data-framer-name\":\"h2-active\"},NNkPhkQkq:{\"data-framer-name\":\"h1-active\"},SbLR8p_7R:{\"data-framer-name\":\"h2\"},uwZBG7NhI:{\"data-framer-name\":\"h3\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",children:\"Title\"})}),className:\"framer-1flfh23\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"ycgbLYIk8\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kPzkDXWrL,variants:{\"jj3ydw21n-hover\":{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"},\"SbLR8p_7R-hover\":{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"},\"uwZBG7NhI-hover\":{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"},ERbE0V3Ex:{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"},kx4ncZHTz:{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"},NNkPhkQkq:{\"--extracted-r6o4lv\":\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"jj3ydw21n-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})},\"SbLR8p_7R-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})},\"uwZBG7NhI-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})},ERbE0V3Ex:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})},kx4ncZHTz:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})},NNkPhkQkq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0)))\"},children:\"Title\"})})}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zjcp1.framer-1h51cx9, .framer-Zjcp1 .framer-1h51cx9 { display: block; }\",\".framer-Zjcp1.framer-1xowwon { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 8px 8px 8px 0px; position: relative; width: min-content; }\",\".framer-Zjcp1 .framer-1flfh23 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zjcp1.framer-1xowwon { gap: 0px; } .framer-Zjcp1.framer-1xowwon > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-Zjcp1.framer-1xowwon > :first-child { margin-left: 0px; } .framer-Zjcp1.framer-1xowwon > :last-child { margin-right: 0px; } }\",\".framer-Zjcp1.framer-v-1wg8ua4.framer-1xowwon, .framer-Zjcp1.framer-v-vh6yrk.framer-1xowwon, .framer-Zjcp1.framer-v-1f4s9hu.framer-1xowwon { cursor: unset; }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 38\n * @framerIntrinsicWidth 40\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"SbLR8p_7R\":{\"layout\":[\"auto\",\"auto\"]},\"uwZBG7NhI\":{\"layout\":[\"auto\",\"auto\"]},\"NNkPhkQkq\":{\"layout\":[\"auto\",\"auto\"]},\"kx4ncZHTz\":{\"layout\":[\"auto\",\"auto\"]},\"ERbE0V3Ex\":{\"layout\":[\"auto\",\"auto\"]},\"Mzc8t8BbY\":{\"layout\":[\"auto\",\"auto\"]},\"PH4SgIxG9\":{\"layout\":[\"auto\",\"auto\"]},\"g6BJwFmF_\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"kPzkDXWrL\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerKJL1ehLNa=withCSS(Component,css,\"framer-Zjcp1\");export default FramerKJL1ehLNa;FramerKJL1ehLNa.displayName=\"Table of content\";FramerKJL1ehLNa.defaultProps={height:38,width:40};addPropertyControls(FramerKJL1ehLNa,{variant:{options:[\"jj3ydw21n\",\"SbLR8p_7R\",\"uwZBG7NhI\",\"NNkPhkQkq\",\"kx4ncZHTz\",\"ERbE0V3Ex\"],optionTitles:[\"h1\",\"h2\",\"h3\",\"h1-active\",\"h2-active\",\"h3-active\"],title:\"Variant\",type:ControlType.Enum},kPzkDXWrL:{defaultValue:\"Title\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerKJL1ehLNa,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerKJL1ehLNa\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"kPzkDXWrL\\\":\\\"title\\\"}\",\"framerIntrinsicHeight\":\"38\",\"framerIntrinsicWidth\":\"40\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SbLR8p_7R\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uwZBG7NhI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NNkPhkQkq\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"kx4ncZHTz\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ERbE0V3Ex\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"Mzc8t8BbY\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PH4SgIxG9\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"g6BJwFmF_\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./KJL1ehLNa.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const enabledGestures={iJEFTE8uL:{hover:true}};const serializationHash=\"framer-0HJBW\";const variantClassNames={iJEFTE8uL:\"framer-v-1504dmj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({buttonLink,buttonName,height,id,width,...props})=>{return{...props,pQXPNYQlu:buttonName??props.pQXPNYQlu??\"Unverbindlich testen\",XdpoG2X4X:buttonLink??props.XdpoG2X4X};};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,XdpoG2X4X,pQXPNYQlu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"iJEFTE8uL\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:XdpoG2X4X,motionChild:true,nodeId:\"iJEFTE8uL\",openInNewTab:true,scopeId:\"U0MFPRmJ3\",children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(scopingClassNames,\"framer-1504dmj\",className,classNames)} framer-3n9fpj`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"iJEFTE8uL\",ref:refBinding,style:{\"--border-bottom-width\":\"0px\",\"--border-color\":\"rgba(0, 0, 0, 0)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",backgroundColor:\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,boxShadow:\"none\",...style},variants:{\"iJEFTE8uL-hover\":{\"--border-bottom-width\":\"2px\",\"--border-color\":\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\",\"--border-left-width\":\"2px\",\"--border-right-width\":\"2px\",\"--border-style\":\"solid\",\"--border-top-width\":\"2px\",backgroundColor:\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\",boxShadow:\"5px 5px 0px 0px var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\"}},...addPropertyOverrides({\"iJEFTE8uL-hover\":{\"data-border\":true,\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Unverbindlich testen\"})}),className:\"framer-1hvfrrz\",fonts:[\"GF;Inter-700\"],layoutDependency:layoutDependency,layoutId:\"D4TllUVsM\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:pQXPNYQlu,variants:{\"iJEFTE8uL-hover\":{\"--extracted-r6o4lv\":\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"iJEFTE8uL-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7SW50ZXItNzAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"700\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0)))\"},children:\"Unverbindlich testen\"})})}},baseVariant,gestureVariant)})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0HJBW.framer-3n9fpj, .framer-0HJBW .framer-3n9fpj { display: block; }\",\".framer-0HJBW.framer-1504dmj { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 20px; position: relative; text-decoration: none; width: 244px; }\",\".framer-0HJBW .framer-1hvfrrz { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-0HJBW.framer-1504dmj { gap: 0px; } .framer-0HJBW.framer-1504dmj > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0HJBW.framer-1504dmj > :first-child { margin-left: 0px; } .framer-0HJBW.framer-1504dmj > :last-child { margin-right: 0px; } }\",'.framer-0HJBW[data-border=\"true\"]::after, .framer-0HJBW [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 40\n * @framerIntrinsicWidth 244\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"pKfg7Ohlo\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"XdpoG2X4X\":\"buttonLink\",\"pQXPNYQlu\":\"buttonName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerU0MFPRmJ3=withCSS(Component,css,\"framer-0HJBW\");export default FramerU0MFPRmJ3;FramerU0MFPRmJ3.displayName=\"Button side banner\";FramerU0MFPRmJ3.defaultProps={height:40,width:244};addPropertyControls(FramerU0MFPRmJ3,{XdpoG2X4X:{title:\"Button link\",type:ControlType.Link},pQXPNYQlu:{defaultValue:\"Unverbindlich testen\",title:\"Button name\",type:ControlType.String}});addFonts(FramerU0MFPRmJ3,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZ1rib2Bg-4.woff2\",weight:\"700\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerU0MFPRmJ3\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"pKfg7Ohlo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"244\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"XdpoG2X4X\\\":\\\"buttonLink\\\",\\\"pQXPNYQlu\\\":\\\"buttonName\\\"}\",\"framerIntrinsicHeight\":\"40\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./U0MFPRmJ3.map", "import{useState,useEffect}from\"react\";import{Data,useObserveData}from\"framer\";export function createStore(state1){// Use Data so that a Preview reload resets the state\nconst dataStore=Data({state:Object.freeze({...state1})});// Create a set function that updates the state\nconst setDataStore=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(dataStore.state);}dataStore.state=Object.freeze({...dataStore.state,...newState});};// Store the initial state, copy the object if it's an object\nlet storeState=typeof state1===\"object\"?Object.freeze({...state1}):state1;// Keep a list of all the listeners, in the form of React hook setters\nconst storeSetters=new Set();// Create a set function that updates all the listeners / setters\nconst setStoreState=newState=>{// If the state is an object, make sure we copy it\nif(typeof newState===\"function\"){newState=newState(storeState);}storeState=typeof newState===\"object\"?Object.freeze({...storeState,...newState}):newState;// Update all the listeners / setters with the new value\nstoreSetters.forEach(setter=>setter(storeState));};// Create the actual hook based on everything above\nfunction useStore(){// Create the hook we are going to use as a listener\nconst[state,setState]=useState(storeState);// If we unmount the component using this hook, we need to remove the listener\n// @ts-ignore\nuseEffect(()=>{// But right now, we need to add the listener\nstoreSetters.add(setState);return()=>storeSetters.delete(setState);},[]);// If Data context exists, use Data, otherwise use vanilla React state\nif(useObserveData()===true){useObserveData();return[dataStore.state,setDataStore];}else{// Return the state and a function to update the central store\nreturn[state,setStoreState];}}return useStore;}\nexport const __FramerMetadata__ = {\"exports\":{\"createStore\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./createStore.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{createStore}from\"https://framer.com/m/framer/store.js@^1.0.0\";import{useEffect,useState}from\"react\";const HEADING_TO_DISPLAY=[\"h1\",\"h2\",\"h3\"];const SCROLL_MARGIN_TOP=80;const useStore=createStore({headings:[]});export function withTableOfContent(Component){return props=>{const[store]=useStore();const[activeSection,setActiveSection]=useState(\"\");const scrollToId=id=>{const element=document.getElementById(id);if(element){element.scrollIntoView({behavior:\"smooth\"});}};useEffect(()=>{const handleScroll=()=>{const sections=store.headings.map(heading=>document.getElementById(heading.id));const scrollPosition=window.scrollY-160;for(let i=sections.length-1;i>=0;i--){if(sections[i].offsetTop<=scrollPosition){setActiveSection(store.headings[i].id);break;}}};window.addEventListener(\"scroll\",handleScroll);return()=>{window.removeEventListener(\"scroll\",handleScroll);};},[store.headings]);return /*#__PURE__*/_jsx(_Fragment,{children:store.headings.length>0&&window?store.headings.sort((a,b)=>a.originalIndex-b.originalIndex).filter(({type})=>HEADING_TO_DISPLAY.includes(type)).map(({id,heading,type},index)=>/*#__PURE__*/_jsx(Component,{...props,variant:activeSection===id?`${type}-active`:type,title:heading,onClick:()=>scrollToId(id)})):/*#__PURE__*/_jsx(Component,{...props})});};}export function withContent(Component){return props=>{const[store,setStore]=useStore();const[newProps,setNewProps]=useState(props);useEffect(()=>{setStore({headings:formatTableOfContent(newProps.children.props.children)});},[newProps]);useEffect(()=>{const formatHeadings=()=>{const newChildren=[];props.children.props.children.length>0&&props.children.props.children.forEach((item,index)=>{const children=item.props.children;if([\"h1\",\"h2\",\"h3\"].includes(item.type)){const{formattedId}=formatHeading(children,index);// Create a new object for the modified item\nconst newItem={...item,props:{...item.props,id:formattedId}};newChildren.push(newItem);}else{newChildren.push(item);}});// Return a new props object with the modified children\nreturn{...props,children:{...props.children,props:{...props.children.props,children:newChildren}}};};setNewProps(formatHeadings());},[props]);return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"style\",{children:`.framer-text {\n                    scroll-margin-top: ${SCROLL_MARGIN_TOP}px;\n                }`}),/*#__PURE__*/_jsx(Component,{...newProps})]});};}const formatTableOfContent=children=>{const result=[];children.length>0&&children.filter(({type})=>[\"h1\",\"h2\",\"h3\"].includes(type)).map((item,index)=>{const children=item.props.children;const{formattedId,formattedHeading}=formatHeading(children,index);result.push({id:formattedId,heading:formattedHeading,type:item.type,originalIndex:index});});return result;};const formatHeading=(children,index)=>{let formattedHeading=\"\";let formattedId=\"\";if(typeof children===\"string\"){formattedHeading=children;}else if(Array.isArray(children)){formattedHeading=children.map(item=>{console.log(\"item\",item);if(typeof item===\"string\")return item.trim();if(item.type===\"br\")return\"\";return item.props.children.trim();}).join(\" \");}else if(typeof children===\"object\"){if(typeof children.props.children===\"string\"){formattedHeading=children.props.children;}}else{formattedHeading=index.toString();}formattedId=formattedHeading.trim().toLowerCase().replace(/[^a-z]+/g,\"-\").replace(/^-+|-+$/g,\"\");return{formattedId,formattedHeading};};\nexport const __FramerMetadata__ = {\"exports\":{\"withTableOfContent\":{\"type\":\"reactHoc\",\"name\":\"withTableOfContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"withContent\":{\"type\":\"reactHoc\",\"name\":\"withContent\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TableOfContent.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,FormContainer,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCodeBoundaryForOverrides,withCSS,withMappedReactProps,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import ArticleReadTime from\"https://framerusercontent.com/modules/0kfjwig4zg0uw5I2iK1x/x47H5y0zdsGyavDExlWe/ArticleReadTime.js\";import{Icon as Material}from\"https://framerusercontent.com/modules/6Ldpz1V0DkD45gXvi67I/PCgBX5d6MdQT7E7nhdXn/Material.js\";import ScrollToTopButton from\"https://framerusercontent.com/modules/aXgJgk4Tii5ZvxLEFhPi/ScTD2bEsozJ7EDkN5pDG/ScrollToTopButton.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import LiteWidget from\"https://framerusercontent.com/modules/IMgm3DbGlQf4ahdRBe6A/gWOKu5HpxkMTZiunXVCV/ShareWidget.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import NavigationNew from\"#framer/local/canvasComponent/csMiXu1_a/csMiXu1_a.js\";import ButtonPrimary from\"#framer/local/canvasComponent/fBfkqoxjL/fBfkqoxjL.js\";import TableOfContent,*as TableOfContentInfo from\"#framer/local/canvasComponent/KJL1ehLNa/KJL1ehLNa.js\";import ButtonSideBanner from\"#framer/local/canvasComponent/U0MFPRmJ3/U0MFPRmJ3.js\";import Footer from\"#framer/local/canvasComponent/WNDp_rV0w/WNDp_rV0w.js\";import{withContent,withTableOfContent}from\"#framer/local/codeFile/J1J3Hvy/TableOfContent.js\";import Blog from\"#framer/local/collection/n8Yn0tcli/n8Yn0tcli.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle15 from\"#framer/local/css/AS4PcgcTr/AS4PcgcTr.js\";import*as sharedStyle8 from\"#framer/local/css/axlcU5n9a/axlcU5n9a.js\";import*as sharedStyle4 from\"#framer/local/css/c0R1K5Rxt/c0R1K5Rxt.js\";import*as sharedStyle from\"#framer/local/css/Cy0G0qqSz/Cy0G0qqSz.js\";import*as sharedStyle10 from\"#framer/local/css/f_JgQVGd5/f_JgQVGd5.js\";import*as sharedStyle5 from\"#framer/local/css/fVxnimdqP/fVxnimdqP.js\";import*as sharedStyle7 from\"#framer/local/css/KdfmVYSYq/KdfmVYSYq.js\";import*as sharedStyle14 from\"#framer/local/css/OZc3r3J94/OZc3r3J94.js\";import*as sharedStyle13 from\"#framer/local/css/pX02qVN3p/pX02qVN3p.js\";import*as sharedStyle1 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle11 from\"#framer/local/css/tOEjO6oTK/tOEjO6oTK.js\";import*as sharedStyle3 from\"#framer/local/css/UYoumtUdh/UYoumtUdh.js\";import*as sharedStyle12 from\"#framer/local/css/XiUqq0UkO/XiUqq0UkO.js\";import*as sharedStyle9 from\"#framer/local/css/xZndidUCt/xZndidUCt.js\";import*as sharedStyle2 from\"#framer/local/css/YAP816Y5n/YAP816Y5n.js\";import*as sharedStyle6 from\"#framer/local/css/YckFIlg3V/YckFIlg3V.js\";import metadataProvider from\"#framer/local/webPageMetadata/x5kUNRW4x/x5kUNRW4x.js\";const NavigationNewFonts=getFonts(NavigationNew);const NavigationNewWithVariantAppearEffect=withVariantAppearEffect(NavigationNew);const FeatherFonts=getFonts(Feather);const MaterialFonts=getFonts(Material);const ArticleReadTimeFonts=getFonts(ArticleReadTime);const TableOfContentFonts=getFonts(TableOfContent);const TableOfContentWithTableOfContent12wqyl3WithMappedReactProps5kmvsj=withMappedReactProps(withCodeBoundaryForOverrides(TableOfContent,{nodeId:\"Ne7RIcIUn\",override:withTableOfContent,scopeId:\"x5kUNRW4x\"}),TableOfContentInfo);const RichTextWithContentyottnm=withCodeBoundaryForOverrides(RichText,{nodeId:\"LrN7K8XKW\",override:withContent,scopeId:\"x5kUNRW4x\"});const LiteWidgetFonts=getFonts(LiteWidget);const ButtonSideBannerFonts=getFonts(ButtonSideBanner);const ScrollToTopButtonFonts=getFonts(ScrollToTopButton);const ButtonPrimaryFonts=getFonts(ButtonPrimary);const VideoFonts=getFonts(Video);const FooterFonts=getFonts(Footer);const breakpoints={BLZzGl4py:\"(max-width: 809px)\",EBJL4Kg0s:\"(min-width: 1200px) and (max-width: 1439px)\",GW0Rp6lK_:\"(min-width: 810px) and (max-width: 1199px)\",jfAKnQ8hS:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-qlrlw\";const variantClassNames={BLZzGl4py:\"framer-v-dvdorl\",EBJL4Kg0s:\"framer-v-rph4ry\",GW0Rp6lK_:\"framer-v-1983iq\",jfAKnQ8hS:\"framer-v-14pu16u\"};const convertFromBoolean=(value,activeLocale)=>{if(value){return\"\uD83D\uDCCB Betriebsf\\xfchrung\";}else{return\"\";}};const toString=value=>{return typeof value===\"string\"?value:String(value);};const convertFromBoolean1=(value,activeLocale)=>{if(value){return\"\uD83C\uDF10 Digitalisierung\";}else{return\"\";}};const convertFromBoolean2=(value,activeLocale)=>{if(value){return\"\u2696\uFE0F Recht & Sicherheit\";}else{return\"\";}};const convertFromBoolean3=(value,activeLocale)=>{if(value){return\"\uD83D\uDCA1 Wissen & News\";}else{return\"\";}};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={backgroundColor:\"var(--token-c658aa0a-5835-4844-b12f-dc6c9133077e, rgb(212, 229, 255))\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1};const convertFromBoolean4=(value,activeLocale)=>{if(value){return\"\uD83D\uDCCB  Betriebsf\\xfchrung\";}else{return\"\";}};const convertFromBoolean5=(value,activeLocale)=>{if(value){return\"\uD83C\uDF10  Digitalisierung\";}else{return\"\";}};const convertFromBoolean6=(value,activeLocale)=>{if(value){return\"\u2696\uFE0F  Recht & Sicherheit\";}else{return\"\";}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const isSet=value=>{if(Array.isArray(value))return value.length>0;return value!==undefined&&value!==null&&value!==\"\";};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation1={boxShadow:\"5px 5px 0px 0px var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\",opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,y:-16};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2};const animation3={opacity:1,rotate:11,rotateX:0,rotateY:0,scale:1.2,skewX:0,skewY:0,transition:transition2};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const animation4={opacity:1,rotate:-32,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition2};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Tablet 2\":\"EBJL4Kg0s\",Desktop:\"jfAKnQ8hS\",Phone:\"BLZzGl4py\",Tablet:\"GW0Rp6lK_\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jfAKnQ8hS\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"x5kUNRW4x\",data:Blog,type:\"Collection\"},select:[{collection:\"x5kUNRW4x\",name:\"i3xcd9OfV\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"F5DAazECf\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"PUyu76OFK\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"GlySxVeCc\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"uxqq6Jscw\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"I6CNFkU7U\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"PeSs2f8li\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"Z2gwirzqq\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"ELSFTaLfq\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"dtKQht3k5\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"cMt9jil7n\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"nyg8tMo7M\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"ugP3zbi4_\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"Pf43aIFFj\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"IHXXtY0MK\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"RUYrJ8ZKf\",type:\"Identifier\"},{collection:\"x5kUNRW4x\",name:\"Zl_ZOUR_r\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"x5kUNRW4x\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ELSFTaLfq=getFromCurrentRouteData(\"ELSFTaLfq\")??true,dtKQht3k5=getFromCurrentRouteData(\"dtKQht3k5\")??true,cMt9jil7n=getFromCurrentRouteData(\"cMt9jil7n\")??true,nyg8tMo7M=getFromCurrentRouteData(\"nyg8tMo7M\")??true,PUyu76OFK=getFromCurrentRouteData(\"PUyu76OFK\")??\"\",PeSs2f8li=getFromCurrentRouteData(\"PeSs2f8li\"),I6CNFkU7U=getFromCurrentRouteData(\"I6CNFkU7U\")??\"\",GlySxVeCc=getFromCurrentRouteData(\"GlySxVeCc\"),Z2gwirzqq=getFromCurrentRouteData(\"Z2gwirzqq\")??\"\",uxqq6Jscw=getFromCurrentRouteData(\"uxqq6Jscw\"),ugP3zbi4_=getFromCurrentRouteData(\"ugP3zbi4_\"),Pf43aIFFj=getFromCurrentRouteData(\"Pf43aIFFj\")??\"\",IHXXtY0MK=getFromCurrentRouteData(\"IHXXtY0MK\")??\"\",RUYrJ8ZKf=getFromCurrentRouteData(\"RUYrJ8ZKf\")??\"\",Zl_ZOUR_r=getFromCurrentRouteData(\"Zl_ZOUR_r\")??\"\",DyoYQ50gvKZkgvmnEn,uxqq6JscwKZkgvmnEn,ELSFTaLfqKZkgvmnEn,dtKQht3k5KZkgvmnEn,cMt9jil7nKZkgvmnEn,nyg8tMo7MKZkgvmnEn,PUyu76OFKKZkgvmnEn,PeSs2f8liKZkgvmnEn,I6CNFkU7UKZkgvmnEn,GlySxVeCcKZkgvmnEn,idKZkgvmnEn,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className,sharedStyle11.className,sharedStyle12.className,sharedStyle13.className,sharedStyle14.className,sharedStyle15.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"BLZzGl4py\")return false;return true;};const isDisplayed1=value=>{if(!isBrowser())return true;if(baseVariant===\"BLZzGl4py\")return false;return value;};const textContent=toString(convertFromBoolean(ELSFTaLfq,activeLocale));const textContent1=toString(convertFromBoolean1(dtKQht3k5,activeLocale));const textContent2=toString(convertFromBoolean2(cMt9jil7n,activeLocale));const textContent3=toString(convertFromBoolean3(nyg8tMo7M,activeLocale));const isDisplayed2=()=>{if(!isBrowser())return true;if([\"GW0Rp6lK_\",\"BLZzGl4py\"].includes(baseVariant))return false;return true;};const textContent4=toString(convertFromBoolean4(ELSFTaLfq,activeLocale));const textContent5=toString(convertFromBoolean5(dtKQht3k5,activeLocale));const textContent6=toString(convertFromBoolean6(cMt9jil7n,activeLocale));const activeLocaleCode=useLocaleCode();const textContent7=toDateString(GlySxVeCc,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const visible=isSet(RUYrJ8ZKf);const router=useRouter();const elementId=useRouteElementId(\"RVrVhBMCd\");const ref1=React.useRef(null);const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"BLZzGl4py\")return true;return false;};useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"jfAKnQ8hS\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-14pu16u\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:64,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1furymx-container\",nodeId:\"L2LAwg9zv\",rendersWithMotion:true,scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{variant:\"ncIGKe088\"},GW0Rp6lK_:{variant:\"ncIGKe088\"}},children:/*#__PURE__*/_jsx(NavigationNewWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:0,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"L2LAwg9zv\",layoutId:\"L2LAwg9zv\",MYq1VKnbH:false,qmggTBvXx:\"var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, rgb(255, 165, 0))\",style:{width:\"100%\"},variant:\"uQVBCFBjs\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-hgc68i\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xldlce\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"rgb(255, 0, 0)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"eBsHEtS9l\"},motionChild:true,nodeId:\"j7YO1_LW5\",openInNewTab:false,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-19vzgcf\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-19c329p-container hidden-dvdorl\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"MMwon6vgL\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-e7dd1ec9-bea0-484b-809e-c90eb0f33d9d, rgb(174, 174, 180))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"MMwon6vgL\",layoutId:\"MMwon6vgL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed1(ELSFTaLfq)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jwP8yvxww\"},motionChild:true,nodeId:\"Kedx03Hfy\",openInNewTab:false,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"\uD83D\uDCCB Betriebsf\\xfchrung\"})})})}),className:cx(\"framer-1g1auq0\",\"hidden-dvdorl\",!ELSFTaLfq&&\"hidden-14pu16u\",!ELSFTaLfq&&\"hidden-1983iq\",!ELSFTaLfq&&\"hidden-rph4ry\"),\"data-framer-name\":\"Managament\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(dtKQht3k5)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SxUa6i2cK\"},motionChild:true,nodeId:\"QA12RsFsU\",openInNewTab:false,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Content\"})})})}),className:cx(\"framer-1vuq6sx\",\"hidden-dvdorl\",!dtKQht3k5&&\"hidden-14pu16u\",!dtKQht3k5&&\"hidden-1983iq\",!dtKQht3k5&&\"hidden-rph4ry\"),\"data-framer-name\":\"Digital\",fonts:[\"Inter\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(cMt9jil7n)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iG9Ng0cJD\"},motionChild:true,nodeId:\"OBUFatHm_\",openInNewTab:false,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Content\"})})})}),className:cx(\"framer-1tykzyw\",\"hidden-dvdorl\",!cMt9jil7n&&\"hidden-14pu16u\",!cMt9jil7n&&\"hidden-1983iq\",!cMt9jil7n&&\"hidden-rph4ry\"),\"data-framer-name\":\"Digital\",fonts:[\"Inter\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1(nyg8tMo7M)&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lt0rWnSI2\"},motionChild:true,nodeId:\"aiXqKy3YA\",openInNewTab:false,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"\uD83D\uDCA1 Wissen & News\"})})})}),className:cx(\"framer-1209vds\",\"hidden-dvdorl\",!nyg8tMo7M&&\"hidden-14pu16u\",!nyg8tMo7M&&\"hidden-1983iq\",!nyg8tMo7M&&\"hidden-rph4ry\"),\"data-framer-name\":\"Managament\",fonts:[\"Inter\"],text:textContent3,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yy13fr-container hidden-1983iq hidden-dvdorl\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"KdIjqpAW0\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-e7dd1ec9-bea0-484b-809e-c90eb0f33d9d, rgb(174, 174, 180))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"arrow-right\",id:\"KdIjqpAW0\",layoutId:\"KdIjqpAW0\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\"},children:\"Ausbildungsgeh\\xe4lter im Handwerk: Was verdienen Azubis?\"})}),className:\"framer-1mmjepq hidden-1983iq hidden-dvdorl\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:PUyu76OFK,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ubmcih\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9acccp\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cxg1ju\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o77zkb\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-a0kx9k\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15upxfq\",children:[ELSFTaLfq&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"jwP8yvxww\"},motionChild:true,nodeId:\"uJfl2rmS6\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1z028fg framer-zylou3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"\uD83D\uDCCB  Betriebsf\\xfchrung\"})}),className:\"framer-1mmwtgo\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent4,verticalAlignment:\"top\",withExternalLayout:true})})}),dtKQht3k5&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SxUa6i2cK\"},motionChild:true,nodeId:\"AU658JbMZ\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-hq24ot framer-zylou3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"Content\"})}),className:\"framer-v7y282\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent5,verticalAlignment:\"top\",withExternalLayout:true})})}),cMt9jil7n&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"iG9Ng0cJD\"},motionChild:true,nodeId:\"jyU0KwFWv\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-143m9vk framer-zylou3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"Content\"})}),className:\"framer-khd2by\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent6,verticalAlignment:\"top\",withExternalLayout:true})})}),nyg8tMo7M&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Lt0rWnSI2\"},motionChild:true,nodeId:\"Z5yYR_CI2\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1wmmn7d framer-zylou3\",whileHover:animation,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"\uD83D\uDCA1 Wissen & News\"})}),className:\"framer-aidfg0\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent3,verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",children:\"Ausbildungsgeh\\xe4lter im Handwerk: Was verdienen Azubis?\"})}),className:\"framer-1no6e1f\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:PUyu76OFK,verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1faztrt\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3nwfsw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13e2sg\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+133.6+0+0+0+0+0+0+124.1+0+0+0+0),sizes:\"28px\",...toResponsiveImage(PeSs2f8li)}},GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0+0+402+0+0+0+0),sizes:\"28px\",...toResponsiveImage(PeSs2f8li)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0+0+432+0+0+0),sizes:\"28px\",...toResponsiveImage(PeSs2f8li)},className:\"framer-1at0t4d\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\"},children:\"Bj\\xf8rn\"})}),className:\"framer-9v6e8y\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:I6CNFkU7U,verticalAlignment:\"top\",withExternalLayout:true})]}),isDisplayed2()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-j8ljym hidden-1983iq hidden-dvdorl\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4zw5i\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\"},children:\"Mar 6, 2025\"})}),className:\"framer-12uvspi\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent7,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-zov24i\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1nvd9aw\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-9bwm02-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"dMDoknI_k\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(Material,{color:\"var(--token-e7dd1ec9-bea0-484b-809e-c90eb0f33d9d, rgb(174, 174, 180))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Schedule\",iconStyle15:\"Filled\",iconStyle2:\"Filled\",iconStyle7:\"Filled\",id:\"dMDoknI_k\",layoutId:\"dMDoknI_k\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vn78qt-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"aJBFNhZmp\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(ArticleReadTime,{font:{fontFamily:'\"Inter\", sans-serif',fontSize:\"14px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.4em\"},fontColor:\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\",formatted:true,formattedText:Z2gwirzqq,height:\"100%\",id:\"aJBFNhZmp\",layoutId:\"aJBFNhZmp\",plainText:\"\",prefix:\"\",style:{width:\"100%\"},suffix:\" min\",textSelect:true,width:\"100%\",wpm:200})})})]})]})]})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+133.6+0+0+0+0+222.1),sizes:`min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1180px)`,...toResponsiveImage(uxqq6Jscw)}},EBJL4Kg0s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"} - 80px, 1px), 1180px) * 0.55)`,...toResponsiveImage(uxqq6Jscw)}},GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0),sizes:`max((max(${componentViewport?.width||\"100vw\"} - 80px, 1px) - 50px) / 2, 1px)`,...toResponsiveImage(uxqq6Jscw)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+0+0),sizes:`calc(min(max(${componentViewport?.width||\"100vw\"}, 1px), 1180px) * 0.55)`,...toResponsiveImage(uxqq6Jscw)},className:\"framer-kzzsts\",\"data-border\":true,\"data-framer-name\":\"Banner\"})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l46pev\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15b86og\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h89xbj\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h4\",{className:\"framer-styles-preset-sweamh\",\"data-styles-preset\":\"c0R1K5Rxt\",children:\"Was du in diesem Beitrag findest:\"})}),className:\"framer-8i6sgt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{width:`calc(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1180px) - 48px)`,y:(componentViewport?.y||0)+0+133.6+0+0+552.1+0+0+0+0+24+41.2},GW0Rp6lK_:{width:undefined}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:38,width:\"702px\",y:(componentViewport?.y||0)+0+184+0+0+560+0+0+0+24+41.2,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12wqyl3-container\",nodeId:\"Ne7RIcIUn\",rendersWithMotion:true,scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(TableOfContentWithTableOfContent12wqyl3WithMappedReactProps5kmvsj,{height:\"100%\",id:\"Ne7RIcIUn\",kPzkDXWrL:\"Title\",layoutId:\"Ne7RIcIUn\",style:{width:\"100%\"},variant:\"jj3ydw21n\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:0sWquksFr1YDkaIgrl9Z/VgWe6mCMJOseqaLiMnaC/Vimeo.js:default\":componentPresets.props[\"y7wqmVDb9\"],\"module:NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js:Youtube\":componentPresets.props[\"hZQQjJspK\"],\"module:pVk4QsoHxASnVtUBp6jr/QVzZltTawVJTjmjAWG3C/CodeBlock.js:default\":componentPresets.props[\"L8g4nq68k\"]},children:/*#__PURE__*/_jsx(RichTextWithContentyottnm,{__fromCanvasComponent:true,children:Z2gwirzqq,className:\"framer-yottnm\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-pbndum\",blockquote:\"framer-styles-preset-11m32os\",code:\"framer-styles-preset-14q1s78\",h1:\"framer-styles-preset-3nqyhf\",h2:\"framer-styles-preset-1wml6uu\",h3:\"framer-styles-preset-12lj5ox\",h4:\"framer-styles-preset-sweamh\",h5:\"framer-styles-preset-19ycrx2\",h6:\"framer-styles-preset-aio52c\",img:\"framer-styles-preset-196n43r\",p:\"framer-styles-preset-21ogod\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-neg3xm\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q8dvs4\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-aio52c\",\"data-styles-preset\":\"axlcU5n9a\",children:\"Mit anderen teilen\"})}),className:\"framer-r561zi\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-i0b2jl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"yR7usFDpm\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(LiteWidget,{backgroundcolor:\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\",borderproperties:{color:\"rgb(34, 34, 34)\",style:\"Solid\",width:0},bottomLeft:8,bottomRight:8,height:\"100%\",iconproperties:{color:\"rgb(255, 255, 255)\",width:16},id:\"yR7usFDpm\",isMixed:false,layoutId:\"yR7usFDpm\",padding:8,radius:8,showCp:true,showEm:true,showFb:true,showLk:true,showPi:false,showWh:true,showX:false,topLeft:8,topRight:8,widgetgap:8,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vz67pa\",id:\"1vz67pa\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5admdx\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+133.6+0+0+552.1+0+333.2+0+324.4+0+0+0),sizes:`max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1180px), 1px)`,...toResponsiveImage(ugP3zbi4_)}},GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+560+0+0+312.4+0+0+0),sizes:\"270px\",...toResponsiveImage(ugP3zbi4_)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+184+0+0+560+0+0+320.4+0+0+0),sizes:\"292px\",...toResponsiveImage(ugP3zbi4_)},className:\"framer-e0vhp9\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fxjt2u\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-aio52c\",\"data-styles-preset\":\"axlcU5n9a\",children:\"Ob Azubi oder Profi - so planst du deinen Einsatz\"})}),className:\"framer-yhtpua\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:Pf43aIFFj,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",children:/*#__PURE__*/_jsxs(\"span\",{style:{\"--framer-text-color\":\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\"},children:[\"\u2705 Ultra flexible Terminplanung\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2705 Digitale Plantafel inklusive\",/*#__PURE__*/_jsx(\"br\",{}),\"\u2705 Im B\\xfcro und mobil\"]})})}),className:\"framer-1rimjs7\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],text:IHXXtY0MK,verticalAlignment:\"top\",withExternalLayout:true}),visible&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:RUYrJ8ZKf,implicitPathVariables:undefined},{href:RUYrJ8ZKf,implicitPathVariables:undefined},{href:RUYrJ8ZKf,implicitPathVariables:undefined},{href:RUYrJ8ZKf,implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{width:`calc(max(min(max(${componentViewport?.width||\"100vw\"} - 40px, 1px), 1180px), 1px) - 32px)`,y:(componentViewport?.y||0)+0+133.6+0+0+552.1+0+333.2+0+324.4+0+0+280+0+160.4},GW0Rp6lK_:{width:\"240px\",y:(componentViewport?.y||0)+0+184+0+0+560+0+0+312.4+0+0+170+20+160.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"244px\",y:(componentViewport?.y||0)+0+184+0+0+560+0+0+320.4+0+0+170+24+160.4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1f921wg-container\",nodeId:\"BaJcDI2tz\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{XdpoG2X4X:resolvedLinks[2]},EBJL4Kg0s:{XdpoG2X4X:resolvedLinks[3]},GW0Rp6lK_:{XdpoG2X4X:resolvedLinks[1]}},children:/*#__PURE__*/_jsx(ButtonSideBanner,{height:\"100%\",id:\"BaJcDI2tz\",layoutId:\"BaJcDI2tz\",pQXPNYQlu:Zl_ZOUR_r,style:{height:\"100%\",width:\"100%\"},width:\"100%\",XdpoG2X4X:resolvedLinks[0]})})})})})})]})]})}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hfe0av-container hidden-dvdorl\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"d_vMgidlK\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(ScrollToTopButton,{buttonType:\"default\",custom:[],fill:\"var(--token-f80f0526-31ca-4d77-90d7-001384ef9b2c, rgb(240, 240, 245))\",height:\"100%\",icon:{color:\"rgb(0, 0, 0)\",size:24,stroke:2},id:\"d_vMgidlK\",layoutId:\"d_vMgidlK\",radius:20,radiusBottomLeft:20,radiusIsMixed:false,radiusottomRight:20,radiusTopLeft:20,radiusTopRight:20,shadows:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14r4u1y\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1cstnyy\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g05xli\",\"data-styles-preset\":\"OZc3r3J94\",style:{\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Das k\\xf6nnte dich auch interessieren\"})}),className:\"framer-1304mdr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13nzj0m\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{query:{from:{alias:\"KZkgvmnEn\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"KZkgvmnEn\",name:\"DyoYQ50gv\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"uxqq6Jscw\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"ELSFTaLfq\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"dtKQht3k5\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"cMt9jil7n\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"nyg8tMo7M\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PUyu76OFK\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PeSs2f8li\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"I6CNFkU7U\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"GlySxVeCc\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"id\",type:\"Identifier\"}]}},GW0Rp6lK_:{query:{from:{alias:\"KZkgvmnEn\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:2},select:[{collection:\"KZkgvmnEn\",name:\"DyoYQ50gv\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"uxqq6Jscw\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"ELSFTaLfq\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"dtKQht3k5\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"cMt9jil7n\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"nyg8tMo7M\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PUyu76OFK\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PeSs2f8li\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"I6CNFkU7U\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"GlySxVeCc\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"id\",type:\"Identifier\"}]}}},children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"KZkgvmnEn\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:3},select:[{collection:\"KZkgvmnEn\",name:\"DyoYQ50gv\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"uxqq6Jscw\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"ELSFTaLfq\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"dtKQht3k5\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"cMt9jil7n\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"nyg8tMo7M\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PUyu76OFK\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"PeSs2f8li\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"I6CNFkU7U\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"GlySxVeCc\",type:\"Identifier\"},{collection:\"KZkgvmnEn\",name:\"id\",type:\"Identifier\"}]},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({cMt9jil7n:cMt9jil7nKZkgvmnEn,dtKQht3k5:dtKQht3k5KZkgvmnEn,DyoYQ50gv:DyoYQ50gvKZkgvmnEn,ELSFTaLfq:ELSFTaLfqKZkgvmnEn,GlySxVeCc:GlySxVeCcKZkgvmnEn,I6CNFkU7U:I6CNFkU7UKZkgvmnEn,id:idKZkgvmnEn,nyg8tMo7M:nyg8tMo7MKZkgvmnEn,PeSs2f8li:PeSs2f8liKZkgvmnEn,PUyu76OFK:PUyu76OFKKZkgvmnEn,uxqq6Jscw:uxqq6JscwKZkgvmnEn},index)=>{DyoYQ50gvKZkgvmnEn??=\"\";ELSFTaLfqKZkgvmnEn??=true;dtKQht3k5KZkgvmnEn??=true;cMt9jil7nKZkgvmnEn??=true;nyg8tMo7MKZkgvmnEn??=true;PUyu76OFKKZkgvmnEn??=\"\";I6CNFkU7UKZkgvmnEn??=\"\";const textContent8=toString(convertFromBoolean4(ELSFTaLfqKZkgvmnEn,activeLocale));const textContent9=toString(convertFromBoolean5(dtKQht3k5KZkgvmnEn,activeLocale));const textContent10=toString(convertFromBoolean6(cMt9jil7nKZkgvmnEn,activeLocale));const textContent11=toString(convertFromBoolean3(nyg8tMo7MKZkgvmnEn,activeLocale));const textContent12=toDateString(GlySxVeCcKZkgvmnEn,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`KZkgvmnEn-${idKZkgvmnEn}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{DyoYQ50gv:DyoYQ50gvKZkgvmnEn},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{DyoYQ50gv:DyoYQ50gvKZkgvmnEn},webPageId:\"x5kUNRW4x\"},motionChild:true,nodeId:\"DapABifKL\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1szi1j1 framer-zylou3\",\"data-border\":true,whileHover:animation1,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1919.7+80+112.4+0+550.6+16+0),sizes:`calc(min(${componentViewport?.width||\"100vw\"}, 1000px) - 72px)`,...toResponsiveImage(uxqq6JscwKZkgvmnEn)}},EBJL4Kg0s:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1744+100+112.4+0+0+16+0),sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 140px) / 3, 200px) - 32px)`,...toResponsiveImage(uxqq6JscwKZkgvmnEn)}},GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1744+100+112.4+0+0+16+0),sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 108px) / 2, 200px) - 32px)`,...toResponsiveImage(uxqq6JscwKZkgvmnEn)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1744+100+112.4+0+0+16+0),sizes:`calc(max((min(${componentViewport?.width||\"100vw\"}, 1180px) - 60px) / 3, 200px) - 32px)`,...toResponsiveImage(uxqq6JscwKZkgvmnEn)},className:\"framer-e5qzlj\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-52oexa\",\"data-framer-name\":\"Post\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17jg2xg\",children:[ELSFTaLfqKZkgvmnEn&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-plsp81\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"\uD83D\uDCCB  Betriebsf\\xfchrung\"})}),className:\"framer-fu3mhi\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],text:textContent8,verticalAlignment:\"top\",withExternalLayout:true})}),dtKQht3k5KZkgvmnEn&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-pmpjat\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"Content\"})}),className:\"framer-3exefh\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent9,verticalAlignment:\"top\",withExternalLayout:true})}),cMt9jil7nKZkgvmnEn&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-o9cbxi\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"Content\"})}),className:\"framer-17d63ov\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],text:textContent10,verticalAlignment:\"top\",withExternalLayout:true})}),nyg8tMo7MKZkgvmnEn&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-17u0md8\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-color\":\"var(--token-e3be6348-c968-4713-b04e-3bd24ea59f7a, rgb(66, 105, 222))\"},children:\"\uD83D\uDCA1 Wissen & News\"})}),className:\"framer-35hvby\",\"data-framer-name\":\"Category\",fonts:[\"Inter\"],text:textContent11,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h5\",{className:\"framer-styles-preset-19ycrx2\",\"data-styles-preset\":\"KdfmVYSYq\",children:\"Ausbildungsgeh\\xe4lter im Handwerk: Was verdienen Azubis?\"})}),className:\"framer-1i5jcnk\",\"data-framer-name\":\"Title\",fonts:[\"Inter\"],text:PUyu76OFKKZkgvmnEn,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n6rbs7\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bykv54\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1919.7+80+112.4+0+550.6+16+376.6+0+42),sizes:\"28px\",...toResponsiveImage(PeSs2f8liKZkgvmnEn)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+1744+100+112.4+0+0+16+338+0+42),sizes:\"28px\",...toResponsiveImage(PeSs2f8liKZkgvmnEn)},className:\"framer-1i95nwx\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-color\":\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\"},children:\"Bj\\xf8rn\"})}),className:\"framer-rwq30o\",\"data-framer-name\":\"Author\",fonts:[\"Inter\"],text:I6CNFkU7UKZkgvmnEn,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-ad8hjg\",\"data-styles-preset\":\"Cy0G0qqSz\",style:{\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-28ae8195-cbee-4f3e-b630-c38cb27f4b0d, rgb(142, 142, 147))\"},children:\"Mar 6, 2025\"})}),className:\"framer-hzhwll\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent12,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})},idKZkgvmnEn);})})})})})})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-e9m47z\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"header\",{className:\"framer-w6p6qd\",\"data-border\":true,\"data-framer-name\":\"Want to receive our emails?\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4191s8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ooqmid\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g05xli\",\"data-styles-preset\":\"OZc3r3J94\",style:{\"--framer-text-alignment\":\"center\"},children:\"E-Mail f\\xfcr dich?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g05xli\",\"data-styles-preset\":\"OZc3r3J94\",children:\"E-Mail f\\xfcr dich?\"})}),className:\"framer-1ocowo0\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-gn486p\",\"data-styles-preset\":\"UYoumtUdh\",style:{\"--framer-text-alignment\":\"center\"},children:[\"Abonniere unseren Digitalisierungs-Newsletter und bleib immer auf dem Laufenden.\",/*#__PURE__*/_jsx(\"br\",{}),\"Wir versenden im Monat maximal 1 bis 2 E-Mails. \"]})}),className:\"framer-15bef7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(FormContainer,{className:\"framer-1vwr2zt\",nodeId:\"FbDeRe_py\",children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"label\",{className:\"framer-1x42l3c\",children:/*#__PURE__*/_jsx(Link,{href:\"https://craftboxx.us22.list-manage.com/subscribe?u=497770eb3fd8126dfff624d0b&id=2a48642144\",motionChild:true,nodeId:\"yDZ6SEKmj\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-luk14w framer-zylou3\",\"data-framer-name\":\"Button\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Abonnieren\"})}),className:\"framer-gdbob2\",fonts:[\"Inter-SemiBold\"],verticalAlignment:\"top\",withExternalLayout:true})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-color\":\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\"},children:[\"Du kannst dich jederzeit aus dem Verteiler austragen. \",/*#__PURE__*/_jsx(Link,{href:{webPageId:\"DupY1eOOH\"},motionChild:true,nodeId:\"ecFlinjqg\",openInNewTab:true,scopeId:\"x5kUNRW4x\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-fsrzda\",\"data-styles-preset\":\"AS4PcgcTr\",children:\"Datenschutzbestimmungen\"})}),\".\"]})}),className:\"framer-1lxqf2j\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2566.4+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2568.4+0+0+0),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-nzu9nm hidden-dvdorl\",\"data-border\":true})}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1x6nft2 hidden-dvdorl\",\"data-framer-name\":\"Envelope-open-text\",fill:\"black\",intrinsicHeight:155,intrinsicWidth:155,style:{rotate:-18},svg:'<svg width=\"155\" height=\"155\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><g opacity=\".3\" clip-path=\"url(#a)\"><path d=\"M143.84 64.66c-2.486 0-4.894.872-6.802 2.464l-47.31 39.439c-6.838 5.698-18.03 5.701-24.872 0l-47.354-39.46A10.629 10.629 0 0 0 10.7 64.64C4.832 64.66.074 69.395.074 75.274v59.883c0 10.643 8.639 19.297 19.298 19.297h115.784c10.659 0 19.297-8.645 19.297-19.301V75.274c0-5.88-4.764-10.613-10.613-10.613Zm-3.86 70.497a4.83 4.83 0 0 1-4.824 4.824H19.372a4.83 4.83 0 0 1-4.825-4.824V83.506l41.037 34.192c6.091 5.036 13.78 7.84 21.68 7.84s15.604-2.781 21.7-7.846l41.016-34.186v51.651ZM33.845 68.188V16.96a2.417 2.417 0 0 1 2.412-2.412h82.014a2.417 2.417 0 0 1 2.412 2.412v51.198l10.167-8.472c1.321-1.086 2.768-1.93 4.306-2.654V16.96c0-9.311-7.568-16.885-16.885-16.885H36.257c-9.308 0-16.885 7.574-16.885 16.885v40.072c1.526.727 2.997 1.577 4.311 2.673l10.162 8.484Zm65.128-39.167H55.554a7.22 7.22 0 0 0-7.236 7.236 7.22 7.22 0 0 0 7.236 7.237h43.42a7.219 7.219 0 0 0 7.236-7.237 7.219 7.219 0 0 0-7.237-7.236Zm0 24.122H55.554a7.22 7.22 0 0 0-7.236 7.236 7.22 7.22 0 0 0 7.236 7.237h43.42a7.219 7.219 0 0 0 7.236-7.237 7.219 7.219 0 0 0-7.237-7.236Z\" fill=\"#fff\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"translate(.074 .075)\" d=\"M0 0h154.379v154.379H0z\"/></clipPath></defs></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-8ojhmm\",id:elementId,ref:ref1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-txju6g\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n9xcwz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-2pfllf\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g05xli\",\"data-styles-preset\":\"OZc3r3J94\",style:{\"--framer-text-alignment\":\"center\"},children:\"Jetzt kostenlos loslegen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-g05xli\",\"data-styles-preset\":\"OZc3r3J94\",children:\"Jetzt kostenlos loslegen\"})}),className:\"framer-1eqcte5\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7SW50ZXItcmVndWxhcg==\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d85f417f-597d-4398-8003-b6e1decfa844, rgb(0, 0, 0))\"},children:\"Gerade keine Zeit? Buche eine Demo bei unserem Support.\"})}),className:\"framer-1od4no1\",fonts:[\"GF;Inter-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m2cebr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+3749.7+0+0+0+0+100+149.4+0+52},GW0Rp6lK_:{y:(componentViewport?.y||0)+0+3142.8+0+0+0+0+100+149.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+3144.8+0+0+0+0+100+149.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l0gn9y-container\",nodeId:\"AMcmsAgYL\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimary,{height:\"100%\",id:\"AMcmsAgYL\",layoutId:\"AMcmsAgYL\",style:{height:\"100%\"},variant:\"w0N5nNNpV\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+0+3749.7+0+0+0+0+100+149.4+0+0},GW0Rp6lK_:{y:(componentViewport?.y||0)+0+3142.8+0+0+0+0+100+149.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,y:(componentViewport?.y||0)+0+3144.8+0+0+0+0+100+149.4+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-19ia7wb-container\",nodeId:\"gBI4n8xyv\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{style:{height:\"100%\",width:\"100%\"}}},children:/*#__PURE__*/_jsx(ButtonPrimary,{height:\"100%\",id:\"gBI4n8xyv\",layoutId:\"gBI4n8xyv\",style:{height:\"100%\"},variant:\"bnTPFoWLT\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lnsx1g\",children:[isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:185,intrinsicWidth:283,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+100+239.4+29.5),pixelHeight:247,pixelWidth:378,src:\"https://framerusercontent.com/images/7FzkQfgyDJOkveBUbGRucyShHs.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:185,intrinsicWidth:283,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+100+239.4+19.5),pixelHeight:247,pixelWidth:378,src:\"https://framerusercontent.com/images/7FzkQfgyDJOkveBUbGRucyShHs.png\"},className:\"framer-1sgetwh hidden-dvdorl\",\"data-framer-name\":\"Frame_606\",whileHover:animation2})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:271,intrinsicWidth:327,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+100+239.4+101.5),pixelHeight:362,pixelWidth:436,src:\"https://framerusercontent.com/images/4XC7pQWB5g8W9JwmmFTLGIehT0M.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:271,intrinsicWidth:327,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+100+239.4+87.5),pixelHeight:362,pixelWidth:436,src:\"https://framerusercontent.com/images/4XC7pQWB5g8W9JwmmFTLGIehT0M.png\"},className:\"framer-3v12by hidden-dvdorl\",\"data-framer-name\":\"Frame_6491\",whileHover:animation2})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{background:{alt:\"\",fit:\"fill\"},className:\"framer-1tszlq3 hidden-dvdorl\",style:{rotate:10},transformTemplate:transformTemplate1,whileHover:animation3,children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1c3rv2p-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"pOLoKU7Pw\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,controls:false,height:\"100%\",id:\"pOLoKU7Pw\",isMixedBorderRadius:false,layoutId:\"pOLoKU7Pw\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/AzQySqISXEDERGJQsOMqG8M8d7c.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",width:\"100%\"},topLeftRadius:16,topRightRadius:16,volume:25,width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:293.5,intrinsicWidth:376,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3749.7+0+0+0+0+100+291.4+22),pixelHeight:392,pixelWidth:502,src:\"https://framerusercontent.com/images/mWOQaPJIpRjRl6YbBiN1AnMtGNk.png\"},whileHover:undefined},GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:293.5,intrinsicWidth:376,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+100+239.4+0),pixelHeight:392,pixelWidth:502,src:\"https://framerusercontent.com/images/mWOQaPJIpRjRl6YbBiN1AnMtGNk.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:293.5,intrinsicWidth:376,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+100+239.4+0),pixelHeight:392,pixelWidth:502,src:\"https://framerusercontent.com/images/mWOQaPJIpRjRl6YbBiN1AnMtGNk.png\"},className:\"framer-8ohto9\",\"data-framer-name\":\"Mac_Studio\",whileHover:animation2})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:228,intrinsicWidth:285.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+100+239.4+112),pixelHeight:229,pixelWidth:286,src:\"https://framerusercontent.com/images/6EodB8pd4xUE6ubz1OtvbOc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:228,intrinsicWidth:285.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+100+239.4+104),pixelHeight:229,pixelWidth:286,src:\"https://framerusercontent.com/images/6EodB8pd4xUE6ubz1OtvbOc.png\"},className:\"framer-10chdfz hidden-dvdorl\",\"data-framer-name\":\"STROXX_20230315_Drohne_3\",whileHover:animation2})}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:226.5,intrinsicWidth:147,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+100+239.4+49),pixelHeight:302,pixelWidth:196,src:\"https://framerusercontent.com/images/yHmeZzII8GEnF464Xa8g1uvc.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:226.5,intrinsicWidth:147,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+100+239.4+67.5),pixelHeight:302,pixelWidth:196,src:\"https://framerusercontent.com/images/yHmeZzII8GEnF464Xa8g1uvc.png\"},className:\"framer-55794z hidden-dvdorl\",\"data-framer-name\":\"iPhone_14_Pro\",whileHover:animation2})}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1svx6d hidden-dvdorl\",whileHover:animation4,children:/*#__PURE__*/_jsx(SVG,{className:\"framer-sndm79\",\"data-framer-name\":\"stopwatch1\",fill:\"black\",intrinsicHeight:63,intrinsicWidth:62,svg:'<svg width=\"62\" height=\"63\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M30.505 36.46c-.194.602-.844.936-1.506.723-.54-.174-.936-.844-.742-1.445l2.46-7.652c.192-.602.904-.916 1.444-.742.663.213.996.863.803 1.464l-2.46 7.653Zm-1.039-23.25c.194-.604.905-.915 1.445-.742l10.994 3.534c.6.193.935.84.741 1.444a1.15 1.15 0 0 1-1.444.742l-4.373-1.405-1.419 4.414c3.292 1.344 5.817 3.738 7.474 6.698l3.338-1.708a1.14 1.14 0 0 1 1.544.496 1.14 1.14 0 0 1-.496 1.544l-3.449 1.771a14.867 14.867 0 0 1 .154 9.586c-2.523 7.85-10.93 12.167-18.78 9.644-7.85-2.523-12.167-10.929-9.644-18.78 2.404-7.481 10.155-11.752 17.673-9.954l1.419-4.414-4.373-1.405a1.15 1.15 0 0 1-.742-1.445l-.062-.02Zm-3.63 33.812c6.703 2.154 13.818-1.5 15.952-8.141 2.135-6.641-1.52-13.756-8.222-15.91-6.58-2.115-13.756 1.52-15.89 8.16-2.135 6.642 1.58 13.776 8.16 15.89Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(SVG,{className:\"framer-lhgu0v\",\"data-framer-name\":\"Frame_1440\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 162 121\"><g id=\"ss11764152382_1\"><path d=\"M 0 0 L 162 0 L 162 121 L 0 121 Z\" fill=\"transparent\"></path><path d=\"M 110.932 28.752 C 110.999 26.731 110.933 24.681 110.515 22.699 C 109.815 19.892 108.35 17.339 106.611 15.049 C 105.411 13.411 103.915 12.024 102.285 10.82 C 100.723 9.617 99.025 8.536 97.149 7.9 C 94.022 6.981 90.162 6.677 86.979 7.446 C 85.804 7.747 84.701 8.257 83.652 8.859 C 82.47 9.5 81.342 10.271 80.429 11.267 C 77.009 15.032 76.924 20.57 76.849 25.451 L 76.834 26.358 C 76.834 27.435 76.863 28.511 76.919 29.585 C 76.657 29.27 76.383 28.965 76.099 28.67 C 73.629 26.068 71.011 24.116 67.394 23.489 C 64.684 22.917 61.843 23.382 59.272 24.333 C 57.682 24.946 56.44 26.149 55.322 27.396 C 54.082 28.799 53.782 30.723 53.726 32.533 C 53.484 34.975 54.311 37.364 55.658 39.377 C 58.158 43.41 61.495 46.86 65.106 49.911 C 66.266 50.898 67.482 51.817 68.698 52.736 C 69.318 53.205 69.938 53.674 70.55 54.152 C 74.95 57.624 80.042 60.054 85.304 61.92 C 85.874 62.126 86.439 62.345 87.004 62.564 C 88.22 63.034 89.435 63.504 90.692 63.851 C 92.097 64.201 93.516 64.483 94.942 64.716 C 92.741 67.422 90.321 69.941 87.706 72.249 C 84.522 75.024 82.01 76.681 78.727 78.846 L 78.221 79.18 C 77.347 79.783 76.434 80.325 75.522 80.868 L 75.025 81.164 C 71.027 83.596 66.914 85.834 62.7 87.87 C 58.963 89.615 55.164 91.233 51.345 92.782 C 43.82 95.785 37.18 97.832 29.408 100.228 L 28.302 100.569 C 24.06 101.872 19.792 103.102 15.478 104.143 C 14.516 104.383 13.547 104.596 12.578 104.809 L 12.578 104.81 C 11.727 104.996 10.878 105.183 10.033 105.388 C 8.78 105.76 7.808 106.4 6.939 107.124 C 7.977 107.514 9.103 107.63 10.204 107.524 C 10.924 107.437 11.63 107.274 12.337 107.111 C 12.737 107.019 13.137 106.926 13.538 106.848 C 17.538 105.928 21.506 104.879 25.438 103.703 C 30.869 102.093 36.269 100.375 41.649 98.603 C 48.921 96.197 55.999 93.263 62.97 90.099 C 67.885 87.728 72.678 85.111 77.33 82.258 C 81.037 79.903 84.745 77.51 88.133 74.703 C 91.553 71.831 94.657 68.603 97.393 65.073 C 101.832 65.628 106.33 65.765 110.793 65.885 C 112.518 65.976 114.245 65.909 115.972 65.835 L 117.291 65.789 C 119.221 65.723 121.15 65.657 123.072 65.469 C 132.428 64.824 141.705 63.349 150.912 61.593 C 152.117 61.348 153.32 61.087 154.516 60.803 C 155.806 60.589 157.03 60.057 158.106 59.319 C 156.66 59.033 155.178 59.154 153.745 59.454 L 152.333 59.689 L 152.331 59.689 C 151.228 59.872 150.125 60.055 149.026 60.252 C 141.055 61.626 133.023 62.688 124.954 63.28 C 121.777 63.523 120.064 63.632 116.978 63.7 C 116.44 63.71 115.902 63.73 115.364 63.75 C 114.228 63.793 113.092 63.837 111.956 63.783 C 107.599 63.659 103.235 63.521 98.901 63.046 C 102.637 57.803 105.556 51.984 107.446 45.811 C 109.383 40.322 110.726 34.588 110.931 28.757 Z M 96.481 62.739 C 96.321 62.715 96.161 62.694 96.001 62.671 L 95.497 62.594 C 93.688 62.318 92.905 62.198 91.181 61.727 C 90.061 61.405 88.973 60.986 87.886 60.567 C 87.507 60.422 87.129 60.276 86.749 60.134 C 83.965 59.156 80.016 57.531 78.277 56.562 C 75.528 55.185 73.051 53.353 70.621 51.484 C 68.551 49.937 65.935 47.887 64.687 46.697 C 62.817 44.997 61.088 43.149 59.516 41.17 L 59.417 41.041 C 58.531 39.88 58.157 39.389 57.571 38.431 C 57.073 37.635 56.596 36.819 56.255 35.94 C 56.002 35.245 55.685 33.84 55.849 32.56 C 55.886 32.162 55.904 31.85 55.919 31.586 C 55.961 30.864 55.982 30.498 56.32 29.688 C 56.624 28.971 56.766 28.826 57.585 27.983 L 57.667 27.899 C 58.059 27.495 58.463 27.096 58.927 26.779 L 58.991 26.742 L 59.044 26.712 C 59.228 26.606 59.538 26.427 59.648 26.385 C 60.47 25.993 60.825 25.911 61.957 25.65 L 62.174 25.6 C 66.041 24.588 70.094 25.983 72.525 28.145 C 74.91 30.275 76.355 31.988 77.531 34.545 C 77.57 34.667 77.614 34.789 77.662 34.909 L 77.713 35.039 C 77.901 35.527 78.116 36.085 78.641 36.266 C 79.594 36.584 80.388 35.578 79.929 34.706 C 79.801 34.375 79.663 34.047 79.516 33.724 C 79.469 33.552 79.429 33.378 79.398 33.202 C 79.089 30.905 79.042 30.048 78.973 27.752 C 78.897 22.004 79.093 15.913 81.857 12.898 C 83.111 11.599 83.763 11.258 85.277 10.466 L 85.731 10.227 C 88.184 9.039 90.511 9.052 93.916 9.414 L 94.013 9.429 C 95.212 9.613 95.991 9.732 97.567 10.412 C 98.662 10.863 101.25 12.644 102.818 14.058 C 105.022 16.126 108.023 20.416 108.53 23.96 C 108.931 26.448 108.798 28.95 108.495 32.044 C 107.976 36.801 106.945 40.541 105.285 45.39 C 103.273 51.81 100.32 57.567 96.483 62.733 Z M 83.915 65.74 C 83.611 65.632 83.3 65.544 82.984 65.475 C 82.776 65.425 82.569 65.375 82.364 65.315 C 81.303 65.013 80.254 64.669 79.22 64.284 C 75.285 62.729 72.3 61.077 68.62 58.339 C 65.286 55.886 63.192 54.079 60.447 51.282 C 58.917 49.686 57.391 48.077 56.011 46.347 C 55.729 46.007 55.48 45.64 55.231 45.274 C 54.967 44.884 54.702 44.496 54.398 44.138 C 53.531 43.206 53.247 42.928 52.218 42.162 C 51.926 44.521 53.059 46.159 54.445 47.916 C 55.9 49.706 57.49 51.385 59.092 53.043 C 61.853 55.843 64.871 58.381 68.071 60.666 C 69.978 62.058 71.976 63.323 74.095 64.366 C 76.116 65.418 78.209 66.343 80.388 67.018 L 80.678 67.106 L 80.956 67.192 C 82.237 67.59 83.554 68 84.897 67.722 C 85.357 67.635 85.8 67.479 86.213 67.259 C 86.112 67.155 86.006 67.056 85.897 66.961 C 85.315 66.44 84.644 66.029 83.916 65.746 L 83.916 65.74 Z M 128.648 69.735 L 128.866 69.835 L 128.953 69.876 L 129.051 69.922 L 128.938 69.998 L 128.826 70.074 C 128.754 70.12 128.707 70.154 128.664 70.184 C 128.587 70.238 128.507 70.288 128.425 70.334 C 128.107 70.515 128.053 70.547 127.997 70.574 C 127.96 70.593 127.922 70.609 127.805 70.666 C 127.328 70.893 126.815 71.055 126.295 71.154 C 126.062 71.181 125.828 71.198 125.594 71.215 C 125.309 71.236 125.024 71.257 124.741 71.296 C 123.416 71.489 122.086 71.644 120.743 71.63 L 120.466 71.624 C 119.21 71.591 117.954 71.582 116.698 71.597 C 116.615 71.6 116.453 71.61 116.237 71.623 C 115.558 71.664 114.351 71.737 113.428 71.738 C 112.253 71.781 111.08 71.725 109.907 71.668 C 109.107 71.631 108.308 71.593 107.507 71.586 C 106.353 71.576 105.199 71.506 104.048 71.436 L 103.85 71.423 C 102.147 71.397 100.439 70.971 99.083 69.902 C 100.385 69.353 101.823 69.085 103.235 69.204 L 103.353 69.212 C 104.921 69.315 106.49 69.418 108.062 69.417 C 108.684 69.432 109.305 69.461 109.926 69.491 C 111.109 69.546 112.293 69.601 113.478 69.562 C 114.374 69.552 115.085 69.515 115.776 69.478 C 116.808 69.424 117.797 69.371 119.297 69.418 C 119.529 69.42 119.762 69.424 119.994 69.428 C 120.826 69.44 121.658 69.453 122.489 69.396 C 122.816 69.374 123.141 69.329 123.466 69.282 C 123.705 69.249 123.945 69.215 124.185 69.191 C 125.305 69.078 125.596 69.061 126.199 69.048 C 127.367 69.139 127.808 69.344 128.648 69.735 Z\" fill=\"rgb(255,255,255)\"></path><g transform=\"translate(4.748 94.807)\" id=\"ss11764152382_4\"><path d=\"M 13.189 19.99 L 1.843 21.036 L 0 1.046 L 11.346 0 Z\" fill=\"transparent\"></path><path d=\"M 1.535 13.862 C 3.459 15.093 5.882 16.46 7.165 17.272 C 8.297 17.968 9.433 18.657 10.572 19.34 C 11.024 19.575 11.419 19.943 11.917 20.071 C 13.235 20.254 13.497 18.566 12.487 18.198 L 12.453 18.182 C 11.813 17.799 11.176 17.409 10.536 17.028 C 8.48 15.781 5.852 14.177 3.214 12.609 L 3.259 12.514 C 3.575 11.878 3.951 11.272 4.325 10.669 C 5.378 8.934 7.572 5.97 9.18 3.613 C 9.838 2.639 10.026 2.327 10.333 1.815 C 10.421 1.629 10.537 1.452 10.621 1.265 C 10.703 1.131 10.74 0.974 10.728 0.817 C 10.701 0.415 10.306 0.091 9.898 0.133 C 9.693 0.162 9.501 0.242 9.37 0.406 L 9.392 0.386 C 9.329 0.449 9.27 0.516 9.208 0.581 C 8.88 0.926 8.571 1.288 8.281 1.665 C 7.096 3.201 5.971 4.78 4.846 6.36 C 3.903 7.676 3.009 9.027 2.167 10.41 C 1.627 11.412 0.467 12.844 1.537 13.86 Z\" fill=\"rgb(255,255,255)\"></path></g><g transform=\"translate(146.434 52.044)\" id=\"ss11764152382_7\"><path d=\"M 0 2.84 L 11.034 0 L 16.039 19.441 L 5.004 22.282 Z\" fill=\"transparent\"></path><path d=\"M 12.486 7.035 C 10.39 6.126 7.78 5.162 6.385 4.565 C 5.157 4.059 3.925 3.56 2.691 3.067 C 2.208 2.907 1.759 2.607 1.247 2.559 C -0.084 2.589 -0.073 4.296 0.982 4.499 L 1.019 4.509 C 1.712 4.785 2.402 5.069 3.095 5.343 C 5.324 6.247 8.173 7.412 11.028 8.539 L 10.998 8.64 C 10.788 9.318 10.513 9.976 10.24 10.632 C 9.477 12.512 7.783 15.787 6.571 18.37 C 6.264 19.014 5.98 19.667 5.719 20.33 C 5.662 20.527 5.576 20.72 5.523 20.918 C 5.464 21.064 5.452 21.225 5.489 21.378 C 5.579 21.77 6.02 22.027 6.417 21.921 C 6.614 21.859 6.791 21.75 6.894 21.567 C 6.893 21.57 6.886 21.577 6.876 21.589 C 6.928 21.518 6.975 21.442 7.027 21.369 C 7.302 20.979 7.538 20.566 7.769 20.15 C 8.694 18.446 9.553 16.707 10.412 14.969 C 11.133 13.519 11.8 12.043 12.412 10.543 C 12.785 9.468 13.702 7.869 12.485 7.037 Z\" fill=\"rgb(255,255,255)\"></path></g><path d=\"M 92.056 16.151 C 102.821 21.786 96.542 47.065 92.056 59 C 77.041 51.565 49.938 41.978 58.709 30.825 C 66.812 20.522 79.187 36.695 79.187 36.695 C 79.187 36.695 78.601 9.107 92.057 16.151 Z\" fill=\"rgb(255,44,93)\"></path></g></svg>',svgContentId:11764152382,withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-cutinj hidden-dvdorl\",\"data-framer-name\":\"Frame_1441\",fill:\"black\",intrinsicHeight:120,intrinsicWidth:153,svg:'<svg width=\"153\" height=\"120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.8 29.358c-.608-3.288 1.594-6.568 4.944-7.187 3.35-.62 6.58 1.657 7.187 4.944.63 3.412-1.583 6.63-4.933 7.25-3.35.618-6.568-1.595-7.198-5.007Zm5.352-4.981c-2.13.393-3.529 2.505-3.147 4.573.405 2.192 2.444 3.54 4.574 3.146 2.13-.393 3.551-2.381 3.146-4.573-.382-2.068-2.443-3.54-4.573-3.146Zm-12.718 4.596-3.248-2.023a2.237 2.237 0 0 1-.93-2.651l1.417-3.997a2.242 2.242 0 0 1 2.395-1.475l3.793.481a13.477 13.477 0 0 1 2.708-2.316l.128-3.821a2.242 2.242 0 0 1 1.837-2.133l4.163-.77a2.242 2.242 0 0 1 2.478 1.336l1.485 3.523c1.11.26 2.302.653 3.357 1.195l3.373-1.806a2.24 2.24 0 0 1 2.763.522l2.749 3.227c.682.8.72 1.97.084 2.807l-2.316 3.051a13.352 13.352 0 0 1 .647 3.502l3.254 2.022a2.24 2.24 0 0 1 .925 2.651l-1.414 3.997a2.249 2.249 0 0 1-2.394 1.476l-3.795-.482c-.793.881-1.765 1.674-2.708 2.319l-.129 3.816a2.243 2.243 0 0 1-1.836 2.135l-4.163.77a2.243 2.243 0 0 1-2.479-1.338l-1.484-3.518a13.774 13.774 0 0 1-3.358-1.197l-3.37 1.806a2.25 2.25 0 0 1-2.764-.523l-2.752-3.226a2.237 2.237 0 0 1-.08-2.808l2.311-3.05a13.814 13.814 0 0 1-.45-1.792 13.34 13.34 0 0 1-.197-1.71Zm5.1-8.17-.786.878-4.961-.63-1.417 3.998 4.243 2.637.061 1.172a11.528 11.528 0 0 0 .54 2.922l.363 1.117-3.02 3.98 2.751 3.226 4.409-2.361 1.048.54c.875.451 1.821.79 2.781.933l1.162.306 1.94 4.602 4.164-.77.168-4.992.913-.689c.908-.488 1.671-1.143 2.326-1.877l.786-.88 4.963.63 1.414-3.996-4.243-2.637-.06-1.173a11.51 11.51 0 0 0-.174-1.479c-.092-.496-.217-.98-.367-1.443l-.363-1.116 3.021-3.98-2.749-3.227-4.41 2.362-1.048-.54a10.341 10.341 0 0 0-2.855-.984l-1.088-.255-1.942-4.603-4.163.77-.168 4.992-.986.639a11.13 11.13 0 0 0-2.253 1.927Z\" fill=\"#fff\"/><g clip-path=\"url(#a)\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" fill=\"#fff\"><path d=\"M37.409 50.1c27.649 30.07 68.674 25.86 102.471 8.22a1.188 1.188 0 0 1 1.098 2.105C106.236 78.562 64.084 82.618 35.66 51.706a1.186 1.186 0 1 1 1.749-1.605Z\"/><path d=\"M139.796 59.704c-2.085-.07-4.702-.127-4.999-.142-8.044-.411-15.594-2.049-23.165-4.846a1.19 1.19 0 0 1 .823-2.229c7.341 2.715 14.662 4.305 22.465 4.703.455.024 6.339.15 7.527.264.487.045.749.222.807.27.317.24.422.527.459.763.04.266 0 .722-.365 1.188-.383.486-1.42 1.295-1.665 1.52-3.691 3.409-8.109 6.892-11.533 10.938-3.265 3.858-5.63 8.234-5.395 13.61a1.189 1.189 0 0 1-2.374.104c-.262-6.012 2.306-10.935 5.955-15.247 3.405-4.022 7.759-7.506 11.46-10.896Z\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"scale(-1 1) rotate(34.287 -52.014 -168.616)\" d=\"M0 0h85.964v85.964H0z\"/></clipPath></defs></svg>',withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1t3v60b hidden-dvdorl\",\"data-framer-name\":\"Highlight_05\",fill:\"black\",intrinsicHeight:47,intrinsicWidth:44,svg:'<svg width=\"44\" height=\"47\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M30.625 40.396c3.407-1.491 7.05-2.512 10.588-3.476.763-.204 1.558.233 1.72.983a1.39 1.39 0 0 1-.948 1.712c-3.43.93-6.965 1.908-10.212 3.338-.691.309-1.527-.01-1.851-.716-.325-.704.011-1.532.703-1.841ZM17.9 27.788c4.895-6.623 10.614-12.596 15.375-19.36.42-.628 1.303-.781 1.93-.337.628.444.805 1.314.33 1.95-4.76 6.78-10.476 12.77-15.368 19.41a1.443 1.443 0 0 1-1.992.296c-.574-.466-.752-1.336-.274-1.96ZM4.076 6.879l.899 10.071c.107.764-.476 1.447-1.257 1.518-.781.07-1.426-.502-1.533-1.266L1.284 7.115a1.435 1.435 0 0 1 1.313-1.517 1.394 1.394 0 0 1 1.479 1.28Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-17lxh92\",\"data-framer-name\":\"Misc_01\",fill:\"black\",intrinsicHeight:31,intrinsicWidth:29,svg:'<svg width=\"29\" height=\"31\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.253 6.11c-.076-.494-.134-.98-.17-1.468-.057-.73-.022-1.467-.042-2.198-.008-.31-.043-1.118-.029-1.234.124-1.013.874-1.168 1.093-1.196.106-.016 1.195-.15 1.43 1.168.288 1.611.38 3.233.279 4.822.238 1.35.645 2.696 1.182 3.914 2.138 4.844 6.213 5.314 10.628 5.27.679-.011 1.243.57 1.278 1.306.036.742-.47 1.384-1.146 1.45-2.467.26-6.846 2.42-8.36 4.667-.316.47-.5 1.605-.744 2.718-.34 1.545-.744 3.072-1.197 3.715-.068.1-.895 1.118-1.141 1.267-.593.355-1.068.15-1.337-.038-.27-.189-.574-.56-.696-1.174-.128-.642-.02-1.96-.04-2.242-.072-1.024-.26-3.034-.643-4.76-.206-.93-.427-1.789-.79-2.215-1.35-1.578-3.506-1.345-5.322-1.085-.209.028-.417.06-.626.089-.739.238-1.524.415-2.354.52-1.252.16-1.458-1.096-1.47-1.18-.023-.182-.11-1.123.835-1.5.103-.038.863-.22 1.156-.293.408-.1.82-.177 1.234-.249 4.277-1.45 6.6-5.525 6.992-10.075Zm1.468 5.031c1.614 3.643 4.065 5.403 6.97 6.2h-.001c-1.814 1.035-3.463 2.33-4.338 3.632-.332.492-.636 1.483-.91 2.596-.15-1.035-.35-2.137-.616-3.078-.302-1.074-.708-1.965-1.162-2.497-.875-1.024-1.975-1.594-3.156-1.876 1.414-1.368 2.487-3.073 3.213-4.977Z\" fill=\"#fff\"/></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:226.5,intrinsicWidth:147,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3749.7+0+0+0+0+100+291.4+117.5),pixelHeight:453,pixelWidth:294,src:\"https://framerusercontent.com/images/7qPwJPPQFzEiLo1ZD1imEvNkAw.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:226.5,intrinsicWidth:147,pixelHeight:453,pixelWidth:294,src:\"https://framerusercontent.com/images/7qPwJPPQFzEiLo1ZD1imEvNkAw.png\"},className:\"framer-1ospw7c hidden-14pu16u hidden-1983iq hidden-rph4ry\",\"data-framer-name\":\"iPhone_14_Pro\",style:{rotate:30}})})]}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GW0Rp6lK_:{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3142.8+0+0+0+0+-59.4817),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",backgroundSize:2,fit:\"tile\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3144.8+0+0+0+0+-59.4817),pixelHeight:256,pixelWidth:256,positionX:\"left\",positionY:\"top\",src:\"https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png\"},className:\"framer-1p22xyi hidden-dvdorl\"})})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18y8ifb\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{y:(componentViewport?.y||0)+0+4521.1+0+0},GW0Rp6lK_:{y:(componentViewport?.y||0)+0+3828.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1074,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+3830.2+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-gk07py-container\",nodeId:\"ekVHNfIpN\",scopeId:\"x5kUNRW4x\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BLZzGl4py:{variant:\"jgcIj3yeJ\"},GW0Rp6lK_:{variant:\"RwHz8OIUw\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"ekVHNfIpN\",layoutId:\"ekVHNfIpN\",style:{width:\"100%\"},variant:\"c0B1YivIL\",width:\"100%\"})})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-qlrlw.framer-zylou3, .framer-qlrlw .framer-zylou3 { display: block; }\",\".framer-qlrlw.framer-14pu16u { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-qlrlw .framer-1furymx-container { flex: none; height: auto; position: sticky; top: 0px; width: 100%; z-index: 10; }\",\".framer-qlrlw .framer-hgc68i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 50px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1xldlce { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: 20px; justify-content: center; max-width: 1180px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-19vzgcf, .framer-qlrlw .framer-1g1auq0, .framer-qlrlw .framer-1vuq6sx, .framer-qlrlw .framer-1tykzyw, .framer-qlrlw .framer-1209vds, .framer-qlrlw .framer-1mmwtgo, .framer-qlrlw .framer-v7y282, .framer-qlrlw .framer-khd2by, .framer-qlrlw .framer-aidfg0, .framer-qlrlw .framer-9v6e8y, .framer-qlrlw .framer-r561zi, .framer-qlrlw .framer-fu3mhi, .framer-qlrlw .framer-3exefh, .framer-qlrlw .framer-17d63ov, .framer-qlrlw .framer-35hvby, .framer-qlrlw .framer-hzhwll { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qlrlw .framer-19c329p-container, .framer-qlrlw .framer-1yy13fr-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-qlrlw .framer-1mmjepq { flex: 1 0 0px; height: 20px; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-1ubmcih { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-9acccp { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; max-width: 1180px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-qlrlw .framer-cxg1ju { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 50px; height: 460px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1o77zkb { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 100%; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qlrlw .framer-a0kx9k { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 1px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-15upxfq { display: grid; flex: none; gap: 10px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1z028fg, .framer-qlrlw .framer-hq24ot, .framer-qlrlw .framer-143m9vk, .framer-qlrlw .framer-1wmmn7d { align-content: center; align-items: center; align-self: start; background-color: var(--token-9e240340-d33c-4bfb-8c8a-1bd8a5350722, #e5f2ff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-1no6e1f { flex: 1 0 0px; height: 1px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-1faztrt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-3nwfsw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qlrlw .framer-13e2sg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-qlrlw .framer-1at0t4d { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; display: grid; flex: none; gap: 10px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(200px, 1fr)); grid-template-rows: repeat(2, minmax(0, 1fr)); height: 28px; justify-content: center; padding: 0px; position: relative; width: 28px; }\",\".framer-qlrlw .framer-j8ljym, .framer-qlrlw .framer-zov24i { background-color: var(--token-4be19b9a-72ac-4a30-a3e9-899d88497887, #d6d6db); flex: none; height: 20px; overflow: hidden; position: relative; width: 1px; }\",\".framer-qlrlw .framer-s4zw5i { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-qlrlw .framer-12uvspi { flex: none; height: 20px; position: relative; white-space: pre; width: auto; }\",\".framer-qlrlw .framer-1nvd9aw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-qlrlw .framer-9bwm02-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 23px); position: relative; width: 20px; }\",\".framer-qlrlw .framer-vn78qt-container { flex: none; height: auto; position: relative; width: 54px; }\",\".framer-qlrlw .framer-kzzsts { --border-bottom-width: 2px; --border-color: var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: 6px 6px 0px 0px var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 460px; justify-content: center; padding: 0px; position: relative; width: 55%; }\",\".framer-qlrlw .framer-l46pev { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-15b86og { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 750px; }\",\".framer-qlrlw .framer-1h89xbj { --border-bottom-width: 1px; --border-color: var(--token-4be19b9a-72ac-4a30-a3e9-899d88497887, #d6d6db); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qlrlw .framer-8i6sgt { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-qlrlw .framer-12wqyl3-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-qlrlw .framer-yottnm { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 750px; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-neg3xm { align-content: flex-end; align-items: flex-end; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: 90vh; justify-content: flex-start; max-height: 90vh; overflow: visible; padding: 0px; position: sticky; top: 100px; width: 1px; z-index: 1; }\",\".framer-qlrlw .framer-q8dvs4 { --border-bottom-width: 1px; --border-color: var(--token-4be19b9a-72ac-4a30-a3e9-899d88497887, #d6d6db); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 292px; }\",\".framer-qlrlw .framer-i0b2jl-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-qlrlw .framer-1vz67pa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qlrlw .framer-5admdx { --border-bottom-width: 1px; --border-color: var(--token-4be19b9a-72ac-4a30-a3e9-899d88497887, #d6d6db); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 292px; }\",\".framer-qlrlw .framer-e0vhp9 { align-content: center; align-items: center; border-top-left-radius: 18px; border-top-right-radius: 18px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 170px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 292px; }\",\".framer-qlrlw .framer-1fxjt2u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-yhtpua, .framer-qlrlw .framer-1rimjs7, .framer-qlrlw .framer-1i5jcnk { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-1f921wg-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1hfe0av-container { bottom: 40px; flex: none; height: 40px; left: -20px; position: absolute; width: 40px; z-index: 1; }\",\".framer-qlrlw .framer-14r4u1y { align-content: center; align-items: center; background-color: var(--token-f80f0526-31ca-4d77-90d7-001384ef9b2c, #f0f0f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 0px 100px 0px; position: relative; width: 100%; z-index: 0; }\",\".framer-qlrlw .framer-1cstnyy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; max-width: 1180px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1304mdr { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 1180px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-13nzj0m { display: grid; flex: none; gap: 30px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); height: min-content; justify-content: start; max-width: 1180px; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1szi1j1 { --border-bottom-width: 2px; --border-color: var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; align-self: start; background-color: var(--token-f0e3c246-a55e-4539-9a47-740eebabf3e5, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 16px; height: 482px; justify-content: flex-start; justify-self: start; min-height: 482px; padding: 16px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-e5qzlj { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 225px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-52oexa { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 1px; justify-content: flex-start; padding: 0px 0px 10px 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-17jg2xg { display: grid; flex: none; gap: 8px; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-plsp81, .framer-qlrlw .framer-o9cbxi, .framer-qlrlw .framer-17u0md8 { align-content: center; align-items: center; align-self: start; background-color: var(--token-9e240340-d33c-4bfb-8c8a-1bd8a5350722, #e5f2ff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qlrlw .framer-pmpjat { align-content: center; align-items: center; align-self: start; background-color: var(--token-9e240340-d33c-4bfb-8c8a-1bd8a5350722, #e5f2ff); border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; justify-self: start; overflow: hidden; padding: 5px 8px 5px 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qlrlw .framer-n6rbs7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-bykv54 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-qlrlw .framer-1i95nwx { border-bottom-left-radius: 28px; border-bottom-right-radius: 28px; border-top-left-radius: 28px; border-top-right-radius: 28px; flex: none; height: 28px; position: relative; width: 28px; }\",\".framer-qlrlw .framer-rwq30o { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-e9m47z { align-content: center; align-items: center; background-color: var(--token-f80f0526-31ca-4d77-90d7-001384ef9b2c, #f0f0f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 100px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-qlrlw .framer-w6p6qd { --border-bottom-width: 2px; --border-color: var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-f8f38483-2b53-418f-ac5f-4d17a9539910, #598fff); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: 6px 6px 0px 0px var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1180px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-qlrlw .framer-4191s8 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 80px; position: relative; width: 1px; z-index: 2; }\",\".framer-qlrlw .framer-1ooqmid { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1ocowo0, .framer-qlrlw .framer-1eqcte5 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-15bef7m { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 800px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-1vwr2zt { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-1x42l3c { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-qlrlw .framer-luk14w { align-content: center; align-items: center; background-color: var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 40px; justify-content: center; overflow: visible; padding: 0px 30px 0px 30px; position: relative; text-decoration: none; width: 428px; }\",\".framer-qlrlw .framer-gdbob2 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-qlrlw .framer-1lxqf2j { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 45%; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-nzu9nm { --border-bottom-width: 2px; --border-color: var(--token-d85f417f-597d-4398-8003-b6e1decfa844, #000000); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; flex: none; height: 480px; left: calc(50.08474576271189% - 100% / 2); mix-blend-mode: screen; opacity: 0.32; overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 1; }\",\".framer-qlrlw .framer-1x6nft2 { aspect-ratio: 1 / 1; bottom: 9px; flex: none; height: var(--framer-aspect-ratio-supported, 155px); position: absolute; right: 0px; width: 155px; z-index: 1; }\",\".framer-qlrlw .framer-8ojhmm { align-content: center; align-items: center; background-color: var(--token-f80f0526-31ca-4d77-90d7-001384ef9b2c, #f0f0f5); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-txju6g { align-content: center; align-items: center; background-color: var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, #ffa500); border-top-left-radius: 50px; border-top-right-radius: 50px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 70px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-qlrlw .framer-n9xcwz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: center; overflow: visible; padding: 100px 30px 0px 30px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-2pfllf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-qlrlw .framer-1od4no1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-qlrlw .framer-m2cebr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-qlrlw .framer-1l0gn9y-container, .framer-qlrlw .framer-19ia7wb-container { flex: none; height: 40px; position: relative; width: auto; }\",\".framer-qlrlw .framer-lnsx1g { flex: none; height: 276px; overflow: visible; position: relative; width: 1180px; z-index: 1; }\",\".framer-qlrlw .framer-1sgetwh { flex: none; height: 121px; left: calc(8.64406779661019% - 185px / 2); overflow: visible; position: absolute; top: calc(28.985507246376834% - 121px / 2); width: 185px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-3v12by { flex: none; height: 163px; left: calc(20.677966101694935% - 197px / 2); overflow: visible; position: absolute; top: calc(61.231884057971044% - 163px / 2); width: 197px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-1tszlq3 { aspect-ratio: 1.5794871794871794 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 235px); left: 47%; overflow: hidden; position: absolute; top: 55%; transform: translate(-50%, -50%); width: 371px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-1c3rv2p-container { bottom: 0px; flex: none; height: 100%; left: 0px; position: absolute; width: 100%; }\",\".framer-qlrlw .framer-8ohto9 { flex: none; height: 182px; left: calc(69.15254237288137% - 233px / 2); overflow: visible; position: absolute; top: calc(32.971014492753646% - 182px / 2); width: 233px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-10chdfz { flex: none; height: 142px; left: calc(83.135593220339% - 178px / 2); overflow: visible; position: absolute; top: calc(63.4057971014493% - 142px / 2); width: 178px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-55794z { flex: none; height: 139px; left: calc(92.2033898305085% - 90px / 2); overflow: visible; position: absolute; top: calc(49.63768115942031% - 139px / 2); width: 90px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-1svx6d { flex: none; height: 63px; left: 965px; overflow: hidden; position: absolute; top: 18px; width: 62px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-qlrlw .framer-sndm79 { flex: none; height: 63px; left: calc(50.00000000000002% - 62px / 2); position: absolute; top: calc(49.20634920634922% - 63px / 2); width: 62px; }\",\".framer-qlrlw .framer-lhgu0v { flex: none; height: 121px; left: calc(67.11864406779662% - 162px / 2); position: absolute; top: calc(68.84057971014495% - 121px / 2); width: 162px; }\",\".framer-qlrlw .framer-cutinj { flex: none; height: 120px; left: calc(6.440677966101717% - 153px / 2); position: absolute; top: calc(68.84057971014495% - 120px / 2); width: 153px; }\",\".framer-qlrlw .framer-1t3v60b { flex: none; height: 47px; left: calc(87.37288135593224% - 44px / 2); position: absolute; top: calc(7.608695652173935% - 47px / 2); width: 44px; }\",\".framer-qlrlw .framer-17lxh92 { flex: none; height: 31px; left: calc(29.237288135593243% - 29px / 2); position: absolute; top: calc(18.84057971014495% - 31px / 2); width: 29px; }\",\".framer-qlrlw .framer-1ospw7c { flex: none; height: 139px; left: calc(81.42857142857144% - 90px / 2); overflow: visible; position: absolute; top: calc(60.32258064516132% - 139px / 2); width: 90px; }\",\".framer-qlrlw .framer-1p22xyi { border-bottom-left-radius: 50px; border-bottom-right-radius: 50px; border-top-left-radius: 50px; border-top-right-radius: 50px; flex: none; height: 132%; left: calc(50.00000000000002% - 100% / 2); mix-blend-mode: screen; opacity: 0.32; overflow: hidden; position: absolute; top: calc(56.214459788789625% - 131.76279447603574% / 2); width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-qlrlw .framer-18y8ifb { align-content: center; align-items: center; background-color: var(--token-7145f74e-2b7b-4176-b231-6d3d8d7b5f61, #ffa500); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-qlrlw .framer-gk07py-container { flex: none; height: auto; position: relative; width: 100%; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qlrlw.framer-14pu16u, .framer-qlrlw .framer-hgc68i, .framer-qlrlw .framer-1xldlce, .framer-qlrlw .framer-1ubmcih, .framer-qlrlw .framer-9acccp, .framer-qlrlw .framer-cxg1ju, .framer-qlrlw .framer-1o77zkb, .framer-qlrlw .framer-a0kx9k, .framer-qlrlw .framer-1z028fg, .framer-qlrlw .framer-hq24ot, .framer-qlrlw .framer-143m9vk, .framer-qlrlw .framer-1wmmn7d, .framer-qlrlw .framer-1faztrt, .framer-qlrlw .framer-3nwfsw, .framer-qlrlw .framer-13e2sg, .framer-qlrlw .framer-s4zw5i, .framer-qlrlw .framer-1nvd9aw, .framer-qlrlw .framer-kzzsts, .framer-qlrlw .framer-l46pev, .framer-qlrlw .framer-15b86og, .framer-qlrlw .framer-1h89xbj, .framer-qlrlw .framer-neg3xm, .framer-qlrlw .framer-q8dvs4, .framer-qlrlw .framer-1vz67pa, .framer-qlrlw .framer-5admdx, .framer-qlrlw .framer-e0vhp9, .framer-qlrlw .framer-1fxjt2u, .framer-qlrlw .framer-14r4u1y, .framer-qlrlw .framer-1cstnyy, .framer-qlrlw .framer-1szi1j1, .framer-qlrlw .framer-52oexa, .framer-qlrlw .framer-plsp81, .framer-qlrlw .framer-pmpjat, .framer-qlrlw .framer-o9cbxi, .framer-qlrlw .framer-17u0md8, .framer-qlrlw .framer-n6rbs7, .framer-qlrlw .framer-bykv54, .framer-qlrlw .framer-e9m47z, .framer-qlrlw .framer-w6p6qd, .framer-qlrlw .framer-4191s8, .framer-qlrlw .framer-1ooqmid, .framer-qlrlw .framer-1vwr2zt, .framer-qlrlw .framer-1x42l3c, .framer-qlrlw .framer-luk14w, .framer-qlrlw .framer-8ojhmm, .framer-qlrlw .framer-txju6g, .framer-qlrlw .framer-n9xcwz, .framer-qlrlw .framer-2pfllf, .framer-qlrlw .framer-m2cebr, .framer-qlrlw .framer-18y8ifb { gap: 0px; } .framer-qlrlw.framer-14pu16u > *, .framer-qlrlw .framer-5admdx > *, .framer-qlrlw .framer-pmpjat > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qlrlw.framer-14pu16u > :first-child, .framer-qlrlw .framer-hgc68i > :first-child, .framer-qlrlw .framer-9acccp > :first-child, .framer-qlrlw .framer-1o77zkb > :first-child, .framer-qlrlw .framer-a0kx9k > :first-child, .framer-qlrlw .framer-15b86og > :first-child, .framer-qlrlw .framer-1h89xbj > :first-child, .framer-qlrlw .framer-neg3xm > :first-child, .framer-qlrlw .framer-q8dvs4 > :first-child, .framer-qlrlw .framer-5admdx > :first-child, .framer-qlrlw .framer-1fxjt2u > :first-child, .framer-qlrlw .framer-14r4u1y > :first-child, .framer-qlrlw .framer-1cstnyy > :first-child, .framer-qlrlw .framer-1szi1j1 > :first-child, .framer-qlrlw .framer-52oexa > :first-child, .framer-qlrlw .framer-pmpjat > :first-child, .framer-qlrlw .framer-e9m47z > :first-child, .framer-qlrlw .framer-4191s8 > :first-child, .framer-qlrlw .framer-1ooqmid > :first-child, .framer-qlrlw .framer-1x42l3c > :first-child, .framer-qlrlw .framer-8ojhmm > :first-child, .framer-qlrlw .framer-txju6g > :first-child, .framer-qlrlw .framer-n9xcwz > :first-child, .framer-qlrlw .framer-2pfllf > :first-child, .framer-qlrlw .framer-18y8ifb > :first-child { margin-top: 0px; } .framer-qlrlw.framer-14pu16u > :last-child, .framer-qlrlw .framer-hgc68i > :last-child, .framer-qlrlw .framer-9acccp > :last-child, .framer-qlrlw .framer-1o77zkb > :last-child, .framer-qlrlw .framer-a0kx9k > :last-child, .framer-qlrlw .framer-15b86og > :last-child, .framer-qlrlw .framer-1h89xbj > :last-child, .framer-qlrlw .framer-neg3xm > :last-child, .framer-qlrlw .framer-q8dvs4 > :last-child, .framer-qlrlw .framer-5admdx > :last-child, .framer-qlrlw .framer-1fxjt2u > :last-child, .framer-qlrlw .framer-14r4u1y > :last-child, .framer-qlrlw .framer-1cstnyy > :last-child, .framer-qlrlw .framer-1szi1j1 > :last-child, .framer-qlrlw .framer-52oexa > :last-child, .framer-qlrlw .framer-pmpjat > :last-child, .framer-qlrlw .framer-e9m47z > :last-child, .framer-qlrlw .framer-4191s8 > :last-child, .framer-qlrlw .framer-1ooqmid > :last-child, .framer-qlrlw .framer-1x42l3c > :last-child, .framer-qlrlw .framer-8ojhmm > :last-child, .framer-qlrlw .framer-txju6g > :last-child, .framer-qlrlw .framer-n9xcwz > :last-child, .framer-qlrlw .framer-2pfllf > :last-child, .framer-qlrlw .framer-18y8ifb > :last-child { margin-bottom: 0px; } .framer-qlrlw .framer-hgc68i > *, .framer-qlrlw .framer-1h89xbj > *, .framer-qlrlw .framer-1cstnyy > *, .framer-qlrlw .framer-1x42l3c > *, .framer-qlrlw .framer-8ojhmm > *, .framer-qlrlw .framer-2pfllf > *, .framer-qlrlw .framer-18y8ifb > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qlrlw .framer-1xldlce > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-qlrlw .framer-1xldlce > :first-child, .framer-qlrlw .framer-1ubmcih > :first-child, .framer-qlrlw .framer-cxg1ju > :first-child, .framer-qlrlw .framer-1z028fg > :first-child, .framer-qlrlw .framer-hq24ot > :first-child, .framer-qlrlw .framer-143m9vk > :first-child, .framer-qlrlw .framer-1wmmn7d > :first-child, .framer-qlrlw .framer-1faztrt > :first-child, .framer-qlrlw .framer-3nwfsw > :first-child, .framer-qlrlw .framer-13e2sg > :first-child, .framer-qlrlw .framer-s4zw5i > :first-child, .framer-qlrlw .framer-1nvd9aw > :first-child, .framer-qlrlw .framer-kzzsts > :first-child, .framer-qlrlw .framer-l46pev > :first-child, .framer-qlrlw .framer-1vz67pa > :first-child, .framer-qlrlw .framer-e0vhp9 > :first-child, .framer-qlrlw .framer-plsp81 > :first-child, .framer-qlrlw .framer-o9cbxi > :first-child, .framer-qlrlw .framer-17u0md8 > :first-child, .framer-qlrlw .framer-n6rbs7 > :first-child, .framer-qlrlw .framer-bykv54 > :first-child, .framer-qlrlw .framer-w6p6qd > :first-child, .framer-qlrlw .framer-1vwr2zt > :first-child, .framer-qlrlw .framer-luk14w > :first-child, .framer-qlrlw .framer-m2cebr > :first-child { margin-left: 0px; } .framer-qlrlw .framer-1xldlce > :last-child, .framer-qlrlw .framer-1ubmcih > :last-child, .framer-qlrlw .framer-cxg1ju > :last-child, .framer-qlrlw .framer-1z028fg > :last-child, .framer-qlrlw .framer-hq24ot > :last-child, .framer-qlrlw .framer-143m9vk > :last-child, .framer-qlrlw .framer-1wmmn7d > :last-child, .framer-qlrlw .framer-1faztrt > :last-child, .framer-qlrlw .framer-3nwfsw > :last-child, .framer-qlrlw .framer-13e2sg > :last-child, .framer-qlrlw .framer-s4zw5i > :last-child, .framer-qlrlw .framer-1nvd9aw > :last-child, .framer-qlrlw .framer-kzzsts > :last-child, .framer-qlrlw .framer-l46pev > :last-child, .framer-qlrlw .framer-1vz67pa > :last-child, .framer-qlrlw .framer-e0vhp9 > :last-child, .framer-qlrlw .framer-plsp81 > :last-child, .framer-qlrlw .framer-o9cbxi > :last-child, .framer-qlrlw .framer-17u0md8 > :last-child, .framer-qlrlw .framer-n6rbs7 > :last-child, .framer-qlrlw .framer-bykv54 > :last-child, .framer-qlrlw .framer-w6p6qd > :last-child, .framer-qlrlw .framer-1vwr2zt > :last-child, .framer-qlrlw .framer-luk14w > :last-child, .framer-qlrlw .framer-m2cebr > :last-child { margin-right: 0px; } .framer-qlrlw .framer-1ubmcih > *, .framer-qlrlw .framer-1faztrt > *, .framer-qlrlw .framer-13e2sg > *, .framer-qlrlw .framer-1nvd9aw > *, .framer-qlrlw .framer-kzzsts > *, .framer-qlrlw .framer-1vz67pa > *, .framer-qlrlw .framer-1vwr2zt > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-qlrlw .framer-9acccp > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-qlrlw .framer-cxg1ju > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-qlrlw .framer-1o77zkb > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-qlrlw .framer-a0kx9k > *, .framer-qlrlw .framer-1ooqmid > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-qlrlw .framer-1z028fg > *, .framer-qlrlw .framer-hq24ot > *, .framer-qlrlw .framer-143m9vk > *, .framer-qlrlw .framer-1wmmn7d > *, .framer-qlrlw .framer-e0vhp9 > *, .framer-qlrlw .framer-plsp81 > *, .framer-qlrlw .framer-o9cbxi > *, .framer-qlrlw .framer-17u0md8 > *, .framer-qlrlw .framer-luk14w > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-qlrlw .framer-3nwfsw > *, .framer-qlrlw .framer-s4zw5i > *, .framer-qlrlw .framer-n6rbs7 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-qlrlw .framer-l46pev > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-qlrlw .framer-15b86og > *, .framer-qlrlw .framer-14r4u1y > *, .framer-qlrlw .framer-4191s8 > *, .framer-qlrlw .framer-n9xcwz > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-qlrlw .framer-neg3xm > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qlrlw .framer-q8dvs4 > *, .framer-qlrlw .framer-1fxjt2u > *, .framer-qlrlw .framer-e9m47z > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qlrlw .framer-1szi1j1 > *, .framer-qlrlw .framer-52oexa > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qlrlw .framer-bykv54 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-qlrlw .framer-w6p6qd > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-qlrlw .framer-txju6g > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-qlrlw .framer-m2cebr > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,...sharedStyle13.css,...sharedStyle14.css,...sharedStyle15.css,'.framer-qlrlw[data-border=\"true\"]::after, .framer-qlrlw [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-qlrlw.framer-14pu16u { width: 810px; } .framer-qlrlw .framer-hgc68i { justify-content: flex-start; padding: 50px 40px 50px 40px; } .framer-qlrlw .framer-1xldlce { align-content: flex-start; align-items: flex-start; justify-content: flex-start; } .framer-qlrlw .framer-1ubmcih { padding: 0px 40px 100px 40px; } .framer-qlrlw .framer-9acccp { max-width: unset; } .framer-qlrlw .framer-3nwfsw { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; } .framer-qlrlw .framer-s4zw5i { justify-content: flex-start; width: 100%; } .framer-qlrlw .framer-9bwm02-container { height: var(--framer-aspect-ratio-supported, 20px); } .framer-qlrlw .framer-kzzsts, .framer-qlrlw .framer-15b86og, .framer-qlrlw .framer-5admdx { flex: 1 0 0px; width: 1px; } .framer-qlrlw .framer-l46pev { gap: 50px; } .framer-qlrlw .framer-yottnm, .framer-qlrlw .framer-e0vhp9, .framer-qlrlw .framer-lnsx1g { width: 100%; } .framer-qlrlw .framer-neg3xm { flex: none; width: min-content; } .framer-qlrlw .framer-q8dvs4 { padding: 20px; width: min-content; } .framer-qlrlw .framer-1vz67pa { width: 270px; } .framer-qlrlw .framer-1fxjt2u { padding: 20px; width: 280px; } .framer-qlrlw .framer-1hfe0av-container { left: -60px; } .framer-qlrlw .framer-1cstnyy { padding: 0px 40px 0px 40px; } .framer-qlrlw .framer-13nzj0m { gap: 28px; grid-template-columns: repeat(2, minmax(200px, 1fr)); padding: 0px 40px 0px 40px; } .framer-qlrlw .framer-1szi1j1 { height: min-content; } .framer-qlrlw .framer-w6p6qd { flex-direction: column; gap: 0px; width: 91%; } .framer-qlrlw .framer-4191s8 { flex: none; order: 0; width: 100%; } .framer-qlrlw .framer-15bef7m { max-width: 600px; } .framer-qlrlw .framer-1lxqf2j { max-width: 600px; width: 30%; } .framer-qlrlw .framer-nzu9nm { height: 100%; order: 1; } .framer-qlrlw .framer-1x6nft2 { bottom: 1px; height: var(--framer-aspect-ratio-supported, 93px); order: 2; right: 3px; width: 93px; } .framer-qlrlw .framer-1sgetwh { left: calc(10.123456790123479% - 185px / 2); top: calc(32.608695652173935% - 121px / 2); } .framer-qlrlw .framer-3v12by { height: 139px; left: calc(24.567901234567923% - 167px / 2); top: calc(61.95652173913045% - 139px / 2); width: 167px; } .framer-qlrlw .framer-1tszlq3 { height: var(--framer-aspect-ratio-supported, 158px); left: 49%; width: 250px; } .framer-qlrlw .framer-8ohto9 { left: calc(76.04938271604941% - 233px / 2); } .framer-qlrlw .framer-10chdfz { height: 120px; left: calc(93.45679012345681% - 151px / 2); top: calc(62.31884057971017% - 120px / 2); width: 151px; } .framer-qlrlw .framer-55794z { height: 118px; left: calc(96.66666666666669% - 77px / 2); top: calc(39.13043478260872% - 118px / 2); width: 77px; } .framer-qlrlw .framer-lhgu0v { left: calc(73.08641975308645% - 162px / 2); } .framer-qlrlw .framer-cutinj { height: 107px; left: calc(5.925925925925949% - 136px / 2); top: calc(73.55072463768118% - 107px / 2); width: 136px; } .framer-qlrlw .framer-1t3v60b { left: calc(94.69135802469138% - 44px / 2); } .framer-qlrlw .framer-17lxh92 { left: calc(26.543209876543234% - 29px / 2); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qlrlw .framer-3nwfsw, .framer-qlrlw .framer-l46pev, .framer-qlrlw .framer-13nzj0m, .framer-qlrlw .framer-w6p6qd { gap: 0px; } .framer-qlrlw .framer-3nwfsw > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qlrlw .framer-3nwfsw > :first-child, .framer-qlrlw .framer-w6p6qd > :first-child { margin-top: 0px; } .framer-qlrlw .framer-3nwfsw > :last-child, .framer-qlrlw .framer-w6p6qd > :last-child { margin-bottom: 0px; } .framer-qlrlw .framer-l46pev > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-qlrlw .framer-l46pev > :first-child { margin-left: 0px; } .framer-qlrlw .framer-l46pev > :last-child { margin-right: 0px; } .framer-qlrlw .framer-13nzj0m > *, .framer-qlrlw .framer-13nzj0m > :first-child, .framer-qlrlw .framer-13nzj0m > :last-child { margin: 0px; } .framer-qlrlw .framer-w6p6qd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }}\",\"@media (max-width: 809px) { .framer-qlrlw.framer-14pu16u { width: 390px; } .framer-qlrlw .framer-hgc68i { justify-content: flex-start; padding: 30px 20px 20px 20px; } .framer-qlrlw .framer-1xldlce { align-content: unset; align-items: unset; display: grid; grid-auto-rows: min-content; grid-template-columns: repeat(2, minmax(50px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; } .framer-qlrlw .framer-19vzgcf { align-self: start; justify-self: start; width: fit-content; } .framer-qlrlw .framer-1ubmcih, .framer-qlrlw .framer-e9m47z { padding: 0px 20px 80px 20px; } .framer-qlrlw .framer-9acccp { gap: 80px; } .framer-qlrlw .framer-cxg1ju { flex-direction: column; gap: 30px; height: min-content; } .framer-qlrlw .framer-1o77zkb { flex: none; gap: 16px; height: min-content; order: 0; width: 100%; } .framer-qlrlw .framer-a0kx9k { flex: none; gap: 16px; height: min-content; } .framer-qlrlw .framer-1no6e1f { flex: none; height: auto; } .framer-qlrlw .framer-3nwfsw { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-qlrlw .framer-s4zw5i { justify-content: flex-start; width: 100%; } .framer-qlrlw .framer-9bwm02-container { height: var(--framer-aspect-ratio-supported, 20px); } .framer-qlrlw .framer-kzzsts { height: 250px; order: 1; width: 100%; } .framer-qlrlw .framer-l46pev, .framer-qlrlw .framer-1vwr2zt { flex-direction: column; } .framer-qlrlw .framer-15b86og, .framer-qlrlw .framer-yottnm, .framer-qlrlw .framer-1lxqf2j { width: 100%; } .framer-qlrlw .framer-neg3xm { align-content: flex-start; align-items: flex-start; flex: none; gap: 50px; height: min-content; width: 100%; } .framer-qlrlw .framer-q8dvs4 { padding: 16px; width: min-content; } .framer-qlrlw .framer-5admdx { flex: 1 0 0px; gap: 30px; width: 1px; } .framer-qlrlw .framer-e0vhp9 { height: 250px; order: 0; width: 100%; } .framer-qlrlw .framer-1fxjt2u { order: 1; padding: 0px 16px 16px 16px; } .framer-qlrlw .framer-14r4u1y { padding: 80px 0px 80px 0px; } .framer-qlrlw .framer-1cstnyy { padding: 0px 20px 0px 20px; } .framer-qlrlw .framer-13nzj0m { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; max-width: 1000px; padding: 0px 20px 0px 20px; } .framer-qlrlw .framer-1szi1j1 { align-self: unset; gap: 30px; height: min-content; min-height: unset; } .framer-qlrlw .framer-52oexa { flex: none; height: min-content; } .framer-qlrlw .framer-w6p6qd { flex-direction: column; gap: 0px; width: 100%; } .framer-qlrlw .framer-4191s8 { flex: none; padding: 20px; width: 100%; } .framer-qlrlw .framer-1x42l3c { flex: none; width: 100%; } .framer-qlrlw .framer-n9xcwz { padding: 100px 20px 0px 20px; } .framer-qlrlw .framer-m2cebr { flex-direction: column; width: 100%; } .framer-qlrlw .framer-1l0gn9y-container { order: 1; width: 100%; } .framer-qlrlw .framer-19ia7wb-container { order: 0; width: 100%; } .framer-qlrlw .framer-lnsx1g { height: 310px; width: 100%; } .framer-qlrlw .framer-8ohto9 { height: 216px; left: calc(44.285714285714306% - 280px / 2); top: calc(41.935483870967765% - 216px / 2); width: 280px; will-change: unset; } .framer-qlrlw .framer-lhgu0v { left: calc(38.5714285714286% - 162px / 2); top: calc(77.4193548387097% - 121px / 2); } .framer-qlrlw .framer-17lxh92 { left: calc(90.00000000000003% - 29px / 2); top: calc(7.096774193548409% - 31px / 2); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-qlrlw .framer-1xldlce, .framer-qlrlw .framer-9acccp, .framer-qlrlw .framer-cxg1ju, .framer-qlrlw .framer-1o77zkb, .framer-qlrlw .framer-a0kx9k, .framer-qlrlw .framer-3nwfsw, .framer-qlrlw .framer-l46pev, .framer-qlrlw .framer-neg3xm, .framer-qlrlw .framer-5admdx, .framer-qlrlw .framer-13nzj0m, .framer-qlrlw .framer-1szi1j1, .framer-qlrlw .framer-w6p6qd, .framer-qlrlw .framer-1vwr2zt, .framer-qlrlw .framer-m2cebr { gap: 0px; } .framer-qlrlw .framer-1xldlce > *, .framer-qlrlw .framer-1xldlce > :first-child, .framer-qlrlw .framer-1xldlce > :last-child { margin: 0px; } .framer-qlrlw .framer-9acccp > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-qlrlw .framer-9acccp > :first-child, .framer-qlrlw .framer-cxg1ju > :first-child, .framer-qlrlw .framer-1o77zkb > :first-child, .framer-qlrlw .framer-a0kx9k > :first-child, .framer-qlrlw .framer-3nwfsw > :first-child, .framer-qlrlw .framer-l46pev > :first-child, .framer-qlrlw .framer-neg3xm > :first-child, .framer-qlrlw .framer-5admdx > :first-child, .framer-qlrlw .framer-13nzj0m > :first-child, .framer-qlrlw .framer-1szi1j1 > :first-child, .framer-qlrlw .framer-w6p6qd > :first-child, .framer-qlrlw .framer-1vwr2zt > :first-child, .framer-qlrlw .framer-m2cebr > :first-child { margin-top: 0px; } .framer-qlrlw .framer-9acccp > :last-child, .framer-qlrlw .framer-cxg1ju > :last-child, .framer-qlrlw .framer-1o77zkb > :last-child, .framer-qlrlw .framer-a0kx9k > :last-child, .framer-qlrlw .framer-3nwfsw > :last-child, .framer-qlrlw .framer-l46pev > :last-child, .framer-qlrlw .framer-neg3xm > :last-child, .framer-qlrlw .framer-5admdx > :last-child, .framer-qlrlw .framer-13nzj0m > :last-child, .framer-qlrlw .framer-1szi1j1 > :last-child, .framer-qlrlw .framer-w6p6qd > :last-child, .framer-qlrlw .framer-1vwr2zt > :last-child, .framer-qlrlw .framer-m2cebr > :last-child { margin-bottom: 0px; } .framer-qlrlw .framer-cxg1ju > *, .framer-qlrlw .framer-5admdx > *, .framer-qlrlw .framer-13nzj0m > *, .framer-qlrlw .framer-1szi1j1 > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-qlrlw .framer-1o77zkb > *, .framer-qlrlw .framer-a0kx9k > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-qlrlw .framer-3nwfsw > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-qlrlw .framer-l46pev > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-qlrlw .framer-neg3xm > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-qlrlw .framer-w6p6qd > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-qlrlw .framer-1vwr2zt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-qlrlw .framer-m2cebr > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }}\",\"@media (min-width: 1200px) and (max-width: 1439px) { .framer-qlrlw.framer-14pu16u { width: 1200px; } .framer-qlrlw .framer-hgc68i { padding: 50px 40px 50px 40px; } .framer-qlrlw .framer-1ubmcih { padding: 0px 40px 100px 40px; } .framer-qlrlw .framer-1hfe0av-container { left: -40px; } .framer-qlrlw .framer-1cstnyy, .framer-qlrlw .framer-13nzj0m { padding: 0px 40px 0px 40px; } .framer-qlrlw .framer-w6p6qd { width: 1100px; } .framer-qlrlw .framer-1sgetwh { left: 30px; } .framer-qlrlw .framer-3v12by { left: 166px; } .framer-qlrlw .framer-8ohto9 { left: 690px; } .framer-qlrlw .framer-10chdfz { left: 882px; } .framer-qlrlw .framer-55794z { left: 1033px; } .framer-qlrlw .framer-sndm79 { left: calc(33.8709677419355% - 62px / 2); } .framer-qlrlw .framer-cutinj { left: 20px; } .framer-qlrlw .framer-1t3v60b { left: calc(86.52542372881358% - 44px / 2); } .framer-qlrlw .framer-17lxh92 { left: 351px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8792\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"GW0Rp6lK_\":{\"layout\":[\"fixed\",\"auto\"]},\"BLZzGl4py\":{\"layout\":[\"fixed\",\"auto\"]},\"EBJL4Kg0s\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"RVrVhBMCd\":{\"pattern\":\":RVrVhBMCd\",\"name\":\"get-started\"}}\n * @framerResponsiveScreen\n */const Framerx5kUNRW4x=withCSS(Component,css,\"framer-qlrlw\");export default Framerx5kUNRW4x;Framerx5kUNRW4x.displayName=\"Handwerker Blog\";Framerx5kUNRW4x.defaultProps={height:8792,width:1440};addFonts(Framerx5kUNRW4x,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"}]},...NavigationNewFonts,...FeatherFonts,...MaterialFonts,...ArticleReadTimeFonts,...TableOfContentFonts,...LiteWidgetFonts,...ButtonSideBannerFonts,...ScrollToTopButtonFonts,...ButtonPrimaryFonts,...VideoFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts),...getFontsFromSharedStyle(sharedStyle13.fonts),...getFontsFromSharedStyle(sharedStyle14.fonts),...getFontsFromSharedStyle(sharedStyle15.fonts),...componentPresets.fonts?.[\"y7wqmVDb9\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"y7wqmVDb9\"]):[],...componentPresets.fonts?.[\"L8g4nq68k\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"L8g4nq68k\"]):[],...componentPresets.fonts?.[\"hZQQjJspK\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"hZQQjJspK\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerx5kUNRW4x\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GW0Rp6lK_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BLZzGl4py\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EBJL4Kg0s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerScrollSections\":\"{\\\"RVrVhBMCd\\\":{\\\"pattern\\\":\\\":RVrVhBMCd\\\",\\\"name\\\":\\\"get-started\\\"}}\",\"framerIntrinsicWidth\":\"1440\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"8792\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["borderPropertyControl", "hidden", "ControlType", "Border", "width", "widthIsMixed", "widthTop", "widthRight", "widthBottom", "widthLeft", "style", "color", "transition", "p", "motion", "EmptyState", "title", "subtitle", "maxWidth", "u", "scrollToTop", "window", "ScrollToTopButton", "props", "_props_custom", "_props_style", "_props_style1", "layer", "q", "p", "u", "Border", "addPropertyControls", "ControlType", "borderPropertyControl", "FbShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "facebookShareUrl", "XShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "xShareUrl", "LkShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "linkedinShareUrl", "PiShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "title", "PiShareUrl", "u", "WhShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "whShareUrl", "CopyShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "navigator", "EmailShareButton", "iconColor", "iconWidth", "backgroundColor", "borderRadius", "padding", "borderColor", "borderWidth", "borderStyle", "isHovered", "setIsHovered", "ye", "p", "url", "window", "emailShareUrl", "LiteWidget", "props", "iconproperties", "backgroundcolor", "radius", "padding", "borderproperties", "showX", "showFb", "showLk", "showPi", "showCp", "showEm", "showWh", "u", "p", "XShareButton", "FbShareButton", "LkShareButton", "PiShareButton", "WhShareButton", "EmailShareButton", "CopyShareButton", "addPropertyControls", "ControlType", "KJL1ehLNa_exports", "__export", "__FramerMetadata__", "KJL1ehLNa_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "kPzkDXWrL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "RichText2", "css", "FramerKJL1ehLNa", "withCSS", "KJL1ehLNa_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__", "enabledGestures", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "buttonLink", "buttonName", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "XdpoG2X4X", "pQXPNYQlu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "Link", "RichText2", "css", "FramerU0MFPRmJ3", "withCSS", "U0MFPRmJ3_default", "addPropertyControls", "ControlType", "addFonts", "createStore", "state1", "dataStore", "Data", "setDataStore", "newState", "storeState", "storeSetters", "setStoreState", "setter", "useStore", "state", "setState", "ye", "ue", "useObserveData", "HEADING_TO_DISPLAY", "SCROLL_MARGIN_TOP", "useStore", "createStore", "withTableOfContent", "Component", "props", "store", "activeSection", "setActiveSection", "ye", "scrollToId", "id", "element", "ue", "handleScroll", "sections", "heading", "scrollPosition", "window", "i", "p", "l", "a", "b", "type", "index", "withContent", "setStore", "newProps", "setNewProps", "formatTableOfContent", "newChildren", "item", "children", "formattedId", "formatHeading", "newItem", "u", "result", "formattedHeading", "NavigationNewFonts", "getFonts", "csMiXu1_a_default", "NavigationNewWithVariantAppearEffect", "withVariantAppearEffect", "FeatherFonts", "Icon", "MaterialFonts", "ArticleReadTimeFonts", "ArticleReadTime", "TableOfContentFonts", "KJL1ehLNa_default", "TableOfContentWithTableOfContent12wqyl3WithMappedReactProps5kmvsj", "withMappedReactProps", "withCodeBoundaryForOverrides", "withTableOfContent", "KJL1ehLNa_exports", "RichTextWithContentyottnm", "RichText2", "withContent", "LiteWidgetFonts", "LiteWidget", "ButtonSideBannerFonts", "U0MFPRmJ3_default", "ScrollToTopButtonFonts", "ScrollToTopButton", "ButtonPrimaryFonts", "fBfkqoxjL_default", "VideoFonts", "Video", "FooterFonts", "WNDp_rV0w_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "convertFromBoolean", "value", "activeLocale", "toString", "convertFromBoolean1", "convertFromBoolean2", "convertFromBoolean3", "transition1", "animation", "convertFromBoolean4", "convertFromBoolean5", "convertFromBoolean6", "toResponsiveImage", "toDateString", "options", "date", "display", "dateOptions", "fallbackLocale", "locale", "isSet", "transition2", "animation1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "animation2", "animation3", "transformTemplate1", "_", "t", "animation4", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "n8Yn0tcli_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ELSFTaLfq", "dtKQht3k5", "cMt9jil7n", "nyg8tMo7M", "PUyu76OFK", "PeSs2f8li", "I6CNFkU7U", "GlySxVeCc", "Z2gwirzqq", "uxqq6Jscw", "ugP3zbi4_", "Pf43aIFFj", "IHXXtY0MK", "RUYrJ8ZKf", "Zl_ZOUR_r", "DyoYQ50gvKZkgvmnEn", "uxqq6JscwKZkgvmnEn", "ELSFTaLfqKZkgvmnEn", "dtKQht3k5KZkgvmnEn", "cMt9jil7nKZkgvmnEn", "nyg8tMo7MKZkgvmnEn", "PUyu76OFKKZkgvmnEn", "PeSs2f8liKZkgvmnEn", "I6CNFkU7UKZkgvmnEn", "GlySxVeCcKZkgvmnEn", "idKZkgvmnEn", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "textContent", "textContent1", "textContent2", "textContent3", "isDisplayed2", "textContent4", "textContent5", "textContent6", "activeLocaleCode", "useLocaleCode", "textContent7", "visible", "router", "useRouter", "elementId", "useRouteElementId", "ref1", "isDisplayed3", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "x", "Link", "getLoadingLazyAtYPosition", "Image2", "ComponentPresetsProvider", "ResolveLinks", "resolvedLinks", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "textContent8", "textContent9", "textContent10", "textContent11", "textContent12", "PathVariablesContext", "FormContainer", "formState", "SVG", "css", "Framerx5kUNRW4x", "withCSS", "x5kUNRW4x_default", "addFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
