{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/u6rJWIrjTdKVqJJgvlJW/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/N7likuYwsyiG0Aku3Csp/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/EDYDB7ihtf8Ou4i0ygB9/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/Soos9Q1A9zL94xYH62sT/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/CUUcuP1woK9faEWrL9ZQ/Cookies.js", "ssg:https://framerusercontent.com/modules/Xplp7Catv8vOo550lJ4M/rASpLNP1BrscpLUriyu3/W7nVr1qab-0.js", "ssg:https://framerusercontent.com/modules/Xplp7Catv8vOo550lJ4M/rASpLNP1BrscpLUriyu3/W7nVr1qab.js", "ssg:https://framerusercontent.com/modules/MeZ6R9T325RbFATd3xdX/4dxH5fqf3b70rfAlKhYV/augiA20Il.js", "ssg:https://framerusercontent.com/modules/6We9RFm2sRt9CDOLoSte/bGNtsoKjBhjpnduf2wmv/augiA20Il.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);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_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"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{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/CmmUoyXEMOtoYkkeGDZZ/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 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(()=>{yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{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\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./consent.map", "// 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=()=>{var _Intl_DateTimeFormat_resolvedOptions_timeZone,_Intl_DateTimeFormat_resolvedOptions,_Intl_DateTimeFormat,_Intl;return(_Intl=Intl)===null||_Intl===void 0?void 0:(_Intl_DateTimeFormat=_Intl.DateTimeFormat())===null||_Intl_DateTimeFormat===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions=_Intl_DateTimeFormat.resolvedOptions())===null||_Intl_DateTimeFormat_resolvedOptions===void 0?void 0:(_Intl_DateTimeFormat_resolvedOptions_timeZone=_Intl_DateTimeFormat_resolvedOptions.timeZone)===null||_Intl_DateTimeFormat_resolvedOptions_timeZone===void 0?void 0:_Intl_DateTimeFormat_resolvedOptions_timeZone.startsWith(\"Europe\");};const isEULocale=()=>{var _navigator_languages;var _navigator_language;const locale=(_navigator_language=navigator.language)!==null&&_navigator_language!==void 0?_navigator_language:(_navigator_languages=navigator.languages)===null||_navigator_languages===void 0?void 0:_navigator_languages[0];return countries.some(country=>{var _locale_toUpperCase;return locale===null||locale===void 0?void 0:(_locale_toUpperCase=locale.toUpperCase())===null||_locale_toUpperCase===void 0?void 0:_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/N7likuYwsyiG0Aku3Csp/inEU.js\";export function useRegion({content,useRegionFromProps}){const isInEUBasedOnLocation=isBrowser?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\":{\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"useRegion\":{\"type\":\"function\",\"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}){var _banner_style_border;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=banner.style.border)===null||_banner_style_border===void 0?void 0:_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        }`]);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===null||policy===void 0?void 0:policy.link);return shouldShow&&/*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[description,\" \",(policy===null||policy===void 0?void 0:policy.link)&&/*#__PURE__*/_jsxs(\"span\",{children:[policy===null||policy===void 0?void 0:policy.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy===null||policy===void 0?void 0:policy.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy===null||policy===void 0?void 0: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;var _settings_hoverOpacity,_settings_tapOpacity;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=settings.hoverOpacity)!==null&&_settings_hoverOpacity!==void 0?_settings_hoverOpacity:.6},whileTap:{opacity:(_settings_tapOpacity=settings.tapOpacity)!==null&&_settings_tapOpacity!==void 0?_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/u6rJWIrjTdKVqJJgvlJW/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/EDYDB7ihtf8Ou4i0ygB9/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/Soos9Q1A9zL94xYH62sT/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/N7likuYwsyiG0Aku3Csp/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 isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview});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(()=>{// 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]);// Check if user should be prompted\nuseEffect(()=>{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]);useEffect(()=>{if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes]);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)}),/*#__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){var _props_banner_style;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=props.banner.style)===null||_props_banner_style===void 0?void 0:_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}\");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\",hidden:props=>!props.link},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\",hidden:props=>!props.link}},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\",hidden:props=>!props.link},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\",hidden:props=>!props.link}},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\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\",\"framerContractVersion\":\"1\"}},\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Cookies.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=\"Level 2\";export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255)))\"},children:\"We helpen je meer te bereiken met presentaties.\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255)))\"},children:\"We helpen je meer te bereiken met presentaties.\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1vmdxwj\",\"data-styles-preset\":\"K6AXicQPr\",children:\"We helpen je meer te bereiken met presentaties.\"})});export const v4=\"Ontdek hoe\";\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (3eae0e1)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,RichText,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/KmY9xwGWxjlyDk2Kezfk/RJyrUeUTAdMBbcwE8szA/K6AXicQPr.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/Z9WqZX6yEK4Ss7JuIfS9/PVP8gU0SxfstKobzQR5A/XQHPIvwi1.js\";import ButtonSText from\"https://framerusercontent.com/modules/8bCFhY41vOkXYroaFmXI/bOVRBR2Ay7jGQY6oSs7u/UC_EavTg2.js\";import*as localizedValues from\"./W7nVr1qab-0.js\";import ComponentsBreadcrumb from\"https://framerusercontent.com/modules/OQOrCyVIyPdZ1fOAp5aA/XUU2yMWgJXxSPidHwsqu/yAjWRlg4f.js\";const ComponentsBreadcrumbFonts=getFonts(ComponentsBreadcrumb);const ButtonSTextFonts=getFonts(ButtonSText);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const MotionAWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.a));const cycleOrder=[\"LZF4p81bq\",\"knW7k9kOR\",\"UaXOXTNUA\",\"DIJFyVwmG\",\"d4Hv4WELf\",\"CPlQijHGu\",\"BLEqcvN15\",\"PPLbP_DZ2\",\"gCjjC89ln\"];const serializationHash=\"framer-e6dpD\";const variantClassNames={BLEqcvN15:\"framer-v-10b51yx\",CPlQijHGu:\"framer-v-1idlozn\",d4Hv4WELf:\"framer-v-fva1nr\",DIJFyVwmG:\"framer-v-1mairu9\",gCjjC89ln:\"framer-v-o9f77w\",knW7k9kOR:\"framer-v-taxc2q\",LZF4p81bq:\"framer-v-1380gxk\",PPLbP_DZ2:\"framer-v-d3fbe7\",UaXOXTNUA:\"framer-v-1qjrdgg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={Laav5YOIu:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={delay:0,duration:1.1,ease:[0,.31,.21,.97],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:20};const animation2={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition3={delay:.085,duration:1.33,ease:[.37,.18,.11,.95],type:\"tween\"};const textEffect={effect:animation2,repeat:false,startDelay:.5,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const textEffect1={effect:animation2,repeat:false,startDelay:.3,tokenization:\"word\",transition:transition3,trigger:\"onMount\",type:\"appear\"};const transition4={damping:30,delay:1.2,mass:1,stiffness:97,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const animation4={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:50};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition5={bounce:0,delay:2,duration:.6,type:\"spring\"};const animation5={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,x:0,y:0};const animation6={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"4K\":\"gCjjC89ln\",\"Home - Full HD\":\"BLEqcvN15\",\"Home - Phone\":\"CPlQijHGu\",Desktop:\"LZF4p81bq\",FullHD:\"DIJFyVwmG\",Home:\"d4Hv4WELf\",Phone:\"UaXOXTNUA\",Tablet:\"knW7k9kOR\",XXL:\"PPLbP_DZ2\"};const getProps=({height,id,level1,link1,title,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,BVIGOYG2j:link1!==null&&link1!==void 0?link1:props.BVIGOYG2j,NwuvADpRH:(_ref=title!==null&&title!==void 0?title:props.NwuvADpRH)!==null&&_ref!==void 0?_ref:\"Achive more with a big heading\",qLQ1zNuzF:(_ref1=level1!==null&&level1!==void 0?level1:props.qLQ1zNuzF)!==null&&_ref1!==void 0?_ref1:\"Level 1\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"LZF4p81bq\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,NwuvADpRH,qLQ1zNuzF,BVIGOYG2j,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"LZF4p81bq\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"knW7k9kOR\",\"UaXOXTNUA\",\"CPlQijHGu\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"d4Hv4WELf\",\"BLEqcvN15\",\"PPLbP_DZ2\",\"gCjjC89ln\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"d4Hv4WELf\",\"BLEqcvN15\",\"PPLbP_DZ2\",\"gCjjC89ln\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1380gxk\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"LZF4p81bq\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({BLEqcvN15:{\"data-framer-name\":\"Home - Full HD\"},CPlQijHGu:{\"data-framer-name\":\"Home - Phone\"},d4Hv4WELf:{\"data-framer-name\":\"Home\"},DIJFyVwmG:{\"data-framer-name\":\"FullHD\"},gCjjC89ln:{\"data-framer-name\":\"4K\"},knW7k9kOR:{\"data-framer-name\":\"Tablet\"},PPLbP_DZ2:{\"data-framer-name\":\"XXL\"},UaXOXTNUA:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1o13ahg\",layoutDependency:layoutDependency,layoutId:\"okrPR6Utb\",style:{backgroundColor:\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33))\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30},variants:{CPlQijHGu:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16},UaXOXTNUA:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16}},children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation,background:{alt:\"\",fit:\"fill\"},className:\"framer-1kw7puv\",\"data-framer-appear-id\":\"1kw7puv\",\"data-framer-name\":\"Hero\",initial:animation1,layoutDependency:layoutDependency,layoutId:\"uS05yJ3qX\",optimized:true,...addPropertyOverrides({BLEqcvN15:{animate:undefined,initial:undefined,optimized:undefined},d4Hv4WELf:{animate:undefined,initial:undefined,optimized:undefined},gCjjC89ln:{animate:undefined,initial:undefined,optimized:undefined},PPLbP_DZ2:{animate:undefined,initial:undefined,optimized:undefined}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6i1yv\",layoutDependency:layoutDependency,layoutId:\"bwZzPjGG3\",children:isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:`max(min(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} / 1.177, 1440px), 1px)`,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+188+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376-((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376)*1.394736842105263+0))/2+0+0)+0+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376)*1.394736842105263-0-141.2+0+0)+0,...addPropertyOverrides({DIJFyVwmG:{y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+153+-70.26315789473682+0+355.32631578947365+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hzont0-container\",layoutDependency:layoutDependency,layoutId:\"BcqpQVeK5-container\",children:/*#__PURE__*/_jsx(ComponentsBreadcrumb,{BdyKnSnyj:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:\"Level 2\",height:\"100%\",id:\"BcqpQVeK5\",kHwK4jqnu:BVIGOYG2j,layoutId:\"BcqpQVeK5\",NLIOaNe9q:qLQ1zNuzF,SDBKiAosJ:\"rgba(0, 0, 0, 0)\",style:{width:\"100%\"},variant:\"VB4Ddu4FJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pcklvl\",layoutDependency:layoutDependency,layoutId:\"n6BwjRYaV\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gbq01r\",\"data-styles-preset\":\"XQHPIvwi1\",style:{\"--framer-text-alignment\":\"left\"},children:\"Achive more with a big heading\"})}),className:\"framer-1hjltxy\",\"data-framer-name\":\"Helping you achieve more with presentations\",effect:textEffect,fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lJVaLgKX8\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:NwuvADpRH,variants:{BLEqcvN15:{\"--extracted-gdpscs\":\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\"},CPlQijHGu:{\"--extracted-gdpscs\":\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\"},d4Hv4WELf:{\"--extracted-gdpscs\":\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\"}},verticalAlignment:\"bottom\",withExternalLayout:true,...addPropertyOverrides({BLEqcvN15:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255)))\"},children:[\"Helping You \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgQm9sZA==\",\"--framer-font-family\":'\"Georgia Bold\", \"Georgia Bold Placeholder\", sans-serif'},children:\"Achieve More\"}),\" With Presentations.\"]})}),fonts:[\"CUSTOM;Georgia Italic\",\"CUSTOM;Georgia Bold\"],text:undefined},CPlQijHGu:{children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"34px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255)))\"},children:[\"Helping You \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgQm9sZA==\",\"--framer-font-family\":'\"Georgia Bold\", \"Georgia Bold Placeholder\", sans-serif'},children:\"Achieve More \"}),\"With Presentations.\"]})}),effect:textEffect1,fonts:[\"CUSTOM;Georgia Italic\",\"CUSTOM;Georgia Bold\"],text:undefined},d4Hv4WELf:{children:(_getLocalizedValue3=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(motion.h1,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgSXRhbGlj\",\"--framer-font-family\":'\"Georgia Italic\", \"Georgia Italic Placeholder\", sans-serif',\"--framer-font-size\":\"52px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-gdpscs, var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255)))\"},children:[\"Helping You \",/*#__PURE__*/_jsx(motion.span,{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgQm9sZA==\",\"--framer-font-family\":'\"Georgia Bold\", \"Georgia Bold Placeholder\", sans-serif'},children:\"Achieve More\"}),\" With Presentations.\"]})}),fonts:[\"CUSTOM;Georgia Italic\",\"CUSTOM;Georgia Bold\"],text:undefined},gCjjC89ln:{children:(_getLocalizedValue4=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1vmdxwj\",\"data-styles-preset\":\"K6AXicQPr\",children:\"Helping You Achieve More With Presentations.\"})}),text:undefined},knW7k9kOR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1gbq01r\",\"data-styles-preset\":\"XQHPIvwi1\",style:{\"--framer-text-alignment\":\"center\"},children:\"Achive more with a big heading\"})})},PPLbP_DZ2:{children:(_getLocalizedValue5=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-1vmdxwj\",\"data-styles-preset\":\"K6AXicQPr\",children:\"Helping You Achieve More With Presentations.\"})}),text:undefined}},baseVariant,gestureVariant)})}),isDisplayed2()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"VAma2fNqB\"},children:/*#__PURE__*/_jsx(MotionAWithFXWithOptimizedAppearEffect,{className:\"framer-1vz8dt0 framer-y13l6\",\"data-framer-appear-id\":\"1vz8dt0\",layoutDependency:layoutDependency,layoutId:\"IVO6yzCS7\",...addPropertyOverrides({BLEqcvN15:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,initial:animation4,optimized:true},gCjjC89ln:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,initial:animation4,optimized:true},PPLbP_DZ2:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation3,initial:animation4,optimized:true}},baseVariant,gestureVariant),children:isDisplayed2()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({BLEqcvN15:{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+188+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-61)/1)*1-376-((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-61)/1)*1-376)*1.396694214876033+0))/2+0+0)+0+(((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-61)/1)*1-376)*1.396694214876033-0-217.2)/2+57.2+120)+0+0},d4Hv4WELf:{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+188+((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376-((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376)*1.394736842105263+0))/2+0+0)+0+(((Math.max(0,(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||800)-0-44)/1)*1-376)*1.394736842105263-0-217.2)/2+57.2+120)+7105427357601002e-30},gCjjC89ln:{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+188+-212.62809917355378+0+829.8780991735538+0+0},PPLbP_DZ2:{height:40,y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+0+0+188+-135.6694214876033+0+558.9194214876034+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{className:\"framer-1o1xg1u-container\",\"data-framer-appear-id\":\"1o1xg1u\",layoutDependency:layoutDependency,layoutId:\"urRzdQ4rM-container\",transformTemplate:transformTemplate1,...addPropertyOverrides({BLEqcvN15:{transformTemplate:undefined},d4Hv4WELf:{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation5,initial:animation6,optimized:true},gCjjC89ln:{transformTemplate:undefined},PPLbP_DZ2:{transformTemplate:undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ButtonSText,{height:\"100%\",id:\"urRzdQ4rM\",layoutId:\"urRzdQ4rM\",Mkhs9gqjz:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",ocEjZBfik:(_getLocalizedValue6=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:\"Discover how\",variant:\"c8jTe8K4g\",width:\"100%\",...addPropertyOverrides({BLEqcvN15:{variant:\"nRpJ_Q083\"},d4Hv4WELf:{variant:\"nRpJ_Q083\"},gCjjC89ln:{variant:\"nRpJ_Q083\"},PPLbP_DZ2:{variant:\"nRpJ_Q083\"}},baseVariant,gestureVariant)})})})})})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-146mg0g\",layoutDependency:layoutDependency,layoutId:\"yN1iWDm37\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-fgv29b\",layoutDependency:layoutDependency,layoutId:\"p2PRILiz1\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1y56c7k\",\"data-framer-name\":\"Bubble_Tail\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"mBnkpagU3\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 684 44\"><path d=\"M 683.932 0 L 31.812 44.099 C 23.531 44.7 16.349 38.109 15.787 29.381 L 14.908 16.271 C 14.32 7.48 8.017 1.194 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:12267329141,withExternalLayout:true,...addPropertyOverrides({BLEqcvN15:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 944 61\"><path d=\"M 943.906 0 L 43.904 61.137 C 32.475 61.971 22.564 52.833 21.787 40.733 L 20.575 22.558 C 19.763 10.37 11.064 1.656 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:8942792454},CPlQijHGu:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 230 15\"><path d=\"M 229.977 0 L 10.697 15.034 C 7.912 15.239 5.498 12.992 5.308 10.016 L 5.013 5.547 C 4.815 2.55 2.696 0.407 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:10369031226},DIJFyVwmG:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 924 59\"><path d=\"M 923.908 0 L 42.974 59.132 C 31.787 59.939 22.086 51.101 21.326 39.398 L 20.139 21.818 C 19.344 10.03 10.83 1.601 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:10877970909},gCjjC89ln:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 2111 136\"><path d=\"M 2110.789 0 L 98.18 136.305 C 72.622 138.165 50.459 117.793 48.721 90.815 L 46.01 50.292 C 44.194 23.12 24.742 3.691 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:11391953114},knW7k9kOR:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 420 27\"><path d=\"M 419.958 0 L 19.534 27.061 C 14.449 27.43 10.039 23.385 9.694 18.029 L 9.154 9.984 C 8.793 4.59 4.923 0.733 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:11832907333},PPLbP_DZ2:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 944 61\"><path d=\"M 943.906 0 L 43.904 61.137 C 32.475 61.971 22.564 52.833 21.787 40.733 L 20.575 22.558 C 19.763 10.37 11.064 1.656 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:8942792454},UaXOXTNUA:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 230 15\"><path d=\"M 229.977 0 L 10.697 15.034 C 7.912 15.239 5.498 12.992 5.308 10.016 L 5.013 5.547 C 4.815 2.55 2.696 0.407 0 0 Z\" fill=\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33)) /* {&quot;name&quot;:&quot;Background Blue&quot;} */\"></path></svg>',svgContentId:10369031226}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-e6dpD.framer-y13l6, .framer-e6dpD .framer-y13l6 { display: block; }\",\".framer-e6dpD.framer-1380gxk { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1380px; }\",\".framer-e6dpD .framer-1o13ahg { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 1px; justify-content: center; overflow: hidden; padding: 188px 0px 188px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-e6dpD .framer-1kw7puv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: 139%; justify-content: flex-end; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 85%; }\",\".framer-e6dpD .framer-1p6i1yv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-e6dpD .framer-1hzont0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-e6dpD .framer-1pcklvl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 73%; }\",\".framer-e6dpD .framer-1hjltxy { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-e6dpD .framer-1vz8dt0 { flex: none; height: 200px; overflow: visible; position: relative; text-decoration: none; width: 200px; }\",\".framer-e6dpD .framer-1o1xg1u-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; width: auto; }\",\".framer-e6dpD .framer-146mg0g { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 15px 0px 0px; position: relative; width: 97%; }\",\".framer-e6dpD .framer-fgv29b { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-e6dpD .framer-1y56c7k { flex: none; height: 44px; position: relative; width: 684px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6dpD.framer-1380gxk, .framer-e6dpD .framer-1o13ahg, .framer-e6dpD .framer-1kw7puv, .framer-e6dpD .framer-1p6i1yv, .framer-e6dpD .framer-1pcklvl, .framer-e6dpD .framer-146mg0g, .framer-e6dpD .framer-fgv29b { gap: 0px; } .framer-e6dpD.framer-1380gxk > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-e6dpD.framer-1380gxk > :first-child, .framer-e6dpD .framer-1o13ahg > :first-child, .framer-e6dpD .framer-1kw7puv > :first-child, .framer-e6dpD .framer-1pcklvl > :first-child, .framer-e6dpD .framer-fgv29b > :first-child { margin-top: 0px; } .framer-e6dpD.framer-1380gxk > :last-child, .framer-e6dpD .framer-1o13ahg > :last-child, .framer-e6dpD .framer-1kw7puv > :last-child, .framer-e6dpD .framer-1pcklvl > :last-child, .framer-e6dpD .framer-fgv29b > :last-child { margin-bottom: 0px; } .framer-e6dpD .framer-1o13ahg > *, .framer-e6dpD .framer-fgv29b > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e6dpD .framer-1kw7puv > *, .framer-e6dpD .framer-1pcklvl > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-e6dpD .framer-1p6i1yv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-e6dpD .framer-1p6i1yv > :first-child, .framer-e6dpD .framer-146mg0g > :first-child { margin-left: 0px; } .framer-e6dpD .framer-1p6i1yv > :last-child, .framer-e6dpD .framer-146mg0g > :last-child { margin-right: 0px; } .framer-e6dpD .framer-146mg0g > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\".framer-e6dpD.framer-v-taxc2q.framer-1380gxk { width: 810px; }\",\".framer-e6dpD.framer-v-taxc2q .framer-1o13ahg { flex: none; height: 431px; }\",\".framer-e6dpD.framer-v-taxc2q .framer-1kw7puv { align-content: center; align-items: center; height: 511%; justify-content: center; width: 85%; }\",\".framer-e6dpD.framer-v-taxc2q .framer-1pcklvl, .framer-e6dpD.framer-v-1qjrdgg .framer-146mg0g, .framer-e6dpD.framer-v-1idlozn .framer-146mg0g { width: 100%; }\",\".framer-e6dpD.framer-v-taxc2q .framer-1y56c7k { height: 27px; width: 420px; }\",\".framer-e6dpD.framer-v-1qjrdgg.framer-1380gxk, .framer-e6dpD.framer-v-1idlozn.framer-1380gxk { height: 466px; width: 390px; }\",\".framer-e6dpD.framer-v-1qjrdgg .framer-1o13ahg, .framer-e6dpD.framer-v-1idlozn .framer-1o13ahg { flex: none; height: 440px; padding: 134px 0px 134px 0px; }\",\".framer-e6dpD.framer-v-1qjrdgg .framer-1kw7puv, .framer-e6dpD.framer-v-1idlozn .framer-1kw7puv { height: 178%; justify-content: center; width: 79%; }\",\".framer-e6dpD.framer-v-1qjrdgg .framer-1pcklvl, .framer-e6dpD.framer-v-1idlozn .framer-1pcklvl { justify-content: center; order: 0; width: 100%; }\",\".framer-e6dpD.framer-v-1qjrdgg .framer-fgv29b, .framer-e6dpD.framer-v-1idlozn .framer-fgv29b { flex: 1 0 0px; width: 1px; }\",\".framer-e6dpD.framer-v-1qjrdgg .framer-1y56c7k, .framer-e6dpD.framer-v-1idlozn .framer-1y56c7k { height: 15px; width: 230px; }\",\".framer-e6dpD.framer-v-1mairu9.framer-1380gxk { width: 1920px; }\",\".framer-e6dpD.framer-v-1mairu9 .framer-1o13ahg { flex: none; height: 662px; padding: 153px 0px 153px 0px; }\",\".framer-e6dpD.framer-v-1mairu9 .framer-1y56c7k { height: 59px; width: 924px; }\",\".framer-e6dpD.framer-v-fva1nr .framer-1o13ahg { align-content: flex-start; align-items: flex-start; }\",\".framer-e6dpD.framer-v-fva1nr .framer-1kw7puv { justify-content: center; padding: 0px 0px 0px 148px; width: 905px; }\",\".framer-e6dpD.framer-v-fva1nr .framer-1p6i1yv, .framer-e6dpD.framer-v-10b51yx .framer-1p6i1yv, .framer-e6dpD.framer-v-d3fbe7 .framer-1p6i1yv, .framer-e6dpD.framer-v-o9f77w .framer-1p6i1yv { min-height: 24px; }\",\".framer-e6dpD.framer-v-fva1nr .framer-1pcklvl, .framer-e6dpD.framer-v-10b51yx .framer-1pcklvl { justify-content: center; width: 81%; }\",\".framer-e6dpD.framer-v-fva1nr .framer-1vz8dt0 { height: 40px; width: 166px; }\",\".framer-e6dpD.framer-v-10b51yx.framer-1380gxk { width: 1900px; }\",\".framer-e6dpD.framer-v-10b51yx .framer-1o13ahg { align-content: flex-start; align-items: flex-start; width: 1900px; }\",\".framer-e6dpD.framer-v-10b51yx .framer-1kw7puv, .framer-e6dpD.framer-v-d3fbe7 .framer-1kw7puv, .framer-e6dpD.framer-v-o9f77w .framer-1kw7puv { height: 140%; justify-content: center; order: 0; padding: 0px 0px 0px 283px; width: 1120px; }\",\".framer-e6dpD.framer-v-10b51yx .framer-1vz8dt0, .framer-e6dpD.framer-v-d3fbe7 .framer-1vz8dt0, .framer-e6dpD.framer-v-o9f77w .framer-1vz8dt0 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; width: min-content; }\",\".framer-e6dpD.framer-v-10b51yx .framer-1o1xg1u-container, .framer-e6dpD.framer-v-d3fbe7 .framer-1o1xg1u-container, .framer-e6dpD.framer-v-o9f77w .framer-1o1xg1u-container { left: unset; position: relative; top: unset; }\",\".framer-e6dpD.framer-v-10b51yx .framer-1y56c7k, .framer-e6dpD.framer-v-d3fbe7 .framer-1y56c7k { height: 61px; width: 944px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6dpD.framer-v-10b51yx .framer-1vz8dt0 { gap: 0px; } .framer-e6dpD.framer-v-10b51yx .framer-1vz8dt0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e6dpD.framer-v-10b51yx .framer-1vz8dt0 > :first-child { margin-top: 0px; } .framer-e6dpD.framer-v-10b51yx .framer-1vz8dt0 > :last-child { margin-bottom: 0px; } }\",\".framer-e6dpD.framer-v-d3fbe7.framer-1380gxk { height: min-content; width: min-content; }\",\".framer-e6dpD.framer-v-d3fbe7 .framer-1o13ahg { align-content: flex-start; align-items: flex-start; flex: none; height: 1060px; width: 2508px; }\",\".framer-e6dpD.framer-v-d3fbe7 .framer-1pcklvl, .framer-e6dpD.framer-v-o9f77w .framer-1pcklvl { justify-content: center; width: 837px; }\",\".framer-e6dpD.framer-v-d3fbe7 .framer-1hjltxy, .framer-e6dpD.framer-v-o9f77w .framer-1hjltxy { width: 851px; }\",\".framer-e6dpD.framer-v-d3fbe7 .framer-146mg0g { width: 1843px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6dpD.framer-v-d3fbe7 .framer-1vz8dt0 { gap: 0px; } .framer-e6dpD.framer-v-d3fbe7 .framer-1vz8dt0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e6dpD.framer-v-d3fbe7 .framer-1vz8dt0 > :first-child { margin-top: 0px; } .framer-e6dpD.framer-v-d3fbe7 .framer-1vz8dt0 > :last-child { margin-bottom: 0px; } }\",\".framer-e6dpD.framer-v-o9f77w.framer-1380gxk { align-content: flex-end; align-items: flex-end; height: min-content; width: min-content; }\",\".framer-e6dpD.framer-v-o9f77w .framer-1o13ahg { align-content: flex-start; align-items: flex-start; flex: none; height: 1448px; width: 3800px; }\",\".framer-e6dpD.framer-v-o9f77w .framer-146mg0g { padding: 0px; width: 2492px; }\",\".framer-e6dpD.framer-v-o9f77w .framer-1y56c7k { height: 136px; width: 2111px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-e6dpD.framer-v-o9f77w .framer-1vz8dt0 { gap: 0px; } .framer-e6dpD.framer-v-o9f77w .framer-1vz8dt0 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-e6dpD.framer-v-o9f77w .framer-1vz8dt0 > :first-child { margin-top: 0px; } .framer-e6dpD.framer-v-o9f77w .framer-1vz8dt0 > :last-child { margin-bottom: 0px; } }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"knW7k9kOR\":{\"layout\":[\"fixed\",\"fixed\"]},\"UaXOXTNUA\":{\"layout\":[\"fixed\",\"fixed\"]},\"DIJFyVwmG\":{\"layout\":[\"fixed\",\"fixed\"]},\"d4Hv4WELf\":{\"layout\":[\"fixed\",\"fixed\"]},\"CPlQijHGu\":{\"layout\":[\"fixed\",\"fixed\"]},\"BLEqcvN15\":{\"layout\":[\"fixed\",\"fixed\"]},\"PPLbP_DZ2\":{\"layout\":[\"auto\",\"auto\"]},\"gCjjC89ln\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"NwuvADpRH\":\"title\",\"qLQ1zNuzF\":\"level1\",\"BVIGOYG2j\":\"link1\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW7nVr1qab=withCSS(Component,css,\"framer-e6dpD\");export default FramerW7nVr1qab;FramerW7nVr1qab.displayName=\"Header - Home\";FramerW7nVr1qab.defaultProps={height:800,width:1380};addPropertyControls(FramerW7nVr1qab,{variant:{options:[\"LZF4p81bq\",\"knW7k9kOR\",\"UaXOXTNUA\",\"DIJFyVwmG\",\"d4Hv4WELf\",\"CPlQijHGu\",\"BLEqcvN15\",\"PPLbP_DZ2\",\"gCjjC89ln\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\",\"FullHD\",\"Home\",\"Home - Phone\",\"Home - Full HD\",\"XXL\",\"4K\"],title:\"Variant\",type:ControlType.Enum},NwuvADpRH:{defaultValue:\"Achive more with a big heading\",displayTextArea:false,title:\"Title\",type:ControlType.String},qLQ1zNuzF:{defaultValue:\"Level 1\",title:\"Level 1\",type:ControlType.String},BVIGOYG2j:{title:\"Link 1\",type:ControlType.Link}});addFonts(FramerW7nVr1qab,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Georgia Italic\",source:\"custom\",url:\"https://framerusercontent.com/assets/gThwqDnIo5cLQoNHhgranLcUw.woff2\"},{family:\"Georgia Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/wt6RYXugtyf05ohdIf2PgvAYoI.woff2\"}]},...ComponentsBreadcrumbFonts,...ButtonSTextFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW7nVr1qab\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"1380\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"knW7k9kOR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"UaXOXTNUA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"DIJFyVwmG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"d4Hv4WELf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CPlQijHGu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"BLEqcvN15\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PPLbP_DZ2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"gCjjC89ln\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"NwuvADpRH\\\":\\\"title\\\",\\\"qLQ1zNuzF\\\":\\\"level1\\\",\\\"BVIGOYG2j\\\":\\\"link1\\\"}\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W7nVr1qab.map", "// Generated by Framer (b6cf623)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={Laav5YOIu:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,Link,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouteElementId,useRouter,withCSS,withFX,withOptimizedAppearEffect,withVariantAppearEffect}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import*as ReactDOM from\"react-dom\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/CUUcuP1woK9faEWrL9ZQ/Cookies.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/H7Hprjo8hFoL6HVuvde6/SlideShow.js\";import SlideShowTopics from\"#framer/local/canvasComponent/fGjIpY10O/fGjIpY10O.js\";import LogoBlock from\"#framer/local/canvasComponent/fxENkivgh/fxENkivgh.js\";import ContactBubble from\"#framer/local/canvasComponent/iilkAzGDw/iilkAzGDw.js\";import ButtonS from\"#framer/local/canvasComponent/JcKVnOtDH/JcKVnOtDH.js\";import Client_quote_4 from\"#framer/local/canvasComponent/jxZVvG5pJ/jxZVvG5pJ.js\";import CardSolution from\"#framer/local/canvasComponent/K10xZ_6kz/K10xZ_6kz.js\";import Client_quote_1 from\"#framer/local/canvasComponent/LyjE2_VYE/LyjE2_VYE.js\";import Card from\"#framer/local/canvasComponent/M3HSJ8GPC/M3HSJ8GPC.js\";import ButtonM from\"#framer/local/canvasComponent/Mt4gXhjrB/Mt4gXhjrB.js\";import Client_quote_2 from\"#framer/local/canvasComponent/py6v94S8j/py6v94S8j.js\";import ButtonSText from\"#framer/local/canvasComponent/UC_EavTg2/UC_EavTg2.js\";import Menu from\"#framer/local/canvasComponent/UNPZ_mXXm/UNPZ_mXXm.js\";import MenuDropdownPhone from\"#framer/local/canvasComponent/utNVH_tW5/utNVH_tW5.js\";import HeaderHome from\"#framer/local/canvasComponent/W7nVr1qab/W7nVr1qab.js\";import MenuPhone from\"#framer/local/canvasComponent/WxCpAA5p7/WxCpAA5p7.js\";import Client_quote_3 from\"#framer/local/canvasComponent/XrC9TfR1G/XrC9TfR1G.js\";import Footer from\"#framer/local/canvasComponent/yn1fZuarn/yn1fZuarn.js\";import*as sharedStyle4 from\"#framer/local/css/ar1w0lcBF/ar1w0lcBF.js\";import*as sharedStyle2 from\"#framer/local/css/h8t7kxUVo/h8t7kxUVo.js\";import*as sharedStyle1 from\"#framer/local/css/NLRt62548/NLRt62548.js\";import*as sharedStyle from\"#framer/local/css/qHFJJWgLV/qHFJJWgLV.js\";import*as sharedStyle3 from\"#framer/local/css/Ri_wQZ8aU/Ri_wQZ8aU.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const MenuPhoneFonts=getFonts(MenuPhone);const MenuDropdownPhoneFonts=getFonts(MenuDropdownPhone);const ButtonMFonts=getFonts(ButtonM);const MenuFonts=getFonts(Menu);const MenuWithVariantAppearEffect=withVariantAppearEffect(Menu);const CookieBannerFonts=getFonts(CookieBanner);const HeaderHomeFonts=getFonts(HeaderHome);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const LogoBlockFonts=getFonts(LogoBlock);const MotionDivWithFX=withFX(motion.div);const ButtonSFonts=getFonts(ButtonS);const TickerFonts=getFonts(Ticker);const CardFonts=getFonts(Card);const MotionAWithFX=withFX(motion.a);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const CardSolutionFonts=getFonts(CardSolution);const Client_quote_1Fonts=getFonts(Client_quote_1);const Client_quote_2Fonts=getFonts(Client_quote_2);const Client_quote_3Fonts=getFonts(Client_quote_3);const Client_quote_4Fonts=getFonts(Client_quote_4);const SlideshowFonts=getFonts(Slideshow);const SlideShowTopicsFonts=getFonts(SlideShowTopics);const ButtonSTextFonts=getFonts(ButtonSText);const ContactBubbleFonts=getFonts(ContactBubble);const FooterFonts=getFonts(Footer);const breakpoints={b6xdFAEED:\"(min-width: 1920px) and (max-width: 2559px)\",bnj6adC4b:\"(min-width: 1536px) and (max-width: 1919px)\",ma4hT1gNX:\"(min-width: 2560px)\",mxzhECSxx:\"(min-width: 1366px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px) and (max-width: 1535px)\",YYZofPfFk:\"(max-width: 1365px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-0jkuK\";const variantClassNames={b6xdFAEED:\"framer-v-1lzqf03\",bnj6adC4b:\"framer-v-11mppbt\",ma4hT1gNX:\"framer-v-pw2zgr\",mxzhECSxx:\"framer-v-5b4m4a\",WQLkyLRf1:\"framer-v-72rtr7\",YYZofPfFk:\"framer-v-zkcoa7\"};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 transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={bounce:.2,delay:3,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:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:2,duration:4,ease:[.27,.04,.61,.98],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition3={delay:0,duration:3.3,ease:[.27,.04,.61,.98],type:\"tween\"};const transition4={delay:0,duration:4,ease:[.27,.04,.61,.98],type:\"tween\"};const transition5={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation3={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.1,skewX:0,skewY:0,transition:transition5};const animation4={opacity:.001,rotate:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition6={delay:.085,duration:1.53,ease:[.37,.18,.11,.95],type:\"tween\"};const textEffect={effect:animation4,repeat:false,startDelay:.1,tokenization:\"word\",transition:transition6,trigger:\"onMount\",type:\"appear\"};const animation5={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transition7={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const animation6={opacity:.5,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:0,y:0};const transition8={delay:1.7,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:0,y:0};const animation8={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:150};const transition9={damping:30,delay:0,mass:1,stiffness:110,type:\"spring\"};const animation9={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition9};const transition10={damping:30,delay:0,mass:1,stiffness:135,type:\"spring\"};const animation10={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.97,skewX:0,skewY:0,transition:transition10};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"1366\":\"mxzhECSxx\",\"1536\":\"bnj6adC4b\",\"2560\":\"ma4hT1gNX\",Desktop:\"WQLkyLRf1\",FullHD:\"b6xdFAEED\",Phone:\"YYZofPfFk\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();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 bX_imUOfx3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"YYZofPfFk\")return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"YYZofPfFk\")return false;return true;};usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId=useRouteElementId(\"gvi4AMLEn\");const ref2=React.useRef(null);const elementId1=useRouteElementId(\"oPtALtyml\");const ref3=React.useRef(null);const elementId2=useRouteElementId(\"JDnh28wDo\");const ref4=React.useRef(null);const elementId3=useRouteElementId(\"dZOP83F2q\");const ref5=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-a6501f36-0e9f-4b64-8113-979cebab9b3a, rgb(248, 245, 243)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:ref??ref1,style:{...style},children:[isDisplayed()&&/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:true,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{height:60,width:\"60px\",y:18}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsxs(Container,{className:\"framer-cy3e6d-container hidden-72rtr7 hidden-1lzqf03 hidden-5b4m4a hidden-11mppbt hidden-pw2zgr\",id:\"cy3e6d\",layoutScroll:true,nodeId:\"cMIhY_oum\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(MenuPhone,{bX_imUOfx:bX_imUOfx3bnx0g({overlay}),height:\"100%\",id:\"cMIhY_oum\",layoutId:\"cMIhY_oum\",style:{height:\"100%\",width:\"100%\"},variant:\"NUJ6yYZuc\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{animate:{opacity:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}},onTap:undefined}},children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-rjc8g0\"),\"data-framer-portal-id\":\"cy3e6d\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"pOUOJB1yM\")}),isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:`${cx(scopingClassNames,\"framer-xkkgdk\")} hidden-72rtr7`,\"data-framer-portal-id\":\"cy3e6d\",children:isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{width:\"90vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-y7ut51-container hidden-72rtr7\",inComponentSlot:true,nodeId:\"H4FiAAN9L\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(MenuDropdownPhone,{height:\"100%\",id:\"H4FiAAN9L\",layoutId:\"H4FiAAN9L\",style:{height:\"100%\",width:\"100%\"},variant:\"xf6HDwJeh\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{href:{webPageId:\"augiA20Il\"}}},children:/*#__PURE__*/_jsx(Link,{motionChild:true,nodeId:\"lk6VK6Qcy\",children:/*#__PURE__*/_jsx(motion.a,{className:`${cx(scopingClassNames,\"framer-17z4rl7\")} framer-lux5qc`,\"data-framer-name\":\"MrP Logo - Phone\",\"data-framer-portal-id\":\"cy3e6d\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",pixelHeight:269,pixelWidth:488,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SVZi2U366BE6AyBElebWFXwLjN4.svg\"},className:\"framer-nv82vx\"})})})})]}),getContainer())})})]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"RqUt9Dmah\"},implicitPathVariables:undefined},{href:{webPageId:\"RqUt9Dmah\"},implicitPathVariables:undefined},{href:{webPageId:\"RqUt9Dmah\"},implicitPathVariables:undefined},{href:{webPageId:\"RqUt9Dmah\"},implicitPathVariables:undefined},{href:{webPageId:\"RqUt9Dmah\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-vyibz1-container hidden-zkcoa7\",layoutScroll:true,nodeId:\"pJag9Ma4X\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{WlcmKTan2:resolvedLinks[1]},bnj6adC4b:{WlcmKTan2:resolvedLinks[3]},ma4hT1gNX:{WlcmKTan2:resolvedLinks[4]},mxzhECSxx:{WlcmKTan2:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(ButtonM,{height:\"100%\",id:\"pJag9Ma4X\",layoutId:\"pJag9Ma4X\",style:{height:\"100%\"},UoSdiuVW_:getLocalizedValue(\"v0\",activeLocale)??\"Get in touch\",variant:\"mgXtRqk8n\",width:\"100%\",WlcmKTan2:resolvedLinks[0]})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,y:42,children:/*#__PURE__*/_jsx(Container,{className:\"framer-4tjm2y-container hidden-zkcoa7\",layoutScroll:true,nodeId:\"vGdEDRv4c\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(MenuWithVariantAppearEffect,{__framer__animateOnce:false,__framer__threshold:.5,__framer__variantAppearEffectEnabled:true,height:\"100%\",id:\"vGdEDRv4c\",layoutId:\"vGdEDRv4c\",variant:\"NEOxcvuNg\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-qgdeoa\",\"data-framer-name\":\"MrP Logo\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+14+0),pixelHeight:269,pixelWidth:488,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SVZi2U366BE6AyBElebWFXwLjN4.svg\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fit\",loading:getLoadingLazyAtYPosition(42),pixelHeight:269,pixelWidth:488,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/SVZi2U366BE6AyBElebWFXwLjN4.svg\"},className:\"framer-13d001g\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o8ygsf\",\"data-framer-name\":\"CONTAINER\",id:elementId,ref:ref2,children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined},{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined},{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined},{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined},{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined},{href:{webPageId:\"iJZZb_wA3\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17scxi6-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"iHQ9H0UnL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:0,insetBottom:0,insetLeft:0,insetPerSide:true,insetRight:0,insetTop:250,padding:40,paddingBottom:40,paddingLeft:40,paddingPerSide:false,paddingRight:40,paddingTop:40,position:\"top-center\",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:550,zIndex:10},content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[2],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},bnj6adC4b:{content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[4],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},ma4hT1gNX:{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:0,insetBottom:0,insetLeft:0,insetPerSide:true,insetRight:0,insetTop:300,padding:40,paddingBottom:40,paddingLeft:40,paddingPerSide:false,paddingRight:40,paddingTop:40,position:\"top-center\",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:550,zIndex:10},content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[5],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},mxzhECSxx:{content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[3],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}},YYZofPfFk:{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:10,insetBottom:10,insetLeft:10,insetPerSide:true,insetRight:10,insetTop:180,padding:20,paddingBottom:25,paddingLeft:20,paddingPerSide:true,paddingRight:20,paddingTop:20,position:\"top-center\",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},content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[1],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"}}},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:0,insetBottom:0,insetLeft:0,insetPerSide:true,insetRight:0,insetTop:200,padding:40,paddingBottom:40,paddingLeft:40,paddingPerSide:false,paddingRight:40,paddingTop:40,position:\"top-center\",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:550,zIndex:10},button:{borderRadius:8,direction:\"row\",fluid:true,font:{},hoverOpacity:.6,labels:{accept:getLocalizedValue(\"v2\",activeLocale)??\"Accept\",acceptAll:getLocalizedValue(\"v4\",activeLocale)??\"Accept all\",confirm:getLocalizedValue(\"v8\",activeLocale)??\"Okay\",customize:getLocalizedValue(\"v6\",activeLocale)??\"Customize\",reject:getLocalizedValue(\"v3\",activeLocale)??\"Reject\",rejectAll:getLocalizedValue(\"v5\",activeLocale)??\"Reject all\",save:getLocalizedValue(\"v7\",activeLocale)??\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"rgb(255, 255, 255)\",fill:\"var(--token-8170bc91-57f7-40d6-a98c-7e03c372a117, rgb(118, 185, 211))\"},secondary:{color:\"rgb(68, 68, 68)\",fill:\"rgb(238, 238, 238)\"},tapOpacity:.4},content:{euBlocking:true,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:getLocalizedValue(\"v9\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",euPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",link:resolvedLinks1[0],prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},euShowReject:false,euTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:getLocalizedValue(\"v12\",activeLocale)??\"We use cookies to  analyze site traffic for optimization purposes. This data helps us improve the website's functionality and user experience. That's all.\",worldPolicy:{label:getLocalizedValue(\"v11\",activeLocale)??\"Cookie Policy\",prefix:getLocalizedValue(\"v10\",activeLocale)??\"Read our\"},worldShowReject:true,worldTitle:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",worldType:\"simple\"},gtmId:\"GTM-PTZPCWD\",height:\"100%\",id:\"iHQ9H0UnL\",layoutId:\"iHQ9H0UnL\",options:{analytics:{description:getLocalizedValue(\"v18\",activeLocale)??\"We use cookies to track the sources of our website traffic. This helps us assess the effectiveness of our marketing efforts.\",title:getLocalizedValue(\"v17\",activeLocale)??\"Analytics\"},marketing:{description:\"\",title:getLocalizedValue(\"v19\",activeLocale)??\"Marketing\"},necessary:{description:getLocalizedValue(\"v14\",activeLocale)??\"Enables security and basic functionality.\",optional:false,title:getLocalizedValue(\"v13\",activeLocale)??\"Necessary\"},preferences:{description:getLocalizedValue(\"v16\",activeLocale)??\"We use these cookies to analyze how visitors interact with our website. This information is used to improve our website\u2019s performance and user experience.\",title:getLocalizedValue(\"v15\",activeLocale)??\"Performance\"},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:getLocalizedValue(\"v1\",activeLocale)??\"Cookie Settings\",textFont:{},type:\"none\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-rwbajh\",\"data-framer-name\":\"Hero\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{height:1030},ma4hT1gNX:{height:1172,width:undefined},YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:800,width:`max(${componentViewport?.width||\"100vw\"} * 0.98, 1px)`,y:(componentViewport?.y||0)+0+0+0+0+20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jjgxvi-container\",nodeId:\"yOdfirH2s\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{variant:\"BLEqcvN15\"},ma4hT1gNX:{style:{height:\"100%\"},variant:\"PPLbP_DZ2\"},YYZofPfFk:{style:{width:\"100%\"},variant:\"CPlQijHGu\"}},children:/*#__PURE__*/_jsx(HeaderHome,{height:\"100%\",id:\"yOdfirH2s\",layoutId:\"yOdfirH2s\",NwuvADpRH:\"\",qLQ1zNuzF:getLocalizedValue(\"v20\",activeLocale)??\"Level 1\",style:{height:\"100%\",width:\"100%\"},variant:\"d4Hv4WELf\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-176zlew\",\"data-framer-name\":\"Last achievements Card\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yeh35m hidden-zkcoa7\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{__framer__parallaxTransformEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionDivWithFXWithOptimizedAppearEffect,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-12v51v\",\"data-framer-appear-id\":\"12v51v\",\"data-framer-name\":\"Frame 14090\",initial:animation1,optimized:true,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-d8ddo7\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"Recent collaborations\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v21\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"rgb(248, 249, 247)\"},children:\"Recent collaborations\"})}),className:\"framer-vt7cwf\",\"data-framer-name\":\"Latest achievements\",fonts:[\"GF;Lato-regular\"],transformTemplate:transformTemplate2,verticalAlignment:\"bottom\",withExternalLayout:true})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__targetOpacity:1,className:\"framer-i0xni2\",\"data-framer-name\":\"Intro card\",children:[isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1utou2 hidden-zkcoa7\",\"data-framer-name\":\"BTM\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:130,__perspectiveFX:false,__targetOpacity:1,className:\"framer-f296ob\",\"data-framer-name\":\"Sanofi\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-565+-60+1},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-565+-60+1}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:96,width:\"140px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-565+-60+1,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17kcl9m-container\",nodeId:\"BYlf5CJOf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg\",srcSet:\"https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg 569w\"},getLocalizedValue(\"v23\",activeLocale)??\"Mr.Prezident | Sanofi\"),fZR6KkThw:\"rgb(111, 20, 220)\",height:\"100%\",id:\"BYlf5CJOf\",layoutId:\"BYlf5CJOf\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:110,__perspectiveFX:false,__targetOpacity:1,className:\"framer-12q8t1n\",\"data-framer-name\":\"Heineken\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-565+205.0000000000001+-4},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-565+205.0000000000001+-4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"131px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-565+205.0000000000001+-4,children:/*#__PURE__*/_jsx(Container,{className:\"framer-14vhyv6-container\",nodeId:\"HO3kjS6CO\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png\",srcSet:\"https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png?scale-down-to=512 512w,https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png 1735w\"},getLocalizedValue(\"v24\",activeLocale)??\"Mr.Prezident | Heineken\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"HO3kjS6CO\",layoutId:\"HO3kjS6CO\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition3,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:102,__perspectiveFX:false,__targetOpacity:1,className:\"framer-9pymoj\",\"data-framer-name\":\"UN\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-565+514-268+0},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-565+514-268+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:86,width:\"131px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-565+514-268+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-carjl8-container\",nodeId:\"vaRLkHtjL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png\",srcSet:\"https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png?scale-down-to=512 512w,https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png 768w\"},getLocalizedValue(\"v25\",activeLocale)??\"Mr.Prezident | United Nations\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"vaRLkHtjL\",layoutId:\"vaRLkHtjL\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{__framer__speed:108}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition2,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:115,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1impix6\",\"data-framer-name\":\"AZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-565+514-111+111-110},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-565+514-111+111-110}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"160px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-565+514-111+111-110,children:/*#__PURE__*/_jsx(Container,{className:\"framer-g67kce-container\",nodeId:\"faxDiNupA\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/umjpy1SB2trjN6MEUzVVjXv1UuY.svg\"},getLocalizedValue(\"v26\",activeLocale)??\"Mr.Prezident | Astra Zeneca\"),fZR6KkThw:\"rgb(131, 0, 80)\",height:\"100%\",id:\"faxDiNupA\",layoutId:\"faxDiNupA\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:108,__perspectiveFX:false,__targetOpacity:1,className:\"framer-15oj2jp\",\"data-framer-name\":\"Universal\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-565+0+110-110},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-565+0+110-110}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"160px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-565+0+110-110,children:/*#__PURE__*/_jsx(Container,{className:\"framer-qajggf-container\",nodeId:\"WHyiZMe8o\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg\",srcSet:\"https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg 1080w\"},getLocalizedValue(\"v27\",activeLocale)??\"Mr.Prezident | Universal Music Group\"),fZR6KkThw:\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33))\",height:\"100%\",id:\"WHyiZMe8o\",layoutId:\"WHyiZMe8o\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y6tx8g hidden-zkcoa7\",\"data-framer-name\":\"TOP\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__loop:animation2,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"mirror\",__framer__loopTransition:transition4,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:105,__perspectiveFX:false,__targetOpacity:1,className:\"framer-to9dis\",\"data-framer-name\":\"Danone\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+353+0+0},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+353+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",y:(componentViewport?.y||0)+0+0+0+1079+353+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-m6lxrx-container\",nodeId:\"dt7aImjzn\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg\",srcSet:\"https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg 1080w\"},getLocalizedValue(\"v28\",activeLocale)??\"Mr.Prezident | Danone\"),fZR6KkThw:\"rgb(44, 186, 242)\",height:\"100%\",id:\"dt7aImjzn\",layoutId:\"dt7aImjzn\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{__framer__speed:95}},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:103,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1r9d6n4\",\"data-framer-name\":\"Brooks\",whileHover:animation3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+353+65+111-110},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+353+65+111-110}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"160px\",y:(componentViewport?.y||0)+0+0+0+1079+353+65+111-110,children:/*#__PURE__*/_jsx(Container,{className:\"framer-98h57w-container\",nodeId:\"yXQSF9aXq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg\",srcSet:\"https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg 1668w\"},getLocalizedValue(\"v29\",activeLocale)??\"Mr.Prezident | Brooks\"),fZR6KkThw:\"rgb(0, 55, 137)\",height:\"100%\",id:\"yXQSF9aXq\",layoutId:\"yXQSF9aXq\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:87,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xwl6l0\",\"data-framer-name\":\"Dell\",whileHover:animation3,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+353+294-110+110-109},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+353+294-110+110-109}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:110,width:\"160px\",y:(componentViewport?.y||0)+0+0+0+1079+353+294-110+110-109,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j3gb91-container\",nodeId:\"Epz8svnVE\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/COWFhL4k3fmQDHJ3TT0gxuono.svg\"},getLocalizedValue(\"v30\",activeLocale)??\"Mr.Prezident | Dell\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"Epz8svnVE\",layoutId:\"Epz8svnVE\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12q3x3v\",\"data-framer-name\":\"Organizations\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v32\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ayhq5v\",\"data-styles-preset\":\"NLRt62548\",style:{\"--framer-text-alignment\":\"center\"},children:\"Organizations That We Help Achieve More With Presentations.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v31\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-oe29l9\",\"data-styles-preset\":\"qHFJJWgLV\",style:{\"--framer-text-alignment\":\"center\"},children:\"Organizations That We Help Achieve More With Presentations.\"})}),className:\"framer-1o3j8oi\",\"data-framer-name\":\"Organizations that we help achieve more\",effect:textEffect,fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xr64i3\",\"data-framer-name\":\"sub_content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v35\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-szhg5e\",\"data-styles-preset\":\"Ri_wQZ8aU\",style:{\"--framer-text-alignment\":\"center\"},children:[\"15 years of experience helping the worlds most renowned brands with \",/*#__PURE__*/_jsx(\"br\",{}),\"presentation creation, training and supporting services.\"]})}),fonts:[\"Inter\"]},YYZofPfFk:{children:getLocalizedValue(\"v34\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",style:{\"--framer-text-alignment\":\"center\"},children:\"15 years of experience helping the worlds most renowned brands with presentation creation, training and supporting services.\"})}),fonts:[\"Inter\"],transformTemplate:undefined}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v33\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"19px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgba(17, 40, 56, 0.4)\"},children:[\"15 years of experience helping the worlds most renowned brands with \",/*#__PURE__*/_jsx(\"br\",{}),\"presentation creation, training and supporting services.\"]})}),className:\"framer-1qtq3yq\",\"data-framer-name\":\"Longer subtitle\",fonts:[\"GF;Lato-regular\"],transformTemplate:transformTemplate1,verticalAlignment:\"bottom\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZCwctQKxk\"},motionChild:true,nodeId:\"aTVBySMUX\",openInNewTab:false,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-uq1jyt framer-lux5qc\",\"data-framer-name\":\"Button S + Text 2.0\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-9vsa\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-gdiwea\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+1207-723.6+100+91.60000000000002+79+0+0+0+0},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+1207-728.4+100+96.39999999999998+79+0+0+0+0},YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+1365+0+0+0+91.6+0+115+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"40px\",y:(componentViewport?.y||0)+0+0+0+1079+1207-723.6+100+91.60000000000002+79+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-wdmzdv-container\",nodeId:\"JtxcBFuzY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonS,{height:\"100%\",id:\"JtxcBFuzY\",layoutId:\"JtxcBFuzY\",style:{height:\"100%\",width:\"100%\"},variant:\"pMhCITkZJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-g8x7r6\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v36\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"Case studies\"})}),className:\"framer-1g2jvp2\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})})})})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qxxcy2-container hidden-72rtr7 hidden-1lzqf03 hidden-5b4m4a hidden-11mppbt hidden-pw2zgr\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"fUY4gKMy3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:0,overflow:false},gap:27,height:\"100%\",hoverFactor:0,id:\"fUY4gKMy3\",layoutId:\"fUY4gKMy3\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vtrgq9-container\",inComponentSlot:true,nodeId:\"icjP7Kag2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg\",srcSet:\"https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/TW3e0FjAvuZtlULgcuW2hJx0.svg 1080w\"},\"\"),fZR6KkThw:\"rgb(44, 186, 242)\",height:\"100%\",id:\"icjP7Kag2\",layoutId:\"icjP7Kag2\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-p9wo3m-container\",inComponentSlot:true,nodeId:\"W47DPPlNW\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg\",srcSet:\"https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg?scale-down-to=512 512w,https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/APABu1RF4STbSqM4OCw5fB0rnVc.svg 1668w\"},\"\"),fZR6KkThw:\"rgb(0, 55, 137)\",height:\"100%\",id:\"W47DPPlNW\",layoutId:\"W47DPPlNW\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-w3jhgj-container\",inComponentSlot:true,nodeId:\"iVRXhSOIr\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/COWFhL4k3fmQDHJ3TT0gxuono.svg\"},\"\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"iVRXhSOIr\",layoutId:\"iVRXhSOIr\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ykf2un-container\",inComponentSlot:true,nodeId:\"E5saUSWJ_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg\",srcSet:\"https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg?scale-down-to=512 512w,https://framerusercontent.com/images/9hdZ9STvDxPTccbYf1SfV2jikYw.svg 569w\"},\"\"),fZR6KkThw:\"rgb(111, 20, 220)\",height:\"100%\",id:\"E5saUSWJ_\",layoutId:\"E5saUSWJ_\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ek2rfn-container\",inComponentSlot:true,nodeId:\"GSA_8t7Jg\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/umjpy1SB2trjN6MEUzVVjXv1UuY.svg\"},\"\"),fZR6KkThw:\"rgb(131, 0, 80)\",height:\"100%\",id:\"GSA_8t7Jg\",layoutId:\"GSA_8t7Jg\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1078602-container\",inComponentSlot:true,nodeId:\"Tmd3NXxx7\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png\",srcSet:\"https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png?scale-down-to=512 512w,https://framerusercontent.com/images/RGMh8A51Q4vIK8qhRCYfoy59mk.png 768w\"},\"\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"Tmd3NXxx7\",layoutId:\"Tmd3NXxx7\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wk6dox-container\",inComponentSlot:true,nodeId:\"CjOb2kUXn\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png\",srcSet:\"https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png?scale-down-to=512 512w,https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/wv5IKrqHgIQRQJhHvrrnIY4Eqro.png 1735w\"},\"\"),fZR6KkThw:\"var(--token-0ad951eb-a948-4e82-9512-968c7bc7ccdd, rgb(255, 255, 255))\",height:\"100%\",id:\"CjOb2kUXn\",layoutId:\"CjOb2kUXn\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:90,width:\"146px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ovak9n-container\",inComponentSlot:true,nodeId:\"JRDuVGHx5\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(LogoBlock,{fa0NRQXWU:addImageAlt({src:\"https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg\",srcSet:\"https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg?scale-down-to=512 512w,https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/hBuUaYiLHVOBNyXF6itvZ4hM.svg 1080w\"},\"\"),fZR6KkThw:\"var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, rgb(0, 23, 33))\",height:\"100%\",id:\"JRDuVGHx5\",layoutId:\"JRDuVGHx5\",style:{height:\"100%\",width:\"100%\"},variant:\"Dbv0j_tOo\",width:\"100%\"})})})],speed:80,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bqSbq6xZ5\"},motionChild:true,nodeId:\"c5zbG8as9\",children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:112,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lj55an hidden-zkcoa7 framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+-145+-.49999999999991473},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+-145+-.49999999999991473}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,y:(componentViewport?.y||0)+0+0+0+1079+-145+-.49999999999991473,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1jrlx2b-container\",nodeId:\"gW6zR2Pbc\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{variant:\"g_QYNwmYB\"}},children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/tUqsAg1jJDwhyLLpcug1puawinc.png\"},\"\"),height:\"100%\",id:\"gW6zR2Pbc\",J0ExfpJRk:getLocalizedValue(\"v37\",activeLocale)??\"Helping Menicon to Introduce the Company to European Retailers.\",layoutId:\"gW6zR2Pbc\",UH6NHJ8D7:getLocalizedValue(\"v39\",activeLocale)??\"Healthcare\",variant:\"Cx9xwZGZS\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v38\",activeLocale)??\"Sales Solution\"})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GWYIvY036\"},motionChild:true,nodeId:\"CpI3ZSdEh\",children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:74,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hst61i hidden-zkcoa7 framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+-399+-15},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+-399+385-120}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,y:(componentViewport?.y||0)+0+0+0+1079+-399+-15,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{transformTemplate:undefined}},children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation7,className:\"framer-n8c3x2-container\",\"data-framer-appear-id\":\"n8c3x2\",initial:animation8,nodeId:\"PU2WhYBWl\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{variant:\"g_QYNwmYB\"}},children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg\",srcSet:\"https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg 1080w\"},\"\"),height:\"100%\",id:\"PU2WhYBWl\",J0ExfpJRk:getLocalizedValue(\"v40\",activeLocale)??\"Helping Schiphol Turn Their Company Strategy Meeting into an Impactful Event Experience.\",layoutId:\"PU2WhYBWl\",qaDBKLv2n:addImageAlt({src:\"https://framerusercontent.com/images/qjGbCPLAGG9BGqLRwxjAdrZq1Vs.jpeg\"},getLocalizedValue(\"v41\",activeLocale)??\"Mr.Prezident | Helping Schiphol Turn Their Company Strategy Meeting into an Impactful Event Experience.\"),U8vlIZtlJ:addImageAlt({src:\"https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg\",srcSet:\"https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg?scale-down-to=512 512w,https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg 1080w\"},\"\"),UH6NHJ8D7:getLocalizedValue(\"v43\",activeLocale)??\"Logistics\",variant:\"Cx9xwZGZS\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v42\",activeLocale)??\"Event Solution\"})})})})})})})}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dNalCy4K6\"},motionChild:true,nodeId:\"BeK8KNe82\",children:/*#__PURE__*/_jsx(MotionAWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:145,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ez1n0l hidden-zkcoa7 framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+1309+79+-1.5},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+1451+79+-1.5}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,y:(componentViewport?.y||0)+0+0+0+1079+79+-1.5,children:/*#__PURE__*/_jsx(Container,{className:\"framer-16yhnby-container\",nodeId:\"lyDFoKrTq\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{variant:\"g_QYNwmYB\"}},children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg\",srcSet:\"https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg 1080w\"},\"\"),height:\"100%\",id:\"lyDFoKrTq\",J0ExfpJRk:getLocalizedValue(\"v44\",activeLocale)??\"Helping van Doorne Launch Their New Strategy and Enricht Their Brand Identity.\",layoutId:\"lyDFoKrTq\",qaDBKLv2n:addImageAlt({src:\"https://framerusercontent.com/images/FI4cBd1eSRRmKY5m0pZOLEPK8I.png\",srcSet:\"https://framerusercontent.com/images/FI4cBd1eSRRmKY5m0pZOLEPK8I.png 700w\"},getLocalizedValue(\"v45\",activeLocale)??\"Mr.Prezident | Helping van Doorne Launch Their New Strategy and Enricht Their Brand Identity\"),U8vlIZtlJ:addImageAlt({src:\"https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg\",srcSet:\"https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg 1080w\"},\"\"),UH6NHJ8D7:getLocalizedValue(\"v47\",activeLocale)??\"Finance\",variant:\"Cx9xwZGZS\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v46\",activeLocale)??\"Template Solution\"})})})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qzzirf\",\"data-framer-name\":\"Our Solutions\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xa9qzi\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1uv9no\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1us1jtv\",\"data-framer-name\":\"Our Solutions\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1ydzfuu\",\"data-framer-name\":\"Our solutions\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ojn57t\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v49\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ayhq5v\",\"data-styles-preset\":\"NLRt62548\",children:\"How Can we Help You to achieve More With Presentations?\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v48\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-oe29l9\",\"data-styles-preset\":\"qHFJJWgLV\",children:\"How Can we Help You to achieve More With Presentations?\"})}),className:\"framer-1dptyes\",\"data-framer-name\":\"We take the bulk of the work. No unnecessary meetings or ad-hoc calls.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-egvs2i\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v51\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-szhg5e\",\"data-styles-preset\":\"Ri_wQZ8aU\",children:\"Over the years we\u2019ve started to see patterns in combinations of services to reach specific client objectives. This results in 3 predefined approaches with proven results.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v50\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",children:\"Over the years we\u2019ve started to see patterns in combinations of services to reach specific client objectives. This results in 3 predefined approaches with proven results.\"})}),className:\"framer-11ul9vb\",\"data-framer-name\":\"We take the bulk of the work. No unnecessary meetings or ad-hoc calls.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-ki6xk2\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined},{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined},{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined},{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined},{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined},{href:{webPageId:\"JmIBQGZ1f\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{width:\"664.2147px\",y:(componentViewport?.y||0)+0+0+0+2775+0+-236+66.5+0+0+0},bnj6adC4b:{width:\"604.1117px\"},ma4hT1gNX:{height:304,width:\"894.1763px\",y:(componentViewport?.y||0)+0+0+0+2917+0+-236+65+0+0+0},mxzhECSxx:{width:\"523.6158px\"},YYZofPfFk:{height:250,width:\"300px\",y:(componentViewport?.y||0)+0+0+100+1916.6+0+0+0+0+40+0+0+240.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:211,width:\"566px\",y:(componentViewport?.y||0)+0+0+0+2545+0+-236+66.5+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iay3yd-container\",nodeId:\"Q8AFUJMcp\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation9,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{zUu6Y1hBA:resolvedLinks2[2]},bnj6adC4b:{zUu6Y1hBA:resolvedLinks2[4]},ma4hT1gNX:{variant:\"h1lI15k5Z\",zUu6Y1hBA:resolvedLinks2[5]},mxzhECSxx:{zUu6Y1hBA:resolvedLinks2[3]},YYZofPfFk:{variant:\"IAIC07EXg\",zUu6Y1hBA:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(CardSolution,{e8x5x6ayt:getLocalizedValue(\"v52\",activeLocale)??\"I Want to Achieve More Commercial Success.\",height:\"100%\",id:\"Q8AFUJMcp\",layoutId:\"Q8AFUJMcp\",OsRsNptBU:getLocalizedValue(\"v38\",activeLocale)??\"Sales Solution\",style:{height:\"100%\",width:\"100%\"},variant:\"xZzYcTl0I\",width:\"100%\",zUu6Y1hBA:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined},{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined},{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined},{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined},{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined},{href:{webPageId:\"qUiDY1pky\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{width:\"664.2147px\",y:(componentViewport?.y||0)+0+0+0+2775+0+-236+66.5+0+0+230},bnj6adC4b:{width:\"604.1117px\"},ma4hT1gNX:{height:304,width:\"894.1763px\",y:(componentViewport?.y||0)+0+0+0+2917+0+-236+65+0+0+323},mxzhECSxx:{width:\"523.6158px\"},YYZofPfFk:{height:250,width:\"300px\",y:(componentViewport?.y||0)+0+0+100+1916.6+0+0+0+0+40+0+0+240.6+0+269}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:211,width:\"566px\",y:(componentViewport?.y||0)+0+0+0+2545+0+-236+66.5+0+0+230,children:/*#__PURE__*/_jsx(Container,{className:\"framer-ihi5cq-container\",nodeId:\"NP7IZLesL\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{zUu6Y1hBA:resolvedLinks3[2]},bnj6adC4b:{zUu6Y1hBA:resolvedLinks3[4]},ma4hT1gNX:{variant:\"h1lI15k5Z\",zUu6Y1hBA:resolvedLinks3[5]},mxzhECSxx:{zUu6Y1hBA:resolvedLinks3[3]},YYZofPfFk:{variant:\"IAIC07EXg\",zUu6Y1hBA:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(CardSolution,{e8x5x6ayt:getLocalizedValue(\"v53\",activeLocale)??\"I Want to Have an Efficient and Effective Presentation Template.\",height:\"100%\",id:\"NP7IZLesL\",layoutId:\"NP7IZLesL\",lrD161hXo:addImageAlt({src:\"https://framerusercontent.com/images/6CUCG9zKEc5KxBmpb0GgAlS0dyM.png\",srcSet:\"https://framerusercontent.com/images/6CUCG9zKEc5KxBmpb0GgAlS0dyM.png?scale-down-to=512 512w,https://framerusercontent.com/images/6CUCG9zKEc5KxBmpb0GgAlS0dyM.png 572w\"},getLocalizedValue(\"v54\",activeLocale)??\"Mr.Prezident | On-Brand Solution\"),OsRsNptBU:getLocalizedValue(\"v46\",activeLocale)??\"Template Solution\",style:{height:\"100%\",width:\"100%\"},variant:\"xZzYcTl0I\",width:\"100%\",zUu6Y1hBA:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined},{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined},{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined},{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined},{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined},{href:{webPageId:\"y2NK3oRWz\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{width:\"664.2147px\",y:(componentViewport?.y||0)+0+0+0+2775+0+-236+66.5+0+0+460},bnj6adC4b:{width:\"604.1117px\"},ma4hT1gNX:{height:304,width:\"894.1763px\",y:(componentViewport?.y||0)+0+0+0+2917+0+-236+65+0+0+646},mxzhECSxx:{width:\"523.6158px\"},YYZofPfFk:{height:250,width:\"300px\",y:(componentViewport?.y||0)+0+0+100+1916.6+0+0+0+0+40+0+0+240.6+0+538}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:211,width:\"566px\",y:(componentViewport?.y||0)+0+0+0+2545+0+-236+66.5+0+0+460,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ot9m9r-container\",nodeId:\"w47_vNJ5V\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation10,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{zUu6Y1hBA:resolvedLinks4[2]},bnj6adC4b:{zUu6Y1hBA:resolvedLinks4[4]},ma4hT1gNX:{variant:\"h1lI15k5Z\",zUu6Y1hBA:resolvedLinks4[5]},mxzhECSxx:{zUu6Y1hBA:resolvedLinks4[3]},YYZofPfFk:{variant:\"IAIC07EXg\",zUu6Y1hBA:resolvedLinks4[1]}},children:/*#__PURE__*/_jsx(CardSolution,{e8x5x6ayt:getLocalizedValue(\"v55\",activeLocale)??\"I Want to Engage my Audience at an Upcomming Event. \",height:\"100%\",id:\"w47_vNJ5V\",layoutId:\"w47_vNJ5V\",lrD161hXo:addImageAlt({src:\"https://framerusercontent.com/images/BUT5URsSfyG2ZF1dKkJMIrV6M.png\",srcSet:\"https://framerusercontent.com/images/BUT5URsSfyG2ZF1dKkJMIrV6M.png?scale-down-to=512 512w,https://framerusercontent.com/images/BUT5URsSfyG2ZF1dKkJMIrV6M.png 572w\"},getLocalizedValue(\"v56\",activeLocale)??\"Mr.Prezident | Event Solution\"),OsRsNptBU:getLocalizedValue(\"v42\",activeLocale)??\"Event Solution\",style:{height:\"100%\",width:\"100%\"},variant:\"xZzYcTl0I\",width:\"100%\",zUu6Y1hBA:resolvedLinks4[0]})})})})})})]})]})})}),isDisplayed1()&&/*#__PURE__*/_jsx(\"div\",{className:\"framer-bmcu6y hidden-zkcoa7\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-19nopgo\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v57\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"All cases\"})}),className:\"framer-vzxmbl\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b06fsl\",\"data-framer-name\":\"Quotes from clients\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1g3olmt\",id:elementId1,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-m9f78z\",\"data-framer-name\":\"Text Block 01\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v59\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ayhq5v\",\"data-styles-preset\":\"NLRt62548\",children:\"Appreciated by Our Clients.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v58\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-oe29l9\",\"data-styles-preset\":\"qHFJJWgLV\",children:\"Appreciated by Our Clients.\"})}),className:\"framer-1qxr00z\",\"data-framer-name\":\"What\u2019s your presentation identity?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-o7ulx2\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v61\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-szhg5e\",\"data-styles-preset\":\"Ri_wQZ8aU\",children:\"We request feedback from our clients after each project and are excited to share the average scores we've achieved over the past three years.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v60\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",children:\"We request feedback from our clients after each project and are excited to share the average scores we've achieved over the past three years.\"})}),className:\"framer-1ds1mlu\",\"data-framer-name\":\"Every company has a corporate identity. Some good, some not. Some old, some new. But very \\u2028few companies have given it thought how this identity is successfully translated into a presentation specific design style (apart from the occasional single page in your brand guide with 3 example slides). That\u2019s where we come in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l36abn-container hidden-zkcoa7\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ujhshD2WL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:-60,arrowPosition:\"bottom-mid\",arrowRadius:0,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/saj6CG2tnxYEd4Bfq6x6UJ7y6DM.png\",rightArrow:\"https://framerusercontent.com/images/xPOgDMxdeQ9YRrtxnl5Cf4.png\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:100,height:\"100%\",id:\"ujhshD2WL\",intervalControl:10,itemAmount:3,layoutId:\"ujhshD2WL\",padding:28,paddingBottom:28,paddingLeft:28,paddingPerSide:false,paddingRight:28,paddingTop:28,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:375,width:\"312px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-16fihlb-container\",inComponentSlot:true,nodeId:\"dYMGBswR2\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Client_quote_1,{height:\"100%\",id:\"dYMGBswR2\",layoutId:\"dYMGBswR2\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"396px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-15uke67-container\",inComponentSlot:true,nodeId:\"l06a7tcRH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Client_quote_2,{height:\"100%\",id:\"l06a7tcRH\",layoutId:\"l06a7tcRH\",style:{width:\"100%\"},variant:\"zRMzbmiNc\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:391,width:\"405px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-g1wo23-container\",inComponentSlot:true,nodeId:\"MJgmCfWPt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Client_quote_3,{height:\"100%\",id:\"MJgmCfWPt\",layoutId:\"MJgmCfWPt\",style:{width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:505,width:\"373px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-thavtn-container\",inComponentSlot:true,nodeId:\"IlJVSAsmt\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Client_quote_4,{height:\"100%\",id:\"IlJVSAsmt\",layoutId:\"IlJVSAsmt\",style:{width:\"100%\"},width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:100,delay:0,mass:7.3,stiffness:315,type:\"spring\"},width:\"100%\"})})})]}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bj6qnb hidden-72rtr7 hidden-1lzqf03 hidden-5b4m4a hidden-11mppbt hidden-pw2zgr\",\"data-framer-name\":\"Quotes cards\",\"data-hide-scrollbars\":true,id:elementId2,ref:ref4,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yt3sdb\",\"data-framer-name\":\"Frame 14389\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v62\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:\"Of our clients say we\u2019ve helped them achieve more with their presentations.\"})}),className:\"framer-11zbrqi\",\"data-framer-name\":\"Of our clients say we\u2019ve helped them achieve more.\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v63\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Georgia Regular\", \"Georgia Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:\"98%\"})}),className:\"framer-e52ybn\",\"data-framer-name\":\"98%\",fonts:[\"CUSTOM;Georgia Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qk5cvt\",\"data-framer-name\":\"Group 14772\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v64\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Georgia Regular\", \"Georgia Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"I've very much enjoyed working with Mr. Prezident. They have always kept deadlines, work close to the briefing, are very approachable and good listeners.\"})}),className:\"framer-6pfr4c\",\"data-framer-name\":\"I've very much enjoyed working with Mr. Prezident. They have always kept deadlines, work close to the briefing, are very approachable and good listeners.\",fonts:[\"CUSTOM;Georgia Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-173z7w7\",\"data-framer-name\":\"Group 14760\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v65\",activeLocale)??/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-style\":\"normal\",\"--framer-text-color\":\"rgba(255, 255, 255, 0.4)\"},children:\"L Bernhardt \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDA=\",\"--framer-font-style\":\"normal\"},children:\"- \"}),\"Commercial Director\"]}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by01MDBpdGFsaWM=\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-style\":\"italic\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Coca Cola EMEA\"})]}),className:\"framer-8vswli\",\"data-framer-name\":\"L Bernhardt - Commercial Director Coca Cola EMEA\",fonts:[\"GF;Lato-500italic\",\"GF;Lato-500\"],verticalAlignment:\"bottom\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-heqwdm\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-i67yt2\",\"data-framer-name\":\"Group 14774\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v66\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Georgia Regular\", \"Georgia Regular Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:\"The experience far surpassed my expectations. They are reliable, creative and deliver on time. From concept to completion: the team kept an eye on the details. Their expertise really made the finished product shine.\"})}),className:\"framer-16l6mfd\",\"data-framer-name\":\"The experience far surpassed my expectations. They are reliable, creative and deliver on time. From concept to completion: the team kept an eye on the details. Their expertise really made the finished product shine.\",fonts:[\"CUSTOM;Georgia Regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v67\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgba(17, 40, 56, 0.4)\"},children:\"C. Capodiferro \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"Head of Marketing \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"14px\"},children:\"SPEAKAPP\"})]})}),className:\"framer-12k7ppw\",\"data-framer-name\":\"S Mills - Global Communications Director Sanonfi\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"bottom\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hk9ja9\",\"data-framer-name\":\"Frame 14385\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v68\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Average client \",/*#__PURE__*/_jsx(\"br\",{}),\"happiness score \"]})}),className:\"framer-fdket5\",\"data-framer-name\":\"Average client \\u2028happiness score\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v69\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Georgia Regular\", \"Georgia Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"8.7\"})}),className:\"framer-17zu2rj\",\"data-framer-name\":\"8.7\",fonts:[\"CUSTOM;Georgia Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jy8jn5\",\"data-framer-name\":\"Frame 14391\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v70\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7TGF0by1yZWd1bGFy\",\"--framer-font-family\":'\"Lato\", \"Lato Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"120%\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Average appreciation for process and product.\"})}),className:\"framer-19vf8cv\",\"data-framer-name\":\"Average creative \\u2028appreciation score\",fonts:[\"GF;Lato-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v71\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0dlb3JnaWEgUmVndWxhcg==\",\"--framer-font-family\":'\"Georgia Regular\", \"Georgia Regular Placeholder\", sans-serif',\"--framer-font-size\":\"38px\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"8.3\"})}),className:\"framer-1dd675h\",\"data-framer-name\":\"8.8\",fonts:[\"CUSTOM;Georgia Regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1fex6fx\",\"data-framer-name\":\"About us\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lfh04v\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{children:getLocalizedValue(\"v73\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1ayhq5v\",\"data-styles-preset\":\"NLRt62548\",children:\"What Set's us appart.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v72\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-oe29l9\",\"data-styles-preset\":\"qHFJJWgLV\",children:\"What Set's us appart.\"})}),className:\"framer-1hy1mi1\",\"data-framer-name\":\"We request feedback from our clients following each project. We're excited to share the average scores we've achieved over the last three years.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),isDisplayed1()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{width:\"1186px\",y:(componentViewport?.y||0)+0+0+0+4323.467000000001+0+93.6},ma4hT1gNX:{width:\"1186px\",y:(componentViewport?.y||0)+0+0+0+4763.467000000001+0+98.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:532,y:(componentViewport?.y||0)+0+0+0+4091.1+0+93.6,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hd5mg5-container hidden-zkcoa7\",nodeId:\"ukCAj9BNT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{style:{width:\"100%\"}},ma4hT1gNX:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(SlideShowTopics,{height:\"100%\",id:\"ukCAj9BNT\",layoutId:\"ukCAj9BNT\",variant:\"fJRzHHyPL\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c71dne hidden-72rtr7 hidden-1lzqf03 hidden-5b4m4a hidden-11mppbt hidden-pw2zgr\",\"data-framer-name\":\"Text Block 01\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1exp2m5\",\"data-border\":true,\"data-framer-name\":\"Item 01\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v74\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ckw62g\",\"data-styles-preset\":\"ar1w0lcBF\",children:\"Objective driven\"})}),className:\"framer-1whl5ru\",\"data-framer-name\":\"What\u2019s your presentation identity?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-l679f0\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v75\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",style:{\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"Everything we do, we do with your objective in mind. That\u2019s how we can help you achieve more.\"})}),className:\"framer-22z4sj\",\"data-framer-name\":\"Every company has a corporate identity. Some good, some not. Some old, some new. But very \\u2028few companies have given it thought how this identity is successfully translated into a presentation specific design style (apart from the occasional single page in your brand guide with 3 example slides). That\u2019s where we come in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",pixelHeight:1996,pixelWidth:3e3,src:\"https://framerusercontent.com/images/6JNdArApgTDAI777m35jHye14o.jpg\",srcSet:\"https://framerusercontent.com/images/6JNdArApgTDAI777m35jHye14o.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/6JNdArApgTDAI777m35jHye14o.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/6JNdArApgTDAI777m35jHye14o.jpg?scale-down-to=2048 2048w,https://framerusercontent.com/images/6JNdArApgTDAI777m35jHye14o.jpg 3000w\"},className:\"framer-1glfq1r hidden-zkcoa7\",\"data-framer-name\":\"Image\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pmxihe\",\"data-border\":true,\"data-framer-name\":\"Item 02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v76\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ckw62g\",\"data-styles-preset\":\"ar1w0lcBF\",style:{\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:\"Delivery focused\"})}),className:\"framer-1394vkk\",\"data-framer-name\":\"What\u2019s your presentation identity?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lsp1t3\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v77\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",style:{\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"We move quickly from strategy to execution. Create and iterate.\"})}),className:\"framer-bdd416\",\"data-framer-name\":\"Every company has a corporate identity. Some good, some not. Some old, some new. But very \\u2028few companies have given it thought how this identity is successfully translated into a presentation specific design style (apart from the occasional single page in your brand guide with 3 example slides). That\u2019s where we come in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xsip6v\",\"data-border\":true,\"data-framer-name\":\"Item 02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v78\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ckw62g\",\"data-styles-preset\":\"ar1w0lcBF\",style:{\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"Team players\"})}),className:\"framer-7ar4iz\",\"data-framer-name\":\"What\u2019s your presentation identity?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-accljo\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v79\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",style:{\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"We believe our best work is done in close collaboration and co-creation with our clients.\"})}),className:\"framer-13xm0m3\",\"data-framer-name\":\"Every company has a corporate identity. Some good, some not. Some old, some new. But very \\u2028few companies have given it thought how this identity is successfully translated into a presentation specific design style (apart from the occasional single page in your brand guide with 3 example slides). That\u2019s where we come in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-idiux1\",\"data-border\":true,\"data-framer-name\":\"Item 02\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v80\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-ckw62g\",\"data-styles-preset\":\"ar1w0lcBF\",style:{\"--framer-text-color\":\"rgb(17, 40, 56)\"},children:\"Explorative\"})}),className:\"framer-1t18l6n\",\"data-framer-name\":\"What\u2019s your presentation identity?\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1o2u2ld\",\"data-framer-name\":\"Content\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v81\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vvyf3y\",\"data-styles-preset\":\"h8t7kxUVo\",style:{\"--framer-text-color\":\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\"},children:\"We continously look for ways to deliver more value to our clients. We never stop exploring.\"})}),className:\"framer-1drv5sr\",\"data-framer-name\":\"Every company has a corporate identity. Some good, some not. Some old, some new. But very \\u2028few companies have given it thought how this identity is successfully translated into a presentation specific design style (apart from the occasional single page in your brand guide with 3 example slides). That\u2019s where we come in.\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1xdz8y1\",children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"D65Y8n3W5\"},motionChild:true,nodeId:\"qdyFFUQWb\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-oa7b1 framer-lux5qc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+3920.7999999999997+0+93.6+0+956+0+7105427357601002e-30}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x1gb8o-container\",nodeId:\"lcfCx6T15\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ButtonSText,{height:\"100%\",id:\"lcfCx6T15\",layoutId:\"lcfCx6T15\",Mkhs9gqjz:\"var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, rgb(17, 40, 56))\",ocEjZBfik:getLocalizedValue(\"v82\",activeLocale)??\"Learn more\",variant:\"c8jTe8K4g\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1pv6gli\",\"data-framer-name\":\"Contact\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1amuux9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+5208.067+0+0+0+0},bnj6adC4b:{width:\"1059px\"},ma4hT1gNX:{width:\"1460px\",y:(componentViewport?.y||0)+0+0+0+5652.867+0+0+0+0},mxzhECSxx:{width:\"1059px\"},YYZofPfFk:{width:undefined,y:(componentViewport?.y||0)+0+0+100+5100.4+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:440,width:\"1110px\",y:(componentViewport?.y||0)+0+0+0+4975.7+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1kypxqx-container\",nodeId:\"aMiCLfK1d\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ma4hT1gNX:{variant:\"F9eQwui6j\"},YYZofPfFk:{variant:\"eNj8xOgFU\"}},children:/*#__PURE__*/_jsx(ContactBubble,{EftXbKTax:getLocalizedValue(\"v84\",activeLocale)??\"Leave us a message or get in touch for a free consultation.\",height:\"100%\",id:\"aMiCLfK1d\",layoutId:\"aMiCLfK1d\",style:{width:\"100%\"},variant:\"fwiy1D364\",width:\"100%\",zX93T490v:getLocalizedValue(\"v83\",activeLocale)??\"Interested to Learn How We Can Help Your Organization Achieve More with Presentations?\"})})})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1k206z5\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{y:(componentViewport?.y||0)+0+0+0+5907.067+0},ma4hT1gNX:{y:(componentViewport?.y||0)+0+0+0+6351.867+0},YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+5630.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:894,width:`calc(${componentViewport?.width||\"100vw\"} * 0.98)`,y:(componentViewport?.y||0)+0+0+0+5674.7+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-reziey-container\",nodeId:\"LFZcP9n86\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{b6xdFAEED:{variant:\"k4ACKYflZ\"},ma4hT1gNX:{variant:\"hwqrAbk43\"},YYZofPfFk:{variant:\"EeqbHFcCE\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"LFZcP9n86\",layoutId:\"LFZcP9n86\",style:{width:\"100%\"},variant:\"MTSZDAXiw\",width:\"100%\"})})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1oqzri7 hidden-72rtr7 hidden-1lzqf03 hidden-5b4m4a hidden-11mppbt hidden-pw2zgr\",\"data-framer-name\":\"Cards\",\"data-hide-scrollbars\":true,id:elementId3,ref:ref5,children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"bqSbq6xZ5\"},motionChild:true,nodeId:\"SVEdATDuE\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ca0slx framer-lux5qc\",\"data-framer-name\":\"Card Link 01\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+890+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,children:/*#__PURE__*/_jsx(Container,{className:\"framer-h2dty9-container\",nodeId:\"R6eDG8_PZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/tUqsAg1jJDwhyLLpcug1puawinc.png\"},\"\"),height:\"100%\",id:\"R6eDG8_PZ\",J0ExfpJRk:getLocalizedValue(\"v85\",activeLocale)??\"Helping Menicon to Introduce the Company to European Retailers.\",layoutId:\"R6eDG8_PZ\",UH6NHJ8D7:getLocalizedValue(\"v39\",activeLocale)??\"Healthcare\",variant:\"A6dpus3qH\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v38\",activeLocale)??\"Sales Solution\"})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"GWYIvY036\"},motionChild:true,nodeId:\"rjjksutdM\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1snotcu framer-lux5qc\",\"data-framer-name\":\"Card Link 02\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+890+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1i8gllv-container\",nodeId:\"rNnvaX8Zp\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg\",srcSet:\"https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg?scale-down-to=512 512w,https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vaKwQmI9llTs3Yyy3hmXPA4kRIY.svg 1080w\"},\"\"),height:\"100%\",id:\"rNnvaX8Zp\",J0ExfpJRk:getLocalizedValue(\"v86\",activeLocale)??\"Helping Schiphol Turn Their Company Strategy Update Meeting into an Impactful Event Experience.\",layoutId:\"rNnvaX8Zp\",qaDBKLv2n:addImageAlt({src:\"https://framerusercontent.com/images/f4P6mV1feLGVU9WSElPk3I0Vws.png\",srcSet:\"https://framerusercontent.com/images/f4P6mV1feLGVU9WSElPk3I0Vws.png?scale-down-to=512 512w,https://framerusercontent.com/images/f4P6mV1feLGVU9WSElPk3I0Vws.png 700w\"},\"\"),U8vlIZtlJ:addImageAlt({src:\"https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg\",srcSet:\"https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg?scale-down-to=512 512w,https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/qqcmtiJxf2Mlkb5MuodX14nI0U.svg 1080w\"},\"\"),UH6NHJ8D7:getLocalizedValue(\"v87\",activeLocale)??\"Logistics\",variant:\"A6dpus3qH\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v42\",activeLocale)??\"Event Solution\"})})})})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"dNalCy4K6\"},motionChild:true,nodeId:\"opeZxzijL\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1takzus framer-lux5qc\",\"data-framer-name\":\"Card Link 03\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{YYZofPfFk:{y:(componentViewport?.y||0)+0+0+100+890+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:385,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l7kiyz-container\",nodeId:\"NtknPbSal\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Card,{Fqy5J0r8K:addImageAlt({src:\"https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg\",srcSet:\"https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg?scale-down-to=512 512w,https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/ZlYpwGbs3CA7cVOFRDFfL1Gei4.svg 1080w\"},\"\"),height:\"100%\",id:\"NtknPbSal\",J0ExfpJRk:getLocalizedValue(\"v88\",activeLocale)??\"Helping van Doorne to present their renewed vision on the world and their brand.\",layoutId:\"NtknPbSal\",qaDBKLv2n:addImageAlt({src:\"https://framerusercontent.com/images/FI4cBd1eSRRmKY5m0pZOLEPK8I.png\",srcSet:\"https://framerusercontent.com/images/FI4cBd1eSRRmKY5m0pZOLEPK8I.png 700w\"},\"\"),U8vlIZtlJ:addImageAlt({src:\"https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg\",srcSet:\"https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg?scale-down-to=512 512w,https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg?scale-down-to=1024 1024w,https://framerusercontent.com/images/0eU4J6XLPKwxZ42izX3QO7Uo8x0.svg 1080w\"},\"\"),UH6NHJ8D7:getLocalizedValue(\"v89\",activeLocale)??\"Finance\",variant:\"A6dpus3qH\",width:\"100%\",YEhyu10df:getLocalizedValue(\"v46\",activeLocale)??\"Template Solution\"})})})})})})]})]})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-0jkuK.framer-lux5qc, .framer-0jkuK .framer-lux5qc { display: block; }\",\".framer-0jkuK.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-a6501f36-0e9f-4b64-8113-979cebab9b3a, #f8f5f3); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-0jkuK .framer-cy3e6d-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); position: fixed; right: 20px; top: 18px; width: 60px; z-index: 3; }\",\".framer-0jkuK.framer-rjc8g0 { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; }\",\".framer-0jkuK.framer-xkkgdk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 0px; min-height: 518px; overflow: hidden; padding: 0px; position: fixed; top: 91px; width: 100%; }\",\".framer-0jkuK .framer-y7ut51-container { flex: none; height: 518px; position: relative; width: 1364px; }\",\".framer-0jkuK.framer-17z4rl7 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 20px; mix-blend-mode: difference; overflow: hidden; position: fixed; top: 14px; width: 60px; z-index: 2; }\",\".framer-0jkuK .framer-nv82vx { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 60px); justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 2; }\",\".framer-0jkuK .framer-vyibz1-container { flex: none; height: 56px; position: fixed; right: 42px; top: 42px; width: auto; z-index: 3; }\",\".framer-0jkuK .framer-4tjm2y-container { flex: none; height: auto; left: 50%; position: fixed; top: 42px; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-0jkuK .framer-qgdeoa { flex: none; height: 48px; left: 51px; mix-blend-mode: difference; overflow: hidden; position: fixed; top: 42px; width: 48px; z-index: 3; }\",\".framer-0jkuK .framer-13d001g { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; justify-content: center; left: 0px; overflow: hidden; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-0jkuK .framer-o8ygsf { align-content: center; align-items: center; background-color: #f8f5f3; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 259px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 98%; }\",\".framer-0jkuK .framer-17scxi6-container { flex: none; height: auto; left: 50%; position: absolute; top: 250px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-0jkuK .framer-rwbajh { 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 0px 0px 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-jjgxvi-container { flex: 1 0 0px; height: 800px; position: relative; width: 1px; }\",\".framer-0jkuK .framer-176zlew { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 50%; overflow: visible; padding: 84px 0px 84px 0px; position: absolute; top: 523px; transform: translateX(-50%); width: 1193px; z-index: 0; }\",\".framer-0jkuK .framer-1yeh35m { flex: none; height: 385px; overflow: visible; position: relative; width: 350px; }\",\".framer-0jkuK .framer-12v51v { align-content: center; align-items: center; background-color: rgba(255, 255, 255, 0.1); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: visible; padding: 10px 12px 11px 12px; position: absolute; right: 0px; top: 87px; width: min-content; z-index: 1; }\",\".framer-0jkuK .framer-d8ddo7 { flex: none; height: 14px; overflow: hidden; position: relative; width: 137px; }\",\".framer-0jkuK .framer-vt7cwf { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 49%; position: absolute; top: 50%; transform: translate(-50%, -50%); white-space: pre; width: auto; }\",\".framer-0jkuK .framer-i0xni2 { flex: none; height: 1207px; overflow: visible; position: relative; width: 1275px; }\",\".framer-0jkuK .framer-1utou2 { bottom: 51px; flex: none; height: 514px; left: 46px; overflow: visible; position: absolute; width: 967px; }\",\".framer-0jkuK .framer-f296ob { flex: none; height: 111px; overflow: hidden; position: absolute; right: 164px; top: -60px; width: 161px; }\",\".framer-0jkuK .framer-17kcl9m-container { flex: none; height: 96px; left: 0px; position: absolute; top: 1px; width: 140px; }\",\".framer-0jkuK .framer-12q8t1n { background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: 86px; left: 83px; overflow: hidden; position: absolute; top: calc(48.249027237354106% - 86px / 2); width: 137px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0jkuK .framer-14vhyv6-container { bottom: 0px; flex: none; left: calc(49.63503649635039% - 131px / 2); position: absolute; top: -4px; width: 131px; }\",\".framer-0jkuK .framer-9pymoj { background-color: #ffffff; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; bottom: 182px; flex: none; height: 86px; left: 354px; overflow: hidden; position: absolute; width: 137px; will-change: var(--framer-will-change-override, transform); }\",\".framer-0jkuK .framer-carjl8-container { bottom: 0px; flex: none; left: calc(49.63503649635039% - 131px / 2); position: absolute; top: 0px; width: 131px; }\",\".framer-0jkuK .framer-1impix6 { bottom: 0px; flex: none; height: 111px; left: 654px; overflow: hidden; position: absolute; width: 160px; }\",\".framer-0jkuK .framer-g67kce-container { bottom: 0px; flex: none; height: 110px; left: 0px; position: absolute; right: 0px; }\",\".framer-0jkuK .framer-15oj2jp { flex: none; height: 110px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 161px; }\",\".framer-0jkuK .framer-qajggf-container, .framer-0jkuK .framer-98h57w-container { bottom: 0px; flex: none; height: 110px; left: calc(50.00000000000002% - 160px / 2); position: absolute; width: 160px; }\",\".framer-0jkuK .framer-y6tx8g { flex: none; height: 294px; left: 294px; overflow: visible; position: absolute; top: 353px; width: 941px; }\",\".framer-0jkuK .framer-to9dis { flex: none; height: 90px; left: 0px; overflow: hidden; position: absolute; top: 0px; width: 146px; }\",\".framer-0jkuK .framer-m6lxrx-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-0jkuK .framer-1r9d6n4 { flex: none; height: 111px; overflow: hidden; position: absolute; right: 0px; top: 65px; width: 161px; }\",\".framer-0jkuK .framer-xwl6l0 { bottom: 0px; flex: none; height: 110px; left: 673px; overflow: hidden; position: absolute; width: 160px; }\",\".framer-0jkuK .framer-1j3gb91-container { bottom: -1px; flex: none; height: 110px; left: 0px; position: absolute; right: 0px; }\",\".framer-0jkuK .framer-12q3x3v { align-content: center; align-items: center; bottom: 308px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 46px; height: min-content; justify-content: center; left: -83px; overflow: hidden; padding: 100px 0px 100px 0px; position: absolute; right: -82px; }\",\".framer-0jkuK .framer-1o3j8oi { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 605px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-xr64i3 { flex: none; height: 124px; overflow: hidden; position: relative; width: 577px; }\",\".framer-0jkuK .framer-1qtq3yq { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 50%; position: absolute; top: 0px; transform: translateX(-50%); white-space: pre; width: auto; }\",\".framer-0jkuK .framer-uq1jyt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; padding: 0px; position: absolute; text-decoration: none; top: 79px; transform: translateX(-50%); width: min-content; }\",\".framer-0jkuK .framer-9vsa { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: auto; }\",\".framer-0jkuK .framer-gdiwea, .framer-0jkuK .framer-bmcu6y { 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: row; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-wdmzdv-container { flex: none; height: 40px; position: relative; width: 40px; }\",\".framer-0jkuK .framer-g8x7r6, .framer-0jkuK .framer-19nopgo { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 20px; justify-content: center; overflow: visible; padding: 0px 20px 0px 0px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-1g2jvp2, .framer-0jkuK .framer-vzxmbl { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0jkuK .framer-qxxcy2-container { flex: none; height: 200px; position: relative; width: 110%; }\",\".framer-0jkuK .framer-vtrgq9-container, .framer-0jkuK .framer-p9wo3m-container, .framer-0jkuK .framer-w3jhgj-container, .framer-0jkuK .framer-1ykf2un-container, .framer-0jkuK .framer-ek2rfn-container, .framer-0jkuK .framer-1078602-container, .framer-0jkuK .framer-1wk6dox-container, .framer-0jkuK .framer-1ovak9n-container { height: 90px; position: relative; width: 146px; }\",\".framer-0jkuK .framer-1lj55an { flex: none; height: 385px; left: 47px; overflow: visible; position: absolute; text-decoration: none; top: -145px; width: 350px; }\",\".framer-0jkuK .framer-1jrlx2b-container, .framer-0jkuK .framer-x1gb8o-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; }\",\".framer-0jkuK .framer-1hst61i { flex: none; height: 385px; left: 885px; overflow: visible; position: absolute; text-decoration: none; top: -399px; width: 350px; }\",\".framer-0jkuK .framer-n8c3x2-container { flex: none; height: auto; left: 50%; position: absolute; top: -15px; transform: translateX(-50%); width: auto; }\",\".framer-0jkuK .framer-1ez1n0l { flex: none; height: 385px; left: calc(49.96078431372551% - 350px / 2); overflow: visible; position: absolute; text-decoration: none; top: 79px; width: 350px; }\",\".framer-0jkuK .framer-16yhnby-container { flex: none; height: auto; left: 50%; position: absolute; top: -1px; transform: translateX(-50%); width: auto; }\",\".framer-0jkuK .framer-1qzzirf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 377px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1xa9qzi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: flex-start; left: calc(50.00000000000002% - 1440px / 2); overflow: visible; padding: 0px; position: absolute; top: 0px; width: 1440px; z-index: 1; }\",\".framer-0jkuK .framer-1uv9no { align-content: center; align-items: center; background-color: var(--token-57d095d6-49b0-4cc3-b11b-618686a15572, #dceaee); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 804px; justify-content: center; left: calc(50.00000000000002% - 1396px / 2); overflow: hidden; padding: 0px; position: absolute; top: -236px; width: 1396px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-0jkuK .framer-1us1jtv { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 80%; }\",\".framer-0jkuK .framer-1ydzfuu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 90px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0jkuK .framer-ojn57t { align-content: flex-start; align-items: flex-start; display: flex; flex: 0.8 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-0jkuK .framer-1dptyes, .framer-0jkuK .framer-1ds1mlu, .framer-0jkuK .framer-16l6mfd, .framer-0jkuK .framer-12k7ppw, .framer-0jkuK .framer-19vf8cv, .framer-0jkuK .framer-1dd675h, .framer-0jkuK .framer-22z4sj, .framer-0jkuK .framer-bdd416, .framer-0jkuK .framer-13xm0m3, .framer-0jkuK .framer-1drv5sr { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-egvs2i { 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-0jkuK .framer-11ul9vb { --framer-paragraph-spacing: 0px; flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-ki6xk2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 19px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 51%; }\",\".framer-0jkuK .framer-1iay3yd-container, .framer-0jkuK .framer-ihi5cq-container, .framer-0jkuK .framer-1ot9m9r-container { flex: none; height: 211px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-b06fsl { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1g3olmt { flex: none; height: 651px; overflow: visible; position: relative; width: 100%; z-index: 1; }\",\".framer-0jkuK .framer-m9f78z { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 55px; height: min-content; justify-content: flex-start; left: 50%; overflow: visible; padding: 0px; position: absolute; top: 46px; transform: translateX(-50%); width: 1118px; }\",\".framer-0jkuK .framer-1qxr00z { --framer-paragraph-spacing: 120px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 57%; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-o7ulx2 { 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: visible; padding: 0px; position: relative; width: 57%; }\",\".framer-0jkuK .framer-l36abn-container { bottom: -127px; flex: none; height: 520px; left: calc(50.31937544357703% - 1404px / 2); position: absolute; width: 1404px; }\",\".framer-0jkuK .framer-16fihlb-container { height: auto; position: relative; width: 312px; }\",\".framer-0jkuK .framer-15uke67-container { height: auto; position: relative; width: 396px; }\",\".framer-0jkuK .framer-g1wo23-container { height: auto; position: relative; width: 405px; }\",\".framer-0jkuK .framer-thavtn-container { height: auto; position: relative; width: 373px; }\",\".framer-0jkuK .framer-bj6qnb { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: flex-start; overflow: auto; padding: 0px 20px 0px 20px; position: relative; width: 100%; z-index: 1; }\",\".framer-0jkuK .framer-1yt3sdb { align-content: center; align-items: center; background-color: #efd8e2; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 11px; height: min-content; justify-content: center; overflow: visible; padding: 35px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-11zbrqi, .framer-0jkuK .framer-e52ybn { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 112px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-qk5cvt { align-content: flex-start; align-items: flex-start; background-color: var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, #001721); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 26px; height: min-content; justify-content: center; overflow: visible; padding: 35px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-6pfr4c { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 206px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-173z7w7 { flex: none; height: 30px; overflow: visible; position: relative; width: 201px; }\",\".framer-0jkuK .framer-8vswli { --framer-paragraph-spacing: 0px; flex: none; height: auto; left: 0px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-0jkuK .framer-heqwdm { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 329px; }\",\".framer-0jkuK .framer-i67yt2 { align-content: flex-start; align-items: flex-start; background-color: var(--token-57d095d6-49b0-4cc3-b11b-618686a15572, #dceaee); 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: 26px; height: min-content; justify-content: center; overflow: visible; padding: 35px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1hk9ja9 { align-content: center; align-items: center; background-color: #76b9d3; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 35px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-fdket5 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-0jkuK .framer-17zu2rj { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 80px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-jy8jn5 { align-content: center; align-items: center; background-color: var(--token-ff348648-2980-4163-ab0c-d2967b993ef2, #112838); 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: visible; padding: 35px; position: relative; width: 185px; }\",\".framer-0jkuK .framer-1fex6fx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 80%; }\",\".framer-0jkuK .framer-lfh04v { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1hy1mi1 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 654px; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-1hd5mg5-container, .framer-0jkuK .framer-h2dty9-container, .framer-0jkuK .framer-1i8gllv-container, .framer-0jkuK .framer-1l7kiyz-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-0jkuK .framer-1c71dne { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 21px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1exp2m5 { --border-bottom-width: 1px; --border-color: rgba(34, 34, 34, 0.12); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 37px 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1whl5ru, .framer-0jkuK .framer-1394vkk, .framer-0jkuK .framer-7ar4iz, .framer-0jkuK .framer-1t18l6n { --framer-paragraph-spacing: 120px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 62%; word-break: break-word; word-wrap: break-word; }\",\".framer-0jkuK .framer-l679f0, .framer-0jkuK .framer-lsp1t3, .framer-0jkuK .framer-accljo, .framer-0jkuK .framer-1o2u2ld { 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: visible; padding: 0px; position: relative; width: 80%; }\",\".framer-0jkuK .framer-1glfq1r { aspect-ratio: 1.5 / 1; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; flex: none; height: var(--framer-aspect-ratio-supported, 133px); position: relative; width: 100%; z-index: 1; }\",\".framer-0jkuK .framer-pmxihe, .framer-0jkuK .framer-1xsip6v, .framer-0jkuK .framer-idiux1 { --border-bottom-width: 1px; --border-color: rgba(34, 34, 34, 0.12); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 5px 0px 37px 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1xdz8y1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 200px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-0jkuK .framer-oa7b1 { flex: none; height: 201px; overflow: hidden; position: relative; text-decoration: none; width: 201px; }\",\".framer-0jkuK .framer-1pv6gli { align-content: flex-start; align-items: flex-start; 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: 80%; }\",\".framer-0jkuK .framer-1amuux9 { 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%; }\",\".framer-0jkuK .framer-1kypxqx-container { flex: none; height: auto; position: relative; width: 1110px; }\",\".framer-0jkuK .framer-1k206z5 { 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 0px 35px 0px; position: relative; width: 100%; }\",\".framer-0jkuK .framer-reziey-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-0jkuK .framer-1oqzri7 { 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; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-0jkuK .framer-ca0slx, .framer-0jkuK .framer-1snotcu, .framer-0jkuK .framer-1takzus { align-content: center; align-items: center; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: 350px; will-change: var(--framer-will-change-override, transform); }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0jkuK.framer-72rtr7, .framer-0jkuK.framer-xkkgdk, .framer-0jkuK .framer-nv82vx, .framer-0jkuK .framer-13d001g, .framer-0jkuK .framer-o8ygsf, .framer-0jkuK .framer-rwbajh, .framer-0jkuK .framer-176zlew, .framer-0jkuK .framer-12v51v, .framer-0jkuK .framer-12q3x3v, .framer-0jkuK .framer-uq1jyt, .framer-0jkuK .framer-9vsa, .framer-0jkuK .framer-gdiwea, .framer-0jkuK .framer-g8x7r6, .framer-0jkuK .framer-1qzzirf, .framer-0jkuK .framer-1xa9qzi, .framer-0jkuK .framer-1uv9no, .framer-0jkuK .framer-1us1jtv, .framer-0jkuK .framer-1ydzfuu, .framer-0jkuK .framer-ojn57t, .framer-0jkuK .framer-egvs2i, .framer-0jkuK .framer-ki6xk2, .framer-0jkuK .framer-bmcu6y, .framer-0jkuK .framer-19nopgo, .framer-0jkuK .framer-b06fsl, .framer-0jkuK .framer-m9f78z, .framer-0jkuK .framer-o7ulx2, .framer-0jkuK .framer-bj6qnb, .framer-0jkuK .framer-1yt3sdb, .framer-0jkuK .framer-qk5cvt, .framer-0jkuK .framer-heqwdm, .framer-0jkuK .framer-i67yt2, .framer-0jkuK .framer-1hk9ja9, .framer-0jkuK .framer-jy8jn5, .framer-0jkuK .framer-1fex6fx, .framer-0jkuK .framer-lfh04v, .framer-0jkuK .framer-1c71dne, .framer-0jkuK .framer-1exp2m5, .framer-0jkuK .framer-l679f0, .framer-0jkuK .framer-pmxihe, .framer-0jkuK .framer-lsp1t3, .framer-0jkuK .framer-1xsip6v, .framer-0jkuK .framer-accljo, .framer-0jkuK .framer-idiux1, .framer-0jkuK .framer-1o2u2ld, .framer-0jkuK .framer-1xdz8y1, .framer-0jkuK .framer-1pv6gli, .framer-0jkuK .framer-1amuux9, .framer-0jkuK .framer-1k206z5, .framer-0jkuK .framer-ca0slx, .framer-0jkuK .framer-1snotcu, .framer-0jkuK .framer-1takzus { gap: 0px; } .framer-0jkuK.framer-72rtr7 > *, .framer-0jkuK .framer-uq1jyt > *, .framer-0jkuK .framer-g8x7r6 > *, .framer-0jkuK .framer-1qzzirf > *, .framer-0jkuK .framer-1xa9qzi > *, .framer-0jkuK .framer-19nopgo > *, .framer-0jkuK .framer-o7ulx2 > *, .framer-0jkuK .framer-lfh04v > *, .framer-0jkuK .framer-l679f0 > *, .framer-0jkuK .framer-lsp1t3 > *, .framer-0jkuK .framer-accljo > *, .framer-0jkuK .framer-1o2u2ld > *, .framer-0jkuK .framer-1pv6gli > *, .framer-0jkuK .framer-1amuux9 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0jkuK.framer-72rtr7 > :first-child, .framer-0jkuK .framer-o8ygsf > :first-child, .framer-0jkuK .framer-176zlew > :first-child, .framer-0jkuK .framer-12q3x3v > :first-child, .framer-0jkuK .framer-uq1jyt > :first-child, .framer-0jkuK .framer-g8x7r6 > :first-child, .framer-0jkuK .framer-1qzzirf > :first-child, .framer-0jkuK .framer-1xa9qzi > :first-child, .framer-0jkuK .framer-ojn57t > :first-child, .framer-0jkuK .framer-ki6xk2 > :first-child, .framer-0jkuK .framer-19nopgo > :first-child, .framer-0jkuK .framer-b06fsl > :first-child, .framer-0jkuK .framer-m9f78z > :first-child, .framer-0jkuK .framer-o7ulx2 > :first-child, .framer-0jkuK .framer-1yt3sdb > :first-child, .framer-0jkuK .framer-qk5cvt > :first-child, .framer-0jkuK .framer-heqwdm > :first-child, .framer-0jkuK .framer-i67yt2 > :first-child, .framer-0jkuK .framer-1hk9ja9 > :first-child, .framer-0jkuK .framer-jy8jn5 > :first-child, .framer-0jkuK .framer-1fex6fx > :first-child, .framer-0jkuK .framer-lfh04v > :first-child, .framer-0jkuK .framer-1c71dne > :first-child, .framer-0jkuK .framer-l679f0 > :first-child, .framer-0jkuK .framer-pmxihe > :first-child, .framer-0jkuK .framer-lsp1t3 > :first-child, .framer-0jkuK .framer-1xsip6v > :first-child, .framer-0jkuK .framer-accljo > :first-child, .framer-0jkuK .framer-idiux1 > :first-child, .framer-0jkuK .framer-1o2u2ld > :first-child, .framer-0jkuK .framer-1pv6gli > :first-child, .framer-0jkuK .framer-1amuux9 > :first-child { margin-top: 0px; } .framer-0jkuK.framer-72rtr7 > :last-child, .framer-0jkuK .framer-o8ygsf > :last-child, .framer-0jkuK .framer-176zlew > :last-child, .framer-0jkuK .framer-12q3x3v > :last-child, .framer-0jkuK .framer-uq1jyt > :last-child, .framer-0jkuK .framer-g8x7r6 > :last-child, .framer-0jkuK .framer-1qzzirf > :last-child, .framer-0jkuK .framer-1xa9qzi > :last-child, .framer-0jkuK .framer-ojn57t > :last-child, .framer-0jkuK .framer-ki6xk2 > :last-child, .framer-0jkuK .framer-19nopgo > :last-child, .framer-0jkuK .framer-b06fsl > :last-child, .framer-0jkuK .framer-m9f78z > :last-child, .framer-0jkuK .framer-o7ulx2 > :last-child, .framer-0jkuK .framer-1yt3sdb > :last-child, .framer-0jkuK .framer-qk5cvt > :last-child, .framer-0jkuK .framer-heqwdm > :last-child, .framer-0jkuK .framer-i67yt2 > :last-child, .framer-0jkuK .framer-1hk9ja9 > :last-child, .framer-0jkuK .framer-jy8jn5 > :last-child, .framer-0jkuK .framer-1fex6fx > :last-child, .framer-0jkuK .framer-lfh04v > :last-child, .framer-0jkuK .framer-1c71dne > :last-child, .framer-0jkuK .framer-l679f0 > :last-child, .framer-0jkuK .framer-pmxihe > :last-child, .framer-0jkuK .framer-lsp1t3 > :last-child, .framer-0jkuK .framer-1xsip6v > :last-child, .framer-0jkuK .framer-accljo > :last-child, .framer-0jkuK .framer-idiux1 > :last-child, .framer-0jkuK .framer-1o2u2ld > :last-child, .framer-0jkuK .framer-1pv6gli > :last-child, .framer-0jkuK .framer-1amuux9 > :last-child { margin-bottom: 0px; } .framer-0jkuK.framer-xkkgdk > *, .framer-0jkuK .framer-nv82vx > *, .framer-0jkuK .framer-13d001g > *, .framer-0jkuK .framer-rwbajh > *, .framer-0jkuK .framer-9vsa > *, .framer-0jkuK .framer-1uv9no > *, .framer-0jkuK .framer-egvs2i > *, .framer-0jkuK .framer-1xdz8y1 > *, .framer-0jkuK .framer-1k206z5 > *, .framer-0jkuK .framer-ca0slx > *, .framer-0jkuK .framer-1snotcu > *, .framer-0jkuK .framer-1takzus > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-0jkuK.framer-xkkgdk > :first-child, .framer-0jkuK .framer-nv82vx > :first-child, .framer-0jkuK .framer-13d001g > :first-child, .framer-0jkuK .framer-rwbajh > :first-child, .framer-0jkuK .framer-12v51v > :first-child, .framer-0jkuK .framer-9vsa > :first-child, .framer-0jkuK .framer-gdiwea > :first-child, .framer-0jkuK .framer-1uv9no > :first-child, .framer-0jkuK .framer-1us1jtv > :first-child, .framer-0jkuK .framer-1ydzfuu > :first-child, .framer-0jkuK .framer-egvs2i > :first-child, .framer-0jkuK .framer-bmcu6y > :first-child, .framer-0jkuK .framer-bj6qnb > :first-child, .framer-0jkuK .framer-1exp2m5 > :first-child, .framer-0jkuK .framer-1xdz8y1 > :first-child, .framer-0jkuK .framer-1k206z5 > :first-child, .framer-0jkuK .framer-ca0slx > :first-child, .framer-0jkuK .framer-1snotcu > :first-child, .framer-0jkuK .framer-1takzus > :first-child { margin-left: 0px; } .framer-0jkuK.framer-xkkgdk > :last-child, .framer-0jkuK .framer-nv82vx > :last-child, .framer-0jkuK .framer-13d001g > :last-child, .framer-0jkuK .framer-rwbajh > :last-child, .framer-0jkuK .framer-12v51v > :last-child, .framer-0jkuK .framer-9vsa > :last-child, .framer-0jkuK .framer-gdiwea > :last-child, .framer-0jkuK .framer-1uv9no > :last-child, .framer-0jkuK .framer-1us1jtv > :last-child, .framer-0jkuK .framer-1ydzfuu > :last-child, .framer-0jkuK .framer-egvs2i > :last-child, .framer-0jkuK .framer-bmcu6y > :last-child, .framer-0jkuK .framer-bj6qnb > :last-child, .framer-0jkuK .framer-1exp2m5 > :last-child, .framer-0jkuK .framer-1xdz8y1 > :last-child, .framer-0jkuK .framer-1k206z5 > :last-child, .framer-0jkuK .framer-ca0slx > :last-child, .framer-0jkuK .framer-1snotcu > :last-child, .framer-0jkuK .framer-1takzus > :last-child { margin-right: 0px; } .framer-0jkuK .framer-o8ygsf > * { margin: 0px; margin-bottom: calc(259px / 2); margin-top: calc(259px / 2); } .framer-0jkuK .framer-176zlew > *, .framer-0jkuK .framer-b06fsl > *, .framer-0jkuK .framer-1hk9ja9 > *, .framer-0jkuK .framer-jy8jn5 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0jkuK .framer-12v51v > * { margin: 0px; margin-left: calc(64px / 2); margin-right: calc(64px / 2); } .framer-0jkuK .framer-12q3x3v > * { margin: 0px; margin-bottom: calc(46px / 2); margin-top: calc(46px / 2); } .framer-0jkuK .framer-gdiwea > *, .framer-0jkuK .framer-bmcu6y > * { margin: 0px; margin-left: calc(11px / 2); margin-right: calc(11px / 2); } .framer-0jkuK .framer-1us1jtv > *, .framer-0jkuK .framer-1ydzfuu > * { margin: 0px; margin-left: calc(90px / 2); margin-right: calc(90px / 2); } .framer-0jkuK .framer-ojn57t > *, .framer-0jkuK .framer-m9f78z > * { margin: 0px; margin-bottom: calc(55px / 2); margin-top: calc(55px / 2); } .framer-0jkuK .framer-ki6xk2 > * { margin: 0px; margin-bottom: calc(19px / 2); margin-top: calc(19px / 2); } .framer-0jkuK .framer-bj6qnb > *, .framer-0jkuK .framer-1exp2m5 > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-0jkuK .framer-1yt3sdb > * { margin: 0px; margin-bottom: calc(11px / 2); margin-top: calc(11px / 2); } .framer-0jkuK .framer-qk5cvt > *, .framer-0jkuK .framer-i67yt2 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-0jkuK .framer-heqwdm > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-0jkuK .framer-1fex6fx > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-0jkuK .framer-1c71dne > * { margin: 0px; margin-bottom: calc(21px / 2); margin-top: calc(21px / 2); } .framer-0jkuK .framer-pmxihe > *, .framer-0jkuK .framer-1xsip6v > *, .framer-0jkuK .framer-idiux1 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,'.framer-0jkuK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-0jkuK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-0jkuK[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-0jkuK [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-0jkuK[data-border=\"true\"]::after, .framer-0jkuK [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }','@media (max-width: 1365px) { .framer-0jkuK.framer-72rtr7 { padding: 0px 0px 5px 0px; width: 390px; } .framer-0jkuK.framer-rjc8g0 { background-color: var(--token-f24f7380-260b-472c-808a-ef0683e38dcf, #001721) /* {\"name\":\"Background Blue\"} */; z-index: 1; } .framer-0jkuK.framer-xkkgdk { align-content: flex-start; align-items: flex-start; height: 547px; min-height: unset; overflow: auto; top: 100px; z-index: 1; } .framer-0jkuK .framer-y7ut51-container { height: auto; width: 90%; } .framer-0jkuK.framer-17z4rl7 { mix-blend-mode: unset; text-decoration: none; z-index: 3; } .framer-0jkuK .framer-qgdeoa { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 60px); left: 20px; position: absolute; top: 14px; width: 60px; z-index: 2; } .framer-0jkuK .framer-13d001g { aspect-ratio: 1 / 1; bottom: unset; height: var(--framer-aspect-ratio-supported, 60px); } .framer-0jkuK .framer-o8ygsf { background-color: unset; gap: 90px; padding: 100px 0px 0px 0px; } .framer-0jkuK .framer-17scxi6-container { height: 179px; left: 50%; order: 0; } .framer-0jkuK .framer-rwbajh { order: 1; padding: 0px; } .framer-0jkuK .framer-jjgxvi-container { height: auto; } .framer-0jkuK .framer-176zlew { align-content: flex-start; align-items: flex-start; height: 37px; left: calc(50.00000000000002% - 80.15873015873017% / 2); order: 2; padding: 0px; top: 599px; transform: unset; width: 80%; } .framer-0jkuK .framer-12v51v { background-color: rgba(17, 40, 56, 0.08); justify-content: flex-start; order: 1; position: relative; right: unset; top: unset; } .framer-0jkuK .framer-i0xni2 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; order: 4; padding: 0px; width: 100%; } .framer-0jkuK .framer-12q3x3v { bottom: unset; left: unset; overflow: visible; padding: 0px; position: relative; right: unset; width: 100%; } .framer-0jkuK .framer-1o3j8oi { order: 0; width: 80%; } .framer-0jkuK .framer-xr64i3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 26px; justify-content: center; order: 1; overflow: visible; padding: 0px; width: 80%; } .framer-0jkuK .framer-1qtq3yq { left: unset; position: relative; top: unset; transform: unset; white-space: pre-wrap; width: 79%; word-break: break-word; word-wrap: break-word; } .framer-0jkuK .framer-uq1jyt { left: unset; position: relative; top: unset; transform: unset; } .framer-0jkuK .framer-qxxcy2-container, .framer-0jkuK .framer-jy8jn5, .framer-0jkuK .framer-1c71dne, .framer-0jkuK .framer-pmxihe { order: 2; } .framer-0jkuK .framer-1qzzirf { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: min-content; order: 5; overflow: hidden; will-change: var(--framer-will-change-override, transform); } .framer-0jkuK .framer-1xa9qzi { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; height: min-content; left: unset; position: relative; top: unset; width: 100%; } .framer-0jkuK .framer-1uv9no { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex-direction: column; height: min-content; left: unset; padding: 40px 0px 40px 0px; position: relative; top: unset; width: 100%; z-index: 0; } .framer-0jkuK .framer-1us1jtv { flex-direction: column; gap: 44px; } .framer-0jkuK .framer-1ydzfuu { flex: none; width: 100%; } .framer-0jkuK .framer-ojn57t { gap: 31px; } .framer-0jkuK .framer-ki6xk2 { width: 100%; } .framer-0jkuK .framer-1iay3yd-container, .framer-0jkuK .framer-ihi5cq-container, .framer-0jkuK .framer-1ot9m9r-container { height: 250px; width: 300px; } .framer-0jkuK .framer-b06fsl { align-content: center; align-items: center; gap: 94px; order: 6; width: 97%; z-index: 1; } .framer-0jkuK .framer-1g3olmt { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; width: 80%; } .framer-0jkuK .framer-m9f78z { gap: 27px; left: unset; order: 0; padding: 15px 0px 15px 0px; position: relative; top: unset; transform: unset; width: 100%; } .framer-0jkuK .framer-1qxr00z { width: 61%; } .framer-0jkuK .framer-o7ulx2 { width: 71%; } .framer-0jkuK .framer-1yt3sdb, .framer-0jkuK .framer-e52ybn, .framer-0jkuK .framer-lfh04v, .framer-0jkuK .framer-reziey-container { order: 0; } .framer-0jkuK .framer-11zbrqi, .framer-0jkuK .framer-heqwdm { order: 1; } .framer-0jkuK .framer-qk5cvt, .framer-0jkuK .framer-1xsip6v { order: 3; } .framer-0jkuK .framer-1hk9ja9, .framer-0jkuK .framer-idiux1 { order: 4; } .framer-0jkuK .framer-1fex6fx { order: 7; width: 80%; z-index: 1; } .framer-0jkuK .framer-1hy1mi1 { order: 0; width: 100%; } .framer-0jkuK .framer-1exp2m5 { flex-direction: column; order: 1; } .framer-0jkuK .framer-1xdz8y1 { height: 40px; order: 5; } .framer-0jkuK .framer-oa7b1 { height: 40px; width: 151px; } .framer-0jkuK .framer-1pv6gli { order: 8; width: 100%; z-index: 1; } .framer-0jkuK .framer-1amuux9 { gap: 45px; } .framer-0jkuK .framer-1kypxqx-container { width: auto; } .framer-0jkuK .framer-1k206z5 { order: 9; padding: 0px; z-index: 1; } .framer-0jkuK .framer-1oqzri7 { border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; gap: 12px; justify-content: flex-start; order: 3; overflow: auto; } .framer-0jkuK .framer-ca0slx { order: 2; width: 259px; } .framer-0jkuK .framer-1snotcu { order: 0; width: 259px; } .framer-0jkuK .framer-1takzus { order: 1; width: 259px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-0jkuK .framer-o8ygsf, .framer-0jkuK .framer-i0xni2, .framer-0jkuK .framer-xr64i3, .framer-0jkuK .framer-1uv9no, .framer-0jkuK .framer-1us1jtv, .framer-0jkuK .framer-ojn57t, .framer-0jkuK .framer-b06fsl, .framer-0jkuK .framer-1g3olmt, .framer-0jkuK .framer-m9f78z, .framer-0jkuK .framer-1exp2m5, .framer-0jkuK .framer-1amuux9, .framer-0jkuK .framer-1oqzri7 { gap: 0px; } .framer-0jkuK .framer-o8ygsf > * { margin: 0px; margin-bottom: calc(90px / 2); margin-top: calc(90px / 2); } .framer-0jkuK .framer-o8ygsf > :first-child, .framer-0jkuK .framer-i0xni2 > :first-child, .framer-0jkuK .framer-xr64i3 > :first-child, .framer-0jkuK .framer-1uv9no > :first-child, .framer-0jkuK .framer-1us1jtv > :first-child, .framer-0jkuK .framer-ojn57t > :first-child, .framer-0jkuK .framer-b06fsl > :first-child, .framer-0jkuK .framer-1g3olmt > :first-child, .framer-0jkuK .framer-m9f78z > :first-child, .framer-0jkuK .framer-1exp2m5 > :first-child, .framer-0jkuK .framer-1amuux9 > :first-child { margin-top: 0px; } .framer-0jkuK .framer-o8ygsf > :last-child, .framer-0jkuK .framer-i0xni2 > :last-child, .framer-0jkuK .framer-xr64i3 > :last-child, .framer-0jkuK .framer-1uv9no > :last-child, .framer-0jkuK .framer-1us1jtv > :last-child, .framer-0jkuK .framer-ojn57t > :last-child, .framer-0jkuK .framer-b06fsl > :last-child, .framer-0jkuK .framer-1g3olmt > :last-child, .framer-0jkuK .framer-m9f78z > :last-child, .framer-0jkuK .framer-1exp2m5 > :last-child, .framer-0jkuK .framer-1amuux9 > :last-child { margin-bottom: 0px; } .framer-0jkuK .framer-i0xni2 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-0jkuK .framer-xr64i3 > * { margin: 0px; margin-bottom: calc(26px / 2); margin-top: calc(26px / 2); } .framer-0jkuK .framer-1uv9no > *, .framer-0jkuK .framer-1g3olmt > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-0jkuK .framer-1us1jtv > * { margin: 0px; margin-bottom: calc(44px / 2); margin-top: calc(44px / 2); } .framer-0jkuK .framer-ojn57t > * { margin: 0px; margin-bottom: calc(31px / 2); margin-top: calc(31px / 2); } .framer-0jkuK .framer-b06fsl > * { margin: 0px; margin-bottom: calc(94px / 2); margin-top: calc(94px / 2); } .framer-0jkuK .framer-m9f78z > * { margin: 0px; margin-bottom: calc(27px / 2); margin-top: calc(27px / 2); } .framer-0jkuK .framer-1exp2m5 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-0jkuK .framer-1amuux9 > * { margin: 0px; margin-bottom: calc(45px / 2); margin-top: calc(45px / 2); } .framer-0jkuK .framer-1oqzri7 > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-0jkuK .framer-1oqzri7 > :first-child { margin-left: 0px; } .framer-0jkuK .framer-1oqzri7 > :last-child { margin-right: 0px; } }}',\"@media (min-width: 1920px) and (max-width: 2559px) { .framer-0jkuK.framer-72rtr7 { width: 1920px; } .framer-0jkuK .framer-jjgxvi-container { height: 1030px; } .framer-0jkuK .framer-176zlew { overflow: hidden; } .framer-0jkuK .framer-12v51v { top: 268px; } .framer-0jkuK .framer-1qzzirf { height: 379px; } .framer-0jkuK .framer-1uv9no { left: calc(50.00000000000002% - 1863px / 2); width: 1863px; } .framer-0jkuK .framer-1us1jtv { width: 70%; } .framer-0jkuK .framer-1g3olmt { order: 0; width: 100%; } .framer-0jkuK .framer-m9f78z { bottom: 445px; left: 51%; top: unset; width: 1356px; } .framer-0jkuK .framer-1fex6fx { overflow: visible; width: 70%; } .framer-0jkuK .framer-lfh04v { order: 0; } .framer-0jkuK .framer-1hd5mg5-container { order: 2; width: 1186px; }}\",\"@media (min-width: 1366px) and (max-width: 1439px) { .framer-0jkuK.framer-72rtr7 { width: 1366px; } .framer-0jkuK .framer-1uv9no { left: calc(49.93055555555558% - 1326px / 2); width: 1326px; } .framer-0jkuK .framer-1us1jtv { width: 78%; } .framer-0jkuK .framer-m9f78z { left: 53%; top: 51px; } .framer-0jkuK .framer-o7ulx2 { width: 44%; } .framer-0jkuK .framer-l36abn-container { left: calc(50.00000000000002% - 1304px / 2); width: 1304px; } .framer-0jkuK .framer-1kypxqx-container { width: 1059px; }}\",\"@media (min-width: 1536px) and (max-width: 1919px) { .framer-0jkuK.framer-72rtr7 { width: 1536px; } .framer-0jkuK .framer-1uv9no { left: calc(49.79166666666669% - 1490px / 2); width: 1490px; } .framer-0jkuK .framer-m9f78z { left: 47%; } .framer-0jkuK .framer-1kypxqx-container { width: 1059px; }}\",\"@media (min-width: 2560px) { .framer-0jkuK.framer-72rtr7 { width: 2560px; } .framer-0jkuK .framer-17scxi6-container, .framer-0jkuK .framer-lfh04v { order: 0; } .framer-0jkuK .framer-rwbajh { order: 1; } .framer-0jkuK .framer-jjgxvi-container { flex: none; height: 1172px; width: auto; } .framer-0jkuK .framer-176zlew { left: 52%; order: 2; overflow: hidden; width: 1294px; } .framer-0jkuK .framer-12v51v { top: 268px; } .framer-0jkuK .framer-vt7cwf { left: 50%; } .framer-0jkuK .framer-i0xni2 { order: 3; } .framer-0jkuK .framer-1o3j8oi { width: 639px; } .framer-0jkuK .framer-1lj55an { left: -79px; } .framer-0jkuK .framer-1hst61i { left: unset; right: -61px; } .framer-0jkuK .framer-n8c3x2-container { bottom: -265px; left: unset; right: -301px; top: unset; transform: unset; } .framer-0jkuK .framer-1ez1n0l { left: 612px; } .framer-0jkuK .framer-1qzzirf { height: 379px; order: 4; } .framer-0jkuK .framer-1uv9no { height: 1080px; left: calc(49.93055555555558% - 2508px / 2); width: 2508px; } .framer-0jkuK .framer-1us1jtv { width: 70%; } .framer-0jkuK .framer-1iay3yd-container, .framer-0jkuK .framer-ihi5cq-container, .framer-0jkuK .framer-1ot9m9r-container { height: 304px; } .framer-0jkuK .framer-b06fsl { order: 5; padding: 298px 0px 0px 0px; } .framer-0jkuK .framer-1g3olmt { order: 0; width: 100%; } .framer-0jkuK .framer-m9f78z { bottom: 445px; left: 48%; top: unset; width: 1368px; } .framer-0jkuK .framer-1fex6fx { order: 6; overflow: visible; width: 58%; } .framer-0jkuK .framer-1hd5mg5-container { order: 2; width: 1186px; } .framer-0jkuK .framer-1pv6gli { order: 7; } .framer-0jkuK .framer-1kypxqx-container { width: 1460px; } .framer-0jkuK .framer-1k206z5 { order: 8; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 6603.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"YYZofPfFk\":{\"layout\":[\"fixed\",\"auto\"]},\"b6xdFAEED\":{\"layout\":[\"fixed\",\"auto\"]},\"mxzhECSxx\":{\"layout\":[\"fixed\",\"auto\"]},\"bnj6adC4b\":{\"layout\":[\"fixed\",\"auto\"]},\"ma4hT1gNX\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"gvi4AMLEn\":{\"pattern\":\":gvi4AMLEn\",\"name\":\"all-scrol\"},\"oPtALtyml\":{\"pattern\":\":oPtALtyml\",\"name\":\"scroll-trigger\"},\"JDnh28wDo\":{\"pattern\":\":JDnh28wDo\",\"name\":\"01\"},\"dZOP83F2q\":{\"pattern\":\":dZOP83F2q\",\"name\":\"01\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-0jkuK\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:6603.5,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Lato\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/lato/v24/S6uyw4BMUTPHvxw6XweuBCY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Georgia Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/i0R7MgtcE4D8Wyhymt0yFUXUo.woff2\"}]},...MenuPhoneFonts,...MenuDropdownPhoneFonts,...ButtonMFonts,...MenuFonts,...CookieBannerFonts,...HeaderHomeFonts,...LogoBlockFonts,...ButtonSFonts,...TickerFonts,...CardFonts,...CardSolutionFonts,...Client_quote_1Fonts,...Client_quote_2Fonts,...Client_quote_3Fonts,...Client_quote_4Fonts,...SlideshowFonts,...SlideShowTopicsFonts,...ButtonSTextFonts,...ContactBubbleFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YYZofPfFk\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"b6xdFAEED\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mxzhECSxx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bnj6adC4b\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ma4hT1gNX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerResponsiveScreen\":\"\",\"framerScrollSections\":\"{\\\"gvi4AMLEn\\\":{\\\"pattern\\\":\\\":gvi4AMLEn\\\",\\\"name\\\":\\\"all-scrol\\\"},\\\"oPtALtyml\\\":{\\\"pattern\\\":\\\":oPtALtyml\\\",\\\"name\\\":\\\"scroll-trigger\\\"},\\\"JDnh28wDo\\\":{\\\"pattern\\\":\\\":JDnh28wDo\\\",\\\"name\\\":\\\"01\\\"},\\\"dZOP83F2q\\\":{\\\"pattern\\\":\\\":dZOP83F2q\\\",\\\"name\\\":\\\"01\\\"}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"6603.5\",\"framerComponentViewportWidth\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"__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", "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", "_Intl_DateTimeFormat_resolvedOptions_timeZone", "_Intl_DateTimeFormat_resolvedOptions", "_Intl_DateTimeFormat", "_Intl", "isEULocale", "_navigator_languages", "_navigator_language", "locale", "navigator", "country", "_locale_toUpperCase", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "_banner_style_border", "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", "direction", "id", "primary", "settings", "_settings_hoverOpacity", "_settings_tapOpacity", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "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", "_props_banner_style", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "W7nVr1qab_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v0", "v1", "p", "x", "motion", "v2", "v3", "v4", "__FramerMetadata__", "ComponentsBreadcrumbFonts", "getFonts", "yAjWRlg4f_default", "ButtonSTextFonts", "UC_EavTg2_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "MotionAWithFXWithOptimizedAppearEffect", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "valuesByLocaleId", "W7nVr1qab_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "transition2", "animation", "animation1", "animation2", "transition3", "textEffect", "textEffect1", "transition4", "animation3", "animation4", "transformTemplate1", "_", "t", "transition5", "animation5", "animation6", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "level1", "link1", "title", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "NwuvADpRH", "qLQ1zNuzF", "BVIGOYG2j", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "Link", "SVG", "css", "FramerW7nVr1qab", "withCSS", "W7nVr1qab_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "MenuPhoneFonts", "getFonts", "WxCpAA5p7_default", "MenuDropdownPhoneFonts", "utNVH_tW5_default", "ButtonMFonts", "Mt4gXhjrB_default", "MenuFonts", "UNPZ_mXXm_default", "MenuWithVariantAppearEffect", "withVariantAppearEffect", "CookieBannerFonts", "CookieBanner", "HeaderHomeFonts", "W7nVr1qab_default", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "LogoBlockFonts", "fxENkivgh_default", "MotionDivWithFX", "ButtonSFonts", "JcKVnOtDH_default", "TickerFonts", "Ticker", "CardFonts", "M3HSJ8GPC_default", "MotionAWithFX", "ContainerWithOptimizedAppearEffect", "Container", "CardSolutionFonts", "K10xZ_6kz_default", "Client_quote_1Fonts", "LyjE2_VYE_default", "Client_quote_2Fonts", "py6v94S8j_default", "Client_quote_3Fonts", "XrC9TfR1G_default", "Client_quote_4Fonts", "jxZVvG5pJ_default", "SlideshowFonts", "Slideshow", "SlideShowTopicsFonts", "fGjIpY10O_default", "ButtonSTextFonts", "UC_EavTg2_default", "ContactBubbleFonts", "iilkAzGDw_default", "FooterFonts", "yn1fZuarn_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transformTemplate2", "transition2", "animation2", "addImageAlt", "image", "alt", "transition3", "transition4", "transition5", "animation3", "animation4", "transition6", "textEffect", "animation5", "transition7", "animation6", "transition8", "animation7", "animation8", "transition9", "animation9", "transition10", "animation10", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "bX_imUOfx3bnx0g", "overlay", "loadMore", "args", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "usePreloadLocalizedValues", "router", "useRouter", "elementId", "useRouteElementId", "ref2", "elementId1", "ref3", "elementId2", "ref4", "elementId3", "ref5", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "l", "PropertyOverrides2", "ComponentViewportProvider", "AnimatePresence", "Ga", "x", "Link", "Image2", "ResolveLinks", "resolvedLinks", "getLocalizedValue", "getLoadingLazyAtYPosition", "resolvedLinks1", "RichText2", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
