{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js", "ssg:https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js", "ssg:https://framerusercontent.com/modules/B5H3bzSpcoPgR2Ap7hV6/rHvtxZ6cZwEFvcRfNgIu/cm_eoT74z.js", "ssg:https://framerusercontent.com/modules/9As15yyinlje84SM4ZiZ/BDoxRU85J2wlH5FQ9avf/bM5teVKiF.js", "ssg:https://framerusercontent.com/modules/pVOUXLouBRiLUQkkWVzT/E8zLODTk7ckJdg6J30cb/HMMq2PA7f.js", "ssg:https://framerusercontent.com/modules/nSfCGq86sweEs2hvL0Sf/AlkLoVmwAYqvAYRw6Qc1/PclEIdEnX.js", "ssg:https://framerusercontent.com/modules/Lp5TsPrlOAOxloI4A8FS/elP8JRQDg4mrl898XCRQ/IukMfAQlK.js"],
  "sourcesContent": ["import{isBrowser}from\"framer-motion\";export const DEFAULT_DOMAIN=\"https://www.googletagmanager.com\";export const DEFAULT_SCRIPT_NAME=\"gtm.js\";/**\n * Function to get and set dataLayer\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n */const getDataLayerSnippet=(dataLayer,dataLayerName=\"dataLayer\")=>`window['${dataLayerName}']=window['${dataLayerName}']||[];`+(dataLayer?`window['${dataLayerName}'].push(${JSON.stringify(dataLayer)});`:\"\")+`window['${dataLayerName}'].push({'gtm.start':new Date().getTime(),event:'gtm.js'})`;/**\n * Function to get the GTM script\n * @param dataLayerName - The name of the dataLayer\n * @param customDomain - Custom domain for gtm\n * @param customScriptName - Custom script file name for gtm\n * @param environment - The parameters to use a custom environment\n * @param id - The id of the container\n */const getGTMScript=(dataLayerName,id,environment,customDomain=DEFAULT_DOMAIN,customScriptName=DEFAULT_SCRIPT_NAME)=>{let params=\"\";if(environment){const{gtm_auth,gtm_preview}=environment;params=`&gtm_auth=${gtm_auth}&gtm_preview=${gtm_preview}&gtm_cookies_win=x`;}return`${customDomain}/${customScriptName}?id=${id}${dataLayerName===\"dataLayer\"?\"\":`&l=${dataLayerName}`}${params}`;};/**\n * Function to setup the Google Tag Manager\n * @param params - The snippets params\n */const setupGTM=params=>{const getDataLayerScript=()=>{const dataLayerScript=document.createElement(\"script\");if(params.nonce){dataLayerScript.setAttribute(\"nonce\",params.nonce);}dataLayerScript.innerHTML=getDataLayerSnippet(params.dataLayer,params.dataLayerName);return dataLayerScript;};const getScript=()=>{const script=document.createElement(\"script\");if(params.nonce){script.setAttribute(\"nonce\",params.nonce);}script.src=getGTMScript(params.dataLayerName,params.id,params.environment,params.customDomain,params.customScriptName);script.crossOrigin=\"anonymous\"// allows for more detailed INP collection\n;return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{return Intl?.DateTimeFormat()?.resolvedOptions()?.timeZone?.startsWith(\"Europe\");};const isEULocale=()=>{const locale=navigator.language??navigator.languages?.[0];return countries.some(country=>locale?.toUpperCase()?.includes(country));};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=banner.style.border?.width?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`],\"framer-lib-cookie-banner\");function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||policy?.link;if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description?.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&policy?.link?\" \":null,policy?.link&&/*#__PURE__*/_jsxs(\"span\",{children:[policy?.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy?.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy?.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:settings.hoverOpacity??.6},whileTap:{opacity:settings.tapOpacity??.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:props.banner.style?.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\",\"framer-lib-cookie-trigger\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail)}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}// https://www.youtube.com/shorts/zwMEhBq4kYM\nif(pathSegments[0]===\"shorts\"){const videoId=pathSegments[1];const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useReducer,useState}from\"react\";import{ControlType,addPropertyControls}from\"framer\";import{useIsOnCanvas,emptyStateStyle,containerStyles,defaultEvents,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";var PlayOptions;(function(PlayOptions){PlayOptions[\"Normal\"]=\"Off\";PlayOptions[\"Auto\"]=\"On\";PlayOptions[\"Loop\"]=\"Loop\";})(PlayOptions||(PlayOptions={}));var ThumbnailOptions;(function(ThumbnailOptions){ThumbnailOptions[\"High\"]=\"High Quality\";ThumbnailOptions[\"Medium\"]=\"Medium Quality\";ThumbnailOptions[\"Low\"]=\"Low Quality\";ThumbnailOptions[\"Off\"]=\"Off\";})(ThumbnailOptions||(ThumbnailOptions={}));/**\n * @framerIntrinsicWidth 560\n * @framerIntrinsicHeight 315\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n *\n * @framerComponentPresetProps isRed, borderRadius\n */export function Youtube({url,play,shouldMute,thumbnail,isRed,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,title,...props}){const onCanvas=useIsOnCanvas();const isAutoplay=play!==\"Off\";const showThumbnail=onCanvas||thumbnail!==\"Off\"&&!isAutoplay;const[isPreloading,preloadVideo]=useReducer(()=>true,false);const[showVideo,startVideo]=useReducer(()=>true,!showThumbnail);const[isHovered,setHovered]=useState(false);const borderRadius=useRadius(props);const hasBorderRadius=borderRadius!==\"0px 0px 0px 0px\"&&borderRadius!==\"0px\";if(url===\"\"){return /*#__PURE__*/_jsx(Instructions,{});}const parsedURL=parseVideoURL(url);if(parsedURL===undefined){return /*#__PURE__*/_jsx(ErrorMessage,{message:\"Invalid Youtube URL.\"});}const[videoId,embedURL]=parsedURL;// https://developers.google.com/youtube/player_parameters\nconst searchParams=embedURL.searchParams;searchParams.set(\"iv_load_policy\",\"3\");searchParams.set(\"rel\",\"0\");searchParams.set(\"modestbranding\",\"1\");searchParams.set(\"playsinline\",\"1\");if(!showVideo){// if a browser does not support `loading=lazy`, make sure the video doesn't start playing in the background\nsearchParams.set(\"autoplay\",\"0\");}else if(isAutoplay||// when there is no thumbnail, we don't want to autoplay, unless video is started\nshowThumbnail&&showVideo){searchParams.set(\"autoplay\",\"1\");}if(isAutoplay&&shouldMute){searchParams.set(\"mute\",\"1\");}if(play===\"Loop\"){searchParams.set(\"loop\",\"1\");searchParams.set(\"playlist\",videoId);}if(!isRed){searchParams.set(\"color\",\"white\");}const iframeProps={title:title||\"Youtube Video\",allow:\"presentation; fullscreen; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\",src:embedURL.href,frameBorder:\"0\",onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp};return /*#__PURE__*/_jsxs(\"article\",{onPointerEnter:()=>setHovered(true),onPointerLeave:()=>setHovered(false),onPointerOver:preloadVideo,onKeyDown:startVideo,onClick:startVideo,style:{...wrapperStyle,borderRadius,transform:// Safari sometimes struggles to render border-radius:\n// - on the canvas when changing from 0 to any other value\n// - or when rendering an iframe\nhasBorderRadius&&(showVideo||onCanvas)?\"translateZ(0.000001px)\":\"unset\",cursor:\"pointer\",overflow:\"hidden\"},role:\"presentation\",children:[isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.youtube.com\"}),isPreloading&&/*#__PURE__*/_jsx(\"link\",{rel:\"preconnect\",href:\"https://www.google.com\"}),/*#__PURE__*/_jsx(\"div\",{style:{...videoStyle,background:showThumbnail?`center / cover url(${getThumbnailURL(videoId,thumbnail)}) no-repeat`:undefined}}),!onCanvas?/*#__PURE__*/_jsx(\"iframe\",{loading:!showVideo?\"lazy\":undefined,style:!showVideo?{...videoStyle,display:\"none\"}:videoStyle,...iframeProps}):null,showVideo?null:/*#__PURE__*/_jsx(PlayButton,{onClick:startVideo,isHovered:isHovered,isRed:isRed})]});}Youtube.displayName=\"YouTube\";addPropertyControls(Youtube,{url:{type:ControlType.String,title:\"Video\"},play:{type:ControlType.Enum,title:\"Autoplay\",options:Object.values(PlayOptions)},shouldMute:{title:\"Mute\",type:ControlType.Boolean,enabledTitle:\"Yes\",disabledTitle:\"No\",hidden(props){return props.play===\"Off\";}},thumbnail:{title:\"Thumbnail\",description:\"Showing a thumbnail improves performance.\",type:ControlType.Enum,options:Object.values(ThumbnailOptions),hidden(props){return props.play!==\"Off\";}},isRed:{title:\"Color\",type:ControlType.Boolean,enabledTitle:\"Red\",disabledTitle:\"White\"},...borderRadiusControl,...defaultEvents});const defaultProps={url:\"https://youtu.be/smPos0mJvh8\",play:\"Off\",shouldMute:true,thumbnail:\"Medium Quality\",isRed:true};Youtube.defaultProps=defaultProps;function parseVideoURL(urlString){let url;try{url=new URL(urlString);}catch{const embedURL=getEmbedURL(urlString);return[urlString,embedURL];}if(url.hostname===\"youtube.com\"||url.hostname===\"www.youtube.com\"||url.hostname===\"youtube-nocookie.com\"||url.hostname===\"www.youtube-nocookie.com\"){const pathSegments=url.pathname.slice(1).split(\"/\");// https://www.youtube.com/watch?v=Fop2oskTug8\nif(pathSegments[0]===\"watch\"){const videoId=url.searchParams.get(\"v\");const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}// https://www.youtube.com/embed/Fop2oskTug8\nif(pathSegments[0]===\"embed\"){const videoId=pathSegments[1];return[videoId,url];}}// https://youtu.be/Fop2oskTug8\nif(url.hostname===\"youtu.be\"){const videoId=url.pathname.slice(1);const embedURL=getEmbedURL(videoId);return[videoId,embedURL];}}function getEmbedURL(videoId){return new URL(`https://www.youtube.com/embed/${videoId}`);}function getThumbnailURL(videoId,res){// https://gist.github.com/a1ip/be4514c1fd392a8c13b05e082c4da363\nconst pre=\"https://i.ytimg.com/vi_webp/\";const ext=\"webp\";switch(res){case\"Low Quality\":return`${pre}${videoId}/hqdefault.${ext}`;case\"Medium Quality\":return`${pre}${videoId}/sddefault.${ext}`;case\"High Quality\":return`${pre}${videoId}/maxresdefault.${ext}`;default:return`${pre}${videoId}/0.${ext}`;}}// Helper components\nfunction Instructions(){return /*#__PURE__*/_jsx(\"div\",{style:{...emptyStateStyle,overflow:\"hidden\"},children:/*#__PURE__*/_jsx(\"div\",{style:centerTextStyle,children:\"To embed a Youtube video, add the URL to the properties\\xa0panel.\"})});}function ErrorMessage({message}){return /*#__PURE__*/_jsx(\"div\",{className:\"framerInternalUI-errorPlaceholder\",style:{...containerStyles,overflow:\"hidden\"},children:/*#__PURE__*/_jsxs(\"div\",{style:centerTextStyle,children:[\"Error: \",message]})});}function PlayButton({onClick,isHovered,isRed}){return /*#__PURE__*/_jsx(\"button\",{onClick:onClick,\"aria-label\":\"Play\",style:buttonStyle,children:/*#__PURE__*/_jsxs(\"svg\",{height:\"100%\",version:\"1.1\",viewBox:\"0 0 68 48\",width:\"100%\",children:[/*#__PURE__*/_jsx(\"path\",{d:\"M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z\",fill:isHovered?isRed?\"#f00\":\"#000\":\"#212121\",fillOpacity:isHovered?isRed?1:.8:.8,style:{transition:\"fill .1s cubic-bezier(0.4, 0, 1, 1), fill-opacity .1s cubic-bezier(0.4, 0, 1, 1)\"}}),/*#__PURE__*/_jsx(\"path\",{d:\"M 45,24 27,14 27,34\",fill:\"#fff\"})]})});}const buttonStyle={position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\",width:68,height:48,padding:0,border:\"none\",background:\"transparent\",cursor:\"pointer\"};const wrapperStyle={position:\"relative\",width:\"100%\",height:\"100%\"};const centerTextStyle={textAlign:\"center\",minWidth:140};const videoStyle={position:\"absolute\",top:0,left:0,height:\"100%\",width:\"100%\"};\nexport const __FramerMetadata__ = {\"exports\":{\"Youtube\":{\"type\":\"reactComponent\",\"name\":\"Youtube\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"560\",\"framerSupportedLayoutHeight\":\"fixed\",\"framerIntrinsicHeight\":\"315\",\"framerComponentPresetProps\":\"isRed, borderRadius\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YouTube.map", "// Generated by Framer (ab692b1)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-5BYio .framer-styles-preset-8cs6ki:not(.rich-text-wrapper), .framer-5BYio .framer-styles-preset-8cs6ki.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #000000; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #3d3d3d; --framer-link-text-decoration: none; }\"];export const className=\"framer-5BYio\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,RichText,SmartComponentScopedContainer,useActiveVariantCallback,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/B5H3bzSpcoPgR2Ap7hV6/rHvtxZ6cZwEFvcRfNgIu/cm_eoT74z.js\";import CTA from\"https://framerusercontent.com/modules/cg5gnAoibWxINuqM5Pre/ehZflOa9AlCuED65C8LT/tC34D5gfo.js\";const CTAFonts=getFonts(CTA);const cycleOrder=[\"BC7JUE2iL\",\"BXvwEGwFj\",\"guEpaX6kG\",\"H5chVRB2k\"];const serializationHash=\"framer-rqo2q\";const variantClassNames={BC7JUE2iL:\"framer-v-1vhdxi7\",BXvwEGwFj:\"framer-v-fhyu52\",guEpaX6kG:\"framer-v-fbthwa\",H5chVRB2k:\"framer-v-1cbqg34\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:40,delay:0,mass:1,stiffness:400,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;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={\"Phone Open\":\"guEpaX6kG\",\"Variant 4\":\"H5chVRB2k\",Desktop:\"BC7JUE2iL\",Phone:\"BXvwEGwFj\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"BC7JUE2iL\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"BC7JUE2iL\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1ax5vwx=activeVariantCallback(async(...args)=>{setVariant(\"guEpaX6kG\");});const onTapycmegy=activeVariantCallback(async(...args)=>{setVariant(\"BXvwEGwFj\");});const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"BXvwEGwFj\",\"guEpaX6kG\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"BXvwEGwFj\",\"H5chVRB2k\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"H5chVRB2k\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"guEpaX6kG\")return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.nav,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1vhdxi7\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"BC7JUE2iL\",ref:refBinding,style:{backgroundColor:\"rgb(248, 244, 240)\",...style},variants:{guEpaX6kG:{backgroundColor:\"rgba(0, 0, 0, 0)\"}},...addPropertyOverrides({BXvwEGwFj:{\"data-framer-name\":\"Phone\"},guEpaX6kG:{\"data-framer-name\":\"Phone Open\"},H5chVRB2k:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lm83s2\",layoutDependency:layoutDependency,layoutId:\"UgaDmn2NO\",style:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},transformTemplate:transformTemplate1,variants:{guEpaX6kG:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8},H5chVRB2k:{backgroundColor:\"rgba(0, 0, 0, 0)\",borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}},...addPropertyOverrides({guEpaX6kG:{transformTemplate:undefined}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18h2oiy\",layoutDependency:layoutDependency,layoutId:\"s1uMLXCLu\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||65)*.49230769230769256-20)+0+0),pixelHeight:400,pixelWidth:2150,positionX:\"center\",positionY:\"center\",sizes:\"231px\",src:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png\",srcSet:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png 2150w\"},className:\"framer-vf1qzx\",layoutDependency:layoutDependency,layoutId:\"XL90r1Hf2\",...addPropertyOverrides({BXvwEGwFj:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||64)*.5000000000000002-0)+0+-17.5),pixelHeight:400,pixelWidth:2150,positionX:\"center\",positionY:\"center\",sizes:\"190px\",src:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png\",srcSet:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png 2150w\"}},guEpaX6kG:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+12+0+20+0+0),pixelHeight:400,pixelWidth:2150,positionX:\"center\",positionY:\"center\",sizes:\"215px\",src:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png\",srcSet:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png 2150w\"}},H5chVRB2k:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+((componentViewport?.height||65)*.49230769230769256-22)+0+0),pixelHeight:400,pixelWidth:2150,positionX:\"center\",positionY:\"center\",sizes:\"231px\",src:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png\",srcSet:\"https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=512 512w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/2AHVTSyWzGYFufC4jOBokb9OhA.png 2150w\"}}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hxmnz6\",\"data-framer-name\":\"Icon\",layoutDependency:layoutDependency,layoutId:\"JKfFQxMOh\",...addPropertyOverrides({BXvwEGwFj:{\"data-highlight\":true,onTap:onTap1ax5vwx},guEpaX6kG:{\"data-highlight\":true,onTap:onTapycmegy}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jhens0\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"RgZMxh2Yn\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{guEpaX6kG:{rotate:-45}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zmiwev\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"HkgCJdWzB\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,rotate:0},variants:{guEpaX6kG:{rotate:45}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-binpjs\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"ZADbqNQot\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-a1vi1b\",\"data-framer-name\":\"Links\",layoutDependency:layoutDependency,layoutId:\"JN0PE1IC3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(51, 51, 51))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":chBAyG7NJ\",webPageId:\"IukMfAQlK\"},motionChild:true,nodeId:\"E_H6xxyYU\",openInNewTab:false,scopeId:\"bM5teVKiF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8cs6ki\",\"data-styles-preset\":\"cm_eoT74z\",children:\"Deine Situation\"})})})}),className:\"framer-hcdmrh\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"E_H6xxyYU\",style:{\"--extracted-r6o4lv\":\"rgb(51, 51, 51)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":sn8_ojokq\",webPageId:\"IukMfAQlK\"},motionChild:true,nodeId:\"nog78pJ_6\",openInNewTab:false,scopeId:\"bM5teVKiF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8cs6ki\",\"data-styles-preset\":\"cm_eoT74z\",children:\"\\xdcber mich\"})})})}),className:\"framer-1gyq2db\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"nog78pJ_6\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":wO_uE1MAo\",webPageId:\"IukMfAQlK\"},motionChild:true,nodeId:\"PS9pcRYxb\",openInNewTab:false,scopeId:\"bM5teVKiF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8cs6ki\",\"data-styles-preset\":\"cm_eoT74z\",children:\"Teilnehmerstimmen\"})})})}),className:\"framer-8op7hn\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"PS9pcRYxb\",style:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"2em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(54, 54, 54))\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":N2t6r5A7z\",webPageId:\"IukMfAQlK\"},motionChild:true,nodeId:\"Ru9awivlF\",openInNewTab:false,scopeId:\"bM5teVKiF\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-8cs6ki\",\"data-styles-preset\":\"cm_eoT74z\",children:\"H\\xe4ufige Fragen\"})})})}),className:\"framer-1ibptpu\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"Ru9awivlF\",style:{\"--extracted-r6o4lv\":\"rgb(54, 54, 54)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"215px\",y:(componentViewport?.y||0)+((componentViewport?.height||65)*.49230769230769256-20)+0,...addPropertyOverrides({guEpaX6kG:{height:65,width:\"275px\",y:(componentViewport?.y||0)+12+0+20+254}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9kpko-container\",layoutDependency:layoutDependency,layoutId:\"OxTNkxGOb-container\",nodeId:\"OxTNkxGOb\",rendersWithMotion:true,scopeId:\"bM5teVKiF\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"OxTNkxGOb\",layoutId:\"OxTNkxGOb\",style:{height:\"100%\",width:\"100%\"},variant:\"qLaFwD8cL\",width:\"100%\",...addPropertyOverrides({guEpaX6kG:{variant:\"oYunPS6Cb\"}},baseVariant,gestureVariant)})})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2sxw9s\",\"data-framer-name\":\"Icon\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"JrJ9v5N2S\",onTap:onTap1ax5vwx,children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1kqd64s\",\"data-framer-name\":\"Bottom\",layoutDependency:layoutDependency,layoutId:\"UHdKuM6xd\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1sia6ta\",\"data-framer-name\":\"Top\",layoutDependency:layoutDependency,layoutId:\"XZNmDcYeu\",style:{backgroundColor:\"rgb(153, 153, 153)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10}})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xu66bn\",\"data-framer-name\":\"Bottom Line\",layoutDependency:layoutDependency,layoutId:\"U2cT4rGoi\",style:{backgroundColor:\"rgba(0, 0, 0, 0.08)\"}})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-rqo2q.framer-6byu4h, .framer-rqo2q .framer-6byu4h { display: block; }\",\".framer-rqo2q.framer-1vhdxi7 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: 65px; justify-content: space-between; overflow: hidden; padding: 12px 20px 12px 20px; position: relative; width: 1200px; }\",\".framer-rqo2q .framer-lm83s2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; max-width: 1400px; overflow: visible; padding: 0px 20px 0px 20px; position: absolute; top: 49%; width: 100%; z-index: 1; }\",\".framer-rqo2q .framer-18h2oiy { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: auto; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rqo2q .framer-vf1qzx { flex: none; height: 100%; overflow: visible; position: relative; width: 231px; }\",\".framer-rqo2q .framer-1hxmnz6 { flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-rqo2q .framer-1jhens0, .framer-rqo2q .framer-1kqd64s { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(62.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rqo2q .framer-zmiwev, .framer-rqo2q .framer-1sia6ta { flex: none; height: 2px; left: calc(50.00000000000002% - 20px / 2); overflow: hidden; position: absolute; top: calc(37.50000000000002% - 2px / 2); width: 20px; will-change: var(--framer-will-change-override, transform); }\",\".framer-rqo2q .framer-binpjs, .framer-rqo2q .framer-a1vi1b { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-rqo2q .framer-hcdmrh, .framer-rqo2q .framer-1gyq2db, .framer-rqo2q .framer-8op7hn, .framer-rqo2q .framer-1ibptpu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-rqo2q .framer-9kpko-container { flex: none; height: 40px; position: relative; width: 215px; }\",\".framer-rqo2q .framer-2sxw9s { cursor: pointer; flex: none; height: 44px; overflow: hidden; position: relative; width: 44px; }\",\".framer-rqo2q .framer-xu66bn { bottom: 0px; flex: none; height: 1px; left: 0px; overflow: visible; position: absolute; right: 0px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rqo2q .framer-18h2oiy, .framer-rqo2q .framer-binpjs, .framer-rqo2q .framer-a1vi1b { gap: 0px; } .framer-rqo2q .framer-18h2oiy > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rqo2q .framer-18h2oiy > :first-child, .framer-rqo2q .framer-binpjs > :first-child, .framer-rqo2q .framer-a1vi1b > :first-child { margin-left: 0px; } .framer-rqo2q .framer-18h2oiy > :last-child, .framer-rqo2q .framer-binpjs > :last-child, .framer-rqo2q .framer-a1vi1b > :last-child { margin-right: 0px; } .framer-rqo2q .framer-binpjs > *, .framer-rqo2q .framer-a1vi1b > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }\",\".framer-rqo2q.framer-v-fhyu52.framer-1vhdxi7 { height: 64px; width: 390px; }\",\".framer-rqo2q.framer-v-fhyu52 .framer-lm83s2 { gap: 0px; justify-content: center; max-width: unset; top: 50%; width: 111%; }\",\".framer-rqo2q.framer-v-fhyu52 .framer-18h2oiy { gap: unset; justify-content: space-between; order: 2; padding: 0px 20px 0px 20px; width: 100%; }\",\".framer-rqo2q.framer-v-fhyu52 .framer-vf1qzx { height: 35px; order: 0; width: 190px; }\",\".framer-rqo2q.framer-v-fhyu52 .framer-1hxmnz6 { cursor: pointer; order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rqo2q.framer-v-fhyu52 .framer-lm83s2, .framer-rqo2q.framer-v-fhyu52 .framer-18h2oiy { gap: 0px; } .framer-rqo2q.framer-v-fhyu52 .framer-lm83s2 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rqo2q.framer-v-fhyu52 .framer-lm83s2 > :first-child { margin-left: 0px; } .framer-rqo2q.framer-v-fhyu52 .framer-lm83s2 > :last-child { margin-right: 0px; } .framer-rqo2q.framer-v-fhyu52 .framer-18h2oiy > *, .framer-rqo2q.framer-v-fhyu52 .framer-18h2oiy > :first-child, .framer-rqo2q.framer-v-fhyu52 .framer-18h2oiy > :last-child { margin: 0px; } }\",\".framer-rqo2q.framer-v-fbthwa.framer-1vhdxi7 { flex-direction: column; gap: 0px; height: 405px; justify-content: flex-start; max-height: calc(var(--framer-viewport-height, 100vh) * 1); overflow: auto; overscroll-behavior: contain; padding: 12px; width: 390px; }\",\".framer-rqo2q.framer-v-fbthwa .framer-lm83s2 { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; flex-direction: column; gap: 20px; height: 1px; justify-content: flex-start; left: unset; max-width: unset; padding: 20px; position: relative; top: unset; }\",\".framer-rqo2q.framer-v-fbthwa .framer-18h2oiy { align-self: unset; gap: unset; height: min-content; justify-content: space-between; order: 0; width: 100%; }\",\".framer-rqo2q.framer-v-fbthwa .framer-vf1qzx { align-self: stretch; height: auto; width: 215px; }\",\".framer-rqo2q.framer-v-fbthwa .framer-1hxmnz6 { cursor: pointer; }\",\".framer-rqo2q.framer-v-fbthwa .framer-1jhens0, .framer-rqo2q.framer-v-fbthwa .framer-zmiwev { top: calc(50.00000000000002% - 2px / 2); }\",\".framer-rqo2q.framer-v-fbthwa .framer-binpjs { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 0px; justify-content: flex-start; order: 1; padding: 10px 20px 10px 5px; width: 100%; }\",\".framer-rqo2q.framer-v-fbthwa .framer-a1vi1b { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 10px; }\",\".framer-rqo2q.framer-v-fbthwa .framer-9kpko-container { height: 65px; order: 2; width: 275px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rqo2q.framer-v-fbthwa.framer-1vhdxi7, .framer-rqo2q.framer-v-fbthwa .framer-lm83s2, .framer-rqo2q.framer-v-fbthwa .framer-18h2oiy, .framer-rqo2q.framer-v-fbthwa .framer-binpjs, .framer-rqo2q.framer-v-fbthwa .framer-a1vi1b { gap: 0px; } .framer-rqo2q.framer-v-fbthwa.framer-1vhdxi7 > *, .framer-rqo2q.framer-v-fbthwa .framer-binpjs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-rqo2q.framer-v-fbthwa.framer-1vhdxi7 > :first-child, .framer-rqo2q.framer-v-fbthwa .framer-lm83s2 > :first-child, .framer-rqo2q.framer-v-fbthwa .framer-binpjs > :first-child, .framer-rqo2q.framer-v-fbthwa .framer-a1vi1b > :first-child { margin-top: 0px; } .framer-rqo2q.framer-v-fbthwa.framer-1vhdxi7 > :last-child, .framer-rqo2q.framer-v-fbthwa .framer-lm83s2 > :last-child, .framer-rqo2q.framer-v-fbthwa .framer-binpjs > :last-child, .framer-rqo2q.framer-v-fbthwa .framer-a1vi1b > :last-child { margin-bottom: 0px; } .framer-rqo2q.framer-v-fbthwa .framer-lm83s2 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-rqo2q.framer-v-fbthwa .framer-18h2oiy > *, .framer-rqo2q.framer-v-fbthwa .framer-18h2oiy > :first-child, .framer-rqo2q.framer-v-fbthwa .framer-18h2oiy > :last-child { margin: 0px; } .framer-rqo2q.framer-v-fbthwa .framer-a1vi1b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }\",\".framer-rqo2q.framer-v-1cbqg34.framer-1vhdxi7 { gap: 0px; justify-content: center; width: 1199px; }\",\".framer-rqo2q.framer-v-1cbqg34 .framer-lm83s2 { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-rqo2q.framer-v-1cbqg34.framer-1vhdxi7 { gap: 0px; } .framer-rqo2q.framer-v-1cbqg34.framer-1vhdxi7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-rqo2q.framer-v-1cbqg34.framer-1vhdxi7 > :first-child { margin-left: 0px; } .framer-rqo2q.framer-v-1cbqg34.framer-1vhdxi7 > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 65\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"BXvwEGwFj\":{\"layout\":[\"fixed\",\"fixed\"]},\"guEpaX6kG\":{\"layout\":[\"fixed\",\"fixed\"],\"constraints\":[null,null,null,\"100vh\"]},\"H5chVRB2k\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerbM5teVKiF=withCSS(Component,css,\"framer-rqo2q\");export default FramerbM5teVKiF;FramerbM5teVKiF.displayName=\"Navigation 9\";FramerbM5teVKiF.defaultProps={height:65,width:1200};addPropertyControls(FramerbM5teVKiF,{variant:{options:[\"BC7JUE2iL\",\"BXvwEGwFj\",\"guEpaX6kG\",\"H5chVRB2k\"],optionTitles:[\"Desktop\",\"Phone\",\"Phone Open\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerbM5teVKiF,[{explicitInter:true,fonts:[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v24/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\",weight:\"400\"}]},...CTAFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbM5teVKiF\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"65\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BXvwEGwFj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"guEpaX6kG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"],\\\"constraints\\\":[null,null,null,\\\"100vh\\\"]},\\\"H5chVRB2k\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e22b717)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"X93jJQSNY\",\"WM3ItxVaE\",\"XaK6ovXrO\",\"H9JCbL8aH\"];const serializationHash=\"framer-BdryF\";const variantClassNames={H9JCbL8aH:\"framer-v-1x9gunt\",WM3ItxVaE:\"framer-v-esvu40\",X93jJQSNY:\"framer-v-cplh7l\",XaK6ovXrO:\"framer-v-1nzmqa1\"};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={\"Variant 1\":\"X93jJQSNY\",\"Variant 2\":\"WM3ItxVaE\",\"Variant 3\":\"XaK6ovXrO\",\"Variant 4\":\"H9JCbL8aH\"};const getProps=({click,height,id,width,...props})=>{return{...props,beTNrpQS4:click??props.beTNrpQS4,variant:humanReadableVariantMap[props.variant]??props.variant??\"X93jJQSNY\"};};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,beTNrpQS4,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"X93jJQSNY\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTapsiqpp8=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(beTNrpQS4){const res=await beTNrpQS4(...args);if(res===false)return false;}});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__*/_jsxs(Image,{...restProps,...gestureHandlers,background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(componentViewport?.y||0),pixelHeight:680,pixelWidth:2880,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/zZMYEdHBrM4zE0OebqjG463uw.png\",srcSet:\"https://framerusercontent.com/images/zZMYEdHBrM4zE0OebqjG463uw.png?scale-down-to=512 512w,https://framerusercontent.com/images/zZMYEdHBrM4zE0OebqjG463uw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/zZMYEdHBrM4zE0OebqjG463uw.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/zZMYEdHBrM4zE0OebqjG463uw.png 2880w\"},className:cx(scopingClassNames,\"framer-cplh7l\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"X93jJQSNY\",onTap:onTapsiqpp8,ref:refBinding,style:{borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,...style},...addPropertyOverrides({H9JCbL8aH:{\"data-framer-name\":\"Variant 4\"},WM3ItxVaE:{\"data-framer-name\":\"Variant 2\"},XaK6ovXrO:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1x6pxfd\",layoutDependency:layoutDependency,layoutId:\"eyfuZFMGc\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||65)-0-24)/2)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"24px\",src:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png\",srcSet:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png 1080w\"},className:\"framer-1a4xx9p\",layoutDependency:layoutDependency,layoutId:\"CHMPG66fo\",...addPropertyOverrides({H9JCbL8aH:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||50)-0-24)/2)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"24px\",src:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png\",srcSet:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png 1080w\"}},XaK6ovXrO:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+(0+((componentViewport?.height||50)-0-24)/2)+0),pixelHeight:1080,pixelWidth:1080,sizes:\"24px\",src:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png\",srcSet:\"https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=512 512w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/c36q3ts1ZwZenaK6gbgOA0Dc1A.png 1080w\"}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"Video abspielen\"})}),className:\"framer-15w4e41\",fonts:[\"GF;Playfair Display-regular\"],layoutDependency:layoutDependency,layoutId:\"WRcb2YhvG\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"16:38\"})}),className:\"framer-dees12\",fonts:[\"GF;Playfair Display-regular\"],layoutDependency:layoutDependency,layoutId:\"vQvufR5ls\",style:{\"--extracted-1of0zx5\":\"rgb(255, 255, 255)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({H9JCbL8aH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"21:48\"})})},WM3ItxVaE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-1of0zx5, rgb(255, 255, 255))\"},children:\"21:48\"})})}},baseVariant,gestureVariant)})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-BdryF.framer-uueuee, .framer-BdryF .framer-uueuee { display: block; }\",\".framer-BdryF.framer-cplh7l { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 65px; justify-content: flex-start; overflow: hidden; padding: 0px 20px 0px 20px; position: relative; width: 275px; will-change: var(--framer-will-change-override, transform); }\",\".framer-BdryF .framer-1x6pxfd { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-BdryF .framer-1a4xx9p { flex: none; height: 24px; overflow: visible; position: relative; width: 24px; }\",\".framer-BdryF .framer-15w4e41, .framer-BdryF .framer-dees12 { 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; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-BdryF.framer-cplh7l, .framer-BdryF .framer-1x6pxfd { gap: 0px; } .framer-BdryF.framer-cplh7l > *, .framer-BdryF .framer-1x6pxfd > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-BdryF.framer-cplh7l > :first-child, .framer-BdryF .framer-1x6pxfd > :first-child { margin-left: 0px; } .framer-BdryF.framer-cplh7l > :last-child, .framer-BdryF .framer-1x6pxfd > :last-child { margin-right: 0px; } }\",\".framer-BdryF.framer-v-esvu40 .framer-1x6pxfd, .framer-BdryF.framer-v-1x9gunt .framer-1x6pxfd { order: 0; }\",\".framer-BdryF.framer-v-esvu40 .framer-dees12, .framer-BdryF.framer-v-1x9gunt .framer-dees12 { order: 1; }\",\".framer-BdryF.framer-v-1nzmqa1.framer-cplh7l, .framer-BdryF.framer-v-1x9gunt.framer-cplh7l { height: 50px; width: 225px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 65\n * @framerIntrinsicWidth 275\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"WM3ItxVaE\":{\"layout\":[\"fixed\",\"fixed\"]},\"XaK6ovXrO\":{\"layout\":[\"fixed\",\"fixed\"]},\"H9JCbL8aH\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"beTNrpQS4\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerHMMq2PA7f=withCSS(Component,css,\"framer-BdryF\");export default FramerHMMq2PA7f;FramerHMMq2PA7f.displayName=\"Testimonial Sylvia\";FramerHMMq2PA7f.defaultProps={height:65,width:275};addPropertyControls(FramerHMMq2PA7f,{variant:{options:[\"X93jJQSNY\",\"WM3ItxVaE\",\"XaK6ovXrO\",\"H9JCbL8aH\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},beTNrpQS4:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerHMMq2PA7f,[{explicitInter:true,fonts:[{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDVZNLo_U2r.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHMMq2PA7f\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"beTNrpQS4\\\":\\\"click\\\"}\",\"framerIntrinsicHeight\":\"65\",\"framerIntrinsicWidth\":\"275\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WM3ItxVaE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XaK6ovXrO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"H9JCbL8aH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./HMMq2PA7f.map", "// Generated by Framer (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"OWGJdAbeO\",\"zU9hBRTmW\",\"D8LK1sXkw\",\"dtKfXNINx\"];const serializationHash=\"framer-fmLlq\";const variantClassNames={D8LK1sXkw:\"framer-v-1a2ud3a\",dtKfXNINx:\"framer-v-9sqtgs\",OWGJdAbeO:\"framer-v-d3cof5\",zU9hBRTmW:\"framer-v-1677210\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"D8LK1sXkw\",\"Variant 4\":\"dtKfXNINx\",Closed:\"zU9hBRTmW\",Open:\"OWGJdAbeO\"};const getProps=({answer,height,id,question,tap,width,...props})=>{return{...props,EBosMvmXB:question??props.EBosMvmXB??\"Which pricing plan is right for me?\",iCWxaawPK:tap??props.iCWxaawPK,rOf8huhxW:answer??props.rOf8huhxW??\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",variant:humanReadableVariantMap[props.variant]??props.variant??\"OWGJdAbeO\"};};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,iCWxaawPK,EBosMvmXB,rOf8huhxW,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OWGJdAbeO\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap5369db=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iCWxaawPK){const res=await iCWxaawPK(...args);if(res===false)return false;}setVariant(\"zU9hBRTmW\");});const onTapyw4r8h=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iCWxaawPK){const res=await iCWxaawPK(...args);if(res===false)return false;}setVariant(\"OWGJdAbeO\");});const onTap1f7ez8a=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iCWxaawPK){const res=await iCWxaawPK(...args);if(res===false)return false;}setVariant(\"dtKfXNINx\");});const onTapw7bldu=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(iCWxaawPK){const res=await iCWxaawPK(...args);if(res===false)return false;}setVariant(\"D8LK1sXkw\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"zU9hBRTmW\",\"D8LK1sXkw\"].includes(baseVariant))return false;return true;};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-d3cof5\",className,classNames),\"data-framer-name\":\"Open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OWGJdAbeO\",onTap:onTap5369db,ref:refBinding,style:{backgroundColor:\"rgb(248, 244, 240)\",borderBottomLeftRadius:12,borderBottomRightRadius:12,borderTopLeftRadius:12,borderTopRightRadius:12,...style},variants:{D8LK1sXkw:{borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8}},...addPropertyOverrides({D8LK1sXkw:{\"data-framer-name\":\"Variant 3\",onTap:onTap1f7ez8a},dtKfXNINx:{\"data-framer-name\":\"Variant 4\",onTap:onTapw7bldu},zU9hBRTmW:{\"data-framer-name\":\"Closed\",onTap:onTapyw4r8h}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bnsk0o\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"tQPKIPkjI\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1dijtg4\",\"data-framer-name\":\"question\",layoutDependency:layoutDependency,layoutId:\"XTlPkrW8I\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"28px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19)))\"},children:\"Which pricing plan is right for me?\"})}),className:\"framer-dlk8px\",fonts:[\"GF;Lexend-500\"],layoutDependency:layoutDependency,layoutId:\"NfH2VWPqZ\",style:{\"--extracted-r6o4lv\":\"var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:EBosMvmXB,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({D8LK1sXkw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19)))\"},children:\"Which pricing plan is right for me?\"})})},dtKfXNINx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19)))\"},children:\"Which pricing plan is right for me?\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gnydps\",\"data-framer-name\":\"icon\",layoutDependency:layoutDependency,layoutId:\"yXKikqoon\",style:{rotate:-90},variants:{D8LK1sXkw:{rotate:45},zU9hBRTmW:{rotate:45}},children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1esmpug\",\"data-framer-name\":\"cross\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"GXgrRJDIN\",opacity:1,style:{backgroundColor:\"rgba(0, 0, 0, 0)\"},svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 17 7 L 7 17 M 7 7 L 12.03 12.03 L 17 17\" fill=\"transparent\" stroke-width=\"2\" stroke=\"var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19))\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11027063394,withExternalLayout:true})})]}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19)))\"},children:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\"})}),className:\"framer-1of4h9g\",\"data-framer-name\":\"answer\",fonts:[\"GF;Lexend-regular\"],layoutDependency:layoutDependency,layoutId:\"E1aeb4iQH\",style:{\"--extracted-r6o4lv\":\"var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:rOf8huhxW,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({dtKfXNINx:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"20px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-162cc6f1-5b31-4c9d-a955-3d5570248c76, rgb(29, 31, 19)))\"},children:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\"})})}},baseVariant,gestureVariant)})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-fmLlq.framer-6dhusk, .framer-fmLlq .framer-6dhusk { display: block; }\",\".framer-fmLlq.framer-d3cof5 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 30px; position: relative; width: 694px; }\",\".framer-fmLlq .framer-1bnsk0o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-fmLlq .framer-1dijtg4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-fmLlq .framer-dlk8px { flex: 1 0 0px; height: auto; max-width: 90%; overflow: hidden; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-fmLlq .framer-1gnydps { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-fmLlq .framer-1esmpug { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-fmLlq .framer-1of4h9g { flex: none; height: auto; max-width: 600px; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-fmLlq.framer-d3cof5, .framer-fmLlq .framer-1bnsk0o, .framer-fmLlq .framer-1gnydps { gap: 0px; } .framer-fmLlq.framer-d3cof5 > *, .framer-fmLlq .framer-1gnydps > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-fmLlq.framer-d3cof5 > :first-child, .framer-fmLlq .framer-1gnydps > :first-child { margin-left: 0px; } .framer-fmLlq.framer-d3cof5 > :last-child, .framer-fmLlq .framer-1gnydps > :last-child { margin-right: 0px; } .framer-fmLlq .framer-1bnsk0o > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } .framer-fmLlq .framer-1bnsk0o > :first-child { margin-top: 0px; } .framer-fmLlq .framer-1bnsk0o > :last-child { margin-bottom: 0px; } }\",\".framer-fmLlq.framer-v-1a2ud3a.framer-d3cof5, .framer-fmLlq.framer-v-9sqtgs.framer-d3cof5 { padding: 15px 20px 15px 20px; width: 330px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 150\n * @framerIntrinsicWidth 694\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"zU9hBRTmW\":{\"layout\":[\"fixed\",\"auto\"]},\"D8LK1sXkw\":{\"layout\":[\"fixed\",\"auto\"]},\"dtKfXNINx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"iCWxaawPK\":\"tap\",\"EBosMvmXB\":\"question\",\"rOf8huhxW\":\"answer\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerPclEIdEnX=withCSS(Component,css,\"framer-fmLlq\");export default FramerPclEIdEnX;FramerPclEIdEnX.displayName=\"FAQ / FAQ Accordion\";FramerPclEIdEnX.defaultProps={height:150,width:694};addPropertyControls(FramerPclEIdEnX,{variant:{options:[\"OWGJdAbeO\",\"zU9hBRTmW\",\"D8LK1sXkw\",\"dtKfXNINx\"],optionTitles:[\"Open\",\"Closed\",\"Variant 3\",\"Variant 4\"],title:\"Variant\",type:ControlType.Enum},iCWxaawPK:{title:\"Tap\",type:ControlType.EventHandler},EBosMvmXB:{defaultValue:\"Which pricing plan is right for me?\",displayTextArea:false,title:\"question\",type:ControlType.String},rOf8huhxW:{defaultValue:\"You can cancel your plan whenever you\u2019d like. You\u2019ll be downgraded to the free plan. You won\u2019t be locked out of any projects that have paid plans.\",displayTextArea:true,title:\"Answer\",type:ControlType.String}});addFonts(FramerPclEIdEnX,[{explicitInter:true,fonts:[{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v24/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LVte6KuGEo.woff2\",weight:\"500\"},{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v24/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\",weight:\"400\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerPclEIdEnX\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zU9hBRTmW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"D8LK1sXkw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dtKfXNINx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"iCWxaawPK\\\":\\\"tap\\\",\\\"EBosMvmXB\\\":\\\"question\\\",\\\"rOf8huhxW\\\":\\\"answer\\\"}\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"694\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"150\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./PclEIdEnX.map", "// Generated by Framer (400c93f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js\";import{Youtube as YouTube}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/8aCGinfRQO68tQ3QF42d/YouTube.js\";import{Youtube as YouTube1}from\"https://framerusercontent.com/modules/NEd4VmDdsxM3StIUbddO/VTIRgCtWbPApsTjNtLlL/YouTube.js\";import ShimmerGrid from\"https://framerusercontent.com/modules/Z7W0nR93oDA0ww3oOjR8/Ek6hdyC7N0hvEfTgS47e/ShimmerGrid_Prod.js\";import Navigation9 from\"#framer/local/canvasComponent/bM5teVKiF/bM5teVKiF.js\";import Impressum from\"#framer/local/canvasComponent/dd65wSMy_/dd65wSMy_.js\";import TestimonialSylvia from\"#framer/local/canvasComponent/HMMq2PA7f/HMMq2PA7f.js\";import FAQFAQAccordion from\"#framer/local/canvasComponent/PclEIdEnX/PclEIdEnX.js\";import CTA from\"#framer/local/canvasComponent/tC34D5gfo/tC34D5gfo.js\";import metadataProvider from\"#framer/local/webPageMetadata/IukMfAQlK/IukMfAQlK.js\";const Navigation9Fonts=getFonts(Navigation9);const ImageWithOptimizedAppearEffect=withOptimizedAppearEffect(Image);const RichTextWithOptimizedAppearEffect=withOptimizedAppearEffect(RichText);const CTAFonts=getFonts(CTA);const ContainerWithFX=withFX(Container);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const MotionDivWithFX=withFX(motion.div);const ImageWithFX=withFX(Image);const RichTextWithFX=withFX(RichText);const TestimonialSylviaFonts=getFonts(TestimonialSylvia);const YouTubeFonts=getFonts(YouTube);const YouTube1Fonts=getFonts(YouTube1);const FAQFAQAccordionFonts=getFonts(FAQFAQAccordion);const ImpressumFonts=getFonts(Impressum);const CookieBannerFonts=getFonts(CookieBanner);const ShimmerGridFonts=getFonts(ShimmerGrid);const breakpoints={mDNN1KoY8:\"(max-width: 809px)\",nlGOhPrth:\"(min-width: 1200px)\",V0_0uFQYe:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-6dziw\";const variantClassNames={mDNN1KoY8:\"framer-v-27ee9p\",nlGOhPrth:\"framer-v-1ctji0q\",V0_0uFQYe:\"framer-v-qis6fx\"};const transition1={bounce:.2,delay:.1,duration:1,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:75};const transition2={bounce:.2,delay:.3,duration:1,type:\"spring\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const transition3={bounce:.2,delay:.5,duration:1,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:0,y:0};const transition4={bounce:.2,delay:.8,duration:1,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transition5={delay:.1,duration:1.3,ease:[.44,0,.56,1],type:\"tween\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:-6};const transition6={bounce:.2,delay:.9,duration:1,type:\"spring\"};const animation6={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:0,y:0};const animation7={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:5};const transition7={damping:100,delay:.01,mass:1,stiffness:400,type:\"spring\"};const textEffect={effect:animation7,repeat:false,startDelay:.3,threshold:0,tokenization:\"word\",transition:transition7,trigger:\"onInView\",type:\"appear\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:75};const transition8={bounce:.2,delay:.7,duration:1,type:\"spring\"};const transition9={damping:100,delay:.05,mass:1,stiffness:400,type:\"spring\"};const textEffect1={effect:animation7,repeat:false,startDelay:.2,threshold:0,tokenization:\"word\",transition:transition9,trigger:\"onInView\",type:\"appear\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-60,y:0};const transition10={bounce:.2,delay:0,duration:.6,type:\"spring\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:-60,y:0};const transition11={bounce:.2,delay:1.1,duration:1,type:\"spring\"};const transition12={bounce:.2,delay:1.3,duration:1,type:\"spring\"};const getContainer=()=>{return document.querySelector(\"#template-overlay\")??document.querySelector(\"#overlay\")??document.body;};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"nlGOhPrth\",Phone:\"mDNN1KoY8\",Tablet:\"V0_0uFQYe\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"nlGOhPrth\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,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);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const beTNrpQS43bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(!isBrowser())return true;if([\"V0_0uFQYe\",\"mDNN1KoY8\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"mDNN1KoY8\")return true;return false;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"V0_0uFQYe\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"mDNN1KoY8\")return false;return true;};const elementId=useRouteElementId(\"chBAyG7NJ\");const ref1=React.useRef(null);const elementId1=useRouteElementId(\"nzs25Nf9r\");const ref2=React.useRef(null);const ref3=React.useRef(null);const elementId2=useRouteElementId(\"NzYjCfyTp\");const elementId3=useRouteElementId(\"sn8_ojokq\");const ref4=React.useRef(null);const elementId4=useRouteElementId(\"wO_uE1MAo\");const ref5=React.useRef(null);const isDisplayed4=()=>{if(!isBrowser())return true;if(baseVariant===\"V0_0uFQYe\")return false;return true;};const elementId5=useRouteElementId(\"N2t6r5A7z\");const ref6=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"nlGOhPrth\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(248, 244, 238); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1ctji0q\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-xk7sj-container\",nodeId:\"fqYwRCd8W\",scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"BXvwEGwFj\"},V0_0uFQYe:{variant:\"H5chVRB2k\"}},children:/*#__PURE__*/_jsx(Navigation9,{height:\"100%\",id:\"fqYwRCd8W\",layoutId:\"fqYwRCd8W\",style:{width:\"100%\"},variant:\"BC7JUE2iL\",width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-rucyss\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"},className:\"framer-seefbg\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wfzoym\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+110+0+0+0),pixelHeight:310,pixelWidth:2700,sizes:\"300px\",src:\"https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png\",srcSet:\"https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=512 512w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png 2700w\"}}},children:/*#__PURE__*/_jsxs(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:310,pixelWidth:2700,sizes:\"330px\",src:\"https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png\",srcSet:\"https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=512 512w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QPT63ILgpnCtdMlAHfvaHY9tMI.png 2700w\"},className:\"framer-xzy7wl\",\"data-framer-appear-id\":\"xzy7wl\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+110+0+0+0+6.5),pixelHeight:1080,pixelWidth:1080,sizes:\"21px\",src:\"https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png\",srcSet:\"https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png?scale-down-to=512 512w,https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"21px\",src:\"https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png\",srcSet:\"https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png?scale-down-to=512 512w,https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gK0Kb94hTM12L330g1dKaemZZOE.png 1080w\"},className:\"framer-uhvdk8\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-style\":\"normal\"},children:\"F\\xfcr \"}),\"beruflich erfolgreiche\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-style\":\"normal\"},children:\" Frauen\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-style\":\"normal\"},children:\"F\\xfcr \"}),\"beruflich erfolgreiche\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-style\":\"normal\"},children:\" Frauen\"})]})}),className:\"framer-oc3eh5\",fonts:[\"GF;Playfair Display-500italic\",\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[\"Wie du dein \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Wohlf\\xfchlgewicht\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"\\xa0\"}),\"erreichst und Stress ab sofort \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"mit Leichtigkeit\"}),\" meisterst\"]})}),fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"]}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"33px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"Wie du dein \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS03MDBpdGFsaWM=\",\"--framer-font-size\":\"40px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Wohlf\\xfchlgewicht\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-size\":\"40px\",\"--framer-font-style\":\"italic\"},children:\"\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\"erreichst und Stress ab sofort \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS03MDBpdGFsaWM=\",\"--framer-font-size\":\"40px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"700\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"mit Leichtigkei\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-size\":\"40px\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"t\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"40px\"},children:\" meisterst\"})]})}),className:\"framer-8zrsrd\",\"data-framer-appear-id\":\"8zrsrd\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-700italic\",\"GF;Playfair Display-600italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Lerne, wie du deine Disziplin aus dem Job auch f\\xfcr\\xa0deinen K\\xf6rper & deine Gesundheit anwendest, um \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"endg\\xfcltig\\xa0abzunehmen\"}),\" & dich wieder \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"wohl in deinem K\\xf6rper zu f\\xfchlen\"}),\".\"]})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Lerne, wie du deine Disziplin aus dem Job auch f\\xfcr\\xa0deinen K\\xf6rper & deine Gesundheit \",/*#__PURE__*/_jsx(\"br\",{}),\"anwendest, um \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"endg\\xfcltig\\xa0abzunehmen\"}),\" & dich wieder \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"wohl in deinem K\\xf6rper zu f\\xfchlen\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[\"Lerne, wie du deine Disziplin aus dem Job auch f\\xfcr\\xa0deinen K\\xf6rper & deine Gesundheit \",/*#__PURE__*/_jsx(\"br\",{}),\"anwendest, um \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"endg\\xfcltig\\xa0abzunehmen\"}),\" & dich wieder \",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"wohl in deinem K\\xf6rper zu f\\xfchlen\"}),\".\"]})}),className:\"framer-pxgb8o\",\"data-framer-appear-id\":\"pxgb8o\",fonts:[\"GF;Lexend-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-12i27eg\",\"data-framer-appear-id\":\"12i27eg\",initial:animation1,optimized:true,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-bvcldj\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{height:70,width:\"310px\",y:(componentViewport?.y||0)+0+0+110+0+0+184.2+10+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"380px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16pam3j-container\",nodeId:\"HMp5vxwtb\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"oYunPS6Cb\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"HMp5vxwtb\",layoutId:\"HMp5vxwtb\",style:{height:\"100%\",width:\"100%\"},variant:\"tma2X6ueA\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{animate:animation6,initial:animation1,optimized:true},V0_0uFQYe:{animate:animation6,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-jecfgq\",\"data-framer-appear-id\":\"jecfgq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+0+110+0+0+184.2+10+70+13.5),pixelHeight:330,pixelWidth:975,sizes:\"83px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:330,pixelWidth:975,sizes:\"98px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"},className:\"framer-1h7pws7\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[\"Nur noch \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"wenige Pl\\xe4tze\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS1yZWd1bGFy\",\"--framer-font-weight\":\"400\"},children:\" \"}),\"verf\\xfcgbar\"]})}),className:\"framer-xoag9n\",fonts:[\"GF;Playfair Display-500\",\"GF;Playfair Display-500italic\",\"GF;Playfair Display-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1400,pixelWidth:2400,sizes:\"1200px\",src:\"https://framerusercontent.com/images/IiT0ujwyqZhD7dSCD2oNYd38k.png\",srcSet:\"https://framerusercontent.com/images/IiT0ujwyqZhD7dSCD2oNYd38k.png?scale-down-to=512 512w,https://framerusercontent.com/images/IiT0ujwyqZhD7dSCD2oNYd38k.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IiT0ujwyqZhD7dSCD2oNYd38k.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/IiT0ujwyqZhD7dSCD2oNYd38k.png 2400w\"},className:\"framer-1v1u25d hidden-qis6fx hidden-27ee9p\"}),isDisplayed()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png\",srcSet:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png 8192w\"},className:\"framer-p7xlgl hidden-qis6fx hidden-27ee9p\"})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1wje5mj hidden-1ctji0q hidden-qis6fx\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+449.2+0+0),pixelHeight:4800,pixelWidth:3900,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png\",srcSet:\"https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=1024 832w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=2048 1664w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=4096 3328w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png 3900w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:4800,pixelWidth:3900,src:\"https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png\",srcSet:\"https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=1024 832w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=2048 1664w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png?scale-down-to=4096 3328w,https://framerusercontent.com/images/KYnjB5FpBK581nqbSnEF3M26B4Y.png 3900w\"},className:\"framer-glzwfi\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+449.2+0+0+0+375),pixelHeight:341,pixelWidth:8192,sizes:\"390px\",src:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png\",srcSet:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,src:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png\",srcSet:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png 8192w\"},className:\"framer-1y8eqgb hidden-1ctji0q\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0FzdHJvbG92ZSBGcmVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Astrolove Free Regular\", \"Astrolove Free Regular Placeholder\", sans-serif',\"--framer-font-size\":\"55px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Timo Feddeck\"})}),className:\"framer-12aybsr\",effect:textEffect,fonts:[\"CUSTOM;Astrolove Free Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+449.2+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"},className:\"framer-1vro169\"})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1qhovup hidden-1ctji0q hidden-27ee9p\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"},className:\"framer-dp6xbk\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:440,pixelWidth:810,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png\",srcSet:\"https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png 810w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:440,pixelWidth:810,src:\"https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png\",srcSet:\"https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png?scale-down-to=512 512w,https://framerusercontent.com/images/Z6g04RebFhjVeV62k18kWAof3M.png 810w\"},className:\"framer-1vudx11\",children:[isDisplayed2()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png\",srcSet:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,src:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png\",srcSet:\"https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZCifYabkvcCHkGBp6WosaCeeb4.png 8192w\"},className:\"framer-4bruq0 hidden-1ctji0q\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"Q1VTVE9NO0FzdHJvbG92ZSBGcmVlIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Astrolove Free Regular\", \"Astrolove Free Regular Placeholder\", sans-serif',\"--framer-font-size\":\"65px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Timo Feddeck\"})}),className:\"framer-ihc74x\",effect:textEffect,fonts:[\"CUSTOM;Astrolove Free Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-92cpej\",\"data-framer-name\":\"Blog\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-184qo4k\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+-695),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-4d4q6f\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1o664uw\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+60+0+0+0),pixelHeight:370,pixelWidth:1540,sizes:\"160px\",src:\"https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png\",srcSet:\"https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png?scale-down-to=512 512w,https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png 1540w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:370,pixelWidth:1540,sizes:\"154px\",src:\"https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png\",srcSet:\"https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png?scale-down-to=512 512w,https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/mS9ROKRMMMocBkGklcV7pNlntM.png 1540w\"},className:\"framer-146h9yh\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Top 3 Gr\\xfcnde\"})}),className:\"framer-8xtbav\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[\"Warum \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"beruflich\\xa0erfolgreiche Frauen\"}),\" beim\\xa0Abnehmen scheitern\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[\"Warum \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"beruflich\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"erfolgreiche Frauen\"}),\" beim\\xa0\",/*#__PURE__*/_jsx(\"br\",{}),\"Abnehmen scheitern:\"]})}),className:\"framer-1vzch9i\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-boo5nj\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ieed39\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+60+123.4+0+0+20+0),pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png\",srcSet:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=512 512w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 20px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png\",srcSet:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=512 512w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png\",srcSet:\"https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=512 512w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/enqM5nIe3uOSyD2nwii0rRGa0Cc.png 1080w\"},className:\"framer-2rxpoi\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Zu wenig Zeit f\\xfcr sich selbst\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Zu wenig Zeit f\\xfcr sich selbst\"})}),className:\"framer-17wb76p\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Dein stressiger Job und die vielen Verpflichtungen lassen dir kaum Zeit, um dich um deine Gesundheit und Ern\\xe4hrung zu k\\xfcmmern.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Dein stressiger Job und die vielen Verpflichtungen lassen dir kaum Zeit, um dich um deine Gesundheit und Ern\\xe4hrung zu k\\xfcmmern.\"})}),className:\"framer-flj00o\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-guew6y\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+60+123.4+0+517+20+0),pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png\",srcSet:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=512 512w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 20px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png\",srcSet:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=512 512w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png\",srcSet:\"https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=512 512w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/t8O9nI2mq6nmnIglOjvu7gLsbGs.png 1080w\"},className:\"framer-1nv8tkh\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Keine nachhaltigen L\\xf6sungen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Keine nachhaltigen L\\xf6sungen\"})}),className:\"framer-19toafw\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Die Di\\xe4ten, die du ausprobiert hast, haben kurzfristig funktioniert, aber keiner dieser Ans\\xe4tze konnte langfristig in deinen vollen Terminkalender integriert werden.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Die Di\\xe4ten, die du ausprobiert hast, haben kurzfristig funktioniert, aber keiner dieser Ans\\xe4tze konnte langfristig in deinen vollen Terminkalender integriert werden.\"})}),className:\"framer-s8b74n\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1yf3b1y\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+60+123.4+0+1034+20+0),pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png\",srcSet:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=512 512w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:`calc(min(${componentViewport?.width||\"100vw\"} - 20px, 1400px) - 30px)`,src:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png\",srcSet:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=512 512w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png\",srcSet:\"https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=512 512w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/qyykNPsxqBgxHXHAh4InT8e5j8.png 1080w\"},className:\"framer-1hxjqhj\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Der Jo-Jo-Effekt\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-b9c3c957-2c66-49c4-9732-fa196fddac20, rgb(0, 17, 34))\"},children:\"Der Jo-Jo-Effekt\"})}),className:\"framer-aq4wun\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"9px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Du hast immer wieder di\\xe4tische R\\xfcckschl\\xe4ge erlitten, weil dir die Kontrolle \\xfcber den Prozess und die passende Strategie gefehlt haben, die zu deinem Lebensstil passt.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7SW50ZXItNTAw\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(34, 35, 32)\"},children:\"Du hast immer wieder di\\xe4tische R\\xfcckschl\\xe4ge erlitten, weil dir die Kontrolle \\xfcber den Prozess und die passende Strategie gefehlt haben, die zu deinem Lebensstil passt.\"})}),className:\"framer-b3io4i\",fonts:[\"GF;Inter-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16rsaf3\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lu73xy hidden-27ee9p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xcscsm-container\",nodeId:\"Z0mXQ3a32\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"Z0mXQ3a32\",layoutId:\"Z0mXQ3a32\",variant:\"tma2X6ueA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{animate:animation6,initial:animation1,optimized:true},V0_0uFQYe:{animate:animation6,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1jcxbwj\",\"data-framer-appear-id\":\"1jcxbwj\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+874.2+60+1699.4+10+70+13.5),pixelHeight:330,pixelWidth:975,sizes:\"83px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:330,pixelWidth:975,sizes:\"98px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"},className:\"framer-1tbztu2\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Nur noch \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"wenige Pl\\xe4tze\"}),\" verf\\xfcgbar\"]})}),className:\"framer-4hc4sr\",fonts:[\"GF;Playfair Display-500\",\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{height:70,width:\"310px\",y:(componentViewport?.y||0)+0+874.2+60+1699.4+10+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-16p5xk4-container hidden-1ctji0q hidden-qis6fx\",nodeId:\"trnFjp_9t\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"trnFjp_9t\",layoutId:\"trnFjp_9t\",style:{height:\"100%\",width:\"100%\"},variant:\"oYunPS6Cb\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1tga78g\",\"data-framer-name\":\"Deine Situation\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-iu2vfd\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2788.6+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-1cc4uvj\"})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6gbood\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[\"Kommt dir das \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"bekannt\"}),\" vor?\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[\"Kommt dir das \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"bekannt\"}),\" vor?\"]})}),className:\"framer-je8h0a\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"In deinem Job bringst du viel Disziplin auf & hast\\xa0\"}),/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"alles im Griff, aber beim Abnehmen geht einfach nichts voran:\"})]}),className:\"framer-u2387\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pyyax8\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kk4d2e\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1cc7z6i\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2788.6+50+138.4+0+0+10+0+0),pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png\",srcSet:\"https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png\",srcSet:\"https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png?scale-down-to=512 512w,https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ANwsIESPUmJ0EvUBVN1LUa9SZnk.png 1080w\"},className:\"framer-x47y5l\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Der Blick in den Spiegel\"})}),className:\"framer-1xji2ns\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Du stehst morgens vor dem Spiegel, schaust dich an und bist unzufrieden mit dir & deinem K\\xf6rper.\"})}),className:\"framer-1mmd40z\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ohavd8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-107ziqe\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2788.6+50+138.4+0+105.2+10+0+0),pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png\",srcSet:\"https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png\",srcSet:\"https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png?scale-down-to=512 512w,https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TMSXWB1CA68ERgcuY7n1S1s.png 1080w\"},className:\"framer-1v5z34g\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Wenig Zeit im Alltag\"})}),className:\"framer-1sqmbmr\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Der Stress im Job l\\xe4sst dir kaum Zeit f\\xfcr gesunde Routinen, und du fragst dich, ob du jemals abnehmen wirst.\"})}),className:\"framer-l0vyxw\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1wwhjur\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kjc763\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2788.6+50+138.4+0+210.4+10+0+0),pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png\",srcSet:\"https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png?scale-down-to=512 512w,https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"30px\",src:\"https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png\",srcSet:\"https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png?scale-down-to=512 512w,https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/5rfWWIUhI3CjiS5GfAvSTgj8cwo.png 1080w\"},className:\"framer-1nrs92a\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Klamottenfrust\"})}),className:\"framer-1mwkuu8\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:\"Deine Lieblingsklamotten passen nicht mehr und du sehnst dich danach, wieder darin zu strahlen.\"})}),className:\"framer-1xdu5cq\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-85bp6w\",\"data-framer-name\":\"Main\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png\",srcSet:\"https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=512 512w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/x06tPqRhkeAqvwbjW2DoLQeUaE.png 1200w\"},className:\"framer-f55va3\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ti5dqz\",\"data-framer-name\":\"Spacer\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4e5she\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"Warum dich der Jo-JoEffekt \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\"nach\\xa0einer Di\\xe4t \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-size\":\"26px\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"immer wieder einholt\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"26px\"},children:\":\"})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[\"Warum dich der Jo-JoEffekt \",/*#__PURE__*/_jsx(\"br\",{}),\"nach\\xa0einer Di\\xe4t \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"immer wieder einholt\"}),\":\"]})}),className:\"framer-vveir9\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Egal, wie viele Di\\xe4ten du noch ausprobierst,\\xa0ohne eine \",/*#__PURE__*/_jsx(\"br\",{}),\"nachhaltige, langfristige L\\xf6sung\\xa0bleibt dieser Kreislauf bestehen.\"]})}),className:\"framer-1govptq\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8rap8r\",\"data-framer-name\":\"Example 1\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lcw18g\",\"data-framer-name\":\"Sticky\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1nyhy39\",\"data-framer-name\":\"Images Wrap\",children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}},{ref:ref3,target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:-1635,y:0}}],__framer__transformTrigger:\"onScrollTarget\",__framer__transformViewportThreshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1w5tb5c\",\"data-framer-name\":\"Images\",style:{transformPerspective:500},children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1q9w4ub\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png\",srcSet:\"https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png?scale-down-to=512 512w,https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png\",srcSet:\"https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png?scale-down-to=512 512w,https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/gSzoT1jGynzCVEwXOHhFwBdZqc4.png 1080w\"},className:\"framer-dds25f\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-vxso30\",\"data-framer-appear-id\":\"vxso30\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 1\"})}),className:\"framer-q80gf0\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-he1ean\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Schneller Erfolg\"})}),className:\"framer-enypq\",effect:textEffect1,fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Zu Beginn der Di\\xe4t verlierst du schnell Gewicht und f\\xfchlst dich gro\\xdfartig, was deine Motivation verst\\xe4rkt.\"})}),className:\"framer-1u7qaak\",effect:textEffect,fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1x3mft6\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png\",srcSet:\"https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png?scale-down-to=512 512w,https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png\",srcSet:\"https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png?scale-down-to=512 512w,https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/GFU9ETdtSolgEy22vvP5CGNTEHw.png 1080w\"},className:\"framer-1y2ysxa\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-10qjg9q\",\"data-framer-appear-id\":\"10qjg9q\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 2\"})}),className:\"framer-1dt1u6w\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3wg28d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:[\"Verzicht \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGlicmUgQmFza2VydmlsbGUtcmVndWxhcg==\",\"--framer-font-family\":'\"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\"},children:\"&\"}),\" Frustration\"]})}),className:\"framer-dlq1q9\",effect:textEffect1,fonts:[\"GF;Playfair Display-500italic\",\"GF;Libre Baskerville-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Der st\\xe4ndige Verzicht auf Lieblingsspeisen wird schwer und frustriert dich, was zu Hei\\xdfhungerattacken f\\xfchrt.\"})}),className:\"framer-11x777j\",effect:textEffect,fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-potdak\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png\",srcSet:\"https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png?scale-down-to=512 512w,https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png\",srcSet:\"https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png?scale-down-to=512 512w,https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/PActcsvqWSsUeLLkOFpMb5FQs4.png 1080w\"},className:\"framer-1thykx5\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-1nasw5l\",\"data-framer-appear-id\":\"1nasw5l\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 3\"})}),className:\"framer-cb7eic\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6zfq8c\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:[\"R\\xfcckfall \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGlicmUgQmFza2VydmlsbGUtcmVndWxhcg==\",\"--framer-font-family\":'\"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\"},children:\"&\"}),\" Schuldgef\\xfchle\"]})}),className:\"framer-1bqwn2v\",effect:textEffect1,fonts:[\"GF;Playfair Display-500italic\",\"GF;Libre Baskerville-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Du brichst die Di\\xe4t und g\\xf6nnst dir wieder, was du vermisst hast, was zu einem schnellen Gewichtszuwachs f\\xfchrt.\"})}),className:\"framer-v45xdd\",effect:textEffect,fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ghb1gf\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png\",srcSet:\"https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png\",srcSet:\"https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png?scale-down-to=512 512w,https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ueEfWCQC9JcEk1RP7QgBPqZe7ZA.png 1080w\"},className:\"framer-km5i5y\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-pekfk0\",\"data-framer-appear-id\":\"pekfk0\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 4\"})}),className:\"framer-s8502l\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-f999ci\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Schnelle Zunahme\"})}),className:\"framer-6y334k\",fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Dein K\\xf6rper speichert die Kalorien als Fett, und du nimmst das verlorene Gewicht (oft mehr als zuvor) wieder zu.\"})}),className:\"framer-1az6dua\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1c26qhw\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png\",srcSet:\"https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png\",srcSet:\"https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Vhrbu28yhhxwWyx2kB01nhanqo.png 1080w\"},className:\"framer-fh154u\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-sr2ocn\",\"data-framer-appear-id\":\"sr2ocn\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 5\"})}),className:\"framer-145gxjh\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-mgawfl\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Frustration und Zweifel\"})}),className:\"framer-wnz8f1\",fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Du f\\xfchlst dich entmutigt und fragst dich, warum du die Disziplin im Job nicht auch f\\xfcr deine Gesundheit aufbringen kannst.\"})}),className:\"framer-t2c67b\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f4i5p9\",\"data-framer-name\":\"Card\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0),pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png\",srcSet:\"https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"290px\",src:\"https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png\",srcSet:\"https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png?scale-down-to=512 512w,https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/TS2J9PrWwNIFETPhFMWrvJfx0Q.png 1080w\"},className:\"framer-g9kl58\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3327.6+0+167.4+0+0+100+0+187.5+-16+20+0+20),pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"}}},children:/*#__PURE__*/_jsx(ImageWithOptimizedAppearEffect,{animate:animation,background:{alt:\"\",fit:\"fill\",pixelHeight:210,pixelWidth:740,sizes:\"74px\",src:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png\",srcSet:\"https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png?scale-down-to=512 512w,https://framerusercontent.com/images/lsdQXXwUYynnIcCXn436hrnIzM.png 740w\"},className:\"framer-7zf1m8\",\"data-framer-appear-id\":\"7zf1m8\",\"data-framer-name\":\"Button\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:\"Phase 6\"})}),className:\"framer-wcqipx\",fonts:[\"GF;Playfair Display-500\"],verticalAlignment:\"top\",withExternalLayout:true})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zkna2d\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"Der Zyklus beginnt erneut\"})}),className:\"framer-13u1tny\",fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Du f\\xe4ngst erneut eine Di\\xe4t an, nur um wieder in denselben Teufelskreis zur\\xfcckzufallen.\"})}),className:\"framer-xsr0na\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-k2oiq\",\"data-framer-name\":\"Trigger\",id:elementId2,ref:ref3})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12o5mir\",\"data-framer-name\":\"\\xdcber mich\",id:elementId3,ref:ref4,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6495+0+0),pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png\",srcSet:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=512 512w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png 8192w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png\",srcSet:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=512 512w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png\",srcSet:\"https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=512 512w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/iGTfEG614ic2t4ogGjdR2bM5rng.png 8192w\"},className:\"framer-19jvuwm\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-bgpla1\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6495+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-g68k2s\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xgvbrb\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1shj0ij\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Verschwende deine Energie nicht mit einer weiteren Di\\xe4t...\"})}),className:\"framer-1og9mjp\",fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Lerne, wie du dein\\xa0\"}),\"Wohlf\\xfchlgewicht nachhaltig erreichst\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGlicmUgQmFza2VydmlsbGUtcmVndWxhcg==\",\"--framer-font-family\":'\"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" dein \"}),\"Stress-Level minimierst\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"Lerne, wie du dein\\xa0\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),\"Wohlf\\xfchlgewicht nachhaltig erreichst\",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGlicmUgQmFza2VydmlsbGUtcmVndWxhcg==\",\"--framer-font-family\":'\"Libre Baskerville\", \"Libre Baskerville Placeholder\", serif',\"--framer-font-style\":\"normal\",\"--framer-font-weight\":\"400\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\"&\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgb(0, 0, 0)\"},children:\" dein \"}),\"Stress-Level minimierst\"]})}),className:\"framer-8d5kl3\",fonts:[\"GF;Playfair Display-600italic\",\"GF;Playfair Display-600\",\"GF;Libre Baskerville-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1au37b1\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1npfm5z\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6495+0+100+0+96.8+0+0+0),pixelHeight:1350,pixelWidth:1080,sizes:`max(min(${componentViewport?.width||\"100vw\"}, 1400px) - 40px, 1px)`,src:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg\",srcSet:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:`max(min(${componentViewport?.width||\"100vw\"} - 40px, 1400px) - 335px, 1px)`,src:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg\",srcSet:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg 1080w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:\"455px\",src:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg\",srcSet:\"https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/OlWdaeQNs9UwkHYa0Isz5GMqsD8.jpg 1080w\"},className:\"framer-1djk28\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+6495+0+100+0+96.8+0+0+0+0+330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1eo7yjy-container\",nodeId:\"jJyKpYS3p\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"RjTurULhz\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"jJyKpYS3p\",layoutId:\"jJyKpYS3p\",variant:\"qLaFwD8cL\",width:\"100%\"})})})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-750voz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6495+0+100+0+96.8+0+445+0+0),pixelHeight:2750,pixelWidth:3250,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,src:\"https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png\",srcSet:\"https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png 3250w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fit\",pixelHeight:2750,pixelWidth:3250,positionX:\"center\",positionY:\"center\",sizes:\"325px\",src:\"https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png\",srcSet:\"https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=512 512w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/4z2hHM8cF7bwwX8jwuNY0iBQxM.png 3250w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fit\",pixelHeight:2775,pixelWidth:4550,positionX:\"center\",positionY:\"center\",sizes:\"455px\",src:\"https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png\",srcSet:\"https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZYVWuLpZuJdE1366pCGs9j0gI.png 4550w\"},className:\"framer-1udxg9n\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+6495+0+100+0+96.8+0+445+0+300),pixelHeight:2750,pixelWidth:3250,positionX:\"center\",positionY:\"center\",sizes:`min(${componentViewport?.width||\"100vw\"}, 1400px)`,src:\"https://framerusercontent.com/images/MfY4okWAId2b3IUY04PDf6HWGo.png\",srcSet:\"https://framerusercontent.com/images/MfY4okWAId2b3IUY04PDf6HWGo.png?scale-down-to=512 512w,https://framerusercontent.com/images/MfY4okWAId2b3IUY04PDf6HWGo.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/MfY4okWAId2b3IUY04PDf6HWGo.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/MfY4okWAId2b3IUY04PDf6HWGo.png 3250w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:2750,pixelWidth:3250,sizes:\"325px\",src:\"https://framerusercontent.com/images/QTV1tnVLKVISBr1e0zRHcEgWXgA.png\",srcSet:\"https://framerusercontent.com/images/QTV1tnVLKVISBr1e0zRHcEgWXgA.png?scale-down-to=512 512w,https://framerusercontent.com/images/QTV1tnVLKVISBr1e0zRHcEgWXgA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/QTV1tnVLKVISBr1e0zRHcEgWXgA.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/QTV1tnVLKVISBr1e0zRHcEgWXgA.png 3250w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:2775,pixelWidth:4550,sizes:\"455px\",src:\"https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png\",srcSet:\"https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png?scale-down-to=512 512w,https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/ZxW9SxCVScDtqleY32M7lUXmE.png 4550w\"},className:\"framer-1od9h1c\"})})]})]})]})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-1mpqbul\",\"data-framer-name\":\"Header\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rbniob\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7786.8+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-ehb7vr\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"F\\xfcr wen\"}),\" wurde die \",/*#__PURE__*/_jsx(\"br\",{}),\"SELF-Methode entwickelt?\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"F\\xfcr wen\"}),\" wurde die \",/*#__PURE__*/_jsx(\"br\",{}),\"SELF-Methode entwickelt?\"]})}),className:\"framer-16s6e3r\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11tlw7m\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-vqn41z\",\"data-framer-name\":\"section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7786.8+60+56.4+0+0+60+0),pixelHeight:832,pixelWidth:1216,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,src:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png\",srcSet:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=512 512w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png 1216w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:832,pixelWidth:1216,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 100px, 1200px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png\",srcSet:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=512 512w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png 1216w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:832,pixelWidth:1216,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png\",srcSet:\"https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=512 512w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/9wHQA6QuhovgzgzRn9QYS6Sig.png 1216w\"},className:\"framer-swhmzp\",\"data-framer-name\":\"pic\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-vh59ig\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr Frauen in F\\xfchrungspositionen\"})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr Frauen in F\\xfchrungspositionen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr Frauen in F\\xfchrungspositionen\"})}),className:\"framer-coyva7\",effect:textEffect1,fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode wurde speziell f\\xfcr beruflich erfolgreiche Frauen entwickelt, die ihre Disziplin aus dem Job auf ihre Gesundheit \\xfcbertragen m\\xf6chten und endlich nachhaltig abnehmen wollen.\"})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode wurde speziell f\\xfcr beruflich erfolgreiche Frauen entwickelt, die ihre Disziplin aus dem Job auf ihre Gesundheit \\xfcbertragen m\\xf6chten und endlich nachhaltig abnehmen wollen.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode wurde speziell f\\xfcr beruflich erfolgreiche Frauen entwickelt, die ihre Disziplin aus dem Job auf ihre Gesundheit \\xfcbertragen m\\xf6chten und endlich nachhaltig abnehmen wollen.\"})}),className:\"framer-18xirc3\",effect:textEffect,fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1dj2396\",\"data-framer-name\":\"section\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7786.8+60+56.4+0+533.2+60+0),pixelHeight:832,pixelWidth:1216,sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 1200px)`,src:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png\",srcSet:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png 1216w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:832,pixelWidth:1216,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 100px, 1200px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png\",srcSet:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png 1216w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation9,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:832,pixelWidth:1216,sizes:`max((min(${componentViewport?.width||\"100vw\"} - 200px, 1200px) - 60px) / 2, 1px)`,src:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png\",srcSet:\"https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=512 512w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/2tOeJbH3Ep3XSaJT5a8tIebk.png 1216w\"},className:\"framer-k43z5d\",\"data-framer-name\":\"pic\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dvtplx\",\"data-framer-name\":\"text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr selbstst\\xe4ndige Unternehmerinnen\"})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"22px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr selbstst\\xe4ndige Unternehmerinnen\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"28px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"center\"},children:\"F\\xfcr selbstst\\xe4ndige Unternehmerinnen\"})}),className:\"framer-w0izg\",effect:textEffect1,fonts:[\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode ist ideal f\\xfcr selbstst\\xe4ndige Unternehmerinnen, die trotz stressigem Alltag und hoher Verantwortung ihr Wohlf\\xfchlgewicht erreichen m\\xf6chten \u2013 ohne Verzicht und st\\xe4ndige R\\xfcckf\\xe4lle.\"})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode ist ideal f\\xfcr selbstst\\xe4ndige Unternehmerinnen, die trotz stressigem Alltag und hoher Verantwortung ihr Wohlf\\xfchlgewicht erreichen m\\xf6chten \u2013 ohne Verzicht und st\\xe4ndige R\\xfcckf\\xe4lle.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-line-height\":\"150%\",\"--framer-text-alignment\":\"center\"},children:\"Die SELF-Methode ist ideal f\\xfcr selbstst\\xe4ndige Unternehmerinnen, die trotz stressigem Alltag und hoher Verantwortung ihr Wohlf\\xfchlgewicht erreichen m\\xf6chten \u2013 ohne Verzicht und st\\xe4ndige R\\xfcckf\\xe4lle.\"})}),className:\"framer-c4jfbu\",effect:textEffect,fonts:[\"GF;Lexend-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qbg77k\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-ebh1f9 hidden-27ee9p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-bpbfvv-container\",nodeId:\"qc0cd3I4g\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"qc0cd3I4g\",layoutId:\"qc0cd3I4g\",variant:\"tma2X6ueA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{animate:animation6,initial:animation1,optimized:true},V0_0uFQYe:{animate:animation6,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1mpvbn6\",\"data-framer-appear-id\":\"1mpvbn6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+7786.8+60+1142.8+10+70+13.5),pixelHeight:330,pixelWidth:975,sizes:\"83px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:330,pixelWidth:975,sizes:\"98px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"},className:\"framer-46i82y\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Nur noch \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"wenige Pl\\xe4tze \"}),\"verf\\xfcgbar\"]})}),className:\"framer-u2eqja\",fonts:[\"GF;Playfair Display-500\",\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{height:70,width:\"310px\",y:(componentViewport?.y||0)+0+7786.8+60+1142.8+10+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1k4q3xm-container hidden-1ctji0q hidden-qis6fx\",nodeId:\"IeXFD2fk8\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"IeXFD2fk8\",layoutId:\"IeXFD2fk8\",style:{height:\"100%\",width:\"100%\"},variant:\"oYunPS6Cb\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-uqohdi\",\"data-framer-name\":\"Grid 1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png\",srcSet:\"https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png?scale-down-to=512 512w,https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png\",srcSet:\"https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png?scale-down-to=512 512w,https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/4G1RMW4wtMGzDZ2amz7D97I284.png 1200w\"},className:\"framer-kw1b7q\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Die SELF-Methode\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),\"erm\\xf6glicht es dir:\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Die SELF-Methode\"}),\" \",/*#__PURE__*/_jsx(\"br\",{}),\"erm\\xf6glicht es dir:\"]})}),className:\"framer-1jtn9pp\",fonts:[\"GF;Playfair Display-500italic\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-150natt\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pbyn3r\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+0+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png\",srcSet:\"https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png\",srcSet:\"https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png?scale-down-to=512 512w,https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/Vbs5BbmI4F4kv3MUwDhcGs05z8A.png 1080w\"},className:\"framer-15nvk5x\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Endlich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"dein Wunschgewicht\"}),\" zu erreichen und langfristig zu halten\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Endlich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"dein Wunschgewicht\"}),\" zu erreichen und langfristig zu halten\"]})}),className:\"framer-158numm\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cptgpn\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+144.6+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png\",srcSet:\"https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png?scale-down-to=512 512w,https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png\",srcSet:\"https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png?scale-down-to=512 512w,https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/3mfApAEkvGvgPzCjixZaPDPLGA.png 1080w\"},className:\"framer-utfx2a\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Die Kleidung zu tragen, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"die dir wirklich gef\\xe4llt\"}),\" und in der du dich wohlf\\xfchlst\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Die Kleidung zu tragen, \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"die dir wirklich gef\\xe4llt\"}),\" und in der du dich wohlf\\xfchlst\"]})}),className:\"framer-1ihuo5f\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kwal0u\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+289.2+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png\",srcSet:\"https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png?scale-down-to=512 512w,https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png\",srcSet:\"https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png?scale-down-to=512 512w,https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/nDXLTbSDUGGyqTSNcFFaN8sFxAE.png 1080w\"},className:\"framer-7k19xh\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Mit Leichtigkeit in den Tag zu starten & dich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"fit im Alltag\"}),\" f\\xfchlen\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Mit Leichtigkeit in den Tag zu starten & dich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"fit im Alltag\"}),\" f\\xfchlen\"]})}),className:\"framer-1l0vb34\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-k2m0a3\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+433.8+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png\",srcSet:\"https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png?scale-down-to=512 512w,https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png\",srcSet:\"https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png?scale-down-to=512 512w,https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/cUdGojKftiLxQgjqNsiWyXJz1AM.png 1080w\"},className:\"framer-84us09\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"Deine Lieblingsspeisen zu genie\\xdfen\"}),\", ohne sp\\xe4ter ein schlechtes Gewissen zu haben\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"Deine Lieblingsspeisen zu genie\\xdfen\"}),\", ohne sp\\xe4ter ein schlechtes Gewissen zu haben\"]})}),className:\"framer-ka92hn\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1e0tygi\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+578.4+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png\",srcSet:\"https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png?scale-down-to=512 512w,https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png\",srcSet:\"https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png?scale-down-to=512 512w,https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/OKxqz0le3WqKp6SbKsBXqqhtT8.png 1080w\"},className:\"framer-jr0vpo\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Deinen Alltag deutlich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"beweglicher & fitter\"}),\" zu bestreiten\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Deinen Alltag deutlich \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"beweglicher & fitter\"}),\" zu bestreiten\"]})}),className:\"framer-g40dtb\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-4f7tcr\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+76.4+0+723+10+0),pixelHeight:1080,pixelWidth:1080,sizes:\"75px\",src:\"https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png\",srcSet:\"https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png?scale-down-to=512 512w,https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png 1080w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1080,pixelWidth:1080,sizes:\"85px\",src:\"https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png\",srcSet:\"https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png?scale-down-to=512 512w,https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/44ZXOBCOSXvd9NIOHjELMHJMpI.png 1080w\"},className:\"framer-cim7ts\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Ein \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"positives Vorbild\"}),\" f\\xfcr deine Mitarbeiter, Familie & Freunde zu sein\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h3\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\"},children:[\"Ein \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLTUwMA==\",\"--framer-font-weight\":\"500\"},children:\"positives Vorbild\"}),\" f\\xfcr deine Mitarbeiter, Familie & Freunde zu sein\"]})}),className:\"framer-rsvhh2\",fonts:[\"GF;Lexend-regular\",\"GF;Lexend-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1mob0uy\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1qdr5fx hidden-27ee9p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-188gfxo-container\",nodeId:\"quh9VUI23\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"quh9VUI23\",layoutId:\"quh9VUI23\",variant:\"tma2X6ueA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{animate:animation6,initial:animation1,optimized:true},V0_0uFQYe:{animate:animation6,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-shh1zs\",\"data-framer-appear-id\":\"shh1zs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+9184.6+90+964+0+90+13.5),pixelHeight:330,pixelWidth:975,sizes:\"83px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:330,pixelWidth:975,sizes:\"98px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"},className:\"framer-9j3oit\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Nur noch \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"wenige Pl\\xe4tze\"}),\" verf\\xfcgbar\"]})}),className:\"framer-1cqoyok\",fonts:[\"GF;Playfair Display-500\",\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{height:70,width:\"310px\",y:(componentViewport?.y||0)+0+9184.6+90+964+0+20}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-udu2ml-container hidden-1ctji0q hidden-qis6fx\",nodeId:\"v5jaBMHXe\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"v5jaBMHXe\",layoutId:\"v5jaBMHXe\",style:{height:\"100%\",width:\"100%\"},variant:\"oYunPS6Cb\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1wj86o8\",\"data-framer-name\":\"Teilnehmerstimmen\",id:elementId4,ref:ref5,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10423.6+0+0),pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png\",srcSet:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=512 512w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png 8192w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,src:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png\",srcSet:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=512 512w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png 8192w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:341,pixelWidth:8192,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png\",srcSet:\"https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=512 512w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=2048 2048w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png?scale-down-to=4096 4096w,https://framerusercontent.com/images/SmE2IRq2eAW8VukCSgQDKMzkag.png 8192w\"},className:\"framer-ilrbek\"})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-cgiqz7\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10423.6+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-1l691xc\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[\"Solche Erfolge k\\xf6nntest \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"du auch \"}),\"bald feiern:\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[\"Solche Erfolge k\\xf6nntest \",/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"du auch \"}),\"bald feiern:\"]})}),className:\"framer-mm89du\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jrdazm\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-fnlyw8\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10423.6+0+206.4+0+0+0+0),pixelHeight:1350,pixelWidth:1080,sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 100px)`,src:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg\",srcSet:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:`max(min(773px, ${componentViewport?.width||\"100vw\"}), 100px)`,src:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg\",srcSet:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg 1080w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:\"320px\",src:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg\",srcSet:\"https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/6XAOmXEpczGWEtPxx2r05m7QBg.jpg 1080w\"},className:\"framer-19jbsg5\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-u5k5qb\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Sylvia B.\"})}),className:\"framer-vombof\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"11px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"62 Jahre alt | Selbstst\\xe4ndig\"})}),className:\"framer-tjxp68\",fonts:[\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+10423.6+0+206.4+0+0+0+0+0+296},V0_0uFQYe:{height:50,width:\"225px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:\"275px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-blvp52-container\",id:\"blvp52\",nodeId:\"RMjxPwzg_\",scopeId:\"IukMfAQlK\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{variant:\"XaK6ovXrO\"}},children:/*#__PURE__*/_jsx(TestimonialSylvia,{beTNrpQS4:beTNrpQS43bnx0g({overlay}),height:\"100%\",id:\"RMjxPwzg_\",layoutId:\"RMjxPwzg_\",style:{height:\"100%\",width:\"100%\"},variant:\"X93jJQSNY\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-i6d7kz\"),\"data-framer-portal-id\":\"blvp52\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"qOOzRYhK5\"),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:cx(scopingClassNames,\"framer-1gl9nfh-container\"),\"data-framer-portal-id\":\"blvp52\",inComponentSlot:true,isModuleExternal:true,nodeId:\"wHMhrQp9R\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(YouTube,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"wHMhrQp9R\",isMixedBorderRadius:false,isRed:true,layoutId:\"wHMhrQp9R\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=OA8XRUAzycQ\",width:\"100%\"})})})]}),getContainer())})})]})})})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-3fohpd\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10423.6+0+206.4+0+406+0+0),pixelHeight:1350,pixelWidth:1080,sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 100px)`,src:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg\",srcSet:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:`max(min(773px, ${componentViewport?.width||\"100vw\"}), 100px)`,src:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg\",srcSet:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg 1080w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:\"320px\",src:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg\",srcSet:\"https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/GTqytXAu0bSLGUTcX9MpXeVPNQM.jpg 1080w\"},className:\"framer-18d9gyc\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-19gbac5\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Lupita S.\"})}),className:\"framer-1wbg7zq\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"11px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"34 Jahre alt | Schichtdienst\"})}),className:\"framer-1sz36rn\",fonts:[\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+10423.6+0+206.4+0+406+0+0+0+296},V0_0uFQYe:{height:50,width:\"225px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:65,width:\"275px\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1wymody-container\",id:\"1wymody\",nodeId:\"TqxFisSGj\",scopeId:\"IukMfAQlK\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{variant:\"H9JCbL8aH\"}},children:/*#__PURE__*/_jsx(TestimonialSylvia,{beTNrpQS4:beTNrpQS43bnx0g({overlay:overlay1}),height:\"100%\",id:\"TqxFisSGj\",layoutId:\"TqxFisSGj\",style:{height:\"100%\",width:\"100%\"},variant:\"WM3ItxVaE\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-17qgw9x\"),\"data-framer-portal-id\":\"1wymody\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"oH42JcKcs\"),isDisplayed4()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:`${cx(scopingClassNames,\"framer-1b6rine-container\")} hidden-qis6fx`,\"data-framer-portal-id\":\"1wymody\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"skSWJ5Ny6\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(YouTube1,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"skSWJ5Ny6\",isMixedBorderRadius:false,isRed:true,layoutId:\"skSWJ5Ny6\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=seuE8asFsV4&t=45s\",width:\"100%\"})})}),isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:`${cx(scopingClassNames,\"framer-1xfnfkd-container\")} hidden-1ctji0q hidden-27ee9p`,\"data-framer-portal-id\":\"1wymody\",inComponentSlot:true,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"sO8tJVyba\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(YouTube1,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,height:\"100%\",id:\"sO8tJVyba\",isMixedBorderRadius:false,isRed:true,layoutId:\"sO8tJVyba\",play:\"On\",shouldMute:false,style:{height:\"100%\",width:\"100%\"},thumbnail:\"Medium Quality\",topLeftRadius:0,topRightRadius:0,url:\"https://www.youtube.com/watch?v=seuE8asFsV4&t=45s\",width:\"100%\"})})})]}),getContainer())})})]})})})})})]})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__animate:{transition:transition2}}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-143lenp\",\"data-framer-name\":\"Card\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+10423.6+0+206.4+0+812+0+0),pixelHeight:1350,pixelWidth:1080,sizes:`max(${componentViewport?.width||\"100vw\"} - 40px, 100px)`,src:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg\",srcSet:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg 1080w\"}},V0_0uFQYe:{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:`max(min(773px, ${componentViewport?.width||\"100vw\"}), 100px)`,src:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg\",srcSet:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg 1080w\"}}},children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1350,pixelWidth:1080,sizes:\"320px\",src:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg\",srcSet:\"https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/jw3T1qQmNimXl2xUeerwrBgw.jpg 1080w\"},className:\"framer-ngmszg\",\"data-framer-name\":\"Content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1egtbdd\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Bist du die n\\xe4chste?\"})}),className:\"framer-iim3sd\",fonts:[\"GF;Playfair Display-600\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"11px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(207, 207, 207)\"},children:\"Ich w\\xfcrde mich freuen dich kennenzulernen!\"})}),className:\"framer-8088nb\",fonts:[\"GF;Playfair Display-600italic\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+10423.6+0+206.4+0+812+0+0+0+271}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qb89c6-container\",nodeId:\"KUFjj43eh\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{variant:\"QVunTJUb_\"}},children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"KUFjj43eh\",layoutId:\"KUFjj43eh\",variant:\"oYunPS6Cb\",width:\"100%\"})})})})})]})})})})]})]}),/*#__PURE__*/_jsxs(\"header\",{className:\"framer-kuslv5\",\"data-framer-name\":\"H\\xe4ufige Fragen\",id:elementId5,ref:ref6,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-rt463y\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11888+0),pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:700,pixelWidth:1200,sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png\",srcSet:\"https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=512 512w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/7L8MNzAZ7TX8sG01XlFxUYfFpjY.png 1200w\"},className:\"framer-r1zsc3\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pmqe2e\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1s52adu\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gd8djz\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xqrr15\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"26px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:[\"Hast du noch ungekl\\xe4rte \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Fragen\"}),\"?\"]})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"center\"},children:[\"Hast du noch ungekl\\xe4rte \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Fragen\"}),\"?\"]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"25px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\"},children:[\"Hast du noch ungekl\\xe4rte \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS02MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\",\"--framer-text-color\":\"rgb(32, 41, 84)\"},children:\"Fragen\"}),\"?\"]})}),className:\"framer-1tm3bs7\",\"data-framer-appear-id\":\"1tm3bs7\",fonts:[\"GF;Playfair Display-600\",\"GF;Playfair Display-600italic\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"Sollten gewisse Punkte noch unklar sein,\\xa0buche dir gerne ein kostenloses Erstgespr\\xe4ch & ich\\xa0beantworte sie dir dort pers\\xf6nlich\"})})},V0_0uFQYe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"Sollten gewisse Punkte noch unklar sein,\\xa0buche dir gerne ein \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"kostenloses Erstgespr\\xe4ch & ich\\xa0beantworte sie dir dort pers\\xf6nlich\"})]})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"Sollten gewisse Punkte noch unklar sein,\\xa0buche dir gerne ein \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"kostenloses Erstgespr\\xe4ch & ich\\xa0beantworte sie dir dort pers\\xf6nlich\"})]})}),className:\"framer-oe72nd\",\"data-framer-appear-id\":\"oe72nd\",fonts:[\"GF;Lexend-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ru3amh\",children:[isDisplayed3()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-vjo53b hidden-27ee9p\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1b2k9cx-container\",nodeId:\"daNbUW4JD\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"daNbUW4JD\",layoutId:\"daNbUW4JD\",variant:\"tma2X6ueA\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{V0_0uFQYe:{animate:animation6,initial:animation1,optimized:true}},children:/*#__PURE__*/_jsxs(MotionDivWithOptimizedAppearEffect,{className:\"framer-1nloflz\",\"data-framer-appear-id\":\"1nloflz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+11888+30+0+0+0+0+0+0+100.4+10+70+13.5),pixelHeight:330,pixelWidth:975,sizes:\"83px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:330,pixelWidth:975,sizes:\"98px\",src:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png\",srcSet:\"https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png?scale-down-to=512 512w,https://framerusercontent.com/images/IekcLFnqTRG4Q1MIGxxvEqDge48.png 975w\"},className:\"framer-1l1oj5i\"})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h2\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDA=\",\"--framer-font-family\":'\"Playfair Display\", \"Playfair Display Placeholder\", serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:[\"Nur noch \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7UGxheWZhaXIgRGlzcGxheS01MDBpdGFsaWM=\",\"--framer-font-style\":\"italic\"},children:\"wenige Pl\\xe4tze \"}),\"verf\\xfcgbar\"]})}),className:\"framer-q9bfry\",fonts:[\"GF;Playfair Display-500\",\"GF;Playfair Display-500italic\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{height:70,width:\"310px\",y:(componentViewport?.y||0)+0+11888+30+0+0+0+0+0+0+100.4+10+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__loop:animation5,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-19oslsk-container hidden-1ctji0q hidden-qis6fx\",nodeId:\"hVTf54uXy\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CTA,{height:\"100%\",id:\"hVTf54uXy\",layoutId:\"hVTf54uXy\",style:{height:\"100%\",width:\"100%\"},variant:\"oYunPS6Cb\",width:\"100%\"})})})})]})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y907uk\",\"data-framer-name\":\"faq's\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-v3np9m-container\",nodeId:\"FEAg6eE7J\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Wie lange dauert es, bis ich Ergebnisse sehe?\",height:\"100%\",id:\"FEAg6eE7J\",layoutId:\"FEAg6eE7J\",rOf8huhxW:\"Du wirst bereits innerhalb der ersten Wochen Fortschritte bemerken, aber der langfristige Erfolg h\\xe4ngt von deiner pers\\xf6nlichen Umsetzung und Motivation ab.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+165}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-30onb3-container\",nodeId:\"ix4kc4DJu\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Muss ich meine Ern\\xe4hrung komplett umstellen?\",height:\"100%\",id:\"ix4kc4DJu\",layoutId:\"ix4kc4DJu\",rOf8huhxW:\"Nein, du musst deine Ern\\xe4hrung nicht von heute auf morgen komplett umstellen. Wir werden Schritt f\\xfcr Schritt deine Gewohnheiten so anpassen, dass du die Ver\\xe4nderungen kaum merkst \u2013 und vor allem nichts vermissen wirst. So integrieren wir gesunde Alternativen, ohne dass du auf Genuss verzichten musst.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+330}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-lgp3p-container\",nodeId:\"jk3VtjWnS\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Wie viel Zeit muss ich einplanen?\",height:\"100%\",id:\"jk3VtjWnS\",layoutId:\"jk3VtjWnS\",rOf8huhxW:\"Das Coaching l\\xe4sst sich gut in deinen Alltag integrieren. Die w\\xf6chentlichen Live Calls haben feste Termine, aber falls du mal nicht teilnehmen kannst, hast du die M\\xf6glichkeit, dir die Aufzeichnung sp\\xe4ter anzusehen, um nichts zu verpassen. So kannst du flexibel bleiben und das Coaching in deinen Zeitplan einbauen.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+495}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-mhq3po-container\",nodeId:\"siV9Z4fYV\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Was passiert nach dem kostenlosen Erstgespr\\xe4ch?\",height:\"100%\",id:\"siV9Z4fYV\",layoutId:\"siV9Z4fYV\",rOf8huhxW:\"Nach unserem Gespr\\xe4ch bekommst du einen klaren Plan, wie wir die SELF-Methode f\\xfcr dich umsetzen k\\xf6nnen, ob du den Weg danach alleine oder mit mir an der Seite gehen m\\xf6chtest bleibt nat\\xfcrlich dir \\xfcberlassen.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+660}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition11},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-e5e14q-container\",nodeId:\"XlwkfXjRU\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Wie unterscheidet sich die SELF-Methode von anderen Programmen?\",height:\"100%\",id:\"XlwkfXjRU\",layoutId:\"XlwkfXjRU\",rOf8huhxW:\"Die SELF-Methode setzt auf individuelle Betreuung, langfristige Motivation und eine alltagstaugliche L\\xf6sung, ohne auf Genuss oder Di\\xe4ten verzichten zu m\\xfcssen. Sie ist ganzheitlich und ber\\xfccksichtigt deinen stressigen Lebensstil.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+11888+30+0+0+265.4+0+825}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:150,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition12},__framer__animateOnce:true,__framer__enter:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-wh645j-container\",nodeId:\"DetDD7rcZ\",rendersWithMotion:true,scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"D8LK1sXkw\"}},children:/*#__PURE__*/_jsx(FAQFAQAccordion,{EBosMvmXB:\"Was, wenn ich nicht in den n\\xe4chsten Wochen starten kann?\",height:\"100%\",id:\"DetDD7rcZ\",layoutId:\"DetDD7rcZ\",rOf8huhxW:\"Du kannst zu einem sp\\xe4teren Zeitpunkt einsteigen. Das Coaching wird an deinen Zeitrahmen angepasst und du kannst die Methode auch sp\\xe4ter in deinem Tempo umsetzen.\",variant:\"zU9hBRTmW\",width:\"100%\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"header\",{className:\"framer-2qp1kc\",\"data-framer-name\":\"Header\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tbutl6\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mpqh60\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+13188.4+10+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"78px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-701kgv-container\",nodeId:\"luNC5hW7A\",scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"OBgvvjMVn\"}},children:/*#__PURE__*/_jsx(Impressum,{height:\"100%\",id:\"luNC5hW7A\",layoutId:\"luNC5hW7A\",style:{height:\"100%\",width:\"100%\"},variant:\"t4CHfYz33\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{y:(componentViewport?.y||0)+0+13188.4+10+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:22,width:\"78px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-dy7snh-container\",nodeId:\"EiuOoZ323\",scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{variant:\"GbyJUyEOL\"}},children:/*#__PURE__*/_jsx(Impressum,{height:\"100%\",id:\"EiuOoZ323\",layoutId:\"EiuOoZ323\",style:{height:\"100%\",width:\"100%\"},variant:\"mp4cs2Kwq\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{mDNN1KoY8:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"10px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"\\xa9 2025 All right reserved\"})})}},children:/*#__PURE__*/_jsx(RichTextWithOptimizedAppearEffect,{__fromCanvasComponent:true,animate:animation3,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7TGV4ZW5kLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Lexend\", \"Lexend Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"-0.5px\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(130, 130, 130)\"},children:\"\\xa9 2025 All right reserved\"})}),className:\"framer-mefbqz\",\"data-framer-appear-id\":\"mefbqz\",fonts:[\"GF;Lexend-regular\"],initial:animation1,optimized:true,verticalAlignment:\"top\",withExternalLayout:true})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ljvrf4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"kDakvRvvU\",scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:20,paddingBottom:20,paddingLeft:20,paddingPerSide:false,paddingRight:20,paddingTop:20,position:\"bottom-right\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:14,width:1},colorBody:\"rgb(68, 68, 68)\",colorTitle:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\",fontBody:{},fontTitle:{},link:\"rgb(153, 153, 153)\"},width:360,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{},hoverOpacity:.6,labels:{accept:\"Zustimmen\",acceptAll:\"Zustimmen\",confirm:\"Okay\",customize:\"Mehr erfahren\",reject:\"Ablehnen\",rejectAll:\"Ablehnen\",save:\"Speichern\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"Diese Website nutzt Cookies, um dir ein optimales Nutzererlebnis zu bieten. Dazu z\\xe4hlen technisch notwendige Cookies, die f\\xfcr den Betrieb der Seite erforderlich sind, sowie solche, die uns helfen, unser Angebot zu verbessern und Werbung zu personalisieren.\\nDu kannst selbst entscheiden, welche Kategorien du zul\\xe4sst. Weitere Informationen findest du in unserer\",euPolicy:{label:\"Datenschutzerkl\\xe4rung\",link:\"https://form.jotform.com/timofeddeck/datenschutzerklrung\",prefix:\"\"},euShowReject:true,euTitle:\"Hinweis\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"\",height:\"100%\",id:\"kDakvRvvU\",layoutId:\"kDakvRvvU\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(51, 51, 51)\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{},type:\"icon\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-8gejnz-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"v1xK4EF7q\",scopeId:\"IukMfAQlK\",children:/*#__PURE__*/_jsx(ShimmerGrid,{color:\"rgb(0, 0, 0)\",customPatternMode:\"alpha\",customPatternPosition:\"center\",customPatternSizing:\"tile\",dotSize:1,flip:false,height:\"100%\",hoverColor:\"rgb(248, 244, 238)\",hoverShape:\"glow\",hoverSize:600,id:\"v1xK4EF7q\",layoutId:\"v1xK4EF7q\",lineWidth:1,patternPreset:\"dots\",radius:\"0px\",smoothing:70,style:{height:\"100%\",width:\"100%\"},tileSize:12,width:\"100%\"})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-6dziw.framer-qiypyw, .framer-6dziw .framer-qiypyw { display: block; }\",\".framer-6dziw.framer-1ctji0q { align-content: center; align-items: center; background-color: #f8f4ee; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-6dziw .framer-xk7sj-container { flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-6dziw .framer-rucyss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 130px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-seefbg, .framer-6dziw .framer-1vro169, .framer-6dziw .framer-dp6xbk, .framer-6dziw .framer-f55va3 { bottom: -115px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-6dziw .framer-1wfzoym { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: 100%; z-index: 2; }\",\".framer-6dziw .framer-xzy7wl { align-content: center; align-items: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 10px 5px 10px; position: relative; width: 330px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-6dziw .framer-uhvdk8 { flex: none; height: 21px; overflow: hidden; position: relative; width: 21px; }\",\".framer-6dziw .framer-oc3eh5, .framer-6dziw .framer-12aybsr, .framer-6dziw .framer-ihc74x, .framer-6dziw .framer-8xtbav, .framer-6dziw .framer-q80gf0, .framer-6dziw .framer-1dt1u6w, .framer-6dziw .framer-cb7eic, .framer-6dziw .framer-s8502l, .framer-6dziw .framer-145gxjh, .framer-6dziw .framer-wcqipx { --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; z-index: 3; }\",\".framer-6dziw .framer-8zrsrd { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 3; }\",\".framer-6dziw .framer-pxgb8o, .framer-6dziw .framer-1tm3bs7, .framer-6dziw .framer-oe72nd, .framer-6dziw .framer-mefbqz { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: auto; will-change: var(--framer-will-change-effect-override, transform); word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-6dziw .framer-12i27eg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-6dziw .framer-bvcldj, .framer-6dziw .framer-1lu73xy, .framer-6dziw .framer-ebh1f9, .framer-6dziw .framer-1qdr5fx, .framer-6dziw .framer-vjo53b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-6dziw .framer-16pam3j-container { flex: none; height: 90px; position: relative; width: 380px; }\",\".framer-6dziw .framer-jecfgq, .framer-6dziw .framer-1nloflz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 55px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1h7pws7, .framer-6dziw .framer-1tbztu2, .framer-6dziw .framer-46i82y, .framer-6dziw .framer-9j3oit, .framer-6dziw .framer-1l1oj5i { flex: none; height: 33px; overflow: hidden; position: relative; width: 98px; z-index: 1; }\",\".framer-6dziw .framer-xoag9n { --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-6dziw .framer-1v1u25d { bottom: 0px; flex: none; left: calc(50.00000000000002% - min(1400px, 1200px) / 2); max-width: 1400px; overflow: hidden; position: absolute; top: 0px; width: 1200px; z-index: 0; }\",\".framer-6dziw .framer-p7xlgl, .framer-6dziw .framer-4bruq0 { flex: none; height: 50px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6dziw .framer-1wje5mj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 425px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-glzwfi { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 5; }\",\".framer-6dziw .framer-1y8eqgb { flex: none; height: 50px; overflow: hidden; position: relative; width: 390px; }\",\".framer-6dziw .framer-1qhovup { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 475px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-1vudx11 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-92cpej { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-184qo4k, .framer-6dziw .framer-iu2vfd, .framer-6dziw .framer-bgpla1, .framer-6dziw .framer-rbniob, .framer-6dziw .framer-cgiqz7 { background-color: #fafafa; bottom: -115px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-6dziw .framer-4d4q6f { bottom: -8290px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -695px; z-index: 1; }\",\".framer-6dziw .framer-1o664uw { 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: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-6dziw .framer-146h9yh { align-content: center; align-items: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 5px 10px 5px 10px; position: relative; width: 154px; z-index: 2; }\",\".framer-6dziw .framer-1vzch9i { --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; z-index: 2; }\",\".framer-6dziw .framer-boo5nj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 40px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-6dziw .framer-ieed39, .framer-6dziw .framer-guew6y, .framer-6dziw .framer-1yf3b1y { align-content: center; align-items: center; 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: 15px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6dziw .framer-2rxpoi, .framer-6dziw .framer-1nv8tkh, .framer-6dziw .framer-1hxjqhj, .framer-6dziw .framer-dds25f, .framer-6dziw .framer-1y2ysxa, .framer-6dziw .framer-1thykx5, .framer-6dziw .framer-km5i5y, .framer-6dziw .framer-fh154u, .framer-6dziw .framer-g9kl58 { flex: none; height: 270px; overflow: hidden; position: relative; width: 100%; }\",\".framer-6dziw .framer-17wb76p, .framer-6dziw .framer-19toafw, .framer-6dziw .framer-aq4wun { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-flj00o, .framer-6dziw .framer-s8b74n, .framer-6dziw .framer-b3io4i, .framer-6dziw .framer-1mmd40z, .framer-6dziw .framer-l0vyxw, .framer-6dziw .framer-1xdu5cq, .framer-6dziw .framer-158numm, .framer-6dziw .framer-1ihuo5f, .framer-6dziw .framer-1l0vb34, .framer-6dziw .framer-ka92hn, .framer-6dziw .framer-g40dtb, .framer-6dziw .framer-rsvhh2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-16rsaf3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-xcscsm-container, .framer-6dziw .framer-1eo7yjy-container, .framer-6dziw .framer-bpbfvv-container, .framer-6dziw .framer-188gfxo-container, .framer-6dziw .framer-qb89c6-container, .framer-6dziw .framer-1b2k9cx-container, .framer-6dziw .framer-v3np9m-container, .framer-6dziw .framer-30onb3-container, .framer-6dziw .framer-lgp3p-container, .framer-6dziw .framer-mhq3po-container, .framer-6dziw .framer-e5e14q-container, .framer-6dziw .framer-wh645j-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-6dziw .framer-1jcxbwj, .framer-6dziw .framer-1mpvbn6, .framer-6dziw .framer-shh1zs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 55px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-4hc4sr, .framer-6dziw .framer-u2eqja, .framer-6dziw .framer-1cqoyok, .framer-6dziw .framer-q9bfry { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 100%; overflow: visible; position: relative; white-space: pre-wrap; width: 166px; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-16p5xk4-container, .framer-6dziw .framer-1k4q3xm-container, .framer-6dziw .framer-udu2ml-container, .framer-6dziw .framer-19oslsk-container { flex: none; height: 70px; position: relative; width: 310px; }\",\".framer-6dziw .framer-1tga78g { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 446px; justify-content: center; overflow: hidden; padding: 70px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1cc4uvj, .framer-6dziw .framer-g68k2s, .framer-6dziw .framer-ehb7vr, .framer-6dziw .framer-1l691xc, .framer-6dziw .framer-r1zsc3 { bottom: -115px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-6dziw .framer-6gbood { 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: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-je8h0a, .framer-6dziw .framer-u2387, .framer-6dziw .framer-vveir9, .framer-6dziw .framer-1govptq, .framer-6dziw .framer-1og9mjp, .framer-6dziw .framer-8d5kl3, .framer-6dziw .framer-16s6e3r, .framer-6dziw .framer-1jtn9pp, .framer-6dziw .framer-mm89du { --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; z-index: 1; }\",\".framer-6dziw .framer-1pyyax8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 60px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-kk4d2e { align-content: center; align-items: center; border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; border-top-left-radius: 7px; border-top-right-radius: 7px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 294px; }\",\".framer-6dziw .framer-1cc7z6i, .framer-6dziw .framer-107ziqe, .framer-6dziw .framer-1kjc763 { 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-6dziw .framer-x47y5l, .framer-6dziw .framer-1v5z34g, .framer-6dziw .framer-1nrs92a { flex: none; height: 30px; overflow: hidden; position: relative; width: 30px; }\",\".framer-6dziw .framer-1xji2ns, .framer-6dziw .framer-1sqmbmr, .framer-6dziw .framer-1mwkuu8 { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-1ohavd8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 294px; }\",\".framer-6dziw .framer-1wwhjur { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: visible; padding: 10px; position: relative; width: 293px; }\",\".framer-6dziw .framer-85bp6w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-ti5dqz { 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: 90px 20px 10px 20px; position: relative; width: 100%; }\",\".framer-6dziw .framer-4e5she { 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-6dziw .framer-8rap8r { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 3000px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-lcw18g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 68px; height: 100vh; justify-content: flex-start; max-width: 1400px; overflow: hidden; padding: 100px 0px 100px 0px; position: sticky; top: 0px; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-1nyhy39 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 1px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1w5tb5c { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 70px; height: 425px; justify-content: flex-start; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6dziw .framer-1q9w4ub, .framer-6dziw .framer-1x3mft6, .framer-6dziw .framer-potdak, .framer-6dziw .framer-1ghb1gf, .framer-6dziw .framer-1c26qhw, .framer-6dziw .framer-f4i5p9 { align-content: center; align-items: center; 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: min-content; justify-content: center; overflow: hidden; padding: 0px 15px 0px 15px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6dziw .framer-vxso30, .framer-6dziw .framer-10qjg9q, .framer-6dziw .framer-1nasw5l, .framer-6dziw .framer-pekfk0, .framer-6dziw .framer-sr2ocn, .framer-6dziw .framer-7zf1m8 { align-content: center; align-items: center; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 108px; overflow: visible; padding: 0px 10px 0px 10px; position: absolute; right: 108px; top: 4px; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\".framer-6dziw .framer-he1ean, .framer-6dziw .framer-3wg28d, .framer-6dziw .framer-6zfq8c, .framer-6dziw .framer-f999ci, .framer-6dziw .framer-mgawfl, .framer-6dziw .framer-zkna2d { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-enypq, .framer-6dziw .framer-1u7qaak, .framer-6dziw .framer-dlq1q9, .framer-6dziw .framer-11x777j, .framer-6dziw .framer-1bqwn2v, .framer-6dziw .framer-v45xdd, .framer-6dziw .framer-6y334k, .framer-6dziw .framer-1az6dua, .framer-6dziw .framer-wnz8f1, .framer-6dziw .framer-t2c67b, .framer-6dziw .framer-13u1tny, .framer-6dziw .framer-xsr0na { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-k2oiq { flex: none; height: 70%; left: calc(50.00000000000002% - 100% / 2); overflow: hidden; position: absolute; top: 0px; width: 100%; z-index: 0; }\",\".framer-6dziw .framer-12o5mir { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 51px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 50px 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-19jvuwm, .framer-6dziw .framer-ilrbek { flex: none; height: 50px; overflow: hidden; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-xgvbrb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: center; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-1shj0ij { 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: 1080px; }\",\".framer-6dziw .framer-1au37b1 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 80px 20px 80px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1npfm5z { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-6dziw .framer-1djk28 { align-content: center; align-items: center; 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: column; flex-wrap: nowrap; gap: 10px; height: 100%; justify-content: flex-end; overflow: hidden; padding: 0px 0px 30px 0px; position: relative; width: 455px; will-change: var(--framer-will-change-override, transform); }\",\".framer-6dziw .framer-750voz { 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: min-content; }\",\".framer-6dziw .framer-1udxg9n, .framer-6dziw .framer-1od9h1c { flex: none; height: 278px; overflow: hidden; position: relative; width: 455px; }\",\".framer-6dziw .framer-1mpqbul { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 75px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 100px 40px 100px; position: relative; width: 100%; }\",\".framer-6dziw .framer-11tlw7m { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-vqn41z, .framer-6dziw .framer-1dj2396 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-6dziw .framer-swhmzp, .framer-6dziw .framer-k43z5d { 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: row; flex-wrap: nowrap; gap: 10px; height: 305px; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-6dziw .framer-vh59ig { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 50px 0px 50px; position: relative; width: min-content; }\",\".framer-6dziw .framer-coyva7, .framer-6dziw .framer-18xirc3 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 370px; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-dvtplx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 40px 0px 40px; position: relative; width: min-content; }\",\".framer-6dziw .framer-w0izg, .framer-6dziw .framer-c4jfbu { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 390px; word-break: break-word; word-wrap: break-word; }\",\".framer-6dziw .framer-qbg77k { 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: 10px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-uqohdi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: center; overflow: hidden; padding: 90px 0px 50px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-6dziw .framer-kw1b7q { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-6dziw .framer-150natt { display: grid; flex: none; gap: 20px; grid-auto-rows: min-content; grid-template-columns: repeat(3, minmax(200px, 1fr)); grid-template-rows: repeat(2, min-content); height: min-content; justify-content: center; max-width: 1100px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-pbyn3r, .framer-6dziw .framer-cptgpn, .framer-6dziw .framer-kwal0u, .framer-6dziw .framer-k2m0a3, .framer-6dziw .framer-1e0tygi, .framer-6dziw .framer-4f7tcr { align-content: flex-start; align-items: flex-start; align-self: center; background-color: #ffffff; 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: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; justify-self: center; padding: 10px 20px 10px 20px; position: relative; width: 100%; }\",\".framer-6dziw .framer-15nvk5x, .framer-6dziw .framer-utfx2a, .framer-6dziw .framer-7k19xh, .framer-6dziw .framer-84us09, .framer-6dziw .framer-jr0vpo, .framer-6dziw .framer-cim7ts { flex: none; height: 85px; overflow: hidden; position: relative; width: 85px; }\",\".framer-6dziw .framer-1mob0uy { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 165px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-1wj86o8 { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 100px 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1jrdazm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 20px; height: min-content; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-fnlyw8, .framer-6dziw .framer-3fohpd, .framer-6dziw .framer-143lenp { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-width: 100px; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); z-index: 3; }\",\".framer-6dziw .framer-19jbsg5, .framer-6dziw .framer-18d9gyc, .framer-6dziw .framer-ngmszg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: 386px; justify-content: flex-end; padding: 0px 15px 25px 15px; position: relative; width: 100%; }\",\".framer-6dziw .framer-u5k5qb, .framer-6dziw .framer-19gbac5, .framer-6dziw .framer-1egtbdd { -webkit-backdrop-filter: blur(10px); align-content: center; align-items: center; backdrop-filter: blur(10px); background-color: rgba(0, 0, 0, 0.5); border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 5px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 25px 5px 25px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-6dziw .framer-vombof, .framer-6dziw .framer-tjxp68, .framer-6dziw .framer-1wbg7zq, .framer-6dziw .framer-1sz36rn, .framer-6dziw .framer-iim3sd, .framer-6dziw .framer-8088nb { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-6dziw .framer-blvp52-container, .framer-6dziw .framer-1wymody-container { flex: none; height: 65px; position: relative; width: 275px; }\",\".framer-6dziw.framer-i6d7kz, .framer-6dziw.framer-17qgw9x { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-6dziw.framer-1gl9nfh-container, .framer-6dziw.framer-1b6rine-container { flex: none; height: 475px; left: calc(50.00000000000002% - 848px / 2); position: fixed; top: calc(48.37500000000002% - 475px / 2); width: 848px; z-index: 10; }\",\".framer-6dziw.framer-1xfnfkd-container { flex: none; height: 375px; left: calc(50.00000000000002% - 660px / 2); position: fixed; top: calc(46.01851851851854% - 375px / 2); width: 660px; z-index: 10; }\",\".framer-6dziw .framer-kuslv5 { align-content: center; align-items: center; background-color: #fafafa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 90px 40px 40px 40px; position: relative; width: 100%; }\",\".framer-6dziw .framer-rt463y { background-color: #fafafa; bottom: -177px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: -9058px; z-index: 0; }\",\".framer-6dziw .framer-1pmqe2e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-1s52adu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 35px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 3; }\",\".framer-6dziw .framer-1gd8djz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-xqrr15 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 18px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1ru3amh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px 0px 0px 0px; position: relative; width: 100%; z-index: 3; }\",\".framer-6dziw .framer-y907uk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 900px; overflow: visible; padding: 0px; position: relative; width: min-content; z-index: 3; }\",\".framer-6dziw .framer-2qp1kc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 20px 40px 20px 40px; position: relative; width: 100%; z-index: 2; }\",\".framer-6dziw .framer-tbutl6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1400px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-6dziw .framer-1mpqh60 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-6dziw .framer-701kgv-container, .framer-6dziw .framer-dy7snh-container { flex: none; height: 22px; position: relative; width: 78px; z-index: 1; }\",\".framer-6dziw .framer-ljvrf4-container { bottom: 40px; flex: none; height: auto; position: fixed; right: 40px; width: auto; z-index: 10; }\",\".framer-6dziw .framer-8gejnz-container { bottom: 0px; flex: none; left: 0px; opacity: 0.35; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6dziw.framer-1ctji0q, .framer-6dziw .framer-rucyss, .framer-6dziw .framer-1wfzoym, .framer-6dziw .framer-xzy7wl, .framer-6dziw .framer-12i27eg, .framer-6dziw .framer-bvcldj, .framer-6dziw .framer-jecfgq, .framer-6dziw .framer-1wje5mj, .framer-6dziw .framer-glzwfi, .framer-6dziw .framer-1qhovup, .framer-6dziw .framer-1vudx11, .framer-6dziw .framer-92cpej, .framer-6dziw .framer-1o664uw, .framer-6dziw .framer-146h9yh, .framer-6dziw .framer-boo5nj, .framer-6dziw .framer-ieed39, .framer-6dziw .framer-guew6y, .framer-6dziw .framer-1yf3b1y, .framer-6dziw .framer-16rsaf3, .framer-6dziw .framer-1lu73xy, .framer-6dziw .framer-1jcxbwj, .framer-6dziw .framer-1tga78g, .framer-6dziw .framer-6gbood, .framer-6dziw .framer-1pyyax8, .framer-6dziw .framer-kk4d2e, .framer-6dziw .framer-1cc7z6i, .framer-6dziw .framer-1ohavd8, .framer-6dziw .framer-107ziqe, .framer-6dziw .framer-1wwhjur, .framer-6dziw .framer-1kjc763, .framer-6dziw .framer-85bp6w, .framer-6dziw .framer-ti5dqz, .framer-6dziw .framer-4e5she, .framer-6dziw .framer-8rap8r, .framer-6dziw .framer-lcw18g, .framer-6dziw .framer-1nyhy39, .framer-6dziw .framer-1w5tb5c, .framer-6dziw .framer-1q9w4ub, .framer-6dziw .framer-vxso30, .framer-6dziw .framer-he1ean, .framer-6dziw .framer-1x3mft6, .framer-6dziw .framer-10qjg9q, .framer-6dziw .framer-3wg28d, .framer-6dziw .framer-potdak, .framer-6dziw .framer-1nasw5l, .framer-6dziw .framer-6zfq8c, .framer-6dziw .framer-1ghb1gf, .framer-6dziw .framer-pekfk0, .framer-6dziw .framer-f999ci, .framer-6dziw .framer-1c26qhw, .framer-6dziw .framer-sr2ocn, .framer-6dziw .framer-mgawfl, .framer-6dziw .framer-f4i5p9, .framer-6dziw .framer-7zf1m8, .framer-6dziw .framer-zkna2d, .framer-6dziw .framer-12o5mir, .framer-6dziw .framer-xgvbrb, .framer-6dziw .framer-1shj0ij, .framer-6dziw .framer-1au37b1, .framer-6dziw .framer-1npfm5z, .framer-6dziw .framer-1djk28, .framer-6dziw .framer-750voz, .framer-6dziw .framer-1mpqbul, .framer-6dziw .framer-11tlw7m, .framer-6dziw .framer-vqn41z, .framer-6dziw .framer-swhmzp, .framer-6dziw .framer-vh59ig, .framer-6dziw .framer-1dj2396, .framer-6dziw .framer-k43z5d, .framer-6dziw .framer-dvtplx, .framer-6dziw .framer-qbg77k, .framer-6dziw .framer-ebh1f9, .framer-6dziw .framer-1mpvbn6, .framer-6dziw .framer-uqohdi, .framer-6dziw .framer-pbyn3r, .framer-6dziw .framer-cptgpn, .framer-6dziw .framer-kwal0u, .framer-6dziw .framer-k2m0a3, .framer-6dziw .framer-1e0tygi, .framer-6dziw .framer-4f7tcr, .framer-6dziw .framer-1mob0uy, .framer-6dziw .framer-1qdr5fx, .framer-6dziw .framer-shh1zs, .framer-6dziw .framer-1wj86o8, .framer-6dziw .framer-1jrdazm, .framer-6dziw .framer-fnlyw8, .framer-6dziw .framer-19jbsg5, .framer-6dziw .framer-u5k5qb, .framer-6dziw .framer-3fohpd, .framer-6dziw .framer-18d9gyc, .framer-6dziw .framer-19gbac5, .framer-6dziw .framer-143lenp, .framer-6dziw .framer-ngmszg, .framer-6dziw .framer-1egtbdd, .framer-6dziw .framer-kuslv5, .framer-6dziw .framer-1pmqe2e, .framer-6dziw .framer-1s52adu, .framer-6dziw .framer-1gd8djz, .framer-6dziw .framer-xqrr15, .framer-6dziw .framer-1ru3amh, .framer-6dziw .framer-vjo53b, .framer-6dziw .framer-1nloflz, .framer-6dziw .framer-y907uk, .framer-6dziw .framer-2qp1kc, .framer-6dziw .framer-1mpqh60 { gap: 0px; } .framer-6dziw.framer-1ctji0q > *, .framer-6dziw .framer-glzwfi > *, .framer-6dziw .framer-85bp6w > *, .framer-6dziw .framer-1q9w4ub > *, .framer-6dziw .framer-1x3mft6 > *, .framer-6dziw .framer-potdak > *, .framer-6dziw .framer-1ghb1gf > *, .framer-6dziw .framer-1c26qhw > *, .framer-6dziw .framer-f4i5p9 > *, .framer-6dziw .framer-fnlyw8 > *, .framer-6dziw .framer-3fohpd > *, .framer-6dziw .framer-143lenp > *, .framer-6dziw .framer-1ru3amh > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6dziw.framer-1ctji0q > :first-child, .framer-6dziw .framer-rucyss > :first-child, .framer-6dziw .framer-1wfzoym > :first-child, .framer-6dziw .framer-12i27eg > :first-child, .framer-6dziw .framer-1wje5mj > :first-child, .framer-6dziw .framer-glzwfi > :first-child, .framer-6dziw .framer-1qhovup > :first-child, .framer-6dziw .framer-1vudx11 > :first-child, .framer-6dziw .framer-92cpej > :first-child, .framer-6dziw .framer-1o664uw > :first-child, .framer-6dziw .framer-ieed39 > :first-child, .framer-6dziw .framer-guew6y > :first-child, .framer-6dziw .framer-1yf3b1y > :first-child, .framer-6dziw .framer-16rsaf3 > :first-child, .framer-6dziw .framer-1tga78g > :first-child, .framer-6dziw .framer-6gbood > :first-child, .framer-6dziw .framer-kk4d2e > :first-child, .framer-6dziw .framer-1ohavd8 > :first-child, .framer-6dziw .framer-1wwhjur > :first-child, .framer-6dziw .framer-85bp6w > :first-child, .framer-6dziw .framer-ti5dqz > :first-child, .framer-6dziw .framer-4e5she > :first-child, .framer-6dziw .framer-8rap8r > :first-child, .framer-6dziw .framer-lcw18g > :first-child, .framer-6dziw .framer-1q9w4ub > :first-child, .framer-6dziw .framer-he1ean > :first-child, .framer-6dziw .framer-1x3mft6 > :first-child, .framer-6dziw .framer-3wg28d > :first-child, .framer-6dziw .framer-potdak > :first-child, .framer-6dziw .framer-6zfq8c > :first-child, .framer-6dziw .framer-1ghb1gf > :first-child, .framer-6dziw .framer-f999ci > :first-child, .framer-6dziw .framer-1c26qhw > :first-child, .framer-6dziw .framer-mgawfl > :first-child, .framer-6dziw .framer-f4i5p9 > :first-child, .framer-6dziw .framer-zkna2d > :first-child, .framer-6dziw .framer-12o5mir > :first-child, .framer-6dziw .framer-xgvbrb > :first-child, .framer-6dziw .framer-1shj0ij > :first-child, .framer-6dziw .framer-1djk28 > :first-child, .framer-6dziw .framer-750voz > :first-child, .framer-6dziw .framer-1mpqbul > :first-child, .framer-6dziw .framer-vqn41z > :first-child, .framer-6dziw .framer-vh59ig > :first-child, .framer-6dziw .framer-1dj2396 > :first-child, .framer-6dziw .framer-dvtplx > :first-child, .framer-6dziw .framer-qbg77k > :first-child, .framer-6dziw .framer-uqohdi > :first-child, .framer-6dziw .framer-pbyn3r > :first-child, .framer-6dziw .framer-cptgpn > :first-child, .framer-6dziw .framer-kwal0u > :first-child, .framer-6dziw .framer-k2m0a3 > :first-child, .framer-6dziw .framer-1e0tygi > :first-child, .framer-6dziw .framer-4f7tcr > :first-child, .framer-6dziw .framer-1mob0uy > :first-child, .framer-6dziw .framer-1wj86o8 > :first-child, .framer-6dziw .framer-fnlyw8 > :first-child, .framer-6dziw .framer-19jbsg5 > :first-child, .framer-6dziw .framer-u5k5qb > :first-child, .framer-6dziw .framer-3fohpd > :first-child, .framer-6dziw .framer-18d9gyc > :first-child, .framer-6dziw .framer-19gbac5 > :first-child, .framer-6dziw .framer-143lenp > :first-child, .framer-6dziw .framer-ngmszg > :first-child, .framer-6dziw .framer-1egtbdd > :first-child, .framer-6dziw .framer-kuslv5 > :first-child, .framer-6dziw .framer-1s52adu > :first-child, .framer-6dziw .framer-1gd8djz > :first-child, .framer-6dziw .framer-xqrr15 > :first-child, .framer-6dziw .framer-1ru3amh > :first-child, .framer-6dziw .framer-y907uk > :first-child, .framer-6dziw .framer-2qp1kc > :first-child { margin-top: 0px; } .framer-6dziw.framer-1ctji0q > :last-child, .framer-6dziw .framer-rucyss > :last-child, .framer-6dziw .framer-1wfzoym > :last-child, .framer-6dziw .framer-12i27eg > :last-child, .framer-6dziw .framer-1wje5mj > :last-child, .framer-6dziw .framer-glzwfi > :last-child, .framer-6dziw .framer-1qhovup > :last-child, .framer-6dziw .framer-1vudx11 > :last-child, .framer-6dziw .framer-92cpej > :last-child, .framer-6dziw .framer-1o664uw > :last-child, .framer-6dziw .framer-ieed39 > :last-child, .framer-6dziw .framer-guew6y > :last-child, .framer-6dziw .framer-1yf3b1y > :last-child, .framer-6dziw .framer-16rsaf3 > :last-child, .framer-6dziw .framer-1tga78g > :last-child, .framer-6dziw .framer-6gbood > :last-child, .framer-6dziw .framer-kk4d2e > :last-child, .framer-6dziw .framer-1ohavd8 > :last-child, .framer-6dziw .framer-1wwhjur > :last-child, .framer-6dziw .framer-85bp6w > :last-child, .framer-6dziw .framer-ti5dqz > :last-child, .framer-6dziw .framer-4e5she > :last-child, .framer-6dziw .framer-8rap8r > :last-child, .framer-6dziw .framer-lcw18g > :last-child, .framer-6dziw .framer-1q9w4ub > :last-child, .framer-6dziw .framer-he1ean > :last-child, .framer-6dziw .framer-1x3mft6 > :last-child, .framer-6dziw .framer-3wg28d > :last-child, .framer-6dziw .framer-potdak > :last-child, .framer-6dziw .framer-6zfq8c > :last-child, .framer-6dziw .framer-1ghb1gf > :last-child, .framer-6dziw .framer-f999ci > :last-child, .framer-6dziw .framer-1c26qhw > :last-child, .framer-6dziw .framer-mgawfl > :last-child, .framer-6dziw .framer-f4i5p9 > :last-child, .framer-6dziw .framer-zkna2d > :last-child, .framer-6dziw .framer-12o5mir > :last-child, .framer-6dziw .framer-xgvbrb > :last-child, .framer-6dziw .framer-1shj0ij > :last-child, .framer-6dziw .framer-1djk28 > :last-child, .framer-6dziw .framer-750voz > :last-child, .framer-6dziw .framer-1mpqbul > :last-child, .framer-6dziw .framer-vqn41z > :last-child, .framer-6dziw .framer-vh59ig > :last-child, .framer-6dziw .framer-1dj2396 > :last-child, .framer-6dziw .framer-dvtplx > :last-child, .framer-6dziw .framer-qbg77k > :last-child, .framer-6dziw .framer-uqohdi > :last-child, .framer-6dziw .framer-pbyn3r > :last-child, .framer-6dziw .framer-cptgpn > :last-child, .framer-6dziw .framer-kwal0u > :last-child, .framer-6dziw .framer-k2m0a3 > :last-child, .framer-6dziw .framer-1e0tygi > :last-child, .framer-6dziw .framer-4f7tcr > :last-child, .framer-6dziw .framer-1mob0uy > :last-child, .framer-6dziw .framer-1wj86o8 > :last-child, .framer-6dziw .framer-fnlyw8 > :last-child, .framer-6dziw .framer-19jbsg5 > :last-child, .framer-6dziw .framer-u5k5qb > :last-child, .framer-6dziw .framer-3fohpd > :last-child, .framer-6dziw .framer-18d9gyc > :last-child, .framer-6dziw .framer-19gbac5 > :last-child, .framer-6dziw .framer-143lenp > :last-child, .framer-6dziw .framer-ngmszg > :last-child, .framer-6dziw .framer-1egtbdd > :last-child, .framer-6dziw .framer-kuslv5 > :last-child, .framer-6dziw .framer-1s52adu > :last-child, .framer-6dziw .framer-1gd8djz > :last-child, .framer-6dziw .framer-xqrr15 > :last-child, .framer-6dziw .framer-1ru3amh > :last-child, .framer-6dziw .framer-y907uk > :last-child, .framer-6dziw .framer-2qp1kc > :last-child { margin-bottom: 0px; } .framer-6dziw .framer-rucyss > *, .framer-6dziw .framer-1wfzoym > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6dziw .framer-xzy7wl > *, .framer-6dziw .framer-jecfgq > *, .framer-6dziw .framer-146h9yh > *, .framer-6dziw .framer-1jcxbwj > *, .framer-6dziw .framer-1cc7z6i > *, .framer-6dziw .framer-107ziqe > *, .framer-6dziw .framer-1kjc763 > *, .framer-6dziw .framer-vxso30 > *, .framer-6dziw .framer-10qjg9q > *, .framer-6dziw .framer-1nasw5l > *, .framer-6dziw .framer-pekfk0 > *, .framer-6dziw .framer-sr2ocn > *, .framer-6dziw .framer-7zf1m8 > *, .framer-6dziw .framer-1au37b1 > *, .framer-6dziw .framer-1npfm5z > *, .framer-6dziw .framer-swhmzp > *, .framer-6dziw .framer-k43z5d > *, .framer-6dziw .framer-1mpvbn6 > *, .framer-6dziw .framer-shh1zs > *, .framer-6dziw .framer-1pmqe2e > *, .framer-6dziw .framer-1nloflz > *, .framer-6dziw .framer-1mpqh60 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-6dziw .framer-xzy7wl > :first-child, .framer-6dziw .framer-bvcldj > :first-child, .framer-6dziw .framer-jecfgq > :first-child, .framer-6dziw .framer-146h9yh > :first-child, .framer-6dziw .framer-boo5nj > :first-child, .framer-6dziw .framer-1lu73xy > :first-child, .framer-6dziw .framer-1jcxbwj > :first-child, .framer-6dziw .framer-1pyyax8 > :first-child, .framer-6dziw .framer-1cc7z6i > :first-child, .framer-6dziw .framer-107ziqe > :first-child, .framer-6dziw .framer-1kjc763 > :first-child, .framer-6dziw .framer-1nyhy39 > :first-child, .framer-6dziw .framer-1w5tb5c > :first-child, .framer-6dziw .framer-vxso30 > :first-child, .framer-6dziw .framer-10qjg9q > :first-child, .framer-6dziw .framer-1nasw5l > :first-child, .framer-6dziw .framer-pekfk0 > :first-child, .framer-6dziw .framer-sr2ocn > :first-child, .framer-6dziw .framer-7zf1m8 > :first-child, .framer-6dziw .framer-1au37b1 > :first-child, .framer-6dziw .framer-1npfm5z > :first-child, .framer-6dziw .framer-11tlw7m > :first-child, .framer-6dziw .framer-swhmzp > :first-child, .framer-6dziw .framer-k43z5d > :first-child, .framer-6dziw .framer-ebh1f9 > :first-child, .framer-6dziw .framer-1mpvbn6 > :first-child, .framer-6dziw .framer-1qdr5fx > :first-child, .framer-6dziw .framer-shh1zs > :first-child, .framer-6dziw .framer-1jrdazm > :first-child, .framer-6dziw .framer-1pmqe2e > :first-child, .framer-6dziw .framer-vjo53b > :first-child, .framer-6dziw .framer-1nloflz > :first-child, .framer-6dziw .framer-1mpqh60 > :first-child { margin-left: 0px; } .framer-6dziw .framer-xzy7wl > :last-child, .framer-6dziw .framer-bvcldj > :last-child, .framer-6dziw .framer-jecfgq > :last-child, .framer-6dziw .framer-146h9yh > :last-child, .framer-6dziw .framer-boo5nj > :last-child, .framer-6dziw .framer-1lu73xy > :last-child, .framer-6dziw .framer-1jcxbwj > :last-child, .framer-6dziw .framer-1pyyax8 > :last-child, .framer-6dziw .framer-1cc7z6i > :last-child, .framer-6dziw .framer-107ziqe > :last-child, .framer-6dziw .framer-1kjc763 > :last-child, .framer-6dziw .framer-1nyhy39 > :last-child, .framer-6dziw .framer-1w5tb5c > :last-child, .framer-6dziw .framer-vxso30 > :last-child, .framer-6dziw .framer-10qjg9q > :last-child, .framer-6dziw .framer-1nasw5l > :last-child, .framer-6dziw .framer-pekfk0 > :last-child, .framer-6dziw .framer-sr2ocn > :last-child, .framer-6dziw .framer-7zf1m8 > :last-child, .framer-6dziw .framer-1au37b1 > :last-child, .framer-6dziw .framer-1npfm5z > :last-child, .framer-6dziw .framer-11tlw7m > :last-child, .framer-6dziw .framer-swhmzp > :last-child, .framer-6dziw .framer-k43z5d > :last-child, .framer-6dziw .framer-ebh1f9 > :last-child, .framer-6dziw .framer-1mpvbn6 > :last-child, .framer-6dziw .framer-1qdr5fx > :last-child, .framer-6dziw .framer-shh1zs > :last-child, .framer-6dziw .framer-1jrdazm > :last-child, .framer-6dziw .framer-1pmqe2e > :last-child, .framer-6dziw .framer-vjo53b > :last-child, .framer-6dziw .framer-1nloflz > :last-child, .framer-6dziw .framer-1mpqh60 > :last-child { margin-right: 0px; } .framer-6dziw .framer-12i27eg > *, .framer-6dziw .framer-16rsaf3 > *, .framer-6dziw .framer-u5k5qb > *, .framer-6dziw .framer-19gbac5 > *, .framer-6dziw .framer-1egtbdd > * { margin: 0px; margin-bottom: calc(5px / 2); margin-top: calc(5px / 2); } .framer-6dziw .framer-bvcldj > *, .framer-6dziw .framer-1lu73xy > *, .framer-6dziw .framer-ebh1f9 > *, .framer-6dziw .framer-1qdr5fx > *, .framer-6dziw .framer-vjo53b > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-6dziw .framer-1wje5mj > *, .framer-6dziw .framer-1qhovup > *, .framer-6dziw .framer-kuslv5 > *, .framer-6dziw .framer-2qp1kc > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6dziw .framer-1vudx11 > *, .framer-6dziw .framer-1o664uw > *, .framer-6dziw .framer-6gbood > *, .framer-6dziw .framer-ti5dqz > *, .framer-6dziw .framer-4e5she > *, .framer-6dziw .framer-8rap8r > *, .framer-6dziw .framer-1shj0ij > *, .framer-6dziw .framer-1djk28 > *, .framer-6dziw .framer-750voz > *, .framer-6dziw .framer-qbg77k > *, .framer-6dziw .framer-pbyn3r > *, .framer-6dziw .framer-cptgpn > *, .framer-6dziw .framer-kwal0u > *, .framer-6dziw .framer-k2m0a3 > *, .framer-6dziw .framer-1e0tygi > *, .framer-6dziw .framer-4f7tcr > *, .framer-6dziw .framer-1mob0uy > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6dziw .framer-92cpej > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6dziw .framer-boo5nj > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-6dziw .framer-ieed39 > *, .framer-6dziw .framer-guew6y > *, .framer-6dziw .framer-1yf3b1y > *, .framer-6dziw .framer-19jbsg5 > *, .framer-6dziw .framer-18d9gyc > *, .framer-6dziw .framer-ngmszg > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-6dziw .framer-1tga78g > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-6dziw .framer-1pyyax8 > *, .framer-6dziw .framer-11tlw7m > * { margin: 0px; margin-left: calc(60px / 2); margin-right: calc(60px / 2); } .framer-6dziw .framer-kk4d2e > *, .framer-6dziw .framer-1ohavd8 > *, .framer-6dziw .framer-1wwhjur > *, .framer-6dziw .framer-he1ean > *, .framer-6dziw .framer-3wg28d > *, .framer-6dziw .framer-6zfq8c > *, .framer-6dziw .framer-f999ci > *, .framer-6dziw .framer-mgawfl > *, .framer-6dziw .framer-zkna2d > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-6dziw .framer-lcw18g > * { margin: 0px; margin-bottom: calc(68px / 2); margin-top: calc(68px / 2); } .framer-6dziw .framer-1nyhy39 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6dziw .framer-1w5tb5c > * { margin: 0px; margin-left: calc(70px / 2); margin-right: calc(70px / 2); } .framer-6dziw .framer-12o5mir > * { margin: 0px; margin-bottom: calc(51px / 2); margin-top: calc(51px / 2); } .framer-6dziw .framer-xgvbrb > *, .framer-6dziw .framer-vqn41z > *, .framer-6dziw .framer-1dj2396 > *, .framer-6dziw .framer-1s52adu > * { margin: 0px; margin-bottom: calc(35px / 2); margin-top: calc(35px / 2); } .framer-6dziw .framer-1mpqbul > * { margin: 0px; margin-bottom: calc(75px / 2); margin-top: calc(75px / 2); } .framer-6dziw .framer-vh59ig > *, .framer-6dziw .framer-dvtplx > *, .framer-6dziw .framer-y907uk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-6dziw .framer-uqohdi > * { margin: 0px; margin-bottom: calc(90px / 2); margin-top: calc(90px / 2); } .framer-6dziw .framer-1wj86o8 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-6dziw .framer-1jrdazm > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-6dziw .framer-1gd8djz > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-6dziw .framer-xqrr15 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } }\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-6dziw.framer-1ctji0q { width: 810px; } .framer-6dziw .framer-seefbg { z-index: 1; } .framer-6dziw .framer-1wfzoym { z-index: 3; } .framer-6dziw .framer-jecfgq, .framer-6dziw .framer-1jcxbwj, .framer-6dziw .framer-1mpvbn6, .framer-6dziw .framer-shh1zs { will-change: var(--framer-will-change-effect-override, transform); } .framer-6dziw .framer-1h7pws7, .framer-6dziw .framer-dp6xbk, .framer-6dziw .framer-ihc74x, .framer-6dziw .framer-1hxjqhj, .framer-6dziw .framer-1tbztu2, .framer-6dziw .framer-swhmzp, .framer-6dziw .framer-k43z5d, .framer-6dziw .framer-46i82y, .framer-6dziw .framer-9j3oit, .framer-6dziw .framer-1l1oj5i { order: 0; } .framer-6dziw .framer-xoag9n { order: 1; z-index: 1; } .framer-6dziw .framer-1vudx11, .framer-6dziw .framer-4bruq0, .framer-6dziw .framer-aq4wun { order: 1; } .framer-6dziw .framer-92cpej { padding: 80px 10px 40px 10px; } .framer-6dziw .framer-boo5nj { gap: 0px; } .framer-6dziw .framer-ieed39, .framer-6dziw .framer-guew6y, .framer-6dziw .framer-1yf3b1y, .framer-6dziw .framer-1npfm5z, .framer-6dziw .framer-1djk28, .framer-6dziw .framer-fnlyw8, .framer-6dziw .framer-3fohpd, .framer-6dziw .framer-143lenp { flex: 1 0 0px; width: 1px; } .framer-6dziw .framer-b3io4i { order: 2; } .framer-6dziw .framer-4hc4sr, .framer-6dziw .framer-u2eqja, .framer-6dziw .framer-1cqoyok, .framer-6dziw .framer-q9bfry { order: 1; width: auto; z-index: 1; } .framer-6dziw .framer-1tga78g { height: min-content; padding: 50px 0px 60px 0px; } .framer-6dziw .framer-1pyyax8 { gap: 35px; } .framer-6dziw .framer-12o5mir { padding: 0px 20px 50px 20px; } .framer-6dziw .framer-1au37b1 { padding: 20px 0px 20px 0px; } .framer-6dziw .framer-750voz { height: 560px; width: 325px; } .framer-6dziw .framer-1udxg9n, .framer-6dziw .framer-1od9h1c { height: 275px; width: 100%; } .framer-6dziw .framer-1mpqbul { gap: 65px; padding: 40px 50px 40px 50px; } .framer-6dziw .framer-vqn41z, .framer-6dziw .framer-1dj2396 { gap: 32px; } .framer-6dziw .framer-vh59ig, .framer-6dziw .framer-dvtplx { order: 1; padding: 0px; } .framer-6dziw .framer-coyva7, .framer-6dziw .framer-w0izg { white-space: pre; width: auto; } .framer-6dziw .framer-18xirc3, .framer-6dziw .framer-c4jfbu { align-self: stretch; width: auto; } .framer-6dziw .framer-uqohdi { gap: 65px; padding: 90px 20px 50px 20px; } .framer-6dziw .framer-150natt { grid-template-columns: repeat(2, minmax(200px, 1fr)); } .framer-6dziw .framer-1wj86o8 { padding: 0px 20px 80px 20px; } .framer-6dziw .framer-1jrdazm { width: 773px; } .framer-6dziw .framer-blvp52-container, .framer-6dziw .framer-1wymody-container { height: 50px; width: 225px; } .framer-6dziw.framer-1gl9nfh-container { height: 360px; left: calc(50.00000000000002% - 660px / 2); top: calc(50.00000000000002% - 360px / 2); width: 660px; } .framer-6dziw.framer-1xfnfkd-container { height: 360px; top: calc(50.00000000000002% - 360px / 2); } .framer-6dziw .framer-1egtbdd { width: 100%; } .framer-6dziw .framer-kuslv5 { justify-content: center; padding: 40px; } .framer-6dziw .framer-rt463y, .framer-6dziw .framer-r1zsc3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; justify-content: center; padding: 0px; } .framer-6dziw .framer-1pmqe2e { align-content: center; align-items: center; flex-direction: column; justify-content: center; } .framer-6dziw .framer-1s52adu { flex: none; width: 100%; } .framer-6dziw .framer-xqrr15, .framer-6dziw .framer-1ru3amh { align-content: center; align-items: center; } .framer-6dziw .framer-1nloflz { justify-content: center; will-change: var(--framer-will-change-effect-override, transform); } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6dziw .framer-boo5nj, .framer-6dziw .framer-1pyyax8, .framer-6dziw .framer-1mpqbul, .framer-6dziw .framer-vqn41z, .framer-6dziw .framer-1dj2396, .framer-6dziw .framer-uqohdi, .framer-6dziw .framer-rt463y, .framer-6dziw .framer-r1zsc3, .framer-6dziw .framer-1pmqe2e { gap: 0px; } .framer-6dziw .framer-boo5nj > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-6dziw .framer-boo5nj > :first-child, .framer-6dziw .framer-1pyyax8 > :first-child { margin-left: 0px; } .framer-6dziw .framer-boo5nj > :last-child, .framer-6dziw .framer-1pyyax8 > :last-child { margin-right: 0px; } .framer-6dziw .framer-1pyyax8 > * { margin: 0px; margin-left: calc(35px / 2); margin-right: calc(35px / 2); } .framer-6dziw .framer-1mpqbul > *, .framer-6dziw .framer-uqohdi > * { margin: 0px; margin-bottom: calc(65px / 2); margin-top: calc(65px / 2); } .framer-6dziw .framer-1mpqbul > :first-child, .framer-6dziw .framer-vqn41z > :first-child, .framer-6dziw .framer-1dj2396 > :first-child, .framer-6dziw .framer-uqohdi > :first-child, .framer-6dziw .framer-rt463y > :first-child, .framer-6dziw .framer-r1zsc3 > :first-child, .framer-6dziw .framer-1pmqe2e > :first-child { margin-top: 0px; } .framer-6dziw .framer-1mpqbul > :last-child, .framer-6dziw .framer-vqn41z > :last-child, .framer-6dziw .framer-1dj2396 > :last-child, .framer-6dziw .framer-uqohdi > :last-child, .framer-6dziw .framer-rt463y > :last-child, .framer-6dziw .framer-r1zsc3 > :last-child, .framer-6dziw .framer-1pmqe2e > :last-child { margin-bottom: 0px; } .framer-6dziw .framer-vqn41z > *, .framer-6dziw .framer-1dj2396 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6dziw .framer-rt463y > *, .framer-6dziw .framer-r1zsc3 > *, .framer-6dziw .framer-1pmqe2e > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } }}\",\"@media (max-width: 809px) { .framer-6dziw.framer-1ctji0q { width: 390px; } .framer-6dziw .framer-rucyss { padding: 110px 20px 20px 20px; } .framer-6dziw .framer-1wfzoym { align-content: center; align-items: center; padding: 0px; } .framer-6dziw .framer-xzy7wl { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; width: 300px; } .framer-6dziw .framer-12i27eg { align-content: center; align-items: center; gap: 0px; } .framer-6dziw .framer-16pam3j-container { height: 70px; width: 310px; } .framer-6dziw .framer-jecfgq { gap: 5px; justify-content: center; will-change: var(--framer-will-change-effect-override, transform); } .framer-6dziw .framer-1h7pws7, .framer-6dziw .framer-1tbztu2, .framer-6dziw .framer-46i82y, .framer-6dziw .framer-9j3oit, .framer-6dziw .framer-1l1oj5i { height: 28px; order: 0; width: 83px; } .framer-6dziw .framer-xoag9n { order: 1; z-index: 1; } .framer-6dziw .framer-glzwfi, .framer-6dziw .framer-1y8eqgb, .framer-6dziw .framer-4d4q6f, .framer-6dziw .framer-16p5xk4-container { order: 1; } .framer-6dziw .framer-12aybsr, .framer-6dziw .framer-1vro169, .framer-6dziw .framer-1o664uw, .framer-6dziw .framer-swhmzp, .framer-6dziw .framer-k43z5d, .framer-6dziw .framer-1k4q3xm-container, .framer-6dziw .framer-udu2ml-container, .framer-6dziw .framer-19oslsk-container { order: 0; } .framer-6dziw .framer-92cpej { padding: 60px 20px 20px 20px; } .framer-6dziw .framer-184qo4k { order: 4; } .framer-6dziw .framer-146h9yh { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; width: 160px; } .framer-6dziw .framer-boo5nj { flex-direction: column; gap: 15px; order: 2; } .framer-6dziw .framer-ieed39, .framer-6dziw .framer-guew6y, .framer-6dziw .framer-1yf3b1y { padding: 20px 15px 20px 15px; width: 100%; } .framer-6dziw .framer-2rxpoi, .framer-6dziw .framer-1nv8tkh, .framer-6dziw .framer-1hxjqhj { height: 300px; } .framer-6dziw .framer-16rsaf3 { gap: 0px; order: 3; } .framer-6dziw .framer-1jcxbwj, .framer-6dziw .framer-1mpvbn6 { gap: 5px; order: 2; will-change: var(--framer-will-change-effect-override, transform); } .framer-6dziw .framer-4hc4sr, .framer-6dziw .framer-u2eqja, .framer-6dziw .framer-1cqoyok, .framer-6dziw .framer-q9bfry { order: 1; width: auto; z-index: 1; } .framer-6dziw .framer-1tga78g { height: min-content; padding: 50px 0px 60px 0px; } .framer-6dziw .framer-6gbood { padding: 0px 25px 0px 25px; } .framer-6dziw .framer-1pyyax8 { flex-direction: column; gap: 25px; } .framer-6dziw .framer-1w5tb5c { gap: 15px; } .framer-6dziw .framer-1q9w4ub, .framer-6dziw .framer-1x3mft6, .framer-6dziw .framer-potdak, .framer-6dziw .framer-1ghb1gf, .framer-6dziw .framer-1c26qhw, .framer-6dziw .framer-f4i5p9 { padding: 20px 15px 20px 15px; } .framer-6dziw .framer-vxso30, .framer-6dziw .framer-10qjg9q, .framer-6dziw .framer-1nasw5l, .framer-6dziw .framer-pekfk0, .framer-6dziw .framer-sr2ocn, .framer-6dziw .framer-7zf1m8 { border-bottom-left-radius: unset; border-bottom-right-radius: unset; border-top-left-radius: unset; border-top-right-radius: unset; top: 20px; } .framer-6dziw .framer-12o5mir { gap: 50px; } .framer-6dziw .framer-1shj0ij { padding: 0px 20px 0px 20px; width: 100%; } .framer-6dziw .framer-1au37b1 { align-content: center; align-items: center; flex-direction: column; padding: 0px; } .framer-6dziw .framer-1npfm5z { align-self: unset; height: min-content; padding: 0px 20px 0px 20px; width: 100%; } .framer-6dziw .framer-1djk28 { flex: 1 0 0px; height: 435px; padding: 0px 0px 15px 0px; width: 1px; } .framer-6dziw .framer-750voz { gap: 0px; height: 600px; width: 100%; } .framer-6dziw .framer-1udxg9n, .framer-6dziw .framer-1od9h1c { flex: 1 0 0px; height: 1px; width: 100%; } .framer-6dziw .framer-1mpqbul { gap: 20px; padding: 60px 20px 60px 20px; } .framer-6dziw .framer-11tlw7m { flex-direction: column; gap: 0px; } .framer-6dziw .framer-vqn41z, .framer-6dziw .framer-1dj2396 { align-content: flex-start; align-items: flex-start; flex: none; gap: 32px; justify-content: center; padding: 60px 0px 0px 0px; width: 100%; } .framer-6dziw .framer-vh59ig, .framer-6dziw .framer-dvtplx { align-content: center; align-items: center; gap: 15px; order: 1; padding: 0px; width: 100%; } .framer-6dziw .framer-coyva7, .framer-6dziw .framer-18xirc3, .framer-6dziw .framer-w0izg, .framer-6dziw .framer-c4jfbu, .framer-6dziw .framer-fnlyw8, .framer-6dziw .framer-3fohpd, .framer-6dziw .framer-143lenp { width: 100%; } .framer-6dziw .framer-qbg77k, .framer-6dziw .framer-1mob0uy { gap: 0px; } .framer-6dziw .framer-uqohdi { gap: 40px; padding: 90px 20px 20px 20px; } .framer-6dziw .framer-150natt { grid-template-columns: repeat(1, minmax(200px, 1fr)); } .framer-6dziw .framer-15nvk5x, .framer-6dziw .framer-utfx2a, .framer-6dziw .framer-7k19xh, .framer-6dziw .framer-84us09, .framer-6dziw .framer-jr0vpo, .framer-6dziw .framer-cim7ts { height: 75px; width: 75px; } .framer-6dziw .framer-shh1zs { gap: 5px; order: 2; width: 390px; will-change: var(--framer-will-change-effect-override, transform); } .framer-6dziw .framer-1wj86o8 { padding: 0px 0px 60px 0px; } .framer-6dziw .framer-1jrdazm { flex-direction: column; padding: 0px 20px 0px 20px; } .framer-6dziw.framer-1gl9nfh-container, .framer-6dziw.framer-1b6rine-container { height: 194px; left: calc(50.00000000000002% - 356px / 2); top: calc(50.00000000000002% - 194px / 2); width: 356px; } .framer-6dziw .framer-kuslv5 { gap: 30px; padding: 30px 20px 30px 20px; } .framer-6dziw .framer-1pmqe2e { align-content: center; align-items: center; flex-direction: column; gap: 30px; } .framer-6dziw .framer-1s52adu { flex: none; width: 100%; } .framer-6dziw .framer-1gd8djz, .framer-6dziw .framer-1ru3amh { align-content: center; align-items: center; } .framer-6dziw .framer-1nloflz { gap: 5px; justify-content: center; order: 2; } .framer-6dziw .framer-y907uk { gap: 15px; width: 100%; } .framer-6dziw .framer-2qp1kc { padding: 10px 20px 10px 20px; } .framer-6dziw .framer-tbutl6 { gap: 10px; justify-content: center; } .framer-6dziw .framer-ljvrf4-container { bottom: 18px; right: 15px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-6dziw .framer-12i27eg, .framer-6dziw .framer-jecfgq, .framer-6dziw .framer-boo5nj, .framer-6dziw .framer-16rsaf3, .framer-6dziw .framer-1jcxbwj, .framer-6dziw .framer-1pyyax8, .framer-6dziw .framer-1w5tb5c, .framer-6dziw .framer-12o5mir, .framer-6dziw .framer-1au37b1, .framer-6dziw .framer-750voz, .framer-6dziw .framer-1mpqbul, .framer-6dziw .framer-11tlw7m, .framer-6dziw .framer-vqn41z, .framer-6dziw .framer-vh59ig, .framer-6dziw .framer-1dj2396, .framer-6dziw .framer-dvtplx, .framer-6dziw .framer-qbg77k, .framer-6dziw .framer-1mpvbn6, .framer-6dziw .framer-uqohdi, .framer-6dziw .framer-1mob0uy, .framer-6dziw .framer-shh1zs, .framer-6dziw .framer-1jrdazm, .framer-6dziw .framer-kuslv5, .framer-6dziw .framer-1pmqe2e, .framer-6dziw .framer-1nloflz, .framer-6dziw .framer-y907uk, .framer-6dziw .framer-tbutl6 { gap: 0px; } .framer-6dziw .framer-12i27eg > *, .framer-6dziw .framer-16rsaf3 > *, .framer-6dziw .framer-750voz > *, .framer-6dziw .framer-11tlw7m > *, .framer-6dziw .framer-qbg77k > *, .framer-6dziw .framer-1mob0uy > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-6dziw .framer-12i27eg > :first-child, .framer-6dziw .framer-boo5nj > :first-child, .framer-6dziw .framer-16rsaf3 > :first-child, .framer-6dziw .framer-1pyyax8 > :first-child, .framer-6dziw .framer-12o5mir > :first-child, .framer-6dziw .framer-1au37b1 > :first-child, .framer-6dziw .framer-750voz > :first-child, .framer-6dziw .framer-1mpqbul > :first-child, .framer-6dziw .framer-11tlw7m > :first-child, .framer-6dziw .framer-vqn41z > :first-child, .framer-6dziw .framer-vh59ig > :first-child, .framer-6dziw .framer-1dj2396 > :first-child, .framer-6dziw .framer-dvtplx > :first-child, .framer-6dziw .framer-qbg77k > :first-child, .framer-6dziw .framer-uqohdi > :first-child, .framer-6dziw .framer-1mob0uy > :first-child, .framer-6dziw .framer-1jrdazm > :first-child, .framer-6dziw .framer-kuslv5 > :first-child, .framer-6dziw .framer-1pmqe2e > :first-child, .framer-6dziw .framer-y907uk > :first-child { margin-top: 0px; } .framer-6dziw .framer-12i27eg > :last-child, .framer-6dziw .framer-boo5nj > :last-child, .framer-6dziw .framer-16rsaf3 > :last-child, .framer-6dziw .framer-1pyyax8 > :last-child, .framer-6dziw .framer-12o5mir > :last-child, .framer-6dziw .framer-1au37b1 > :last-child, .framer-6dziw .framer-750voz > :last-child, .framer-6dziw .framer-1mpqbul > :last-child, .framer-6dziw .framer-11tlw7m > :last-child, .framer-6dziw .framer-vqn41z > :last-child, .framer-6dziw .framer-vh59ig > :last-child, .framer-6dziw .framer-1dj2396 > :last-child, .framer-6dziw .framer-dvtplx > :last-child, .framer-6dziw .framer-qbg77k > :last-child, .framer-6dziw .framer-uqohdi > :last-child, .framer-6dziw .framer-1mob0uy > :last-child, .framer-6dziw .framer-1jrdazm > :last-child, .framer-6dziw .framer-kuslv5 > :last-child, .framer-6dziw .framer-1pmqe2e > :last-child, .framer-6dziw .framer-y907uk > :last-child { margin-bottom: 0px; } .framer-6dziw .framer-jecfgq > *, .framer-6dziw .framer-1jcxbwj > *, .framer-6dziw .framer-1mpvbn6 > *, .framer-6dziw .framer-shh1zs > *, .framer-6dziw .framer-1nloflz > * { margin: 0px; margin-left: calc(5px / 2); margin-right: calc(5px / 2); } .framer-6dziw .framer-jecfgq > :first-child, .framer-6dziw .framer-1jcxbwj > :first-child, .framer-6dziw .framer-1w5tb5c > :first-child, .framer-6dziw .framer-1mpvbn6 > :first-child, .framer-6dziw .framer-shh1zs > :first-child, .framer-6dziw .framer-1nloflz > :first-child, .framer-6dziw .framer-tbutl6 > :first-child { margin-left: 0px; } .framer-6dziw .framer-jecfgq > :last-child, .framer-6dziw .framer-1jcxbwj > :last-child, .framer-6dziw .framer-1w5tb5c > :last-child, .framer-6dziw .framer-1mpvbn6 > :last-child, .framer-6dziw .framer-shh1zs > :last-child, .framer-6dziw .framer-1nloflz > :last-child, .framer-6dziw .framer-tbutl6 > :last-child { margin-right: 0px; } .framer-6dziw .framer-boo5nj > *, .framer-6dziw .framer-vh59ig > *, .framer-6dziw .framer-dvtplx > *, .framer-6dziw .framer-y907uk > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-6dziw .framer-1pyyax8 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-6dziw .framer-1w5tb5c > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-6dziw .framer-12o5mir > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-6dziw .framer-1au37b1 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-6dziw .framer-1mpqbul > *, .framer-6dziw .framer-1jrdazm > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-6dziw .framer-vqn41z > *, .framer-6dziw .framer-1dj2396 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-6dziw .framer-uqohdi > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-6dziw .framer-kuslv5 > *, .framer-6dziw .framer-1pmqe2e > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-6dziw .framer-tbutl6 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 9858.5\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"V0_0uFQYe\":{\"layout\":[\"fixed\",\"auto\"]},\"mDNN1KoY8\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"chBAyG7NJ\":{\"pattern\":\":chBAyG7NJ\",\"name\":\"deine-situation\"},\"nzs25Nf9r\":{\"pattern\":\":nzs25Nf9r\",\"name\":\"scroll\"},\"NzYjCfyTp\":{\"pattern\":\":NzYjCfyTp\",\"name\":\"trigger\"},\"sn8_ojokq\":{\"pattern\":\":sn8_ojokq\",\"name\":\"\u00FCber-mich\"},\"wO_uE1MAo\":{\"pattern\":\":wO_uE1MAo\",\"name\":\"teilnehmerstimmen\"},\"N2t6r5A7z\":{\"pattern\":\":N2t6r5A7z\",\"name\":\"h\u00E4ufige-fragen\"}}\n * @framerResponsiveScreen\n */const FramerIukMfAQlK=withCSS(Component,css,\"framer-6dziw\");export default FramerIukMfAQlK;FramerIukMfAQlK.displayName=\"Page\";FramerIukMfAQlK.defaultProps={height:9858.5,width:1200};addFonts(FramerIukMfAQlK,[{explicitInter:true,fonts:[{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtPK-F2rA0s.woff2\",weight:\"500\"},{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDVZNLo_U2r.woff2\",weight:\"500\"},{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDVZNLo_U2r.woff2\",weight:\"600\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtPK-F2rA0s.woff2\",weight:\"700\"},{family:\"Playfair Display\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtPK-F2rA0s.woff2\",weight:\"600\"},{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v24/wlptgwvFAVdoq2_F94zlCfv0bz1WCzsW_LVte6KuGEo.woff2\",weight:\"400\"},{family:\"Playfair Display\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/playfairdisplay/v37/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDVZNLo_U2r.woff2\",weight:\"400\"},{family:\"Astrolove Free Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/wMOpyGVLmc5wPinYMKVSQVmzF0.woff2\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v18/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",weight:\"500\"},{family:\"Libre Baskerville\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/librebaskerville/v14/kmKnZrc3Hgbbcjq75U4uslyuy4kn0pNbYRI4CN2V.woff2\",weight:\"400\"},{family:\"Lexend\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lexend/v24/wlptgwvFAVdoq2_F94zlCfv0bz1WCwkW_LVte6KuGEo.woff2\",weight:\"500\"}]},...Navigation9Fonts,...CTAFonts,...TestimonialSylviaFonts,...YouTubeFonts,...YouTube1Fonts,...FAQFAQAccordionFonts,...ImpressumFonts,...CookieBannerFonts,...ShimmerGridFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIukMfAQlK\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerResponsiveScreen\":\"\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"9858.5\",\"framerScrollSections\":\"{\\\"chBAyG7NJ\\\":{\\\"pattern\\\":\\\":chBAyG7NJ\\\",\\\"name\\\":\\\"deine-situation\\\"},\\\"nzs25Nf9r\\\":{\\\"pattern\\\":\\\":nzs25Nf9r\\\",\\\"name\\\":\\\"scroll\\\"},\\\"NzYjCfyTp\\\":{\\\"pattern\\\":\\\":NzYjCfyTp\\\",\\\"name\\\":\\\"trigger\\\"},\\\"sn8_ojokq\\\":{\\\"pattern\\\":\\\":sn8_ojokq\\\",\\\"name\\\":\\\"\u00FCber-mich\\\"},\\\"wO_uE1MAo\\\":{\\\"pattern\\\":\\\":wO_uE1MAo\\\",\\\"name\\\":\\\"teilnehmerstimmen\\\"},\\\"N2t6r5A7z\\\":{\\\"pattern\\\":\\\":N2t6r5A7z\\\",\\\"name\\\":\\\"h\u00E4ufige-fragen\\\"}}\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V0_0uFQYe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mDNN1KoY8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "isEULocale", "locale", "navigator", "country", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "PlayOptions", "ThumbnailOptions", "Youtube", "url", "play", "shouldMute", "thumbnail", "isRed", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "title", "props", "onCanvas", "useIsOnCanvas", "isAutoplay", "showThumbnail", "isPreloading", "preloadVideo", "le", "showVideo", "startVideo", "isHovered", "setHovered", "ye", "borderRadius", "useRadius", "hasBorderRadius", "p", "Instructions", "parsedURL", "parseVideoURL", "ErrorMessage", "videoId", "embedURL", "searchParams", "iframeProps", "u", "wrapperStyle", "videoStyle", "getThumbnailURL", "PlayButton", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "defaultProps", "urlString", "getEmbedURL", "pathSegments", "res", "pre", "ext", "emptyStateStyle", "centerTextStyle", "message", "containerStyles", "buttonStyle", "fontStore", "fonts", "css", "className", "CTAFonts", "getFonts", "tC34D5gfo_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1ax5vwx", "args", "onTapycmegy", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "Link", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerbM5teVKiF", "withCSS", "bM5teVKiF_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "beTNrpQS4", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTapsiqpp8", "args", "scopingClassNames", "cx", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText2", "css", "FramerHMMq2PA7f", "withCSS", "HMMq2PA7f_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "answer", "height", "id", "question", "tap", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "iCWxaawPK", "EBosMvmXB", "rOf8huhxW", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap5369db", "args", "onTapyw4r8h", "onTap1f7ez8a", "onTapw7bldu", "scopingClassNames", "cx", "isDisplayed", "LayoutGroup", "u", "RichText2", "SVG", "css", "FramerPclEIdEnX", "withCSS", "PclEIdEnX_default", "addPropertyControls", "ControlType", "addFonts", "Navigation9Fonts", "getFonts", "bM5teVKiF_default", "ImageWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Image2", "RichTextWithOptimizedAppearEffect", "RichText2", "CTAFonts", "tC34D5gfo_default", "ContainerWithFX", "withFX", "Container", "MotionDivWithOptimizedAppearEffect", "motion", "MotionDivWithFX", "ImageWithFX", "RichTextWithFX", "TestimonialSylviaFonts", "HMMq2PA7f_default", "YouTubeFonts", "Youtube", "YouTube1Fonts", "FAQFAQAccordionFonts", "PclEIdEnX_default", "ImpressumFonts", "dd65wSMy_default", "CookieBannerFonts", "CookieBanner", "ShimmerGridFonts", "ShimmerGrid", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "transition1", "animation", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "transition5", "animation5", "transition6", "animation6", "animation7", "transition7", "textEffect", "animation8", "transition8", "transition9", "textEffect1", "animation9", "transition10", "animation10", "transition11", "transition12", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "beTNrpQS43bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "elementId", "useRouteElementId", "ref1", "elementId1", "ref2", "ref3", "elementId2", "elementId3", "ref4", "elementId4", "ref5", "isDisplayed4", "elementId5", "ref6", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ComponentViewportProvider", "PropertyOverrides2", "getLoadingLazyAtYPosition", "x", "l", "AnimatePresence", "Ga", "overlay1", "css", "FramerIukMfAQlK", "withCSS", "IukMfAQlK_default", "addFonts", "__FramerMetadata__"]
}
