{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js", "ssg:https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js", "ssg:https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js", "ssg:https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js", "ssg:https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js", "ssg:https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js", "ssg:https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js", "ssg:https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js", "ssg:https://framerusercontent.com/modules/CAC4Ioe23DrnHPD4RcF9/Vi5lrqePLzbQt6ttOC8M/af7TWGbFV.js", "ssg:https://framerusercontent.com/modules/DioV56FWl7MohN5cvE1q/zQvzALzWq3J30CvAhYTK/I02nqWmUv.js", "ssg:https://framerusercontent.com/modules/43AeAIN1Vh3hjmvS1wDh/3w3iNbqVIcBqq7tfHwPY/W9XvwRJ7W.js", "ssg:https://framerusercontent.com/modules/F1H6w88jxV5AW9LGRh4D/LHxsbowL41noA8gXOOQQ/iB0AMB6h9.js", "ssg:https://framerusercontent.com/modules/ictjQKChIz3dMMJHHfvK/yYU6pQAJxXbGFdG7Z0ot/sFrfdHpqk.js", "ssg:https://framerusercontent.com/modules/csSiyOzBC4x8WhgvFTPz/K8TsZ3ZlBbVta0MFwMI1/pH87CNtHy.js", "ssg:https://framerusercontent.com/modules/GWnKJELPP2nbBgtQGhYi/s3NYL3g23QCa4OVgrZDZ/tO8XjCKTr.js", "ssg:https://framerusercontent.com/modules/j0FyoMpSSYeHPMAHuQfX/J1r5SbmrorUkNQPxkUXG/UIr8RakOo.js", "ssg:https://framerusercontent.com/modules/mYvBiO1XRH5bF50Ml2f1/IzxdhZ7diF71DMoM4xtL/qrLwGgVG8.js", "ssg:https://framerusercontent.com/modules/R2x52xTdlkrvVEDTUfvX/EstM2rYMp4h4SdAHHw3L/VH8cTLkOV.js", "ssg:https://framerusercontent.com/modules/nIxpkvPzEEHpadApK0eE/KPs2eYqTih172SviPwzb/bByqdY0fa.js", "ssg:https://framerusercontent.com/modules/sMQFTGGrIqN4mLpP398f/BaAAO06BBU8HLCYScs4l/augiA20Il.js", "ssg:https://framerusercontent.com/modules/oOUMfwJ3HYG3O8Fbcad4/80LgkpFrhxKk3q1ICnnx/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);script.crossOrigin=\"anonymous\"// allows for more detailed INP collection\n;return script;};return{getDataLayerScript,getScript};};/**\n * Function to init the GTM\n * @param dataLayer - The dataLayer\n * @param dataLayerName - The dataLayer name\n * @param environment - Specify the custom environment to use\n * @param nonce - Server-generated nonce\n * @param id - The ID of the GTM\n */export const initGTM=({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName})=>{const gtm=setupGTM({dataLayer,dataLayerName,environment,nonce,id,customDomain,customScriptName});const dataLayerScript=gtm.getDataLayerScript();const script=gtm.getScript();document.head.append(dataLayerScript,script);};export function sendToGTM(){if(isBrowser){window[\"dataLayer\"]=window[\"dataLayer\"]||[];window[\"dataLayer\"].push(arguments);}}\nexport const __FramerMetadata__ = {\"exports\":{\"DEFAULT_DOMAIN\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_SCRIPT_NAME\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"initGTM\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"sendToGTM\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./send.map", "import{isBrowser}from\"framer-motion\";import{useLayoutEffect}from\"react\";export const DEFAULT_FONT_FAMILY=`\"Inter\", system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, Helvetica, Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\"`;export function getFlexboxValues(position){const positionParts=position.split(\"-\");let justifyContent,alignItems;switch(positionParts[0]){case\"top\":alignItems=\"flex-start\";break;case\"bottom\":alignItems=\"flex-end\";break;case\"center\":alignItems=\"center\";break;default:alignItems=\"initial\";break;}switch(positionParts[1]){case\"left\":justifyContent=\"flex-start\";break;case\"right\":justifyContent=\"flex-end\";break;case\"center\":justifyContent=\"center\";break;default:justifyContent=\"initial\";break;}return{justifyContent,alignItems};}export function getMultipleShadows(...shadows){const output=[];shadows.forEach(shadow=>{return shadow&&output.push(shadow);});return output.join(\", \");}export function getShadow(shadow){if(shadow){return`${shadow.shadowX}px ${shadow.shadowY}px ${shadow.shadowBlur}px ${shadow.shadowColor}`;}else return null;}export function safeJSONParse(jsonString,onError){try{return JSON.parse(jsonString);}catch{if(onError)onError();}}export const getCookie=(name,cookies)=>{cookies=cookies?cookies:isBrowser?document.cookie:\"\";var _cookies_match;const[,,cookie]=(_cookies_match=cookies.match(`(^|;) ?${name}=([^;]*)(;|$)`))!==null&&_cookies_match!==void 0?_cookies_match:[null,null,null];return cookie;};/**\n * Yields to main thread before continuing execution, which might allow the browser to paint.\n * If `options.priority` is 'user-blocking', it will asynchronously resolve in older browsers.\n * @param {object} options - see https://github.com/WICG/scheduling-apis/blob/main/explainers/yield-and-continuation.md\n * @see interactionResponse for guaranteeing execution after a paint\n */export function yieldToMain(options){if(\"scheduler\"in window){if(\"yield\"in scheduler)return scheduler.yield(options);if(\"postTask\"in scheduler)return scheduler.postTask(()=>{},options);}if((options===null||options===void 0?void 0:options.priority)===\"user-blocking\"){// `setTimeout` could suffer from being delayed for longer: https://developer.chrome.com/blog/introducing-scheduler-yield-origin-trial#the_problem_with_current_yielding_strategies\n// so for browsers not supporting yield, we guarantee execution for high priority actions, but this does not create space for a paint opportunity as trade-off.\nreturn Promise.resolve();}return new Promise(resolve=>{setTimeout(resolve);});}/**\n * Helper function for `yieldToMain`, which yields before calling `fn`.\n * @see yieldToMain\n */export async function yieldBeforeCb(fn,options){await yieldToMain(options);return fn();}/**\n * Similar to `yieldToMain`, but also waits for the next animation frame before yielding (with a fallback of 100ms if the animation frame never fires).\n * Compared to `yieldToMain`, it guarantees improved INP, but might make processing a little slower. Use only if necessary.\n * @see yieldToMain\n */export function interactionResponse(options){return new Promise(resolve=>{setTimeout(resolve,200)// Fallback for the case where the animation frame never fires.\n;requestAnimationFrame(()=>{void yieldBeforeCb(resolve,options);});});}/**\n * Runs `fn` after the next paint. Similar to `useEffect`, but *guarantees* that the function is run after the next paint.\n * @important Does not support a cleanup fn.\n * @see https://thoughtspile.github.io/2021/11/15/unintentional-layout-effect/\n */export function useAfterPaintEffect(fn,deps,options){useLayoutEffect(()=>{const runAfterPaint=async()=>{await interactionResponse(options);fn();};void runAfterPaint();// eslint-disable-next-line react-hooks/exhaustive-deps -- deps are passed in\n},deps);}\nexport const __FramerMetadata__ = {\"exports\":{\"useAfterPaintEffect\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getCookie\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"safeJSONParse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getFlexboxValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldBeforeCb\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getShadow\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getMultipleShadows\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"FlexboxPosition\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"yieldToMain\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"interactionResponse\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"DEFAULT_FONT_FAMILY\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./utils.map", "import{useIsOnFramerCanvas}from\"framer\";import{isBrowser}from\"framer-motion\";import{useEffect,useReducer}from\"react\";import{initGTM,sendToGTM}from\"https://framerusercontent.com/modules/RFM6zI5MxOiqwwNiQep4/2CcJhEanvh9oX5JHRkd8/send.js\";import{safeJSONParse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";function toGTMConsent(consent){return{functionality_storage:consent.necessary?\"granted\":\"denied\",security_storage:consent.necessary?\"granted\":\"denied\",ad_storage:consent.marketing?\"granted\":\"denied\",ad_user_data:consent.marketing?\"granted\":\"denied\",ad_personalization:consent.marketing?\"granted\":\"denied\",analytics_storage:consent.analytics?\"granted\":\"denied\",personalization_storage:consent.preferences?\"granted\":\"denied\"};}function reducer(state,action){switch(action.type){case\"autoAccept\":return{...state,sync:true,autoAccepted:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"acceptAll\":return{...state,sync:true,dismissed:true,modes:{analytics:true,marketing:true,necessary:true,preferences:true}};case\"rejectAll\":return{...state,sync:true,dismissed:true,modes:{analytics:false,marketing:false,necessary:false,preferences:false}};case\"acceptCurrent\":return{...state,dismissed:true,sync:true};case\"update\":return{...state,modes:{...state.modes,...action.modes},sync:action.sync};case\"toggle\":return{...state,modes:{...state.modes,[action.mode]:!state.modes[action.mode]}};case\"initFromLocalStorage\":return{...state,modes:action.modes,dismissed:action.dismissed,autoAccepted:action.autoAccepted,initializedFromLocalStorage:true,sync:true};case\"dismiss\":return{...state,dismissed:true};case\"synced\":return{...state,sync:false,hasSynced:true};default:return state;}}const initialState={dismissed:false,autoAccepted:false,modes:null,sync:false,initializedFromLocalStorage:false,hasSynced:false};export const defaultConsent={necessary:false,analytics:false,marketing:false,preferences:false};// Keep track of if GTM has been loaded as a script and default consent has been set,\n// to ensure the script does not keep appending between page switches.\nlet hasInitializedGTM=false;export function useConsent({gtmId,defaultConsent,gtmLoadedExternally=false}){const[state,dispatch]=useReducer(reducer,initialState);const isOnFramerCanvas=useIsOnFramerCanvas();const consentModeLocalStorageKey=\"framerCookiesConsentMode\";const dismissedLocalStorageKey=\"framerCookiesDismissed\";const autoAcceptedLocalStorageKey=\"framerCookiesAutoAccepted\";function getStateFromLocalStorage(){const consentFromLocalStorage=localStorage.getItem(consentModeLocalStorageKey);const dismissedFromLocalStorage=localStorage.getItem(dismissedLocalStorageKey);const autoAcceptedFromLocalStorage=localStorage.getItem(autoAcceptedLocalStorageKey);const isDismissed=dismissedFromLocalStorage!==null;const isAutoAccepted=autoAcceptedFromLocalStorage!==null;const hasConsentInLocalStorage=consentFromLocalStorage!==null;const consentInLocalStorageIsNotDefault=isDismissed||isAutoAccepted;const shouldLoadConsentFromLocalStorage=hasConsentInLocalStorage&&consentInLocalStorageIsNotDefault;dispatch({type:\"initFromLocalStorage\",dismissed:isDismissed,autoAccepted:isAutoAccepted,modes:shouldLoadConsentFromLocalStorage?safeJSONParse(consentFromLocalStorage,()=>localStorage.removeItem(consentModeLocalStorageKey)):defaultConsent});}function syncToGTM(){if(gtmId){if(!hasInitializedGTM&&!gtmLoadedExternally){// This is the first time we sync consent, so we save it as \"default\" and initialize tag manager.\n// This order is important, because we need to have set the default consent BEFORE we initialize GTM.\n// https://developers.google.com/tag-platform/devguides/consent?tab=tag-manager&sjid=11348191096952324675-EU#implementation_example\n// It might seem weird that we're \"sending\" before initializing, but \"sending\" here means building up\n// the \"dataLayer\" object that GTM picks up when it initializes.\nsendToGTM(\"consent\",\"default\",toGTMConsent(state.modes));initGTM({dataLayer:undefined,dataLayerName:\"dataLayer\",environment:undefined,nonce:undefined,injectScript:true,id:gtmId});hasInitializedGTM=true;}else{hasInitializedGTM=true;sendToGTM(\"consent\",\"update\",toGTMConsent(state.modes));// must be sent like this or else GTM doesn't act on it:\nwindow.dataLayer.push({event:\"cookie_consent_update\"});}}}useEffect(()=>{if(isOnFramerCanvas)return;yieldBeforeCb(()=>getStateFromLocalStorage(),{priority:\"user-blocking\"});},[]);// Anytime the dismissed value is updated, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.dismissed){localStorage.setItem(dismissedLocalStorageKey,\"true\");}},[state.dismissed]);// Anytime consent is auto accepted, we need to persist it in local storage.\nuseEffect(()=>{if(isOnFramerCanvas)return;if(state.autoAccepted){localStorage.setItem(autoAcceptedLocalStorageKey,\"true\");}},[state.autoAccepted]);// Sync data to dataLayer and localStorage.\nuseEffect(()=>{if(isOnFramerCanvas)return;const shouldSync=state.sync&&isBrowser&&state.modes!==null;if(!shouldSync){return;}yieldBeforeCb(()=>{syncToGTM();// Save locally\nlocalStorage.setItem(consentModeLocalStorageKey,JSON.stringify(state.modes));dispatch({type:\"synced\"});},{priority:\"user-blocking\"});},[state.sync]);function dismiss(){dispatch({type:\"dismiss\"});localStorage.setItem(dismissedLocalStorageKey,\"true\");}function autoAccept(){dispatch({type:\"autoAccept\"});}function acceptAll(){dispatch({type:\"acceptAll\"});}function rejectAll(){dispatch({type:\"rejectAll\"});}function acceptCurrent(){dispatch({type:\"acceptCurrent\"});}function toggleMode(mode){dispatch({type:\"toggle\",mode});}return{modes:state.modes,isInitialized:state.hasSynced,isDismissed:state.dismissed,isAutoAccepted:state.autoAccepted,dismiss,autoAccept,acceptAll,rejectAll,acceptCurrent,toggleMode};}\nexport const __FramerMetadata__ = {\"exports\":{\"useConsent\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"defaultConsent\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModeName\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ConsentModes\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Check if visitor is in EU\nconst countries=[\"BE\",\"EL\",\"LT\",\"PT\",\"BG\",\"ES\",\"LU\",\"RO\",\"CZ\",\"FR\",\"RE\",\"GP\",\"MQ\",\"GF\",\"YT\",\"BL\",\"MF\",\"PM\",\"WF\",\"PF\",\"NC\",\"HU\",\"SI\",\"DK\",\"FO\",\"GL\",\"HR\",\"MT\",\"SK\",\"DE\",\"IT\",\"NL\",\"AW\",\"CW\",\"SX\",\"FI\",\"AX\",\"EE\",\"CY\",\"AT\",\"SE\",\"IE\",\"LV\",\"PL\",\"UK\",\"GB\",\"AI\",\"BM\",\"IO\",\"VG\",\"KY\",\"FK\",\"GI\",\"MS\",\"PN\",\"SH\",\"TC\",\"GG\",\"JE\",\"IM\"];const isInEUTimezone=()=>{return Intl?.DateTimeFormat()?.resolvedOptions()?.timeZone?.startsWith(\"Europe\");};const isEULocale=()=>{const locale=navigator.language??navigator.languages?.[0];return countries.some(country=>locale?.toUpperCase()?.includes(country));};let _inEU=null;export const inEU=()=>{if(_inEU===null)_inEU=isInEUTimezone()||isEULocale();return _inEU;};\nexport const __FramerMetadata__ = {\"exports\":{\"inEU\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./inEU.map", "import{isBrowser}from\"framer-motion\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";export function useRegion({content,useRegionFromProps,skipEUCheck}){const isInEUBasedOnLocation=isBrowser&&!skipEUCheck?inEU():false;const regionBasedOnLocation=isInEUBasedOnLocation?\"EU\":\"World\";const regionFromProps=content.isEU?\"EU\":\"World\";const regionContent={EU:{title:content.euTitle,description:content.euDescription,type:content.euType,defaults:content.euDefaults,policy:content.euPolicy,blocking:content.euBlocking,showReject:content.euType===\"advanced\"?content.euShowReject:true},World:{title:content.worldTitle,description:content.worldDescription,type:content.worldType,defaults:content.worldDefaults,policy:content.worldPolicy,blocking:content.worldBlocking,showReject:content.worldType===\"advanced\"?content.worldShowReject:true}};return regionContent[useRegionFromProps?regionFromProps:regionBasedOnLocation];}\nexport const __FramerMetadata__ = {\"exports\":{\"useRegion\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"RegionContent\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,lazy,Suspense}from\"react\";import{withCSS}from\"framer\";import{AnimatePresence,motion}from\"framer-motion\";import{DEFAULT_FONT_FAMILY,getMultipleShadows,getShadow}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";const SPACING=20;// if you update the Toggle component inside this project, copy the new URL to here:\nconst Toggle=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/QDCSmi7dYWSK5AcRSFyX/iWVjq9atvKQLvxgv6qiM/Blf0sjosZ.js\"));export const Banner=withCSS(function Banner({banner,button,region,options,previewOptions,consentModes,onDismiss,onAcceptAll,onRejectAll,onAcceptCurrent,onToggleConsent,animateOnMount}){const maxHeightReduction=banner.insetPerSide?banner.insetTop+banner.insetBottom:banner.inset*2;const linkColor=banner.style.link||button.primary.fill;const paddingValue=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;const bannerShadow=getShadow(banner.style.shadow);const borderShadow=banner.style.border?.width?`inset 0 0 0 ${banner.style.border.width}px ${banner.style.border.color}`:null;const bannerStyle={background:banner.style.fill,boxShadow:getMultipleShadows(bannerShadow,borderShadow),overflow:\"hidden\",borderRadius:banner.style.border.radius};return /*#__PURE__*/_jsx(motion.div,{initial:animateOnMount&&{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},animate:{y:0,x:0,scale:1,opacity:1},exit:{x:banner.animation.x,y:banner.animation.y,scale:banner.animation.scale,opacity:0},transition:animateOnMount?banner.animation.transition:{duration:0},style:{fontFamily:DEFAULT_FONT_FAMILY,maxHeight:`calc(100vh - ${maxHeightReduction}px)`,flexDirection:\"column\",gap:12,position:\"relative\",display:\"flex\",zIndex:100,pointerEvents:\"auto\"},children:/*#__PURE__*/_jsx(\"div\",{style:{...bannerStyle,overflow:\"scroll\",width:\"100%\",maxWidth:banner.width},className:`--framer-cookie-banner-container --framer-cookie-banner-type-${region.type}`,children:region.type===\"simple\"?/*#__PURE__*/_jsx(SimpleBanner,{banner:banner,button:button,linkColor:linkColor,description:region.description,policy:region.policy,onDismiss:onDismiss}):region.type===\"medium\"?/*#__PURE__*/_jsx(AcceptRejectBanner,{banner:banner,button:button,linkColor:linkColor,title:region.title,description:region.description,policy:region.policy,onAccept:onAcceptAll,onReject:onRejectAll}):/*#__PURE__*/_jsx(OptionsBanner,{banner:banner,button:button,options:options,previewOptions:previewOptions,linkColor:linkColor,title:region.title,description:region.description,showReject:region.showReject,policy:region.policy,onOptionToggle:onToggleConsent,consent:consentModes,onAcceptAll:onAcceptAll,onRejectAll:onRejectAll,onAcceptCurrent:onAcceptCurrent})})});},[`.--framer-cookie-banner-container::-webkit-scrollbar { display: none; }`,`.--framer-cookie-banner-container { \n            -ms-overflow-style: none; \n            scrollbar-width: none;  \n        }`],\"framer-lib-cookie-banner\");function SimpleBanner({banner,button,description,policy,onDismiss,linkColor}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",padding,gap:SPACING},children:[/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,flex:1,alignItems:\"center\",color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(motion.div,{style:{display:\"flex\",justifyContent:\"center\",alignItems:\"center\"},children:/*#__PURE__*/_jsx(Button,{onClick:onDismiss,settings:{...button,fluid:false},id:\"dismiss\",children:button.labels.confirm})})]});}function AcceptRejectBanner({banner,button,title,linkColor,description,policy,onAccept,onReject}){const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy})]}),/*#__PURE__*/_jsxs(Buttons,{direction:button.direction,children:[/*#__PURE__*/_jsx(Button,{settings:button,onClick:onReject,id:\"reject\",children:button.labels.reject}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAccept,id:\"accept\",children:button.labels.accept})]})]});}function OptionsBanner({banner,button,options,previewOptions,title,description,policy,showReject=true,linkColor,consent,onAcceptCurrent,onAcceptAll,onRejectAll,onOptionToggle}){const[showOptions,setShowOptions]=useState(false);const optionTheme={...options.style,color:banner.style.colorBody};const padding=banner.paddingPerSide?`${banner.paddingTop}px ${banner.paddingRight}px ${banner.paddingBottom}px ${banner.paddingLeft}px`:`${banner.padding}px`;// const optionNames = consent && Object.keys(consent)\nconst optionNames=[\"necessary\",\"preferences\",\"analytics\",\"marketing\"];const shouldShowOptions=showOptions||previewOptions;return /*#__PURE__*/_jsxs(\"div\",{style:{padding},children:[/*#__PURE__*/_jsxs(\"div\",{children:[title&&/*#__PURE__*/_jsx(Headline,{style:{...banner.style.fontTitle,color:banner.style.colorTitle},children:title}),/*#__PURE__*/_jsx(Description,{style:{...banner.style.fontBody,color:banner.style.colorBody},linkColor:linkColor,description:description,policy:policy}),/*#__PURE__*/_jsx(AnimatePresence,{children:shouldShowOptions&&/*#__PURE__*/_jsx(motion.div,{initial:previewOptions?null:{opacity:0,height:0},animate:{opacity:1,height:\"auto\"},exit:{opacity:0,height:0},style:{display:\"flex\",flexDirection:\"column\",gap:10,marginTop:SPACING,overflow:\"hidden\"},children:optionNames&&optionNames.map(option=>/*#__PURE__*/_jsx(Option,{title:options[option].title,description:options[option].description,titleColor:banner.style.colorTitle,descriptionColor:banner.style.colorBody,showDescription:options.descriptions,enabled:consent[option],onClick:()=>onOptionToggle(option),theme:optionTheme,optional:option===\"necessary\"?options[option].optional:true}))},\"modal\")})]}),/*#__PURE__*/_jsx(Buttons,{direction:button.direction,children:shouldShowOptions?/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptCurrent,id:\"accept\",children:button.labels.save}):/*#__PURE__*/_jsxs(_Fragment,{children:[showReject&&/*#__PURE__*/_jsx(Button,{settings:button,onClick:onRejectAll,id:\"reject\",children:button.labels.rejectAll}),/*#__PURE__*/_jsx(Button,{settings:button,onClick:()=>{setShowOptions(true);},id:\"customize\",children:button.labels.customize}),/*#__PURE__*/_jsx(Button,{settings:button,primary:true,onClick:onAcceptAll,id:\"accept\",children:button.labels.acceptAll})]})})]});}function Option({title,titleColor,description,descriptionColor,showDescription,enabled,optional,onClick,theme}){const paddingValue=theme.paddingPerSide?`${theme.paddingTop}px ${theme.paddingRight}px ${theme.paddingBottom}px ${theme.paddingLeft}px`:`${theme.padding}px`;const borderShadow=theme.border?`inset 0 0 0 ${theme.border.width}px ${theme.border.color}`:null;return /*#__PURE__*/_jsxs(motion.div,{style:{boxShadow:borderShadow,background:theme.background,borderRadius:theme.border.radius,padding:paddingValue,cursor:\"pointer\",userSelect:\"none\",pointerEvents:\"all\"},onClick:onClick,whileHover:{opacity:.5},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"space-between\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontWeight:600,fontSize:12,color:titleColor,...theme.fontTitle},children:title}),optional?/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(Toggle,{variant:enabled?\"On\":\"Off\",background:theme.toggleColor,backgroundInactive:theme.toggleColorInactive})}):/*#__PURE__*/_jsx(\"p\",{style:{margin:0,fontSize:12,color:theme.toggleColor,...theme.fontTitle,fontWeight:400},children:\"Always active\"})]}),description&&/*#__PURE__*/_jsx(\"p\",{style:{margin:0,marginTop:10,fontSize:12,lineHeight:1.5,color:descriptionColor,...theme.fontBody},children:description})]});}function Headline({children,style}){return /*#__PURE__*/_jsx(\"p\",{style:{fontSize:14,margin:\"0px 0px 10px 0px\",fontWeight:\"bold\",padding:0,...style},children:children});}function Description({style,description,policy,linkColor}){const shouldShow=description||policy?.link;if(!shouldShow)return null;if(!description){return /*#__PURE__*/_jsx(DescriptionParagraph,{policy:policy,style:style,linkColor:linkColor});}// @ivan: Support rendering the description in multiple paragraphs.\n// This is a site speed optimization: it allows to split a single\n// huge <p> into several smaller ones, which prevents the huge <p>\n// from becoming an LCP element.\nconst descriptionParagraphs=description?.split(\"\\n\\n\");return description.split(\"\\n\\n\").map((line,index)=>/*#__PURE__*/_jsx(DescriptionParagraph,{line:line,// Only render the policy in the last paragraph\n    policy:index===descriptionParagraphs.length-1?policy:null,style:{// Add a spacing between paragraphs\n    marginTop:index>0?4:0,...style},linkColor:linkColor},index));}function DescriptionParagraph({line,policy,style,linkColor}){return /*#__PURE__*/_jsxs(\"p\",{style:{lineHeight:1.5,margin:0,padding:0,fontSize:14,...style},children:[line,line&&policy?.link?\" \":null,policy?.link&&/*#__PURE__*/_jsxs(\"span\",{children:[policy?.prefix,\" \",/*#__PURE__*/_jsx(\"a\",{href:policy?.link,target:\"_blank\",style:{color:linkColor,textDecoration:\"none\"},children:policy?.label}),\".\"]})]});}function Buttons({children,direction}){return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:direction,gap:10,marginTop:16},children:children});}const Button=withCSS(function Button({id,children,primary,settings,onClick}){const paddingValue=settings.paddingPerSide?`${settings.paddingTop}px ${settings.paddingRight}px ${settings.paddingBottom}px ${settings.paddingLeft}px`:`${settings.padding}px`;const theme=primary?settings.primary:settings.secondary;return /*#__PURE__*/_jsx(motion.input,{className:\"__framer-cookie-component-button\",id:`__framer-cookie-component-button-${id}`,onClick:onClick,type:\"button\",value:`${children}`,whileHover:{opacity:settings.hoverOpacity??.6},whileTap:{opacity:settings.tapOpacity??.4},style:{WebkitAppearance:\"none\",appearance:\"none\",width:settings.fluid?\"100%\":\"auto\",height:\"auto\",border:\"none\",padding:paddingValue,borderRadius:settings.borderRadius,boxShadow:getShadow(theme.shadow),background:theme.fill,color:theme.color,fontSize:14,lineHeight:1,cursor:\"pointer\",fontWeight:settings.font?\"unset\":600,...settings.font}});},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\");\nexport const __FramerMetadata__ = {\"exports\":{\"BannerComponentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Banner\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Banner.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsOnFramerCanvas,withCSS}from\"framer\";import{AnimatePresence,isBrowser,motion}from\"framer-motion\";import{lazy,Suspense,useEffect,useState}from\"react\";import{createPortal}from\"react-dom\";import{defaultConsent,useConsent}from\"https://framerusercontent.com/modules/zvf2WTzc98u6EX2y7YDj/7Vzkp1ORK9zU9dYiZ1fu/consent.js\";import{useRegion}from\"https://framerusercontent.com/modules/0oeZpJVursioGAbwgB9e/nrn5valPIfiaZFRgtVW3/region.js\";import{Banner}from\"https://framerusercontent.com/modules/EkwkxVF9vkTs720qqBC8/6ViXEDlSyuNyc0Na4Rzv/Banner.js\";import{inEU}from\"https://framerusercontent.com/modules/HKzIAGtbudIGLRAteuFH/wTCMOQdBhrD1LTpkwItL/inEU.js\";import{DEFAULT_FONT_FAMILY,getFlexboxValues,interactionResponse,yieldBeforeCb}from\"https://framerusercontent.com/modules/tfq8EDfrazNLXzc9LJte/hLcdFz4t8UjInDMvzq41/utils.js\";// Keep track of open state between page reloads\nlet initiallyOpen=false;/**\n * COOKIE BANNER\n * By Floris Verloop\n *\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n *\n * @framerDisableUnlink\n *\n */export default function CookieBanner({gtmId,preview,trigger,banner,button,content,options,style,gtmLoadedExternally,onShown,onConsentChange,onAccept,onDismiss,onReject,onSavePreferences}){const isOnFramerCanvas=useIsOnFramerCanvas();const isPreview=preview&&isOnFramerCanvas;const skipLogic=!preview&&isOnFramerCanvas;const isInEU=isBrowser?inEU():false;const region=useRegion({content,useRegionFromProps:isPreview,// skip EU check (expensive) if we are on the canvas and don't want a preview\nskipEUCheck:skipLogic});const consent=useConsent({gtmId,defaultConsent:region.defaults,gtmLoadedExternally});const[isOpen,setIsOpen]=useState(initiallyOpen);// On page switch, disable all transitions so the banner shows up as fast as possible.\nconst[instantlyShowOnMount,setInstantlyShowOnMount]=useState(initiallyOpen);useEffect(()=>{if(skipLogic)return;// Save open state between page switches\ninitiallyOpen=isOpen;// Disable instantly show on mount after first open\nif(isOpen){setInstantlyShowOnMount(false);}// Track shown event\nif(isOpen&&!isPreview&&onShown){yieldBeforeCb(()=>onShown({isInEU}),{priority:\"user-blocking\"});}},[isOpen,skipLogic]);// Check if user should be prompted\nuseEffect(()=>{if(skipLogic)return;const noConsentGiven=consent.isInitialized&&!consent.isDismissed;const shouldAutoAccept=region.type===\"simple\"&&!consent.isAutoAccepted;if(noConsentGiven){performance.mark(\"framer-cookie-open\");setIsOpen(true);/** Automatically accept all cookies for simple banner. */if(shouldAutoAccept){consent.autoAccept();// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}}if(consent.isDismissed){setIsOpen(false);}},[consent.isInitialized,consent.isDismissed,skipLogic]);useEffect(()=>{if(skipLogic)return;if(onConsentChange){yieldBeforeCb(()=>onConsentChange({isInEU,consent:consent.modes}));}},[consent.modes,skipLogic]);async function handleDismiss(){await interactionResponse();consent.dismiss();setIsOpen(false);// Fire callback\nif(onDismiss){yieldBeforeCb(()=>onDismiss({isInEU}));}}async function handleAcceptAll(){await interactionResponse();consent.acceptAll();setIsOpen(false);// Fire callback\nif(onAccept){yieldBeforeCb(()=>onAccept({isInEU}));}}async function handleRejectAll(){await interactionResponse();consent.rejectAll();setIsOpen(false);// Fire callback\nif(onReject){yieldBeforeCb(()=>onReject({isInEU}));}}async function handleAcceptCurrent(){await interactionResponse();consent.acceptCurrent();setIsOpen(false);// Fire callbacks\nyieldBeforeCb(()=>{if(onAccept){onAccept({isInEU});}});yieldBeforeCb(()=>{if(onSavePreferences){onSavePreferences({isInEU});}});}if(isPreview){return /*#__PURE__*/_jsx(\"div\",{style:{...style,width:banner.width},children:/*#__PURE__*/_jsx(Banner,{banner:banner,button:button,region:region,options:options,previewOptions:isPreview&&options.preview,consentModes:{...defaultConsent,necessary:true},animateOnMount:false})});}return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Trigger,{style:style,trigger:trigger,onClick:()=>setIsOpen(true)}),!skipLogic&&/*#__PURE__*/_jsx(Overlay,{banner:banner,button:button,region:region,options:options,consentModes:consent.modes,animateOnMount:!instantlyShowOnMount,onAcceptAll:handleAcceptAll,onAcceptCurrent:handleAcceptCurrent,onRejectAll:handleRejectAll,onDismiss:handleDismiss,onToggleConsent:consent.toggleMode,isOpen:isOpen})]});}const IconCookie=/*#__PURE__*/lazy(()=>import(\"https://framerusercontent.com/modules/80EyUU0Nk6u7skW3IlHH/qKhU3oZiLDe4R0LcF3Tp/Icons.js\"));function Overlay(props){const insetValue=props.banner.insetPerSide?`${props.banner.insetTop}px ${props.banner.insetRight}px ${props.banner.insetBottom}px ${props.banner.insetLeft}px`:`${props.banner.inset}px`;const{justifyContent,alignItems}=getFlexboxValues(props.banner.position);const isOpen=props.isOpen;const[shouldRenderPortal,setShouldRenderPortal]=useState(isOpen);// if the portal has previously been rendered, we want to keep rendering the portal, which ensures:\n// - that AnimatePresence works (fade out effect)\n// - we don't cause body style recalc/reflow when the DOM node is removed\nif(!shouldRenderPortal&&isOpen)setShouldRenderPortal(isOpen);if(!shouldRenderPortal)return null;const blocking=props.region.blocking;return /*#__PURE__*/createPortal(/*#__PURE__*/_jsx(\"div\",{style:{display:\"contents\"},children:/*#__PURE__*/_jsx(AnimatePresence,{children:isOpen?/*#__PURE__*/_jsxs(motion.div,{style:{// We only need to span to the full viewport width if the overlay is blocking.\n// Otherwise, we optimize for a smaller layer size. see: https://framer-team.slack.com/archives/C05V49Q4NJ2/p1709820207863249\ntop:blocking||alignItems===\"flex-start\"?0:undefined,left:blocking||justifyContent===\"flex-start\"?0:undefined,right:blocking||justifyContent===\"flex-end\"?0:undefined,height:blocking?\"100%\":undefined,width:blocking||justifyContent===\"center\"?\"100%\":undefined,bottom:blocking||alignItems===\"flex-end\"?0:undefined,boxSizing:\"border-box\",position:\"fixed\",touchAction:\"none\",padding:insetValue,zIndex:props.banner.zIndex,display:\"flex\",flexDirection:\"row\",gap:20,justifyContent:\"center\",pointerEvents:blocking?\"all\":\"none\"},children:[blocking&&/*#__PURE__*/_jsx(Backdrop,{color:props.banner.style?.backdrop}),/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",display:\"flex\",justifyContent,alignItems,pointerEvents:\"none\",maxWidth:props.banner.containerWidth>0?props.banner.containerWidth:\"unset\"},children:/*#__PURE__*/_jsx(Banner,{...props})})]}):null})}),document.body);}const Trigger=withCSS(({trigger,style,onClick})=>{const isOnFramerCanvas=useIsOnFramerCanvas();if(trigger.type!==\"none\"){return /*#__PURE__*/_jsx(\"button\",{className:\"__framer-cookie-component-button\",\"aria-label\":\"Cookie Trigger\",style:{width:\"100%\",height:\"100%\",background:\"none\",display:\"flex\",border:\"none\",padding:0,color:trigger.color,fontSize:16,cursor:\"pointer\",...trigger.textFont},onClick:onClick,children:trigger.type===\"icon\"?/*#__PURE__*/_jsx(_Fragment,{children:trigger.iconType===\"custom\"&&trigger.iconImage?/*#__PURE__*/_jsx(\"img\",{alt:\"icon entry point for Site Search\",src:trigger.iconImage.src,width:trigger.iconSize,height:trigger.iconSize}):/*#__PURE__*/_jsx(Suspense,{children:/*#__PURE__*/_jsx(IconCookie,{width:trigger.iconSize,height:trigger.iconSize,color:trigger.color})})}):/*#__PURE__*/_jsx(\"span\",{style:{whiteSpace:\"nowrap\"},children:trigger.text})});}if(isOnFramerCanvas){return /*#__PURE__*/_jsxs(\"div\",{style:{borderRadius:8,color:\"#09F\",border:\"1px dashed #09F\",background:\"rgba(0, 153, 255, 0.1)\",padding:20,display:\"flex\",flexDirection:\"column\",gap:5,fontFamily:DEFAULT_FONT_FAMILY,textAlign:\"center\",justifyContent:\"center\",width:164,...style},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,fontWeight:600,lineHeight:1,margin:0},children:\"Cookie Banner\"}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:12,lineHeight:1.5,margin:0},children:\"Put on a page to add a Cookie Banner.\"})]});}},\".__framer-cookie-component-button:focus:not(:focus-visible){outline-color:transparent}\",\"framer-lib-cookie-trigger\");function Backdrop({color}){return /*#__PURE__*/_jsx(motion.div,{initial:{opacity:0},animate:{opacity:1},exit:{opacity:0},style:{position:\"absolute\",top:0,left:0,right:0,bottom:0,width:\"100%\",height:\"100%\",backgroundColor:color,pointerEvents:\"none\"}});}addPropertyControls(CookieBanner,{gtmId:{title:\"GTM ID\",type:ControlType.String,placeholder:\"GTM-AAAAAAA\",description:\"Your GTM container ID.\\n[Learn more](https://www.framer.com/learn/cookie-banner/)\"},preview:{type:ControlType.Boolean,defaultValue:true,description:\"Lets you preview the banner on the Canvas.\"},trigger:{type:ControlType.Object,buttonTitle:\"Icon, Text\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:[\"text\",\"icon\",\"none\"],optionTitles:[\"Text\",\"Icon\",\"None\"],defaultValue:\"text\",displaySegmentedControl:true},iconType:{title:\"Icon\",type:ControlType.Enum,options:[\"default\",\"custom\"],optionTitles:[\"Default\",\"Custom\"],displaySegmentedControl:true,hidden:props=>props.type!==\"icon\"},text:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.type!==\"text\"},textFont:{// @ts-ignore - internal\ntype:ControlType.Font,title:\" \",controls:\"extended\",hidden:props=>props.type!==\"text\"},iconSize:{title:\"Size\",type:ControlType.Number,displayStepper:true,defaultValue:24,hidden:props=>props.type!==\"icon\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#333\",hidden:props=>props.type===\"none\"||props.type===\"icon\"&&props.iconType===\"custom\"},iconImage:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.iconType===\"default\"}}},banner:{title:\"Banner\",type:ControlType.Object,buttonTitle:\"Font, Styles\",controls:{position:{type:ControlType.Enum,title:\"Position\",options:[\"top-left\",\"top-center\",\"top-right\",\"bottom-right\",\"bottom-center\",\"bottom-left\"],optionTitles:[\"Top Left\",\"Top Center\",\"Top Right\",\"Bottom Right\",\"Bottom Center\",\"Bottom Left\"],defaultValue:\"bottom-right\"},zIndex:{title:\"Z Index\",type:ControlType.Number,defaultValue:10,displayStepper:true,min:0,max:10},width:{title:\"Width\",type:ControlType.Number,defaultValue:360,min:200,max:1e3,displayStepper:true,step:5},containerWidth:{title:\"Wrapping\",type:ControlType.Number,defaultValue:0,min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:20,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},inset:{title:\"Inset\",type:ControlType.FusedNumber,toggleKey:\"insetPerSide\",toggleTitles:[\"Inset\",\"Inset per side\"],defaultValue:20,valueKeys:[\"insetTop\",\"insetRight\",\"insetBottom\",\"insetLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors, Shadow\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"extended\"},colorTitle:{title:\" \",type:ControlType.Color,defaultValue:\"#000\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"extended\"},colorBody:{title:\" \",type:ControlType.Color,defaultValue:\"#444\"},fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#FFF\"},link:{title:\"Link\",type:ControlType.Color,optional:true,defaultValue:\"#999\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:14},width:{title:\"Width\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:1},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.05)\"}}},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100,defaultValue:0},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100,defaultValue:2},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100,defaultValue:4}}},backdrop:{title:\"Backdrop\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\",hidden:(_,props)=>!props.content.euBlocking&&!props.content.worldBlocking}}},animation:{icon:\"effect\",buttonTitle:\"Options\",type:ControlType.Object,controls:{x:{type:ControlType.Number,displayStepper:true,defaultValue:0},y:{type:ControlType.Number,displayStepper:true,defaultValue:10},scale:{type:ControlType.Number,min:0,step:.1,defaultValue:1},transition:{type:ControlType.Transition}}}}},button:{title:\"Buttons\",type:ControlType.Object,buttonTitle:\"Variants, Style\",controls:{primary:{title:\"Primary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#000\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},secondary:{title:\"Secondary\",type:ControlType.Object,buttonTitle:\"Colors, Shadow\",controls:{fill:{title:\"Fill\",type:ControlType.Color,defaultValue:\"#EEE\"},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#444\"},shadow:{type:ControlType.Object,title:\"Shadow\",optional:true,controls:{shadowColor:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.25)\"},shadowX:{title:\"X\",type:ControlType.Number,min:-100,max:100},shadowY:{title:\"Y\",type:ControlType.Number,min:-100,max:100},shadowBlur:{title:\"Blur\",type:ControlType.Number,min:0,max:100}}}}},labels:{type:ControlType.Object,controls:{accept:{type:ControlType.String,defaultValue:\"Accept\"},reject:{type:ControlType.String,defaultValue:\"Reject\"},acceptAll:{type:ControlType.String,defaultValue:\"Accept all\"},rejectAll:{type:ControlType.String,defaultValue:\"Reject all\"},customize:{type:ControlType.String,defaultValue:\"Customize\"},save:{type:ControlType.String,defaultValue:\"Save Preferences\"},confirm:{type:ControlType.String,defaultValue:\"Okay\"}}},font:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},tapOpacity:{title:\"Tap Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.4},hoverOpacity:{title:\"Hover Opacity\",type:ControlType.Number,step:.1,displayStepper:true,max:1,min:0,defaultValue:.6},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"row\",\"column\"],// @ts-ignore - internal\noptionIcons:[\"direction-horizontal\",\"direction-vertical\"],defaultValue:\"row\",displaySegmentedControl:true},fluid:{title:\"Fluid\",type:ControlType.Boolean,defaultValue:true}}},content:{title:\"Regions\",type:ControlType.Object,buttonTitle:\"World, EU\",controls:{isEU:{title:\" \",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"EU\",disabledTitle:\"World\"},euType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"medium\",hidden:props=>!props.isEU},euTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.euType===\"simple\"||!props.isEU},euDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",displayTextArea:true,hidden:props=>!props.isEU},euPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link,defaultValue:\"https://www.framer.com/legal/policy/\"},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>!props.isEU},euDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:false,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>!props.isEU},euShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.euType!==\"advanced\"},euBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>!props.isEU},worldType:{title:\"Choices\",type:ControlType.Enum,options:[\"simple\",\"medium\",\"advanced\"],optionTitles:[\"None\",\"Accept/Reject\",\"Customizable\"],defaultValue:\"simple\",hidden:props=>props.isEU},worldTitle:{title:\"Title\",type:ControlType.String,defaultValue:\"Cookie Settings\",hidden:props=>props.worldType===\"simple\"||props.isEU},worldDescription:{title:\"Description\",type:ControlType.String,defaultValue:\"We use cookies to personalize content, run ads, and analyze traffic.\",displayTextArea:true,hidden:props=>props.isEU},worldPolicy:{title:\"Policy\",type:ControlType.Object,buttonTitle:\"Link, Prefix\",controls:{link:{title:\"Link\",type:ControlType.Link},prefix:{title:\"Prefix\",type:ControlType.String,defaultValue:\"Read our\"},label:{title:\"Label\",type:ControlType.String,defaultValue:\"Cookie Policy\"}},hidden:props=>props.isEU},worldDefaults:{title:\"Defaults\",buttonTitle:\"Options\",type:ControlType.Object,controls:{necessary:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},preferences:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},analytics:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true},marketing:{type:ControlType.Boolean,enabledTitle:\"Granted\",disabledTitle:\"Denied\",defaultValue:true,description:\"The default consent when the user hasn\u2019t provided any yet.\"}},hidden:props=>props.isEU},worldShowReject:{title:\"Reject All\",type:ControlType.Boolean,defaultValue:true,enabledTitle:\"Show\",disabledTitle:\"Hide\",hidden:props=>props.worldType!==\"advanced\"},worldBlocking:{title:\"Blocking\",type:ControlType.Boolean,defaultValue:false,description:\"Renders a content blocking backdrop.\",hidden:props=>props.isEU}}},options:{type:ControlType.Object,buttonTitle:\"Content, Styles\",hidden:(_,props)=>props.content.euType!==\"advanced\"&&props.content.worldType!==\"advanced\",controls:{preview:{type:ControlType.Boolean,defaultValue:false,description:\"Open when previewing banner on the canvas.\",hidden:(_,props)=>!props.preview},necessary:{title:\"Necessary\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Necessary\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables security and basic functionality.\",displayTextArea:true},optional:{title:\"Optional\",type:ControlType.Boolean,defaultValue:true}}},preferences:{title:\"Preferences\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Preferences\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables personalized content and settings.\",displayTextArea:true,optional:true}}},analytics:{title:\"Analytics\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Analytics\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables tracking of performance.\",displayTextArea:true}}},marketing:{title:\"Marketing\",type:ControlType.Object,buttonTitle:\"Content\",controls:{title:{title:\"Title\",type:ControlType.String,defaultValue:\"Marketing\"},description:{title:\"Description\",type:ControlType.String,defaultValue:\"Enables ads personalization and tracking.\",displayTextArea:true}}},style:{type:ControlType.Object,title:\"Style\",buttonTitle:\"Fonts, Colors\",controls:{fontTitle:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Title\",controls:\"basic\"},fontBody:{// @ts-ignore - internal\ntype:ControlType.Font,title:\"Body\",controls:\"basic\"},background:{title:\"Background\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"},border:{type:ControlType.Object,title:\"Border\",buttonTitle:\"Radius, Width\",controls:{radius:{title:\"Radius\",type:ControlType.Number,displayStepper:true,min:0,defaultValue:8},width:{title:\"Width\",type:ControlType.Number,displayStepper:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.02)\"}}},toggleColor:{title:\"On\",type:ControlType.Color,defaultValue:\"#000\"},toggleColorInactive:{title:\"Off\",type:ControlType.Color,defaultValue:\"rgba(0,0,0,0.1)\"},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:12,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0}}}}}});CookieBanner.displayName=\"Cookie Banner\";\nexport const __FramerMetadata__ = {\"exports\":{\"CookieBannerProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"CookieBanner\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"auto\",\"framerSupportedLayoutWidth\":\"auto\"}},\"ContentProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"PolicyProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ContentType\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"ButtonsProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"OptionsStyle\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,useIsInCurrentNavigationTarget,RenderTarget}from\"framer\";import{isMotionValue,useInView}from\"framer-motion\";import{borderRadiusControl,defaultEvents,useIsBrowserSafari,useIsOnCanvas,useOnEnter,useOnExit,useRadius,useRenderTarget}from\"https://framerusercontent.com/modules/G4IfyjvwmaeSBpdb4TWu/OIjZRBmWDcIE2B6qgG1j/index.js\";// https://framer.com/m/framer/default-utils.js@^0.45.0\nimport{memo,useCallback,useEffect,useMemo,useRef,useState}from\"react\";var ObjectFitType;(function(ObjectFitType){ObjectFitType[\"Fill\"]=\"fill\";ObjectFitType[\"Contain\"]=\"contain\";ObjectFitType[\"Cover\"]=\"cover\";ObjectFitType[\"None\"]=\"none\";ObjectFitType[\"ScaleDown\"]=\"scale-down\";})(ObjectFitType||(ObjectFitType={}));var SrcType;(function(SrcType){SrcType[\"Video\"]=\"Upload\";SrcType[\"Url\"]=\"URL\";})(SrcType||(SrcType={}));const defaultVideo=\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\";// Reduce renders\nfunction getProps(props){const{width,height,topLeft,topRight,bottomRight,bottomLeft,id,children,...rest}=props;return rest;}/**\n * VIDEO\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 112\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */export function Video(props){const newProps=getProps(props);return /*#__PURE__*/_jsx(VideoMemo,{...newProps});}function usePlaybackControls(videoRef){const isInCurrentNavigationTarget=useIsInCurrentNavigationTarget();const requestingPlay=useRef(false);const isPlayingRef=useRef(false);const setProgress=useCallback(rawProgress=>{if(!videoRef.current)return;const newProgress=(rawProgress===1?.999:rawProgress)*videoRef.current.duration;const isAlreadySet=Math.abs(videoRef.current.currentTime-newProgress)<.1;if(videoRef.current.duration>0&&!isAlreadySet){videoRef.current.currentTime=newProgress;}},[]);const play=useCallback(()=>{const video=videoRef.current;if(!video)return;video.preload=\"auto\"// makes sure browsers don't throttle: https://html.spec.whatwg.org/multipage/media.html#:~:text=When%20the%20media%20resource%20is%20playing%2C%20hints%20to%20the%20user%20agent%20that%20bandwidth%20is%20to%20be%20considered%20scarce%2C%20e.g.%20suggesting%20throttling%20the%20download%20so%20that%20the%20media%20data%20is%20obtained%20at%20the%20slowest%20possible%20rate%20that%20still%20maintains%20consistent%20playback.\n;const isPlaying=video.currentTime>0&&video.onplaying&&!video.paused&&!video.ended&&video.readyState>=video.HAVE_CURRENT_DATA;if(!isPlaying&&video&&!requestingPlay.current&&isInCurrentNavigationTarget){requestingPlay.current=true;isPlayingRef.current=true;video.play().catch(e=>{})// It's likely fine, swallow error\n.finally(()=>requestingPlay.current=false);}},[]);const pause=useCallback(()=>{if(!videoRef.current||requestingPlay.current)return;videoRef.current.pause();isPlayingRef.current=false;},[]);return{play,pause,setProgress,isPlaying:isPlayingRef};}function useAutoplayBehavior({playingProp,muted,loop,playsinline,controls}){const[initialPlayingProp]=useState(()=>playingProp);const[hasPlayingPropChanged,setHasPlayingPropChanged]=useState(false);if(playingProp!==initialPlayingProp&&!hasPlayingPropChanged){setHasPlayingPropChanged(true);}const behavesAsGif=// passing `playing === true` on mount indicates that the video should\n// autoplay, like a GIF\ninitialPlayingProp&&muted&&loop&&playsinline&&!controls&&// Some users of the <Video> component use it by wrapping it with\n// another smart component and adding their own controls on top. (The\n// controls use transitions to control the video: e.g., when clicking\n// the play button, the smart component will transition to a state with\n// <Video playing={true} />.) In this case, we don't want the video to\n// behave as a gif, as it will be weird if the video suddenly started\n// acting as such (and auto-pausing when leaving the viewport) as soon\n// as the site visitor mutes it and clicks \u201CPlay\u201D.\n!hasPlayingPropChanged;let autoplay;if(behavesAsGif)autoplay=\"on-viewport\";else if(initialPlayingProp)autoplay=\"on-mount\";else autoplay=\"no-autoplay\";return autoplay;}const VideoMemo=/*#__PURE__*/memo(function VideoInner(props){const{// default props\nsrcType=\"URL\",srcUrl,srcFile=\"\",posterEnabled=false,controls=false,playing=true,loop=true,muted=true,playsinline=true,restartOnEnter=false,objectFit=\"cover\",backgroundColor=\"rgba(0,0,0,0)\",radius=0,volume=25,startTime:startTimeProp=0,poster,playing:playingProp,progress,onSeeked,onPause,onPlay,onEnd,onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp}=props;const videoRef=useRef();const isSafari=useIsBrowserSafari();const wasPausedOnLeave=useRef(null);const wasEndedOnLeave=useRef(null);const isOnCanvas=useIsOnCanvas();const renderTarget=useRenderTarget();const isStaticRenderer=isOnCanvas||renderTarget===RenderTarget.export;const borderRadius=useRadius(props);// Hard-coding `autoplayBehavior` and `isInViewport` when on canvas as a\n// tiny perf optimization. isStaticRenderer won\u2019t change through the lifecycle of\n// the component, so using these hooks conditionally should be safe\nconst autoplayBehavior=isStaticRenderer?\"no-autoplay\":useAutoplayBehavior({playingProp,muted,loop,playsinline,controls});const isInViewport=isStaticRenderer?true:useInView(videoRef);const isCloseToViewport=isStaticRenderer?false:useInView(videoRef,{margin:\"10%\",once:true});// Video elements behave oddly at 100% duration\nconst startTime=startTimeProp===100?99.9:startTimeProp;const{play,pause,setProgress,isPlaying}=usePlaybackControls(videoRef);// Pause/play via props\nuseEffect(()=>{if(isStaticRenderer)return;if(autoplayBehavior===\"on-viewport\")return;if(playingProp)play();else pause();},[autoplayBehavior,playingProp]);// Pause/play via viewport\nuseEffect(()=>{if(isStaticRenderer)return;// this also explicitly retries playing for videos that play on-mount, which could fail if they're not muted for example\nif(isInViewport&&playingProp&&autoplayBehavior!==\"no-autoplay\")play();if(autoplayBehavior!==\"on-viewport\")return;pause();},[autoplayBehavior,isInViewport,playingProp]);useEffect(()=>{if(!isOnCanvas||poster||posterEnabled||startTime||!videoRef.current)return;// forces a poster to show up when the video is in an iframe; this is needed when `poster` changes\nvideoRef.current.currentTime=.01;},[posterEnabled,poster,startTime]);/**\n     * The Video component has some effects that sync the video element with props\n     * like `startTime`, `progress`, etc. React calls these effects whenever these\n     * props change. However, it also calls them on the first mount, and this is\n     * troublesome \u2013 if we\u2019re doing SSR, and the user changed the video state before\n     * the video was hydrated, the initial `useEffect` call will reset the video\n     * state. To avoid this, we use this flag.\n     */const isMountedAndReadyForProgressChanges=useRef(false);// Allow scrubbling via progress prop\n// 1) Handle cases when the progress prop itself changes\nuseEffect(()=>{if(!isMountedAndReadyForProgressChanges.current){isMountedAndReadyForProgressChanges.current=true;return;}const rawProgressValue=isMotionValue(progress)?progress.get():(progress??0)*.01;setProgress(// When the progress value exists (e.g. <Video startTime={10}\n// progress={50} />), we respect the `progress` value over\n// `startTime`, even if `startTime` changes. That\u2019s because\n// `startTime` == start == changing it shouldn\u2019t affect the current\n// progress\n(rawProgressValue??0)||// Then why fall back to `startTime` when `progress` doesn\u2019t exist,\n// you might ask? Now, that\u2019s for\n// - canvas UX: we want the video progress to change when the user\n//   is scrobbling the \u201CStart Time\u201D in component settings.\n// - backwards compatibility: maybe some users *are* scrobbling\n//   using `startTime` instead of `progress`? We don\u2019t know, and it\n//   always supported it, so let\u2019s not break it\n(startTime??0)/100);},[startTime,srcFile,srcUrl,progress]);// 2) Handle cases when the motion value inside the progress prop changes\nuseEffect(()=>{if(!isMotionValue(progress))return;return progress.on(\"change\",value=>setProgress(value));},[progress]);// (Prototyping) Checking if we need to play on navigation enter\nuseOnEnter(()=>{if(wasPausedOnLeave.current===null)return;if(videoRef.current){// if (restartOnEnter) setProgress(0)\nif(!wasEndedOnLeave&&loop||!wasPausedOnLeave.current)play();}});// (Prototyping) Pausing & saving playing state on navigation exit\nuseOnExit(()=>{if(videoRef.current){wasEndedOnLeave.current=videoRef.current.ended;wasPausedOnLeave.current=videoRef.current.paused;pause();}});const src=useMemo(()=>{let fragment=\"\";// if (\n//     startTime > 0 &&\n//     videoRef.current &&\n//     !isNaN(videoRef.current.duration) &&\n//     !isStaticRenderer\n// ) {\n//     console.log(startTime, videoRef.current.duration)\n//     fragment = `#t=${startTime * videoRef.current.duration}`\n// }\nif(srcType===\"URL\")return srcUrl+fragment;if(srcType===\"Upload\")return srcFile+fragment;},[srcType,srcFile,srcUrl,startTime]);// Autoplay via JS to work in Safari\nuseEffect(()=>{if(isSafari&&videoRef.current&&autoplayBehavior===\"on-mount\"){setTimeout(()=>play(),50);}},[]);// Volume Control\nuseEffect(()=>{if(videoRef.current&&!muted)videoRef.current.volume=(volume??0)/100;},[volume]);// When video is ready, set start-time, then autoplay if needed\nconst handleReady=()=>{const video=videoRef.current;if(!video)return;if(video.currentTime<.3&&startTime>0)setProgress((startTime??0)*.01);if(// when the component updates (e.g. only srcFile/url changes), and the video was already playing, keep playing\nisPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport)play();};return /*#__PURE__*/_jsx(\"video\",{onClick,onMouseEnter,onMouseLeave,onMouseDown,onMouseUp,src:src,loop:loop,ref:videoRef,onSeeked:e=>onSeeked?.(e),onPause:e=>onPause?.(e),onPlay:e=>onPlay?.(e),onEnded:e=>onEnd?.(e),autoPlay:isPlaying.current||autoplayBehavior===\"on-mount\"||playingProp&&autoplayBehavior===\"on-viewport\"&&isInViewport,preload:isPlaying.current?\"auto\":isStaticRenderer&&!poster?\"metadata\":autoplayBehavior!==\"on-mount\"&&!isCloseToViewport?\"none\":// `autoplay` overrides this too\n\"metadata\",poster:posterEnabled&&!srcFile&&srcUrl===defaultVideo?\"https://framerusercontent.com/images/5ILRvlYXf72kHSVHqpa3snGzjU.jpg\":posterEnabled&&poster?poster:undefined,onLoadedData:handleReady,controls:controls,muted:isStaticRenderer?true:muted,playsInline:playsinline,style:{cursor:!!onClick?\"pointer\":\"auto\",width:\"100%\",height:\"100%\",borderRadius,display:\"block\",objectFit:objectFit,backgroundColor:backgroundColor,objectPosition:\"50% 50%\"}});});Video.displayName=\"Video\";function capitalizeFirstLetter(value){return value.charAt(0).toUpperCase()+value.slice(1);}export function titleCase(value){const groups=value.match(/[A-Z]{2,}|[A-Z][a-z]+|[a-z]+|[A-Z]|\\d+/gu)||[];return groups.map(capitalizeFirstLetter).join(\" \");}const objectFitOptions=[\"cover\",\"fill\",\"contain\",\"scale-down\",\"none\"];addPropertyControls(Video,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"URL\",\"Upload\"]},srcUrl:{type:ControlType.String,title:\"URL\",defaultValue:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",hidden(props){return props.srcType===\"Upload\";}},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"mp4\",\"webm\"],hidden(props){return props.srcType===\"URL\";}},playing:{type:ControlType.Boolean,title:\"Playing\",enabledTitle:\"Yes\",disabledTitle:\"No\"},...borderRadiusControl,posterEnabled:{type:ControlType.Boolean,title:\"Poster\",enabledTitle:\"Yes\",disabledTitle:\"No\"},poster:{type:ControlType.Image,title:\"Image\",hidden:({posterEnabled})=>!posterEnabled,description:\"We recommend adding a poster. [Learn more](https://www.framer.com/help/articles/how-are-videos-optimized-in-framer/).\"},backgroundColor:{type:ControlType.Color,title:\"Background\",defaultValue:\"rgba(0,0,0,0)\"},startTime:{title:\"Start Time\",type:ControlType.Number,min:0,max:100,step:.1,unit:\"%\"},loop:{type:ControlType.Boolean,title:\"Loop\",enabledTitle:\"Yes\",disabledTitle:\"No\"},objectFit:{type:ControlType.Enum,title:\"Fit\",options:objectFitOptions,optionTitles:objectFitOptions.map(titleCase)},// restartOnEnter: {\n//     type: ControlType.Boolean,\n//     title: \"On ReEnter\",\n//     enabledTitle: \"Restart\",\n//     disabledTitle: \"Resume\",\n// },\ncontrols:{type:ControlType.Boolean,title:\"Controls\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false},muted:{type:ControlType.Boolean,title:\"Muted\",enabledTitle:\"Yes\",disabledTitle:\"No\"},volume:{type:ControlType.Number,max:100,min:0,unit:\"%\",hidden:({muted})=>muted,defaultValue:25},onEnd:{type:ControlType.EventHandler},onSeeked:{type:ControlType.EventHandler},onPause:{type:ControlType.EventHandler},onPlay:{type:ControlType.EventHandler},...defaultEvents});\nexport const __FramerMetadata__ = {\"exports\":{\"VideoProps\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"titleCase\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"Video\":{\"type\":\"reactComponent\",\"name\":\"Video\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"112\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicWidth\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Video.map", "// Generated by Framer (eb93fa7)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,cx,motion,withCSS}from\"framer\";import*as React from\"react\";import{forwardRef}from\"react\";const SVG=/*#__PURE__*/forwardRef((props,ref)=>{const{animated,layoutId,children,...rest}=props;return animated?/*#__PURE__*/_jsx(motion.div,{...rest,layoutId:layoutId,ref:ref}):/*#__PURE__*/_jsx(\"div\",{...rest,ref:ref});});const getProps=({height,iconColor,id,width,...props})=>{return{...props,escENsvtg:iconColor??props.escENsvtg??\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{style,className,layoutId,variant,escENsvtg,...restProps}=getProps(props);return /*#__PURE__*/_jsx(SVG,{...restProps,className:cx(\"framer-PmxJt\",className),layoutId:layoutId,ref:ref,style:{\"--jztn1s\":escENsvtg,...style}});});const css=['.framer-PmxJt { aspect-ratio: 1; background-color: var(--jztn1s); mask-image: url(\\'data:image/svg+xml,<svg display=\"block\" role=\"presentation\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M 9.227 16.493 L 8.514 15.779 C 9.485 14.807 10.248 13.677 10.803 12.389 C 11.357 11.102 11.635 9.721 11.635 8.246 C 11.635 6.772 11.357 5.391 10.803 4.103 C 10.248 2.815 9.485 1.685 8.514 0.714 L 9.227 0 C 10.289 1.062 11.122 2.296 11.727 3.703 C 12.332 5.11 12.635 6.624 12.635 8.246 C 12.635 9.868 12.332 11.382 11.727 12.79 C 11.122 14.197 10.289 15.431 9.227 16.493 Z M 6.825 14.091 L 6.112 13.377 C 6.768 12.721 7.289 11.954 7.673 11.077 C 8.058 10.2 8.25 9.257 8.25 8.246 C 8.25 7.236 8.058 6.292 7.673 5.416 C 7.289 4.539 6.768 3.772 6.112 3.116 L 6.825 2.402 C 7.571 3.143 8.162 4.014 8.597 5.015 C 9.032 6.017 9.25 7.094 9.25 8.246 C 9.25 9.399 9.032 10.476 8.597 11.477 C 8.162 12.479 7.571 13.35 6.825 14.091 Z M 4.442 11.708 L 3.729 10.994 C 4.083 10.637 4.362 10.224 4.563 9.753 C 4.765 9.282 4.865 8.779 4.865 8.244 C 4.865 7.708 4.765 7.206 4.563 6.737 C 4.362 6.267 4.083 5.854 3.729 5.498 L 4.442 4.785 C 4.886 5.228 5.234 5.748 5.487 6.343 C 5.739 6.938 5.865 7.574 5.865 8.251 C 5.865 8.927 5.739 9.562 5.487 10.154 C 5.234 10.746 4.886 11.264 4.442 11.708 Z M 0 15.746 L 0 0.746 L 1 0.746 L 1 6.746 C 1.409 6.759 1.758 6.911 2.047 7.201 C 2.336 7.491 2.481 7.84 2.481 8.248 C 2.481 8.656 2.336 9.004 2.047 9.293 C 1.758 9.582 1.409 9.733 1 9.746 L 1 15.746 Z\" fill=\"var(--jztn1s, var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251)))\" height=\"16.492500000000007px\" id=\"xdb9QDd_B\" transform=\"translate(5.019 3.754)\" width=\"12.634503074645977px\"/></svg>\\'); mask-position: center; mask-repeat: no-repeat; width: 24px; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicWidth 24\n * @framerIntrinsicHeight 24\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n * @framerVariables {\"escENsvtg\":\"iconColor\"}\n * @framerImmutableVariables true\n * @framerVector {\"name\":\"Infrared 24dp E8EAED FILL0 Wght200 GRAD0 Opsz24\",\"color\":{\"type\":\"variable\",\"value\":\"jztn1s\"},\"set\":{\"localId\":\"vectorSet/oVB_N2ibq\",\"id\":\"oVB_N2ibq\",\"moduleId\":\"D5XFn3mfjxWBcKltnTDx\"}}\n */const Icon=withCSS(Component,css,\"framer-PmxJt\");export default Icon;addPropertyControls(Icon,{escENsvtg:{defaultValue:'var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251)) /* {\"name\":\"Shades (50)\"} */',hidden:false,title:\"icon-color\",type:ControlType.Color}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Icon\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerVector\":\"{\\\"name\\\":\\\"Infrared 24dp E8EAED FILL0 Wght200 GRAD0 Opsz24\\\",\\\"color\\\":{\\\"type\\\":\\\"variable\\\",\\\"value\\\":\\\"jztn1s\\\"},\\\"set\\\":{\\\"localId\\\":\\\"vectorSet/oVB_N2ibq\\\",\\\"id\\\":\\\"oVB_N2ibq\\\",\\\"moduleId\\\":\\\"D5XFn3mfjxWBcKltnTDx\\\"}}\",\"framerVariables\":\"{\\\"escENsvtg\\\":\\\"iconColor\\\"}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (eb93fa7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/4uKH9aOJGnzQdmZKxQ6d/8G95qbVYxwqlM2PE8oBC/eofgsx0mZ.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/UTAjcCtV59OMcdTYzAm2/ErdPWMjFfso9uSHaDUtq/ss8yDayR9.js\";import Icon2 from\"https://framerusercontent.com/modules/CAC4Ioe23DrnHPD4RcF9/Vi5lrqePLzbQt6ttOC8M/af7TWGbFV.js\";import Icon from\"https://framerusercontent.com/modules/s3Rl9BazR6BM5f6U0j5x/zUxn0FcYMzvPgqtGCVLt/fltVe6xVQ.js\";import Icon1 from\"https://framerusercontent.com/modules/DTvVU2Mbg0LNF0GDoOpb/jhcmlY2Yy23gpLNUX7xT/NwVYjlUH6.js\";const IconFonts=getFonts(Icon);const Icon1Fonts=getFonts(Icon1);const Icon2Fonts=getFonts(Icon2);const cycleOrder=[\"PQfkyklXI\",\"UQCR92ioe\",\"qMZMX1q_d\"];const serializationHash=\"framer-oSHz1\";const variantClassNames={PQfkyklXI:\"framer-v-5nbc3v\",qMZMX1q_d:\"framer-v-acbug1\",UQCR92ioe:\"framer-v-1lztgd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Driver ID recorded\":\"qMZMX1q_d\",\"Fuel Delivery\":\"PQfkyklXI\",\"Transaction recorded\":\"UQCR92ioe\"};const getProps=({click,color,color2,height,id,text,title,width,...props})=>{return{...props,APHRpP_Oe:color2??props.APHRpP_Oe??\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",Os3nkZKRq:text??props.Os3nkZKRq??\"SmartDip measures and reports your tank levels.\",pliILWsW7:click??props.pliILWsW7,rDas2DXga:title??props.rDas2DXga??\"Fuel Delivered\",variant:humanReadableVariantMap[props.variant]??props.variant??\"PQfkyklXI\",yOuvrd1PM:color??props.yOuvrd1PM??\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189))\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,yOuvrd1PM,APHRpP_Oe,Os3nkZKRq,rDas2DXga,pliILWsW7,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"PQfkyklXI\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1uldfa0=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(pliILWsW7){const res=await pliILWsW7(...args);if(res===false)return false;}});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(baseVariant===\"UQCR92ioe\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"qMZMX1q_d\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"qMZMX1q_d\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"UQCR92ioe\")return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-5nbc3v\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Fuel Delivery\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"PQfkyklXI\",onTap:onTap1uldfa0,ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(220, 220, 220, 0.5)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backdropFilter:\"blur(100px)\",backgroundColor:\"rgba(239, 239, 239, 0.8)\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,WebkitBackdropFilter:\"blur(100px)\",...style},...addPropertyOverrides({qMZMX1q_d:{\"data-framer-name\":\"Driver ID recorded\"},UQCR92ioe:{\"data-framer-name\":\"Transaction recorded\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1b2vk4o\",\"data-framer-name\":\"Frame 3496\",layoutDependency:layoutDependency,layoutId:\"i_udyTwPq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wxpw06\",layoutDependency:layoutDependency,layoutId:\"CamQRmj_L\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c15cyi\",layoutDependency:layoutDependency,layoutId:\"sy6_8S18U\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-qw632j\",\"data-framer-name\":\"Frame 3500\",layoutDependency:layoutDependency,layoutId:\"hNp11cK_V\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pgsoqu\",\"data-framer-name\":\"notifications\",layoutDependency:layoutDependency,layoutId:\"y2OhIeADl\",children:/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||172)-32-179.2)/2+0+0)+0+0+0+0+0+.3008+0),pixelHeight:140,pixelWidth:140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lYOEAa9HkgmlAsvmFPEoz5dv88.png\"},className:\"framer-ltezfc\",\"data-framer-name\":\"Ellipse 17\",layoutDependency:layoutDependency,layoutId:\"u0tMJNYbc\",style:{backdropFilter:\"blur(14.466891288757324px)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"inset 0.340397447347641px 0.340397447347641px 0px 0px rgba(247, 247, 249, 0.2), 0px 1.361589789390564px 8.169538497924805px 0px rgba(68, 167, 239, 0.15), inset -0.340397447347641px -0.340397447347641px 0px 0px rgba(0, 0, 0, 0.2)\",WebkitBackdropFilter:\"blur(14.466891288757324px)\"},...addPropertyOverrides({qMZMX1q_d:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||152.5)-32-179.2)/2+0+0)+0+0+0+0+.3008+0),pixelHeight:140,pixelWidth:140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lYOEAa9HkgmlAsvmFPEoz5dv88.png\"}}},baseVariant,gestureVariant),children:[isDisplayed1()&&/*#__PURE__*/_jsx(Icon,{animated:true,className:\"framer-1hslrwd\",layoutDependency:layoutDependency,layoutId:\"fu_wEylIL\",style:{\"--jztn1s\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},transformTemplate:transformTemplate1}),isDisplayed2()&&/*#__PURE__*/_jsx(Icon1,{animated:true,className:\"framer-1dkuk2m\",layoutDependency:layoutDependency,layoutId:\"XfzM1T3Cg\",style:{\"--jztn1s\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},transformTemplate:transformTemplate1})]})})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-g4c344\",\"data-framer-name\":\"Frame 3500\",layoutDependency:layoutDependency,layoutId:\"UWzf4srTh\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-f4bga6\",\"data-framer-name\":\"notifications\",layoutDependency:layoutDependency,layoutId:\"mQNdHpKoj\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"stretch\",pixelHeight:140,pixelWidth:140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lYOEAa9HkgmlAsvmFPEoz5dv88.png\"},className:\"framer-1qc7daf\",\"data-framer-name\":\"Ellipse 17\",layoutDependency:layoutDependency,layoutId:\"ZdcKh6ei2\",style:{backdropFilter:\"blur(14.466891288757324px)\",borderBottomLeftRadius:\"100%\",borderBottomRightRadius:\"100%\",borderTopLeftRadius:\"100%\",borderTopRightRadius:\"100%\",boxShadow:\"inset 0.340397447347641px 0.340397447347641px 0px 0px rgba(247, 247, 249, 0.2), 0px 1.361589789390564px 8.169538497924805px 0px rgba(68, 167, 239, 0.15), inset -0.340397447347641px -0.340397447347641px 0px 0px rgba(0, 0, 0, 0.2)\",WebkitBackdropFilter:\"blur(14.466891288757324px)\"},...addPropertyOverrides({UQCR92ioe:{background:{alt:\"\",fit:\"stretch\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+16+(((componentViewport?.height||152.5)-32-171.2)/2+0+0)+0+0+0+0+.2256+0),pixelHeight:140,pixelWidth:140,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/lYOEAa9HkgmlAsvmFPEoz5dv88.png\"}}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Icon2,{animated:true,className:\"framer-bucj7z\",layoutDependency:layoutDependency,layoutId:\"Ok8RHDDX0\",style:{\"--jztn1s\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},transformTemplate:transformTemplate1})})})})]})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-arwy8t\",\"data-framer-name\":\"Frame 3497\",layoutDependency:layoutDependency,layoutId:\"aVQjpx381\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-anee17\",\"data-styles-preset\":\"eofgsx0mZ\",style:{\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-APHRpP_Oe-I02nqWmUv))\"},children:\"Fuel Delivered\"})}),className:\"framer-41mery\",\"data-framer-name\":\"Fuel Delivery\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"PmR12QoWL\",style:{\"--extracted-a0htzi\":\"var(--variable-reference-APHRpP_Oe-I02nqWmUv)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-APHRpP_Oe-I02nqWmUv\":APHRpP_Oe},text:rDas2DXga,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-yOuvrd1PM-I02nqWmUv))\"},children:\"SmartDip measures and reports your tank levels.\"})}),className:\"framer-s6dzzl\",\"data-framer-name\":\"Your SmartDip has recorded a delivery.\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"mP3XcxZIT\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-yOuvrd1PM-I02nqWmUv)\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-yOuvrd1PM-I02nqWmUv\":yOuvrd1PM},text:Os3nkZKRq,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-oSHz1.framer-n2721c, .framer-oSHz1 .framer-n2721c { display: block; }\",\".framer-oSHz1.framer-5nbc3v { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 164px; }\",\".framer-oSHz1 .framer-1b2vk4o { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oSHz1 .framer-1wxpw06 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oSHz1 .framer-1c15cyi { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-oSHz1 .framer-qw632j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3.4039740562438965px; height: 32px; justify-content: flex-start; overflow: visible; padding: 6.807948112487793px 7.148345470428467px 6.807948112487793px 7.148345470428467px; position: relative; width: 32px; }\",\".framer-oSHz1 .framer-1pgsoqu, .framer-oSHz1 .framer-f4bga6 { flex: none; gap: 0px; height: 98%; left: calc(50.00000000000002% - 98.96814764193772% / 2); overflow: hidden; position: absolute; top: calc(50.00000000000002% - 98.11567003747776% / 2); width: 99%; z-index: 1; }\",\".framer-oSHz1 .framer-ltezfc, .framer-oSHz1 .framer-1qc7daf { flex: none; height: 100%; position: absolute; right: 0px; top: calc(50.00000000000002% - 100% / 2); width: 100%; }\",\".framer-oSHz1 .framer-1hslrwd, .framer-oSHz1 .framer-1dkuk2m { flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 51%; position: absolute; top: 51%; width: 20px; }\",\".framer-oSHz1 .framer-g4c344 { align-content: center; align-items: center; aspect-ratio: 1 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 3.4039740562438965px; height: var(--framer-aspect-ratio-supported, 24px); justify-content: flex-start; overflow: visible; padding: 6.807948112487793px 7.148345470428467px 6.807948112487793px 7.148345470428467px; position: relative; width: 32px; }\",\".framer-oSHz1 .framer-bucj7z { flex: none; height: var(--framer-aspect-ratio-supported, 21px); left: 51%; position: absolute; top: 51%; width: 20px; }\",\".framer-oSHz1 .framer-arwy8t { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-oSHz1 .framer-41mery, .framer-oSHz1 .framer-s6dzzl { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-oSHz1.framer-v-1lztgd.framer-5nbc3v, .framer-oSHz1.framer-v-acbug1.framer-5nbc3v { width: 214px; }\",\".framer-oSHz1.framer-v-1lztgd .framer-1c15cyi, .framer-oSHz1.framer-v-acbug1 .framer-1c15cyi { flex-direction: row; gap: 8px; }\",\".framer-oSHz1.framer-v-1lztgd .framer-g4c344 { height: var(--framer-aspect-ratio-supported, 32px); }\",\".framer-oSHz1.framer-v-1lztgd .framer-bucj7z { height: var(--framer-aspect-ratio-supported, 20px); }\",...sharedStyle.css,...sharedStyle1.css,'.framer-oSHz1[data-border=\"true\"]::after, .framer-oSHz1 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 172\n * @framerIntrinsicWidth 164\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"UQCR92ioe\":{\"layout\":[\"fixed\",\"auto\"]},\"qMZMX1q_d\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"yOuvrd1PM\":\"color\",\"APHRpP_Oe\":\"color2\",\"Os3nkZKRq\":\"text\",\"rDas2DXga\":\"title\",\"pliILWsW7\":\"click\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerI02nqWmUv=withCSS(Component,css,\"framer-oSHz1\");export default FramerI02nqWmUv;FramerI02nqWmUv.displayName=\"Window notification_how the systme works\";FramerI02nqWmUv.defaultProps={height:172,width:164};addPropertyControls(FramerI02nqWmUv,{variant:{options:[\"PQfkyklXI\",\"UQCR92ioe\",\"qMZMX1q_d\"],optionTitles:[\"Fuel Delivery\",\"Transaction recorded\",\"Driver ID recorded\"],title:\"Variant\",type:ControlType.Enum},yOuvrd1PM:{defaultValue:\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189))\",title:\"Color\",type:ControlType.Color},APHRpP_Oe:{defaultValue:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",title:\"Color 2\",type:ControlType.Color},Os3nkZKRq:{defaultValue:\"SmartDip measures and reports your tank levels.\",displayTextArea:false,title:\"Text\",type:ControlType.String},rDas2DXga:{defaultValue:\"Fuel Delivered\",displayTextArea:false,title:\"Title\",type:ControlType.String},pliILWsW7:{title:\"Click\",type:ControlType.EventHandler}});addFonts(FramerI02nqWmUv,[{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\"}]},...IconFonts,...Icon1Fonts,...Icon2Fonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerI02nqWmUv\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"yOuvrd1PM\\\":\\\"color\\\",\\\"APHRpP_Oe\\\":\\\"color2\\\",\\\"Os3nkZKRq\\\":\\\"text\\\",\\\"rDas2DXga\\\":\\\"title\\\",\\\"pliILWsW7\\\":\\\"click\\\"}\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"172\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"UQCR92ioe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qMZMX1q_d\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"164\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c126521)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"qjL23xxE8\",\"QIDy0KuH3\",\"NNOYsg7kF\",\"RNBsLnGis\",\"OEUMd0L9z\",\"x85cNNSWh\",\"zZwNr7I9N\",\"ySG5tUOkH\",\"TSOxTodmV\",\"uXMwC4QI2\",\"SCzI9Lv9h\",\"O1d85RaTk\"];const serializationHash=\"framer-XeEoZ\";const variantClassNames={NNOYsg7kF:\"framer-v-1dxjzf0\",O1d85RaTk:\"framer-v-1juxfou\",OEUMd0L9z:\"framer-v-gtw8ef\",QIDy0KuH3:\"framer-v-131zqyr\",qjL23xxE8:\"framer-v-tlpk50\",RNBsLnGis:\"framer-v-1knm1pt\",SCzI9Lv9h:\"framer-v-1c931fg\",TSOxTodmV:\"framer-v-94izx7\",uXMwC4QI2:\"framer-v-1v2o1tx\",x85cNNSWh:\"framer-v-1vs7x9x\",ySG5tUOkH:\"framer-v-c3cdtf\",zZwNr7I9N:\"framer-v-10k9ueh\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"bar-graph-black\":\"TSOxTodmV\",\"bar-graph-blue\":\"ySG5tUOkH\",\"bar-graph-light\":\"zZwNr7I9N\",\"money-graph-blue\":\"OEUMd0L9z\",\"money-graph-dark\":\"x85cNNSWh\",\"money-graph-light\":\"RNBsLnGis\",\"report-black\":\"O1d85RaTk\",\"report-blue\":\"SCzI9Lv9h\",\"report-light\":\"uXMwC4QI2\",\"security-black\":\"NNOYsg7kF\",\"security-blue\":\"QIDy0KuH3\",security:\"qjL23xxE8\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qjL23xxE8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qjL23xxE8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"RNBsLnGis\",\"OEUMd0L9z\",\"x85cNNSWh\",\"zZwNr7I9N\",\"ySG5tUOkH\",\"TSOxTodmV\",\"uXMwC4QI2\",\"SCzI9Lv9h\",\"O1d85RaTk\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"RNBsLnGis\",\"OEUMd0L9z\",\"x85cNNSWh\"].includes(baseVariant))return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"zZwNr7I9N\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"ySG5tUOkH\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"TSOxTodmV\")return true;return false;};const isDisplayed5=()=>{if(baseVariant===\"uXMwC4QI2\")return true;return false;};const isDisplayed6=()=>{if(baseVariant===\"SCzI9Lv9h\")return true;return false;};const isDisplayed7=()=>{if(baseVariant===\"O1d85RaTk\")return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-tlpk50\",className,classNames),\"data-framer-name\":\"security\",layoutDependency:layoutDependency,layoutId:\"qjL23xxE8\",ref:ref??ref1,style:{...style},...addPropertyOverrides({NNOYsg7kF:{\"data-framer-name\":\"security-black\"},O1d85RaTk:{\"data-framer-name\":\"report-black\"},OEUMd0L9z:{\"data-framer-name\":\"money-graph-blue\"},QIDy0KuH3:{\"data-framer-name\":\"security-blue\"},RNBsLnGis:{\"data-framer-name\":\"money-graph-light\"},SCzI9Lv9h:{\"data-framer-name\":\"report-blue\"},TSOxTodmV:{\"data-framer-name\":\"bar-graph-black\"},uXMwC4QI2:{\"data-framer-name\":\"report-light\"},x85cNNSWh:{\"data-framer-name\":\"money-graph-dark\"},ySG5tUOkH:{\"data-framer-name\":\"bar-graph-blue\"},zZwNr7I9N:{\"data-framer-name\":\"bar-graph-light\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-9cdy8g\",\"data-framer-name\":\"padlock-icon-light\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"AsEKMvNzu\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 37 11.147 L 37 21 L 33.184 21 L 33.184 11.232 C 33.184 9.749 32.02 8.545 30.587 8.545 L 12.416 8.545 C 10.983 8.545 9.819 9.749 9.819 11.232 L 9.819 21 L 6 21 L 6 11.147 C 6 7.752 8.659 5 11.936 5 L 31.058 5 C 34.338 5 36.997 7.752 36.997 11.147 Z\" fill=\"transparent\" stroke=\"rgb(235,244,255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 38.547 21 L 4.453 21 C 2.546 21 1 22.41 1 24.15 L 1 55.85 C 1 57.59 2.546 59 4.453 59 L 38.547 59 C 40.454 59 42 57.59 42 55.85 L 42 24.15 C 42 22.41 40.454 21 38.547 21 Z\" fill=\"transparent\" stroke=\"rgb(235,244,255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 28.093 34.603 C 28.093 37.447 26.305 39.876 23.79 40.811 L 23.79 45.654 L 19.21 45.654 L 19.21 40.811 C 16.695 39.876 14.907 37.45 14.907 34.603 C 14.907 30.949 17.859 27.986 21.5 27.986 C 25.141 27.986 28.093 30.949 28.093 34.603 Z\" fill=\"transparent\" stroke=\"rgb(235,244,255)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:10214284014,withExternalLayout:true,...addPropertyOverrides({NNOYsg7kF:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 37 11.147 L 37 21 L 33.184 21 L 33.184 11.232 C 33.184 9.749 32.02 8.545 30.587 8.545 L 12.416 8.545 C 10.983 8.545 9.819 9.749 9.819 11.232 L 9.819 21 L 6 21 L 6 11.147 C 6 7.752 8.659 5 11.936 5 L 31.058 5 C 34.338 5 36.997 7.752 36.997 11.147 Z\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 38.547 21 L 4.453 21 C 2.546 21 1 22.41 1 24.15 L 1 55.85 C 1 57.59 2.546 59 4.453 59 L 38.547 59 C 40.454 59 42 57.59 42 55.85 L 42 24.15 C 42 22.41 40.454 21 38.547 21 Z\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 28.093 34.603 C 28.093 37.447 26.305 39.876 23.79 40.811 L 23.79 45.654 L 19.21 45.654 L 19.21 40.811 C 16.695 39.876 14.907 37.45 14.907 34.603 C 14.907 30.949 17.859 27.986 21.5 27.986 C 25.141 27.986 28.093 30.949 28.093 34.603 Z\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:11740854919},QIDy0KuH3:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><path d=\"M 37 11.147 L 37 21 L 33.184 21 L 33.184 11.232 C 33.184 9.749 32.02 8.545 30.587 8.545 L 12.416 8.545 C 10.983 8.545 9.819 9.749 9.819 11.232 L 9.819 21 L 6 21 L 6 11.147 C 6 7.752 8.659 5 11.936 5 L 31.058 5 C 34.338 5 36.997 7.752 36.997 11.147 Z\" fill=\"transparent\" stroke=\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224)) /* {&quot;name&quot;:&quot;Primary (600)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 38.547 21 L 4.453 21 C 2.546 21 1 22.41 1 24.15 L 1 55.85 C 1 57.59 2.546 59 4.453 59 L 38.547 59 C 40.454 59 42 57.59 42 55.85 L 42 24.15 C 42 22.41 40.454 21 38.547 21 Z\" fill=\"transparent\" stroke=\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224)) /* {&quot;name&quot;:&quot;Primary (600)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 28.093 34.603 C 28.093 37.447 26.305 39.876 23.79 40.811 L 23.79 45.654 L 19.21 45.654 L 19.21 40.811 C 16.695 39.876 14.907 37.45 14.907 34.603 C 14.907 30.949 17.859 27.986 21.5 27.986 C 25.141 27.986 28.093 30.949 28.093 34.603 Z\" fill=\"transparent\" stroke=\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224)) /* {&quot;name&quot;:&quot;Primary (600)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></svg>',svgContentId:9522670203}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-pddcq1\",\"data-framer-name\":\"money-graph\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"ztbozsLzO\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><g transform=\"translate(1 20)\" id=\"ss8721858880_1\"><path d=\"M 52 29.5 L 48 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 19.5 L 45 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 9 L 41 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 50.845 1.125 L 37 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 45.321 5.661 L 33 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 39.735 10.369 L 29.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 35.5 12 L 25.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 31 12.5 L 21.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 27.084 13.408 L 17.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 22.418 15.631 L 13.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.5 19.5 L 9.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 12 22.5 L 6 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 8 23.5 L 2 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 4 24.5 L 0 35.5\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 0 L 38.131 11.669 L 25.53 13.288 L 11.5 23 L 0 25\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><path d=\"M 50.951 5.913 L 3.049 5.913 C 1.917 5.913 1 6.854 1 8.015 L 1 56.81 C 1 57.971 1.917 58.913 3.049 58.913 L 50.951 58.913 C 52.083 58.913 53 57.971 53 56.81 L 53 8.015 C 53 6.854 52.083 5.913 50.951 5.913 Z\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.244 19.913 L 7.244 18.802 C 4.972 18.658 4.079 17.274 4 15.784 L 5.103 15.784 C 5.221 17.025 5.826 17.783 7.244 17.914 L 7.244 14.53 C 5.629 14.177 4.42 13.733 4.42 12.074 C 4.42 10.611 5.563 9.71 7.244 9.631 L 7.244 8.913 L 7.979 8.913 L 7.979 9.631 C 9.739 9.762 10.593 10.624 10.79 12.022 L 9.726 12.022 C 9.608 11.147 9.004 10.624 7.979 10.506 L 7.979 13.655 C 9.687 13.995 11 14.439 11 16.202 C 11 17.77 9.687 18.724 7.979 18.815 L 7.979 19.913 Z M 9.923 16.242 C 9.923 15.275 9.24 14.987 7.979 14.7 L 7.979 17.927 C 9.03 17.848 9.923 17.247 9.923 16.242 Z M 5.458 12.022 C 5.458 12.858 6.023 13.237 7.244 13.511 L 7.244 10.493 C 6.18 10.572 5.458 11.107 5.458 12.022 Z\" fill=\"rgb(0,105,224)\"></path></svg>',svgContentId:8721858880,withExternalLayout:true,...addPropertyOverrides({OEUMd0L9z:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><g transform=\"translate(1 20)\" id=\"ss9131181701_1\"><path d=\"M 52 29.5 L 48 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 19.5 L 45 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 9 L 41 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 50.845 1.125 L 37 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 45.321 5.661 L 33 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 39.735 10.369 L 29.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 35.5 12 L 25.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 31 12.5 L 21.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 27.084 13.408 L 17.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 22.418 15.631 L 13.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.5 19.5 L 9.5 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 12 22.5 L 6 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 8 23.5 L 2 39\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 4 24.5 L 0 35.5\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 0 L 38.131 11.669 L 25.53 13.288 L 11.5 23 L 0 25\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><path d=\"M 50.951 5.913 L 3.049 5.913 C 1.917 5.913 1 6.854 1 8.015 L 1 56.81 C 1 57.971 1.917 58.913 3.049 58.913 L 50.951 58.913 C 52.083 58.913 53 57.971 53 56.81 L 53 8.015 C 53 6.854 52.083 5.913 50.951 5.913 Z\" fill=\"transparent\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.244 19.913 L 7.244 18.802 C 4.972 18.658 4.079 17.274 4 15.784 L 5.103 15.784 C 5.221 17.025 5.826 17.783 7.244 17.914 L 7.244 14.53 C 5.629 14.177 4.42 13.733 4.42 12.074 C 4.42 10.611 5.563 9.71 7.244 9.631 L 7.244 8.913 L 7.979 8.913 L 7.979 9.631 C 9.739 9.762 10.593 10.624 10.79 12.022 L 9.726 12.022 C 9.608 11.147 9.004 10.624 7.979 10.506 L 7.979 13.655 C 9.687 13.995 11 14.439 11 16.202 C 11 17.77 9.687 18.724 7.979 18.815 L 7.979 19.913 Z M 9.923 16.242 C 9.923 15.275 9.24 14.987 7.979 14.7 L 7.979 17.927 C 9.03 17.848 9.923 17.247 9.923 16.242 Z M 5.458 12.022 C 5.458 12.858 6.023 13.237 7.244 13.511 L 7.244 10.493 C 6.18 10.572 5.458 11.107 5.458 12.022 Z\" fill=\"rgb(0,105,224)\"></path></svg>',svgContentId:9131181701},RNBsLnGis:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><g transform=\"translate(1 20)\" id=\"ss10295273054_1\"><path d=\"M 52 29.5 L 48 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 19.5 L 45 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 9 L 41 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 50.845 1.125 L 37 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 45.321 5.661 L 33 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 39.735 10.369 L 29.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 35.5 12 L 25.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 31 12.5 L 21.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 27.084 13.408 L 17.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 22.418 15.631 L 13.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.5 19.5 L 9.5 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 12 22.5 L 6 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 8 23.5 L 2 39\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 4 24.5 L 0 35.5\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 0 L 38.131 11.669 L 25.53 13.288 L 11.5 23 L 0 25\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><path d=\"M 50.951 5.913 L 3.049 5.913 C 1.917 5.913 1 6.854 1 8.015 L 1 56.81 C 1 57.971 1.917 58.913 3.049 58.913 L 50.951 58.913 C 52.083 58.913 53 57.971 53 56.81 L 53 8.015 C 53 6.854 52.083 5.913 50.951 5.913 Z\" fill=\"transparent\" stroke=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.244 19.913 L 7.244 18.802 C 4.972 18.658 4.079 17.274 4 15.784 L 5.103 15.784 C 5.221 17.025 5.826 17.783 7.244 17.914 L 7.244 14.53 C 5.629 14.177 4.42 13.733 4.42 12.074 C 4.42 10.611 5.563 9.71 7.244 9.631 L 7.244 8.913 L 7.979 8.913 L 7.979 9.631 C 9.739 9.762 10.593 10.624 10.79 12.022 L 9.726 12.022 C 9.608 11.147 9.004 10.624 7.979 10.506 L 7.979 13.655 C 9.687 13.995 11 14.439 11 16.202 C 11 17.77 9.687 18.724 7.979 18.815 L 7.979 19.913 Z M 9.923 16.242 C 9.923 15.275 9.24 14.987 7.979 14.7 L 7.979 17.927 C 9.03 17.848 9.923 17.247 9.923 16.242 Z M 5.458 12.022 C 5.458 12.858 6.023 13.237 7.244 13.511 L 7.244 10.493 C 6.18 10.572 5.458 11.107 5.458 12.022 Z\" fill=\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)) /* {&quot;name&quot;:&quot;Primary (50)&quot;} */\"></path></svg>',svgContentId:10295273054},x85cNNSWh:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 60 60\"><g transform=\"translate(1 20)\" id=\"ss10392991628_1\"><path d=\"M 52 29.5 L 48 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 19.5 L 45 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 9 L 41 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 50.845 1.125 L 37 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 45.321 5.661 L 33 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 39.735 10.369 L 29.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 35.5 12 L 25.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 31 12.5 L 21.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 27.084 13.408 L 17.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 22.418 15.631 L 13.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 16.5 19.5 L 9.5 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 12 22.5 L 6 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 8 23.5 L 2 39\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 4 24.5 L 0 35.5\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 52 0 L 38.131 11.669 L 25.53 13.288 L 11.5 23 L 0 25\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path></g><path d=\"M 50.951 5.913 L 3.049 5.913 C 1.917 5.913 1 6.854 1 8.015 L 1 56.81 C 1 57.971 1.917 58.913 3.049 58.913 L 50.951 58.913 C 52.083 58.913 53 57.971 53 56.81 L 53 8.015 C 53 6.854 52.083 5.913 50.951 5.913 Z\" fill=\"transparent\" stroke=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\" stroke-miterlimit=\"10\" stroke-dasharray=\"\"></path><path d=\"M 7.244 19.913 L 7.244 18.802 C 4.972 18.658 4.079 17.274 4 15.784 L 5.103 15.784 C 5.221 17.025 5.826 17.783 7.244 17.914 L 7.244 14.53 C 5.629 14.177 4.42 13.733 4.42 12.074 C 4.42 10.611 5.563 9.71 7.244 9.631 L 7.244 8.913 L 7.979 8.913 L 7.979 9.631 C 9.739 9.762 10.593 10.624 10.79 12.022 L 9.726 12.022 C 9.608 11.147 9.004 10.624 7.979 10.506 L 7.979 13.655 C 9.687 13.995 11 14.439 11 16.202 C 11 17.77 9.687 18.724 7.979 18.815 L 7.979 19.913 Z M 9.923 16.242 C 9.923 15.275 9.24 14.987 7.979 14.7 L 7.979 17.927 C 9.03 17.848 9.923 17.247 9.923 16.242 Z M 5.458 12.022 C 5.458 12.858 6.023 13.237 7.244 13.511 L 7.244 10.493 C 6.18 10.572 5.458 11.107 5.458 12.022 Z\" fill=\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) /* {&quot;name&quot;:&quot;Primary (950)&quot;} */\"></path></svg>',svgContentId:10392991628}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1dgjpt3\",\"data-framer-name\":\"levels-icon-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"JM7r5wB3y\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.5863 5H2.41374C1.63295 5 1 5.66376 1 6.48255V57.5175C1 58.3362 1.63295 59 2.41374 59H10.5863C11.367 59 12 58.3362 12 57.5175V6.48255C12 5.66376 11.367 5 10.5863 5Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n<path d=\"M25.8688 29.0935H17.8361C17.0687 29.0935 16.4465 29.8131 16.4465 30.7007V57.1177C16.4465 58.0053 17.0687 58.7249 17.8361 58.7249H25.8688C26.6362 58.7249 27.2583 58.0053 27.2583 57.1177V30.7007C27.2583 29.8131 26.6362 29.0935 25.8688 29.0935Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n<path d=\"M57.6097 35.3882H49.577C48.8096 35.3882 48.1875 36.1078 48.1875 36.9954V57.121C48.1875 58.0086 48.8096 58.7282 49.577 58.7282H57.6097C58.3772 58.7282 58.9993 58.0086 58.9993 57.121V36.9954C58.9993 36.1078 58.3772 35.3882 57.6097 35.3882Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n<path d=\"M42.1678 18.1147H34.1352C33.3677 18.1147 32.7456 18.8343 32.7456 19.722V57.1177C32.7456 58.0054 33.3677 58.7249 34.1352 58.7249H42.1678C42.9353 58.7249 43.5574 58.0054 43.5574 57.1177V19.722C43.5574 18.8343 42.9353 18.1147 42.1678 18.1147Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n<path d=\"M1 37C5.28335 37 9.38354 36.8063 12.8919 36.4548C16.4003 36.1068 19.3029 35.6046 21.2135 34.9876L36.6758 30.0124C40.4942 28.782 48.3198 28 56.8893 28H59\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-mzpvnj\",\"data-framer-name\":\"levels-icon-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"krHCD_JLn\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.5863 5H2.41374C1.63295 5 1 5.66376 1 6.48255V57.5175C1 58.3362 1.63295 59 2.41374 59H10.5863C11.367 59 12 58.3362 12 57.5175V6.48255C12 5.66376 11.367 5 10.5863 5Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n<path d=\"M25.8688 29.0935H17.8361C17.0687 29.0935 16.4465 29.8131 16.4465 30.7007V57.1177C16.4465 58.0053 17.0687 58.7249 17.8361 58.7249H25.8688C26.6362 58.7249 27.2583 58.0053 27.2583 57.1177V30.7007C27.2583 29.8131 26.6362 29.0935 25.8688 29.0935Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n<path d=\"M57.6097 35.3882H49.577C48.8096 35.3882 48.1875 36.1078 48.1875 36.9954V57.121C48.1875 58.0086 48.8096 58.7282 49.577 58.7282H57.6097C58.3772 58.7282 58.9993 58.0086 58.9993 57.121V36.9954C58.9993 36.1078 58.3772 35.3882 57.6097 35.3882Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n<path d=\"M42.1678 18.1147H34.1352C33.3677 18.1147 32.7456 18.8343 32.7456 19.722V57.1177C32.7456 58.0054 33.3677 58.7249 34.1352 58.7249H42.1678C42.9353 58.7249 43.5574 58.0054 43.5574 57.1177V19.722C43.5574 18.8343 42.9353 18.1147 42.1678 18.1147Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n<path d=\"M1 37C5.28335 37 9.38354 36.8063 12.8919 36.4548C16.4003 36.1068 19.3029 35.6046 21.2135 34.9876L36.6758 30.0124C40.4942 28.782 48.3198 28 56.8893 28H59\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1rsa7pc\",\"data-framer-name\":\"levels-icon-light\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"iax_jWeu0\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M10.5863 5H2.41374C1.63295 5 1 5.66376 1 6.48255V57.5175C1 58.3362 1.63295 59 2.41374 59H10.5863C11.367 59 12 58.3362 12 57.5175V6.48255C12 5.66376 11.367 5 10.5863 5Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n<path d=\"M25.8688 29.0935H17.8361C17.0687 29.0935 16.4465 29.8131 16.4465 30.7007V57.1177C16.4465 58.0053 17.0687 58.7249 17.8361 58.7249H25.8688C26.6362 58.7249 27.2583 58.0053 27.2583 57.1177V30.7007C27.2583 29.8131 26.6362 29.0935 25.8688 29.0935Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n<path d=\"M57.6097 35.3882H49.577C48.8096 35.3882 48.1875 36.1078 48.1875 36.9954V57.121C48.1875 58.0086 48.8096 58.7282 49.577 58.7282H57.6097C58.3772 58.7282 58.9993 58.0086 58.9993 57.121V36.9954C58.9993 36.1078 58.3772 35.3882 57.6097 35.3882Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n<path d=\"M42.1678 18.1147H34.1352C33.3677 18.1147 32.7456 18.8343 32.7456 19.722V57.1177C32.7456 58.0054 33.3677 58.7249 34.1352 58.7249H42.1678C42.9353 58.7249 43.5574 58.0054 43.5574 57.1177V19.722C43.5574 18.8343 42.9353 18.1147 42.1678 18.1147Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n<path d=\"M1 37C5.28335 37 9.38354 36.8063 12.8919 36.4548C16.4003 36.1068 19.3029 35.6046 21.2135 34.9876L36.6758 30.0124C40.4942 28.782 48.3198 28 56.8893 28H59\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-13qdfpu\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"gHVDP6DJO\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M44 10.7711V57.7408C44 58.4365 43.4118 59 42.6856 59H2.31438C1.58819 59 1 58.4365 1 57.7408V5.25916C1 4.56347 1.58819 4 2.31438 4H36.8366\" stroke=\"#EBF4FF\" stroke-width=\"0.972201\" stroke-miterlimit=\"10\"/>\\n<path d=\"M44 10.7429V11H37V4H37.3468L44 10.7429Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n<path d=\"M22.4999 33.9679L20.1281 45.6968C14.5722 44.5734 10.5417 39.6394 10.5417 33.9679C10.5417 27.4018 15.9407 22 22.5033 22C29.0659 22 34.4648 27.4018 34.4648 33.9679H22.5033H22.4999Z\" stroke=\"#EBF4FF\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-19xz0tk\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"zDhaWJZk4\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M44 10.7711V57.7408C44 58.4365 43.4118 59 42.6856 59H2.31438C1.58819 59 1 58.4365 1 57.7408V5.25916C1 4.56347 1.58819 4 2.31438 4H36.8366\" stroke=\"#0069E0\" stroke-width=\"0.972201\" stroke-miterlimit=\"10\"/>\\n<path d=\"M44 10.7429V11H37V4H37.3468L44 10.7429Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n<path d=\"M22.4999 33.9679L20.1281 45.6968C14.5722 44.5734 10.5417 39.6394 10.5417 33.9679C10.5417 27.4018 15.9407 22 22.5033 22C29.0659 22 34.4648 27.4018 34.4648 33.9679H22.5033H22.4999Z\" stroke=\"#0069E0\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-82xd3k\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:60,intrinsicWidth:60,layoutDependency:layoutDependency,layoutId:\"tDDE1Sk9k\",svg:'<svg width=\"60\" height=\"60\" viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M44 10.7711V57.7408C44 58.4365 43.4118 59 42.6856 59H2.31438C1.58819 59 1 58.4365 1 57.7408V5.25916C1 4.56347 1.58819 4 2.31438 4H36.8366\" stroke=\"#001329\" stroke-width=\"0.972201\" stroke-miterlimit=\"10\"/>\\n<path d=\"M44 10.7429V11H37V4H37.3468L44 10.7429Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n<path d=\"M22.4999 33.9679L20.1281 45.6968C14.5722 44.5734 10.5417 39.6394 10.5417 33.9679C10.5417 27.4018 15.9407 22 22.5033 22C29.0659 22 34.4648 27.4018 34.4648 33.9679H22.5033H22.4999Z\" stroke=\"#001329\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-XeEoZ.framer-3h3da1, .framer-XeEoZ .framer-3h3da1 { display: block; }\",\".framer-XeEoZ.framer-tlpk50 { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-XeEoZ .framer-9cdy8g, .framer-XeEoZ .framer-pddcq1, .framer-XeEoZ .framer-1dgjpt3, .framer-XeEoZ .framer-mzpvnj, .framer-XeEoZ .framer-1rsa7pc, .framer-XeEoZ .framer-13qdfpu, .framer-XeEoZ .framer-19xz0tk, .framer-XeEoZ .framer-82xd3k { flex: none; height: 60px; position: relative; width: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-XeEoZ.framer-tlpk50 { gap: 0px; } .framer-XeEoZ.framer-tlpk50 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-XeEoZ.framer-tlpk50 > :first-child { margin-left: 0px; } .framer-XeEoZ.framer-tlpk50 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 60\n * @framerIntrinsicWidth 60\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"QIDy0KuH3\":{\"layout\":[\"auto\",\"auto\"]},\"NNOYsg7kF\":{\"layout\":[\"auto\",\"auto\"]},\"RNBsLnGis\":{\"layout\":[\"auto\",\"auto\"]},\"OEUMd0L9z\":{\"layout\":[\"auto\",\"auto\"]},\"x85cNNSWh\":{\"layout\":[\"auto\",\"auto\"]},\"zZwNr7I9N\":{\"layout\":[\"auto\",\"auto\"]},\"ySG5tUOkH\":{\"layout\":[\"auto\",\"auto\"]},\"TSOxTodmV\":{\"layout\":[\"auto\",\"auto\"]},\"uXMwC4QI2\":{\"layout\":[\"auto\",\"auto\"]},\"SCzI9Lv9h\":{\"layout\":[\"auto\",\"auto\"]},\"O1d85RaTk\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerW9XvwRJ7W=withCSS(Component,css,\"framer-XeEoZ\");export default FramerW9XvwRJ7W;FramerW9XvwRJ7W.displayName=\"Illustrated icons\";FramerW9XvwRJ7W.defaultProps={height:60,width:60};addPropertyControls(FramerW9XvwRJ7W,{variant:{options:[\"qjL23xxE8\",\"QIDy0KuH3\",\"NNOYsg7kF\",\"RNBsLnGis\",\"OEUMd0L9z\",\"x85cNNSWh\",\"zZwNr7I9N\",\"ySG5tUOkH\",\"TSOxTodmV\",\"uXMwC4QI2\",\"SCzI9Lv9h\",\"O1d85RaTk\"],optionTitles:[\"security\",\"security-blue\",\"security-black\",\"money-graph-light\",\"money-graph-blue\",\"money-graph-dark\",\"bar-graph-light\",\"bar-graph-blue\",\"bar-graph-black\",\"report-light\",\"report-blue\",\"report-black\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerW9XvwRJ7W,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerW9XvwRJ7W\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"QIDy0KuH3\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"NNOYsg7kF\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"RNBsLnGis\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"OEUMd0L9z\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"x85cNNSWh\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"zZwNr7I9N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ySG5tUOkH\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"TSOxTodmV\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"uXMwC4QI2\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"SCzI9Lv9h\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"O1d85RaTk\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"60\",\"framerIntrinsicHeight\":\"60\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./W9XvwRJ7W.map", "// Generated by Framer (eb93fa7)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/lRHQZBVlYwFSvMvqs7Jo/GCLohdJSb4K7hZV8QK5S/gtKjc4Ppd.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/2s7vrFFKK6KSXgQ314yY/1ykitDA9MDsDfvNy6Cu7/nTOceJ5kU.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/UTAjcCtV59OMcdTYzAm2/ErdPWMjFfso9uSHaDUtq/ss8yDayR9.js\";import IllustratedIcons from\"https://framerusercontent.com/modules/43AeAIN1Vh3hjmvS1wDh/3w3iNbqVIcBqq7tfHwPY/W9XvwRJ7W.js\";const IllustratedIconsFonts=getFonts(IllustratedIcons);const enabledGestures={a18gEomoR:{hover:true},aiajih7Bp:{hover:true},G87lZpL0m:{hover:true},GjfL92hcj:{hover:true},Y4Yu1IvAd:{hover:true}};const cycleOrder=[\"Y4Yu1IvAd\",\"G87lZpL0m\",\"GjfL92hcj\",\"aiajih7Bp\",\"a18gEomoR\",\"hnJX0en9G\",\"P7OLtSXG4\",\"JbNADVXL4\",\"Md0eTy2G_\",\"iTzW4l1og\"];const serializationHash=\"framer-eLMad\";const variantClassNames={a18gEomoR:\"framer-v-17h1pr\",aiajih7Bp:\"framer-v-1oip5ho\",G87lZpL0m:\"framer-v-1pjzrmb\",GjfL92hcj:\"framer-v-1bvhkbf\",hnJX0en9G:\"framer-v-13bojnq\",iTzW4l1og:\"framer-v-7ers3u\",JbNADVXL4:\"framer-v-gq1kq\",Md0eTy2G_:\"framer-v-mq3ome\",P7OLtSXG4:\"framer-v-1ipkk0v\",Y4Yu1IvAd:\"framer-v-1krbhbp\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition2={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Earn-more-card\":\"G87lZpL0m\",\"Earn-more-mobile\":\"P7OLtSXG4\",\"fuel-insights-mobile\":\"JbNADVXL4\",\"fuel-insights\":\"GjfL92hcj\",\"fuel-reporting-mobile\":\"Md0eTy2G_\",\"fuel-reporting\":\"aiajih7Bp\",\"Generic-icon-mobile\":\"iTzW4l1og\",\"Generic-icon\":\"a18gEomoR\",\"Security-card-mobile\":\"hnJX0en9G\",\"Security-card\":\"Y4Yu1IvAd\"};const getProps=({backgroundColour,backgroundHover,height,id,text,textColourHover,title,width,...props})=>{return{...props,O7E6N5Igg:textColourHover??props.O7E6N5Igg??\"var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251))\",R3WBRS1bo:backgroundHover??props.R3WBRS1bo??\"var(--token-486a941f-dd1d-4019-9693-90d09ae5c12f, rgb(0, 105, 224))\",SccQGRVrF:text??props.SccQGRVrF??\"Smart fuel solutions to keep your business running smoothly\",U4Bsqq4PB:backgroundColour??props.U4Bsqq4PB??\"rgba(239, 239, 239, 0.9)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"Y4Yu1IvAd\",xViPmv1bu:title??props.xViPmv1bu??\"Secure Fuel Management\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,SccQGRVrF,U4Bsqq4PB,R3WBRS1bo,O7E6N5Igg,xViPmv1bu,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"Y4Yu1IvAd\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if(gestureVariant===\"a18gEomoR-hover\")return false;if([\"a18gEomoR\",\"iTzW4l1og\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"Y4Yu1IvAd-hover\",\"G87lZpL0m-hover\",\"GjfL92hcj-hover\",\"aiajih7Bp-hover\",\"a18gEomoR-hover\"].includes(gestureVariant))return true;if([\"hnJX0en9G\",\"P7OLtSXG4\",\"JbNADVXL4\",\"Md0eTy2G_\",\"iTzW4l1og\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1krbhbp\",className,classNames),\"data-framer-name\":\"Security-card\",layoutDependency:layoutDependency,layoutId:\"Y4Yu1IvAd\",ref:refBinding,style:{backdropFilter:\"blur(20px)\",backgroundColor:U4Bsqq4PB,borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,WebkitBackdropFilter:\"blur(20px)\",...style},variants:{\"a18gEomoR-hover\":{backgroundColor:R3WBRS1bo},\"aiajih7Bp-hover\":{backgroundColor:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},\"G87lZpL0m-hover\":{backgroundColor:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},\"GjfL92hcj-hover\":{backgroundColor:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},\"Y4Yu1IvAd-hover\":{backgroundColor:R3WBRS1bo}},...addPropertyOverrides({\"a18gEomoR-hover\":{\"data-framer-name\":undefined},\"aiajih7Bp-hover\":{\"data-framer-name\":undefined},\"G87lZpL0m-hover\":{\"data-framer-name\":undefined},\"GjfL92hcj-hover\":{\"data-framer-name\":undefined},\"Y4Yu1IvAd-hover\":{\"data-framer-name\":undefined},a18gEomoR:{\"data-framer-name\":\"Generic-icon\"},aiajih7Bp:{\"data-framer-name\":\"fuel-reporting\"},G87lZpL0m:{\"data-framer-name\":\"Earn-more-card\"},GjfL92hcj:{\"data-framer-name\":\"fuel-insights\"},hnJX0en9G:{\"data-framer-name\":\"Security-card-mobile\"},iTzW4l1og:{\"data-framer-name\":\"Generic-icon-mobile\"},JbNADVXL4:{\"data-framer-name\":\"fuel-insights-mobile\"},Md0eTy2G_:{\"data-framer-name\":\"fuel-reporting-mobile\"},P7OLtSXG4:{\"data-framer-name\":\"Earn-more-mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fl670b\",layoutDependency:layoutDependency,layoutId:\"sGQkqb5KA\",children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+30+(0+0+((componentViewport?.height||253)-60-Math.max(0,((componentViewport?.height||253)-60-0)/1)*1)/1*0)+0+(0+0+(Math.max(0,((componentViewport?.height||253)-60-0)/1)*1-0-90.8)/1*0),...addPropertyOverrides({\"aiajih7Bp-hover\":{y:(componentViewport?.y||0)+30+(0+0+((componentViewport?.height||253)-60-Math.max(0,((componentViewport?.height||253)-60-0)/1)*1)/1*0)+0+(0+0+(Math.max(0,((componentViewport?.height||253)-60-0)/1)*1-0-196.8)/1*0)},\"G87lZpL0m-hover\":{y:(componentViewport?.y||0)+30+(0+0+((componentViewport?.height||253)-60-Math.max(0,((componentViewport?.height||253)-60-0)/1)*1)/1*0)+0+(0+0+(Math.max(0,((componentViewport?.height||253)-60-0)/1)*1-0-196.8)/1*0)},\"GjfL92hcj-hover\":{y:(componentViewport?.y||0)+30+(0+0+((componentViewport?.height||253)-60-Math.max(0,((componentViewport?.height||253)-60-0)/1)*1)/1*0)+0+(0+0+(Math.max(0,((componentViewport?.height||253)-60-0)/1)*1-0-196.8)/1*0)},\"Y4Yu1IvAd-hover\":{y:(componentViewport?.y||0)+30+(0+0+((componentViewport?.height||253)-60-Math.max(0,((componentViewport?.height||253)-60-0)/1)*1)/1*0)+0+(0+0+(Math.max(0,((componentViewport?.height||253)-60-0)/1)*1-0-196.8)/1*0)},hnJX0en9G:{y:(componentViewport?.y||0)+30+0+0+0},JbNADVXL4:{y:(componentViewport?.y||0)+30+0+0+0},Md0eTy2G_:{y:(componentViewport?.y||0)+30+0+0+0},P7OLtSXG4:{y:(componentViewport?.y||0)+30+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-71xsnx-container\",layoutDependency:layoutDependency,layoutId:\"IH3zhp8HF-container\",nodeId:\"IH3zhp8HF\",rendersWithMotion:true,scopeId:\"iB0AMB6h9\",children:/*#__PURE__*/_jsx(IllustratedIcons,{height:\"100%\",id:\"IH3zhp8HF\",layoutId:\"IH3zhp8HF\",variant:\"QIDy0KuH3\",width:\"100%\",...addPropertyOverrides({\"aiajih7Bp-hover\":{variant:\"uXMwC4QI2\"},\"G87lZpL0m-hover\":{variant:\"RNBsLnGis\"},\"GjfL92hcj-hover\":{variant:\"zZwNr7I9N\"},\"Y4Yu1IvAd-hover\":{variant:\"qjL23xxE8\"},aiajih7Bp:{variant:\"SCzI9Lv9h\"},G87lZpL0m:{variant:\"OEUMd0L9z\"},GjfL92hcj:{variant:\"ySG5tUOkH\"},JbNADVXL4:{variant:\"ySG5tUOkH\"},Md0eTy2G_:{variant:\"SCzI9Lv9h\"},P7OLtSXG4:{variant:\"OEUMd0L9z\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zfewm3\",layoutDependency:layoutDependency,layoutId:\"I5E78t8Dw\",children:[/*#__PURE__*/_jsx(Transition,{value:transition2,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224)))\"},children:\"Secure Fuel Management\"})}),className:\"framer-skxe0o\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rqQvrQFhp\",style:{\"--extracted-a0htzi\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\",\"--variable-reference-O7E6N5Igg-iB0AMB6h9\":O7E6N5Igg},text:xViPmv1bu,variants:{\"a18gEomoR-hover\":{\"--extracted-a0htzi\":\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\"},\"aiajih7Bp-hover\":{\"--extracted-a0htzi\":\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\"},\"G87lZpL0m-hover\":{\"--extracted-a0htzi\":\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\"},\"GjfL92hcj-hover\":{\"--extracted-a0htzi\":\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\"},\"Y4Yu1IvAd-hover\":{\"--extracted-a0htzi\":\"var(--variable-reference-O7E6N5Igg-iB0AMB6h9)\",\"--variable-reference-O7E6N5Igg-iB0AMB6h9\":O7E6N5Igg}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"a18gEomoR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)))\"},children:\"Secure Fuel Management\"})})},\"aiajih7Bp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)))\"},children:\"Secure Fuel Management\"})})},\"G87lZpL0m-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)))\"},children:\"Secure Fuel Management\"})})},\"GjfL92hcj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)))\"},children:\"Secure Fuel Management\"})})},\"Y4Yu1IvAd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{className:\"framer-styles-preset-116vw6d\",\"data-styles-preset\":\"nTOceJ5kU\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--variable-reference-O7E6N5Igg-iB0AMB6h9))\"},children:\"Secure Fuel Management\"})})}},baseVariant,gestureVariant)})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(23, 21, 22))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})}),className:\"framer-1vjtgkb\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"OfF1q_gTS\",style:{\"--extracted-r6o4lv\":\"rgb(23, 21, 22)\",\"--framer-paragraph-spacing\":\"0px\"},text:SccQGRVrF,variants:{\"a18gEomoR-hover\":{\"--extracted-r6o4lv\":\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\"},\"aiajih7Bp-hover\":{\"--extracted-r6o4lv\":\"var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239))\"},\"G87lZpL0m-hover\":{\"--extracted-r6o4lv\":\"var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239))\"},\"GjfL92hcj-hover\":{\"--extracted-r6o4lv\":\"var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239))\"},\"Y4Yu1IvAd-hover\":{\"--extracted-r6o4lv\":\"var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"a18gEomoR-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255)))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})})},\"aiajih7Bp-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239)))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})})},\"G87lZpL0m-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239)))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})})},\"GjfL92hcj-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239)))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})})},\"Y4Yu1IvAd-hover\":{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-1b49860d-70db-430f-a8ea-d4f6936e0111, rgb(239, 239, 239)))\"},children:\"Smart fuel solutions to keep your business running smoothly\"})})}},baseVariant,gestureVariant)})]})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-eLMad.framer-aen67u, .framer-eLMad .framer-aen67u { display: block; }\",\".framer-eLMad.framer-1krbhbp { align-content: flex-start; align-items: flex-start; cursor: default; display: flex; flex-direction: column; flex-wrap: nowrap; height: 304px; justify-content: space-between; padding: 30px; position: relative; width: 250px; }\",\".framer-eLMad .framer-fl670b { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; height: 1px; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-eLMad .framer-71xsnx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-eLMad .framer-zfewm3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-eLMad .framer-skxe0o { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-eLMad .framer-1vjtgkb { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\".framer-eLMad.framer-v-1pjzrmb.framer-1krbhbp, .framer-eLMad.framer-v-1bvhkbf.framer-1krbhbp, .framer-eLMad.framer-v-1oip5ho.framer-1krbhbp, .framer-eLMad.framer-v-17h1pr.framer-1krbhbp, .framer-eLMad.framer-v-1krbhbp.hover.framer-1krbhbp { aspect-ratio: 0.9875 / 1; height: var(--framer-aspect-ratio-supported, 253px); }\",\".framer-eLMad.framer-v-13bojnq.framer-1krbhbp { gap: 0px; height: min-content; justify-content: flex-start; }\",\".framer-eLMad.framer-v-13bojnq .framer-fl670b, .framer-eLMad.framer-v-1ipkk0v .framer-fl670b, .framer-eLMad.framer-v-gq1kq .framer-fl670b, .framer-eLMad.framer-v-mq3ome .framer-fl670b, .framer-eLMad.framer-v-7ers3u .framer-fl670b { flex: none; gap: 64px; height: min-content; justify-content: flex-start; }\",\".framer-eLMad.framer-v-1ipkk0v.framer-1krbhbp, .framer-eLMad.framer-v-gq1kq.framer-1krbhbp, .framer-eLMad.framer-v-mq3ome.framer-1krbhbp, .framer-eLMad.framer-v-7ers3u.framer-1krbhbp { gap: 32px; height: min-content; justify-content: flex-start; }\",\".framer-eLMad.framer-v-1krbhbp.hover .framer-1vjtgkb { overflow: hidden; width: 100%; }\",\".framer-eLMad.framer-v-1pjzrmb.hover .framer-1vjtgkb, .framer-eLMad.framer-v-1bvhkbf.hover .framer-1vjtgkb, .framer-eLMad.framer-v-1oip5ho.hover .framer-1vjtgkb { width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 253\n * @framerIntrinsicWidth 250\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"G87lZpL0m\":{\"layout\":[\"fixed\",\"fixed\"]},\"GjfL92hcj\":{\"layout\":[\"fixed\",\"fixed\"]},\"aiajih7Bp\":{\"layout\":[\"fixed\",\"fixed\"]},\"a18gEomoR\":{\"layout\":[\"fixed\",\"fixed\"]},\"hnJX0en9G\":{\"layout\":[\"fixed\",\"auto\"]},\"P7OLtSXG4\":{\"layout\":[\"fixed\",\"auto\"]},\"JbNADVXL4\":{\"layout\":[\"fixed\",\"auto\"]},\"Md0eTy2G_\":{\"layout\":[\"fixed\",\"auto\"]},\"iTzW4l1og\":{\"layout\":[\"fixed\",\"auto\"]},\"w4j8gvuL2\":{\"layout\":[\"fixed\",\"fixed\"]},\"P8UMNG_Yt\":{\"layout\":[\"fixed\",\"fixed\"]},\"qgRLw9Qjq\":{\"layout\":[\"fixed\",\"fixed\"]},\"JSd6DEKNN\":{\"layout\":[\"fixed\",\"fixed\"]},\"xaaxiY7Z4\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"SccQGRVrF\":\"text\",\"U4Bsqq4PB\":\"backgroundColour\",\"R3WBRS1bo\":\"backgroundHover\",\"O7E6N5Igg\":\"textColourHover\",\"xViPmv1bu\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FrameriB0AMB6h9=withCSS(Component,css,\"framer-eLMad\");export default FrameriB0AMB6h9;FrameriB0AMB6h9.displayName=\"4-col-card\";FrameriB0AMB6h9.defaultProps={height:253,width:250};addPropertyControls(FrameriB0AMB6h9,{variant:{options:[\"Y4Yu1IvAd\",\"G87lZpL0m\",\"GjfL92hcj\",\"aiajih7Bp\",\"a18gEomoR\",\"hnJX0en9G\",\"P7OLtSXG4\",\"JbNADVXL4\",\"Md0eTy2G_\",\"iTzW4l1og\"],optionTitles:[\"Security-card\",\"Earn-more-card\",\"fuel-insights\",\"fuel-reporting\",\"Generic-icon\",\"Security-card-mobile\",\"Earn-more-mobile\",\"fuel-insights-mobile\",\"fuel-reporting-mobile\",\"Generic-icon-mobile\"],title:\"Variant\",type:ControlType.Enum},SccQGRVrF:{defaultValue:\"Smart fuel solutions to keep your business running smoothly\",description:\"\",displayTextArea:true,placeholder:\"This is a paragraph description\",title:\"Text\",type:ControlType.String},U4Bsqq4PB:{defaultValue:\"rgba(239, 239, 239, 0.9)\",title:\"Background-colour\",type:ControlType.Color},R3WBRS1bo:{defaultValue:'var(--token-486a941f-dd1d-4019-9693-90d09ae5c12f, rgb(0, 105, 224)) /* {\"name\":\"Primary\"} */',title:\"Background-hover\",type:ControlType.Color},O7E6N5Igg:{defaultValue:'var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251)) /* {\"name\":\"white-shade 50\"} */',title:\"Text-colour-hover\",type:ControlType.Color},xViPmv1bu:{defaultValue:\"Secure Fuel Management\",description:\"\",displayTextArea:true,placeholder:\"Card title\",title:\"Title\",type:ControlType.String}});addFonts(FrameriB0AMB6h9,[{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\"}]},...IllustratedIconsFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriB0AMB6h9\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"G87lZpL0m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"GjfL92hcj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"aiajih7Bp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"a18gEomoR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hnJX0en9G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"P7OLtSXG4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"JbNADVXL4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Md0eTy2G_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iTzW4l1og\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"w4j8gvuL2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"P8UMNG_Yt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"qgRLw9Qjq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"JSd6DEKNN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"xaaxiY7Z4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"SccQGRVrF\\\":\\\"text\\\",\\\"U4Bsqq4PB\\\":\\\"backgroundColour\\\",\\\"R3WBRS1bo\\\":\\\"backgroundHover\\\",\\\"O7E6N5Igg\\\":\\\"textColourHover\\\",\\\"xViPmv1bu\\\":\\\"title\\\"}\",\"framerIntrinsicWidth\":\"250\",\"framerIntrinsicHeight\":\"253\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iB0AMB6h9.map", "// Generated by Framer (bf2ee14)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";const cycleOrder=[\"qqjGkw359\",\"fqlYN5yS6\",\"vE_mVhsRX\",\"ZRGiVQn06\",\"ncMBMbo4J\"];const serializationHash=\"framer-tcSlj\";const variantClassNames={fqlYN5yS6:\"framer-v-10tvtyk\",ncMBMbo4J:\"framer-v-g7hp8\",qqjGkw359:\"framer-v-1av7bry\",vE_mVhsRX:\"framer-v-15d0bvj\",ZRGiVQn06:\"framer-v-18xxasb\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:0,delay:0,duration:2,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"qqjGkw359\",\"Variant 2\":\"fqlYN5yS6\",\"Variant 3\":\"vE_mVhsRX\",\"Variant 4\":\"ZRGiVQn06\",\"Variant 5\":\"ncMBMbo4J\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"qqjGkw359\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"qqjGkw359\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppearmnf7k=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fqlYN5yS6\",true),200);});const onAppear1mf7hxi=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"vE_mVhsRX\",true),200);});const onAppearwl97c4=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ZRGiVQn06\",true),200);});const onAppearhfcqwp=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"ncMBMbo4J\",true),200);});const onAppear1iven0o=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"qqjGkw359\",true),200);});useOnVariantChange(baseVariant,{default:onAppearmnf7k,fqlYN5yS6:onAppear1mf7hxi,ncMBMbo4J:onAppear1iven0o,vE_mVhsRX:onAppearwl97c4,ZRGiVQn06:onAppearhfcqwp});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1av7bry\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"qqjGkw359\",ref:refBinding,style:{...style},...addPropertyOverrides({fqlYN5yS6:{\"data-framer-name\":\"Variant 2\"},ncMBMbo4J:{\"data-framer-name\":\"Variant 5\"},vE_mVhsRX:{\"data-framer-name\":\"Variant 3\"},ZRGiVQn06:{\"data-framer-name\":\"Variant 4\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-dezb66\",\"data-framer-name\":\"Radar-animation-0\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"b1q1CDK5z\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 25\"><path d=\"M 39.466 24.892 C 39.466 21 37.92 17.268 35.168 14.517 C 32.417 11.765 28.685 10.219 24.793 10.219 C 20.902 10.219 17.17 11.765 14.419 14.517 C 11.667 17.268 10.121 21 10.121 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.3\"></path><path d=\"M 48.856 24.892 C 48.856 18.427 46.321 12.228 41.809 7.656 C 37.296 3.085 31.176 0.517 24.794 0.517 C 18.412 0.517 12.292 3.085 7.779 7.656 C 3.267 12.228 0.731 18.427 0.731 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" opacity=\"0.1\"></path><path d=\"M 30.106 24.892 C 30.106 23.483 29.547 22.131 28.55 21.135 C 27.554 20.139 26.203 19.579 24.793 19.579 C 23.384 19.579 22.033 20.139 21.037 21.135 C 20.04 22.131 19.48 23.483 19.48 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.6\"></path></svg>',svgContentId:9344256130,withExternalLayout:true,...addPropertyOverrides({fqlYN5yS6:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 25\"><path d=\"M 39.466 24.892 C 39.466 21 37.92 17.268 35.168 14.517 C 32.417 11.765 28.685 10.219 24.793 10.219 C 20.902 10.219 17.17 11.765 14.419 14.517 C 11.667 17.268 10.121 21 10.121 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.5\"></path><path d=\"M 48.856 24.892 C 48.856 18.427 46.321 12.228 41.809 7.656 C 37.296 3.085 31.176 0.517 24.794 0.517 C 18.412 0.517 12.292 3.085 7.779 7.656 C 3.267 12.228 0.731 18.427 0.731 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" opacity=\"0.3\"></path><path d=\"M 30.106 24.892 C 30.106 23.483 29.547 22.131 28.55 21.135 C 27.554 20.139 26.203 19.579 24.793 19.579 C 23.384 19.579 22.033 20.139 21.037 21.135 C 20.04 22.131 19.48 23.483 19.48 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.7\"></path></svg>',svgContentId:10066135722},ncMBMbo4J:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 25\"><path d=\"M 39.466 24.892 C 39.466 21 37.92 17.268 35.168 14.517 C 32.417 11.765 28.685 10.219 24.793 10.219 C 20.902 10.219 17.17 11.765 14.419 14.517 C 11.667 17.268 10.121 21 10.121 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\"></path><path d=\"M 48.856 24.892 C 48.856 18.427 46.321 12.228 41.809 7.656 C 37.296 3.085 31.176 0.517 24.794 0.517 C 18.412 0.517 12.292 3.085 7.779 7.656 C 3.267 12.228 0.731 18.427 0.731 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\"></path><path d=\"M 30.106 24.892 C 30.106 23.483 29.547 22.131 28.55 21.135 C 27.554 20.139 26.203 19.579 24.793 19.579 C 23.384 19.579 22.033 20.139 21.037 21.135 C 20.04 22.131 19.48 23.483 19.48 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:9289211873},vE_mVhsRX:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 25\"><path d=\"M 39.466 24.892 C 39.466 21 37.92 17.268 35.168 14.517 C 32.417 11.765 28.685 10.219 24.793 10.219 C 20.902 10.219 17.17 11.765 14.419 14.517 C 11.667 17.268 10.121 21 10.121 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.7\"></path><path d=\"M 48.856 24.892 C 48.856 18.427 46.321 12.228 41.809 7.656 C 37.296 3.085 31.176 0.517 24.794 0.517 C 18.412 0.517 12.292 3.085 7.779 7.656 C 3.267 12.228 0.731 18.427 0.731 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" opacity=\"0.5\"></path><path d=\"M 30.106 24.892 C 30.106 23.483 29.547 22.131 28.55 21.135 C 27.554 20.139 26.203 19.579 24.793 19.579 C 23.384 19.579 22.033 20.139 21.037 21.135 C 20.04 22.131 19.48 23.483 19.48 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\" opacity=\"0.8\"></path></svg>',svgContentId:12431262912},ZRGiVQn06:{svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 50 25\"><path d=\"M 39.466 24.892 C 39.466 21 37.92 17.268 35.168 14.517 C 32.417 11.765 28.685 10.219 24.793 10.219 C 20.902 10.219 17.17 11.765 14.419 14.517 C 11.667 17.268 10.121 21 10.121 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\"></path><path d=\"M 48.856 24.892 C 48.856 18.427 46.321 12.228 41.809 7.656 C 37.296 3.085 31.176 0.517 24.794 0.517 C 18.412 0.517 12.292 3.085 7.779 7.656 C 3.267 12.228 0.731 18.427 0.731 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-linecap=\"round\" stroke-miterlimit=\"10\" opacity=\"0.7\"></path><path d=\"M 30.106 24.892 C 30.106 23.483 29.547 22.131 28.55 21.135 C 27.554 20.139 26.203 19.579 24.793 19.579 C 23.384 19.579 22.033 20.139 21.037 21.135 C 20.04 22.131 19.48 23.483 19.48 24.892\" fill=\"transparent\" stroke-width=\"0.89\" stroke=\"rgb(0,105,224)\" stroke-miterlimit=\"10\"></path></svg>',svgContentId:12725763593}},baseVariant,gestureVariant)})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-tcSlj.framer-2gioih, .framer-tcSlj .framer-2gioih { display: block; }\",\".framer-tcSlj.framer-1av7bry { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-tcSlj .framer-dezb66 { flex: none; height: 25px; position: relative; width: 50px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 25\n * @framerIntrinsicWidth 50\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"fqlYN5yS6\":{\"layout\":[\"auto\",\"auto\"]},\"vE_mVhsRX\":{\"layout\":[\"auto\",\"auto\"]},\"ZRGiVQn06\":{\"layout\":[\"auto\",\"auto\"]},\"ncMBMbo4J\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramersFrfdHpqk=withCSS(Component,css,\"framer-tcSlj\");export default FramersFrfdHpqk;FramersFrfdHpqk.displayName=\"Radar-animation\";FramersFrfdHpqk.defaultProps={height:25,width:50};addPropertyControls(FramersFrfdHpqk,{variant:{options:[\"qqjGkw359\",\"fqlYN5yS6\",\"vE_mVhsRX\",\"ZRGiVQn06\",\"ncMBMbo4J\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramersFrfdHpqk,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramersFrfdHpqk\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"fqlYN5yS6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"vE_mVhsRX\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ZRGiVQn06\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"ncMBMbo4J\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerColorSyntax\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"25\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"50\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./sFrfdHpqk.map", "// Generated by Framer (5b26096)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import RadarAnimation from\"https://framerusercontent.com/modules/ictjQKChIz3dMMJHHfvK/yYU6pQAJxXbGFdG7Z0ot/sFrfdHpqk.js\";const RadarAnimationFonts=getFonts(RadarAnimation);const cycleOrder=[\"OelHKMCNt\",\"M25wluDi0\",\"UEwgGWZ6c\",\"xaQtRmZ6j\",\"mkENTuh4N\",\"XopPMpjQI\",\"qx5GxunLN\",\"gjzsYAZr6\",\"aN9Tdgnpl\",\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\",\"eHboEQ1Rr\",\"d59K6c9bT\",\"lghL2HUmd\"];const serializationHash=\"framer-HjIwi\";const variantClassNames={aN9Tdgnpl:\"framer-v-1nlkj4s\",d59K6c9bT:\"framer-v-11zak6p\",eHboEQ1Rr:\"framer-v-1bo9xzo\",fmWRONwbG:\"framer-v-1kqgq9i\",gjzsYAZr6:\"framer-v-1r3xmko\",hcJJkIQEc:\"framer-v-1p4qz96\",lghL2HUmd:\"framer-v-114f8c8\",M25wluDi0:\"framer-v-6tu48m\",mkENTuh4N:\"framer-v-vdfo58\",OelHKMCNt:\"framer-v-9mxk64\",qbSrMxG91:\"framer-v-qnt4qv\",qx5GxunLN:\"framer-v-2zocke\",UEwgGWZ6c:\"framer-v-1saszvu\",xaQtRmZ6j:\"framer-v-1tprlfv\",XopPMpjQI:\"framer-v-15kjcqg\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[.44,0,.56,1],type:\"tween\"};const transition3={delay:0,duration:.8,ease:[.44,0,.56,1],type:\"tween\"};const transition4={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const transition5={delay:.7,duration:.4,ease:[0,0,1,1],type:\"tween\"};const transition6={delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"};const transition7={delay:.6,duration:1,ease:[0,0,1,1],type:\"tween\"};const transition8={delay:0,duration:.5,ease:[0,0,1,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"OelHKMCNt\",\"Variant 13\":\"qbSrMxG91\",\"Variant 14\":\"fmWRONwbG\",\"Variant 15\":\"hcJJkIQEc\",\"Variant 16\":\"d59K6c9bT\",\"Variant 17\":\"eHboEQ1Rr\",\"Variant 18\":\"lghL2HUmd\",\"Variant 2\":\"M25wluDi0\",\"Variant 3\":\"UEwgGWZ6c\",\"Variant 4\":\"xaQtRmZ6j\",\"Variant 5\":\"mkENTuh4N\",\"Variant 6\":\"XopPMpjQI\",\"Variant 7\":\"qx5GxunLN\",\"Variant 8\":\"gjzsYAZr6\",\"Variant 9\":\"aN9Tdgnpl\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OelHKMCNt\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"OelHKMCNt\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1f14k1f=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"M25wluDi0\",true),1e3);});const onAppear7v7m4k=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"UEwgGWZ6c\",true),1500);});const onAppearx9iasl=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"OelHKMCNt\",true),1e3);});const onAppeardp9l72=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mkENTuh4N\",true),1e3);});const onAppear1rvhqg=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"XopPMpjQI\",true),1500);});const onAppear10eg8tj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"xaQtRmZ6j\",true),1e3);});const onAppear96ouhf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"gjzsYAZr6\",true),1e3);});const onAppear12u7epx=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"aN9Tdgnpl\",true),1e3);});const onAppearpd8afy=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"qx5GxunLN\",true),1e3);});const onAppearo8gk4o=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"fmWRONwbG\",true),1e3);});const onAppearjmh403=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"hcJJkIQEc\",true),1e3);});const onAppear1h9rxnf=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"qbSrMxG91\",true),1e3);});const onAppear67koif=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"d59K6c9bT\",true),1e3);});const onAppearxitrcj=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"lghL2HUmd\",true),1e3);});useOnVariantChange(baseVariant,{aN9Tdgnpl:onAppearpd8afy,d59K6c9bT:onAppearxitrcj,default:onAppear1f14k1f,eHboEQ1Rr:onAppear67koif,fmWRONwbG:onAppearjmh403,gjzsYAZr6:onAppear12u7epx,hcJJkIQEc:onAppear1h9rxnf,lghL2HUmd:onAppear67koif,M25wluDi0:onAppear7v7m4k,mkENTuh4N:onAppear1rvhqg,qbSrMxG91:onAppearo8gk4o,qx5GxunLN:onAppear96ouhf,UEwgGWZ6c:onAppearx9iasl,xaQtRmZ6j:onAppeardp9l72,XopPMpjQI:onAppear10eg8tj});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"xaQtRmZ6j\",\"mkENTuh4N\",\"XopPMpjQI\",\"qx5GxunLN\",\"gjzsYAZr6\",\"aN9Tdgnpl\",\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\",\"eHboEQ1Rr\",\"d59K6c9bT\",\"lghL2HUmd\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if([\"xaQtRmZ6j\",\"mkENTuh4N\",\"XopPMpjQI\",\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\"].includes(baseVariant))return false;return true;};const isDisplayed3=()=>{if([\"xaQtRmZ6j\",\"mkENTuh4N\",\"XopPMpjQI\"].includes(baseVariant))return true;return false;};const isDisplayed4=()=>{if([\"qx5GxunLN\",\"gjzsYAZr6\",\"aN9Tdgnpl\"].includes(baseVariant))return true;return false;};const isDisplayed5=()=>{if([\"eHboEQ1Rr\",\"d59K6c9bT\",\"lghL2HUmd\"].includes(baseVariant))return true;return false;};const isDisplayed6=()=>{if([\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\",\"eHboEQ1Rr\",\"d59K6c9bT\",\"lghL2HUmd\"].includes(baseVariant))return true;return false;};const isDisplayed7=()=>{if([\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,...addPropertyOverrides({aN9Tdgnpl:{value:transition5},d59K6c9bT:{value:transition8},eHboEQ1Rr:{value:transition4},fmWRONwbG:{value:transition4},gjzsYAZr6:{value:transition4},hcJJkIQEc:{value:transition7},lghL2HUmd:{value:transition8},M25wluDi0:{value:transition2},mkENTuh4N:{value:transition3},qbSrMxG91:{value:transition6},qx5GxunLN:{value:transition4},xaQtRmZ6j:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-9mxk64\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"OelHKMCNt\",ref:refBinding,style:{...style},...addPropertyOverrides({aN9Tdgnpl:{\"data-framer-name\":\"Variant 9\"},d59K6c9bT:{\"data-framer-name\":\"Variant 16\"},eHboEQ1Rr:{\"data-framer-name\":\"Variant 17\"},fmWRONwbG:{\"data-framer-name\":\"Variant 14\"},gjzsYAZr6:{\"data-framer-name\":\"Variant 8\"},hcJJkIQEc:{\"data-framer-name\":\"Variant 15\"},lghL2HUmd:{\"data-framer-name\":\"Variant 18\"},M25wluDi0:{\"data-framer-name\":\"Variant 2\"},mkENTuh4N:{\"data-framer-name\":\"Variant 5\"},qbSrMxG91:{\"data-framer-name\":\"Variant 13\"},qx5GxunLN:{\"data-framer-name\":\"Variant 7\"},UEwgGWZ6c:{\"data-framer-name\":\"Variant 3\"},xaQtRmZ6j:{\"data-framer-name\":\"Variant 4\"},XopPMpjQI:{\"data-framer-name\":\"Variant 6\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1yb91r0\",\"data-framer-name\":\"1\",fill:\"black\",intrinsicHeight:284,intrinsicWidth:206,layoutDependency:layoutDependency,layoutId:\"ZQXQeyn_9\",svg:'<svg width=\"206\" height=\"284\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M38.96 31.541h3.282a4.874 4.874 0 0 1 4.879 4.876V223.73h-8.16V31.541Zm123.691 87.564h-89.61a3.49 3.49 0 0 0-3.49 3.489v97.638a3.49 3.49 0 0 0 3.49 3.489h89.61a3.49 3.49 0 0 0 3.491-3.489v-97.638a3.49 3.49 0 0 0-3.491-3.489Z\" stroke=\"#002652\" stroke-width=\"2.356\" stroke-miterlimit=\"10\"/><path d=\"M181.259 223.721v10.04H117.91c-5.804-6.089-13.99-9.883-23.057-9.883-9.068 0-17.262 3.794-23.057 9.883H8.437v-10.04H181.26Z\" stroke=\"#002652\" stroke-width=\"2.356\" stroke-miterlimit=\"10\"/><path d=\"M121.791 255.706c0 14.871-12.061 26.926-26.94 26.926-14.88 0-26.94-12.055-26.94-26.926 0-9.054 4.467-17.061 11.318-21.946a26.807 26.807 0 0 1 15.622-4.98c5.829 0 11.214 1.84 15.621 4.98 6.851 4.885 11.319 12.892 11.319 21.946Z\" stroke=\"#002652\" stroke-width=\"2.356\" stroke-miterlimit=\"10\"/><path d=\"M108.08 255.706c0 7.301-5.917 13.214-13.222 13.214-7.304 0-13.221-5.913-13.221-13.214 0-4.44 2.19-8.373 5.55-10.772a13.14 13.14 0 0 1 7.663-2.442 13.202 13.202 0 0 1 13.212 13.214h.018ZM13.512 56.968V6.116l25.44 25.426-25.44 25.426Z\" stroke=\"#002652\" stroke-width=\"2.356\" stroke-miterlimit=\"10\"/></svg>',withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"100px\",y:(componentViewport?.y||0)+23,...addPropertyOverrides({aN9Tdgnpl:{y:(componentViewport?.y||0)+17},d59K6c9bT:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+47},eHboEQ1Rr:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+47},gjzsYAZr6:{y:(componentViewport?.y||0)+17},lghL2HUmd:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+47},mkENTuh4N:{y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-25)},qx5GxunLN:{y:(componentViewport?.y||0)+17},xaQtRmZ6j:{y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-25)},XopPMpjQI:{y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-25)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-qjwvl-container\",layoutDependency:layoutDependency,layoutId:\"PCgr8BunN-container\",nodeId:\"PCgr8BunN\",rendersWithMotion:true,scopeId:\"pH87CNtHy\",children:/*#__PURE__*/_jsx(RadarAnimation,{height:\"100%\",id:\"PCgr8BunN\",layoutId:\"PCgr8BunN\",style:{height:\"100%\",width:\"100%\"},variant:\"qqjGkw359\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tt2iqx\",layoutDependency:layoutDependency,layoutId:\"y9_ArhVyq\",style:{backgroundColor:\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4},variants:{d59K6c9bT:{borderBottomLeftRadius:2,borderBottomRightRadius:2},eHboEQ1Rr:{borderBottomLeftRadius:2,borderBottomRightRadius:2},lghL2HUmd:{borderBottomLeftRadius:2,borderBottomRightRadius:2}}}),isDisplayed2()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-128nb5i\",\"data-framer-name\":\"Smart-dip\",fill:\"black\",intrinsicHeight:515,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"pnZbrQuRL\",svg:'<svg width=\"120\" height=\"515\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M109.555 11.215h-98.72v53.33h98.72v-53.33ZM119.769.907H.598v10.308h119.171V.907Z\" fill=\"#0069E0\"/><path d=\"M79.962 64.544H40.457v34.592h39.505V64.544Z\" fill=\"#0069E0\"/><path d=\"M60.188 99.135v354.568\" stroke=\"#0069E0\" stroke-width=\"11.797\" stroke-miterlimit=\"10\"/><path d=\"M69.24 453.704H51.148v51.102H69.24v-51.102Zm-2.983 51.102H54.195v9.434h12.062v-9.434Z\" fill=\"#0069E0\"/></svg>',withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vssv9v\",\"data-framer-name\":\"Frame 3955\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:91,intrinsicWidth:228,layoutDependency:layoutDependency,layoutId:\"nLaAWU0qC\",svg:'<svg width=\"228\" height=\"91\" viewBox=\"0 0 228 91\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_4936_27706)\">\\n<path d=\"M23.0374 20.4517H12.4592C11.718 20.4517 11.1172 21.0469 11.1172 21.7813V41.6456C11.1172 42.3799 11.718 42.9752 12.4592 42.9752H23.0374C23.7786 42.9752 24.3794 42.3799 24.3794 41.6456V21.7813C24.3794 21.0469 23.7786 20.4517 23.0374 20.4517Z\" fill=\"#002652\"/>\\n<path d=\"M63.7207 89.8339C72.1959 89.8339 79.0664 83.0268 79.0664 74.6298C79.0664 66.2329 72.1959 59.4258 63.7207 59.4258C55.2455 59.4258 48.375 66.2329 48.375 74.6298C48.375 83.0268 55.2455 89.8339 63.7207 89.8339Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M63.7219 83.3253C68.5692 83.3253 72.4986 79.4322 72.4986 74.6297C72.4986 69.8272 68.5692 65.9341 63.7219 65.9341C58.8747 65.9341 54.9453 69.8272 54.9453 74.6297C54.9453 79.4322 58.8747 83.3253 63.7219 83.3253Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M191.787 89.8339C200.262 89.8339 207.133 83.0268 207.133 74.6298C207.133 66.2329 200.262 59.4258 191.787 59.4258C183.312 59.4258 176.441 66.2329 176.441 74.6298C176.441 83.0268 183.312 89.8339 191.787 89.8339Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M191.784 83.3253C196.632 83.3253 200.561 79.4322 200.561 74.6297C200.561 69.8272 196.632 65.9341 191.784 65.9341C186.937 65.9341 183.008 69.8272 183.008 74.6297C183.008 79.4322 186.937 83.3253 191.784 83.3253Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M166.217 31.0818C166.217 43.9358 163.59 54.3565 160.346 54.3565H127.728V49.4536H95.5205V54.3565H40.0392C36.7949 54.3565 34.168 43.9358 34.168 31.0818C34.168 18.2278 36.7949 7.80371 40.0392 7.80371H160.346C163.59 7.80371 166.217 18.2245 166.217 31.0818Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M177.874 55.7029H127.73V59.4258H177.874V55.7029Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M127.727 49.4536H95.5195V79.6024H127.727V49.4536Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M171.838 63.2085H127.73V79.6025H171.838V63.2085Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M221.745 42.0345C221.879 48.523 222.832 67.9785 222.832 67.9785C222.832 68.9391 222.047 69.7202 221.074 69.7202H211.872C211.12 69.7202 210.442 69.2516 210.211 68.5435C209.963 67.7956 209.671 67.0677 209.335 66.363C209.171 66.014 208.996 65.6749 208.808 65.3392C206.195 60.5759 201.629 57.0159 196.177 55.7062C194.691 55.3505 193.137 55.161 191.537 55.161C190.131 55.161 188.762 55.3073 187.441 55.5865C187.085 55.663 186.723 55.7062 186.357 55.7062H170.555C169.585 55.7062 168.797 54.9284 168.797 53.9644V3.90804C168.797 2.9474 169.582 2.16626 170.555 2.16626H203.823C214.307 2.16626 221.369 24.2676 221.742 42.0345H221.745Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M95.5195 55.7029V59.4258H38.8672V78.479H15.8789V55.7029H95.5195Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M31.0929 7.80371H4.12891V55.7028H31.0929V7.80371Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M11.8964 63.5941C14.0958 63.5941 15.8788 61.8276 15.8788 59.6485C15.8788 57.4694 14.0958 55.7029 11.8964 55.7029C9.69703 55.7029 7.91406 57.4694 7.91406 59.6485C7.91406 61.8276 9.69703 63.5941 11.8964 63.5941Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M177.871 21.0632V7.78048C177.871 7.00266 178.482 6.37109 179.237 6.37109H201.306C207.583 6.37109 212.072 15.2097 214.202 26.3285C214.209 26.3551 214.212 28.8813 214.219 28.9079C205.308 28.9345 177.871 21.0632 177.871 21.0632Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M216.641 48.1406H221.945L221.569 38.2417H216.641V48.1406Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_4936_27706\">\\n<rect width=\"234\" height=\"89\" fill=\"white\" transform=\"translate(-11 2)\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed4()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1q2ii67\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:108,intrinsicWidth:180,layoutDependency:layoutDependency,layoutId:\"iPwcxQolA\",svg:'<svg width=\"180\" height=\"108\" viewBox=\"0 0 180 108\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5012_2631)\">\\n<path d=\"M174.965 8.24927H4.11151C3.01008 8.24927 2.11719 9.14238 2.11719 10.2441V105.527C2.11719 106.629 3.01008 107.522 4.11151 107.522H174.965C176.067 107.522 176.96 106.629 176.96 105.527V10.2441C176.96 9.14238 176.067 8.24927 174.965 8.24927Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M159.808 43.9617H144.088C142.987 43.9617 142.094 44.8548 142.094 45.9565V75.7592C142.094 76.8609 142.987 77.7541 144.088 77.7541H159.808C160.91 77.7541 161.803 76.8609 161.803 75.7592V45.9565C161.803 44.8548 160.91 43.9617 159.808 43.9617Z\" fill=\"#002652\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5012_2631\">\\n<rect width=\"180\" height=\"108\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-xgbgh1\",\"data-framer-name\":\"Layer_1\",layoutDependency:layoutDependency,layoutId:\"YAQvxnp5r\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1t5zyhw\",\"data-framer-name\":\"Frame 3958\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:95,intrinsicWidth:171,layoutDependency:layoutDependency,layoutId:\"gzyl2S0_u\",svg:'<svg width=\"171\" height=\"95\" viewBox=\"0 0 171 95\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M131.842 6.95387V27.0706H46.9146C46.167 27.0706 45.5614 27.6814 45.5614 28.4356V73.5182H14.5641C13.8165 73.5182 13.2109 72.9074 13.2109 72.1532V6.95387C13.2109 6.19971 13.8165 5.58887 14.5641 5.58887H130.489C131.236 5.58887 131.842 6.19971 131.842 6.95387Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M162.84 27.0708H46.9157C46.168 27.0708 45.5625 27.6816 45.5625 28.4358V93.6351C45.5625 94.3893 46.168 95.0001 46.9157 95.0001H162.84C163.588 95.0001 164.193 94.3893 164.193 93.6351V28.4358C164.193 27.6816 163.588 27.0708 162.84 27.0708Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n<path d=\"M64.2616 51.5078H53.5953C52.848 51.5078 52.2422 52.1189 52.2422 52.8728V73.2659C52.2422 74.0198 52.848 74.631 53.5953 74.631H64.2616C65.0089 74.631 65.6147 74.0198 65.6147 73.2659V52.8728C65.6147 52.1189 65.0089 51.5078 64.2616 51.5078Z\" fill=\"#002652\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wwf1ph\",\"data-framer-name\":\"Frame 3959\",layoutDependency:layoutDependency,layoutId:\"kKdb8fvf1\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1hjfg76\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:71,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"VfQNLJadd\",svg:'<svg width=\"122\" height=\"71\" viewBox=\"-1 -1 122 71\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M119.189 1.95387V22.0706H34.2622C33.5146 22.0706 32.9091 22.6814 32.9091 23.4356V68.5182H1.91175C1.16413 68.5182 0.558594 67.9074 0.558594 67.1532V1.95387C0.558594 1.19971 1.16413 0.588867 1.91175 0.588867H117.836C118.584 0.588867 119.189 1.19971 119.189 1.95387Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-czyk7q\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:70,intrinsicWidth:122,layoutDependency:layoutDependency,layoutId:\"L3WvMwHNW\",svg:'<svg width=\"122\" height=\"70\" viewBox=\"-1 -1 122 70\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M118.192 0.0708008H2.26721C1.5196 0.0708008 0.914062 0.681639 0.914062 1.4358V66.6351C0.914062 67.3893 1.5196 68.0001 2.26721 68.0001H118.192C118.939 68.0001 119.545 67.3893 119.545 66.6351V1.4358C119.545 0.681639 118.939 0.0708008 118.192 0.0708008Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-zt2l5s\",layoutDependency:layoutDependency,layoutId:\"RYiJaItec\",style:{backgroundColor:\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rzzc8o\",layoutDependency:layoutDependency,layoutId:\"VKzsQjv08\",style:{backgroundColor:\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})]}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1vrvxac\",layoutDependency:layoutDependency,layoutId:\"AqOXT6L_7\",style:{backgroundColor:\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",borderBottomLeftRadius:2,borderBottomRightRadius:2}}),isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s7k0gc\",layoutDependency:layoutDependency,layoutId:\"rMZ0obSqp\",style:{backgroundColor:\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",borderBottomLeftRadius:2,borderBottomRightRadius:2}}),isDisplayed6()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-xb11na\",layoutDependency:layoutDependency,layoutId:\"vBwJ6j45s\",style:{backgroundColor:\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",borderBottomLeftRadius:4,borderBottomRightRadius:4},variants:{d59K6c9bT:{borderBottomLeftRadius:2,borderBottomRightRadius:2},eHboEQ1Rr:{borderBottomLeftRadius:2,borderBottomRightRadius:2},lghL2HUmd:{borderBottomLeftRadius:2,borderBottomRightRadius:2}},children:isDisplayed5()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-b0ttl3\",layoutDependency:layoutDependency,layoutId:\"jm41awcTS\",style:{backgroundColor:\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\",borderBottomLeftRadius:2,borderBottomRightRadius:2,borderTopLeftRadius:2,borderTopRightRadius:2}})}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1ti4vxw\",\"data-framer-name\":\"Smart-dip\",fill:\"black\",intrinsicHeight:515,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"a56z_9W8d\",svg:'<svg width=\"120\" height=\"515\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M109.555 11.215h-98.72v53.33h98.72v-53.33ZM119.769.907H.598v10.308h119.171V.907Z\" fill=\"#0069E0\"/><path d=\"M79.962 64.544H40.457v34.592h39.505V64.544Z\" fill=\"#0069E0\"/><path d=\"M60.188 99.135v354.568\" stroke=\"#0069E0\" stroke-width=\"11.797\" stroke-miterlimit=\"10\"/><path d=\"M69.24 453.704H51.148v51.102H69.24v-51.102Zm-2.983 51.102H54.195v9.434h12.062v-9.434Z\" fill=\"#0069E0\"/></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-zhrxjw\",\"data-framer-name\":\"Smart-dip\",fill:\"black\",intrinsicHeight:515,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"tDSpMkxgc\",svg:'<svg width=\"120\" height=\"515\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M109.555 11.215h-98.72v53.33h98.72v-53.33ZM119.769.907H.598v10.308h119.171V.907Z\" fill=\"#0069E0\"/><path d=\"M79.962 64.544H40.457v34.592h39.505V64.544Z\" fill=\"#0069E0\"/><path d=\"M60.188 99.135v354.568\" stroke=\"#0069E0\" stroke-width=\"11.797\" stroke-miterlimit=\"10\"/><path d=\"M69.24 453.704H51.148v51.102H69.24v-51.102Zm-2.983 51.102H54.195v9.434h12.062v-9.434Z\" fill=\"#0069E0\"/></svg>',withExternalLayout:true}),isDisplayed6()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-1h9wuiy\",\"data-framer-name\":\"Smart-dip\",fill:\"black\",intrinsicHeight:515,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"SAuOqdZcu\",svg:'<svg width=\"120\" height=\"515\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M109.555 11.215h-98.72v53.33h98.72v-53.33ZM119.769.907H.598v10.308h119.171V.907Z\" fill=\"#0069E0\"/><path d=\"M79.962 64.544H40.457v34.592h39.505V64.544Z\" fill=\"#0069E0\"/><path d=\"M60.188 99.135v354.568\" stroke=\"#0069E0\" stroke-width=\"11.797\" stroke-miterlimit=\"10\"/><path d=\"M69.24 453.704H51.148v51.102H69.24v-51.102Zm-2.983 51.102H54.195v9.434h12.062v-9.434Z\" fill=\"#0069E0\"/></svg>',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d59K6c9bT:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+(componentViewport?.height||160)- -904.966},eHboEQ1Rr:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+(componentViewport?.height||160)- -904.966},lghL2HUmd:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+(componentViewport?.height||160)- -904.966}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1tavcoa-container\",layoutDependency:layoutDependency,layoutId:\"xvX__VIz0-container\",nodeId:\"xvX__VIz0\",rendersWithMotion:true,scopeId:\"pH87CNtHy\",children:/*#__PURE__*/_jsx(RadarAnimation,{height:\"100%\",id:\"xvX__VIz0\",layoutId:\"xvX__VIz0\",style:{height:\"100%\",width:\"100%\"},variant:\"qqjGkw359\",width:\"100%\"})})}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d59K6c9bT:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)},eHboEQ1Rr:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)},lghL2HUmd:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-13qy5fa-container\",layoutDependency:layoutDependency,layoutId:\"bGJ6JWgJj-container\",nodeId:\"bGJ6JWgJj\",rendersWithMotion:true,scopeId:\"pH87CNtHy\",children:/*#__PURE__*/_jsx(RadarAnimation,{height:\"100%\",id:\"bGJ6JWgJj\",layoutId:\"bGJ6JWgJj\",style:{height:\"100%\",width:\"100%\"},variant:\"qqjGkw359\",width:\"100%\"})})}),isDisplayed6()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d59K6c9bT:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+52},eHboEQ1Rr:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+52},fmWRONwbG:{height:50,width:\"100px\",y:(componentViewport?.y||0)+31},hcJJkIQEc:{height:50,width:\"100px\",y:(componentViewport?.y||0)+31},lghL2HUmd:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+52},qbSrMxG91:{height:50,width:\"100px\",y:(componentViewport?.y||0)+31}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rc761e-container\",layoutDependency:layoutDependency,layoutId:\"rHK0ZIa5y-container\",nodeId:\"rHK0ZIa5y\",rendersWithMotion:true,scopeId:\"pH87CNtHy\",children:/*#__PURE__*/_jsx(RadarAnimation,{height:\"100%\",id:\"rHK0ZIa5y\",layoutId:\"rHK0ZIa5y\",style:{height:\"100%\",width:\"100%\"},variant:\"qqjGkw359\",width:\"100%\"})})}),isDisplayed7()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-h3eayr\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:75,intrinsicWidth:90,layoutDependency:layoutDependency,layoutId:\"oIqavNNx8\",svg:'<svg width=\"90\" height=\"75\" viewBox=\"0 0 90 75\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_5015_2710)\">\\n<path d=\"M76.0245 7.54346H13.9783C12.8944 7.54346 12.0156 8.43871 12.0156 9.54306V72.7554C12.0156 73.8598 12.8944 74.755 13.9783 74.755H76.0245C77.1084 74.755 77.9872 73.8598 77.9872 72.7554V9.54306C77.9872 8.43871 77.1084 7.54346 76.0245 7.54346Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_5015_2710\">\\n<rect width=\"90\" height=\"75\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),isDisplayed5()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({d59K6c9bT:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)},eHboEQ1Rr:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)},lghL2HUmd:{height:35.034,width:\"69.8113px\",y:(componentViewport?.y||0)+((componentViewport?.height||160)*.5125000000000002-17.517)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17hfh5e-container\",layoutDependency:layoutDependency,layoutId:\"QlPGhYT8L-container\",nodeId:\"QlPGhYT8L\",rendersWithMotion:true,scopeId:\"pH87CNtHy\",children:/*#__PURE__*/_jsx(RadarAnimation,{height:\"100%\",id:\"QlPGhYT8L\",layoutId:\"QlPGhYT8L\",style:{height:\"100%\",width:\"100%\"},variant:\"qqjGkw359\",width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-HjIwi.framer-ujf2v4, .framer-HjIwi .framer-ujf2v4 { display: block; }\",\".framer-HjIwi.framer-9mxk64 { align-content: flex-end; align-items: flex-end; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 160px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-HjIwi .framer-1yb91r0 { aspect-ratio: 0.7253521126760564 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 141px); position: relative; width: 102px; }\",\".framer-HjIwi .framer-qjwvl-container { flex: none; height: 50px; position: absolute; right: -18px; top: 23px; width: 100px; z-index: 1; }\",\".framer-HjIwi .framer-tt2iqx { bottom: 33px; flex: none; height: 15px; overflow: visible; position: absolute; right: 22px; width: 43px; z-index: 1; }\",\".framer-HjIwi .framer-128nb5i { aspect-ratio: 0.23300970873786409 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 60px); left: 63px; position: absolute; top: 66px; width: 14px; z-index: 1; }\",\".framer-HjIwi .framer-vssv9v { flex: none; height: 88px; position: relative; width: 219px; }\",\".framer-HjIwi .framer-1q2ii67 { flex: none; height: 108px; position: relative; width: 180px; }\",\".framer-HjIwi .framer-xgbgh1 { flex: none; gap: 0px; height: 111px; overflow: visible; position: relative; width: 253px; }\",\".framer-HjIwi .framer-1t5zyhw { flex: none; height: 67px; left: 13px; position: absolute; top: calc(48.648648648648674% - 66.56462585034014px / 2); width: 119px; }\",\".framer-HjIwi .framer-wwf1ph { bottom: 1px; flex: none; gap: 0px; height: 96px; overflow: visible; position: absolute; right: 68px; width: 98px; }\",\".framer-HjIwi .framer-1hjfg76 { flex: none; height: 48px; position: absolute; right: -31px; top: 10px; width: 83px; }\",\".framer-HjIwi .framer-czyk7q { flex: none; height: 47px; position: absolute; right: -53px; top: calc(50.00000000000002% - 47px / 2); width: 83px; }\",\".framer-HjIwi .framer-zt2l5s, .framer-HjIwi .framer-rzzc8o { bottom: 37px; flex: none; height: 17px; left: 49px; overflow: visible; position: absolute; width: 10px; z-index: 1; }\",\".framer-HjIwi .framer-1vrvxac { bottom: 25px; flex: none; height: 43px; left: 46px; overflow: visible; position: absolute; width: 80px; z-index: 1; }\",\".framer-HjIwi .framer-s7k0gc { bottom: 41px; flex: none; height: 35px; overflow: visible; position: absolute; right: 98px; width: 19px; z-index: 1; }\",\".framer-HjIwi .framer-xb11na { bottom: 6px; flex: none; height: 17px; overflow: visible; position: absolute; right: 10px; width: 111px; z-index: 1; }\",\".framer-HjIwi .framer-b0ttl3 { bottom: 9px; flex: none; height: 17px; left: 3px; overflow: visible; position: absolute; width: 10px; z-index: 2; }\",\".framer-HjIwi .framer-1ti4vxw { aspect-ratio: 0.23300970873786409 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 29px; position: absolute; top: 65px; width: 11px; z-index: 2; }\",\".framer-HjIwi .framer-zhrxjw { aspect-ratio: 0.23300970873786409 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); left: 219px; position: absolute; top: 80px; width: 11px; z-index: 2; }\",\".framer-HjIwi .framer-1h9wuiy { aspect-ratio: 0.23300970873786409 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 69px); left: 174px; position: absolute; top: 112px; width: 16px; z-index: 2; }\",\".framer-HjIwi .framer-1tavcoa-container { bottom: -940px; flex: none; height: 35px; position: absolute; right: -518px; width: 70px; z-index: 1; }\",\".framer-HjIwi .framer-13qy5fa-container { flex: none; height: 35px; left: 78px; position: absolute; top: 48px; width: 70px; z-index: 1; }\",\".framer-HjIwi .framer-1rc761e-container { flex: none; height: 50px; left: -27px; position: absolute; top: 70px; width: 100px; z-index: 1; }\",\".framer-HjIwi .framer-h3eayr { flex: none; height: 75px; position: relative; width: 90px; }\",\".framer-HjIwi .framer-17hfh5e-container { flex: none; height: 35px; position: absolute; right: -6px; top: 48px; width: 70px; z-index: 1; }\",\".framer-HjIwi.framer-v-6tu48m .framer-1yb91r0, .framer-HjIwi.framer-v-1saszvu .framer-1yb91r0 { width: 102px; }\",\".framer-HjIwi.framer-v-6tu48m .framer-tt2iqx { height: 47px; width: 43px; }\",\".framer-HjIwi.framer-v-1saszvu .framer-tt2iqx { width: 43px; }\",\".framer-HjIwi.framer-v-1tprlfv.framer-9mxk64, .framer-HjIwi.framer-v-vdfo58.framer-9mxk64, .framer-HjIwi.framer-v-15kjcqg.framer-9mxk64, .framer-HjIwi.framer-v-2zocke.framer-9mxk64, .framer-HjIwi.framer-v-1r3xmko.framer-9mxk64, .framer-HjIwi.framer-v-1nlkj4s.framer-9mxk64, .framer-HjIwi.framer-v-qnt4qv.framer-9mxk64, .framer-HjIwi.framer-v-1kqgq9i.framer-9mxk64, .framer-HjIwi.framer-v-1p4qz96.framer-9mxk64, .framer-HjIwi.framer-v-1bo9xzo.framer-9mxk64, .framer-HjIwi.framer-v-11zak6p.framer-9mxk64, .framer-HjIwi.framer-v-114f8c8.framer-9mxk64 { overflow: visible; }\",\".framer-HjIwi.framer-v-1tprlfv .framer-qjwvl-container, .framer-HjIwi.framer-v-vdfo58 .framer-qjwvl-container, .framer-HjIwi.framer-v-15kjcqg .framer-qjwvl-container { left: -37px; order: 2; right: unset; top: calc(51.250000000000014% - 50px / 2); }\",\".framer-HjIwi.framer-v-1tprlfv .framer-tt2iqx { bottom: 28px; height: 11px; left: 28px; order: 3; right: unset; width: 85px; }\",\".framer-HjIwi.framer-v-1tprlfv .framer-vssv9v, .framer-HjIwi.framer-v-vdfo58 .framer-vssv9v, .framer-HjIwi.framer-v-15kjcqg .framer-vssv9v { aspect-ratio: 2.4886363636363638 / 1; height: var(--framer-aspect-ratio-supported, 65px); order: 0; width: 162px; }\",\".framer-HjIwi.framer-v-vdfo58 .framer-tt2iqx { bottom: 28px; height: 28px; left: 28px; order: 3; right: unset; width: 85px; }\",\".framer-HjIwi.framer-v-15kjcqg .framer-tt2iqx { bottom: 28px; height: 11px; left: 28px; order: 3; right: 49px; width: unset; }\",\".framer-HjIwi.framer-v-2zocke .framer-qjwvl-container, .framer-HjIwi.framer-v-1r3xmko .framer-qjwvl-container, .framer-HjIwi.framer-v-1nlkj4s .framer-qjwvl-container { order: 2; right: -7px; top: 17px; }\",\".framer-HjIwi.framer-v-2zocke .framer-tt2iqx, .framer-HjIwi.framer-v-1nlkj4s .framer-tt2iqx { bottom: 4px; height: 17px; left: calc(50.00000000000002% - 140px / 2); order: 6; right: unset; width: 140px; }\",\".framer-HjIwi.framer-v-2zocke .framer-128nb5i, .framer-HjIwi.framer-v-1r3xmko .framer-128nb5i, .framer-HjIwi.framer-v-1nlkj4s .framer-128nb5i { height: var(--framer-aspect-ratio-supported, 87px); left: 97px; order: 3; top: 60px; width: 20px; z-index: 2; }\",\".framer-HjIwi.framer-v-2zocke .framer-1q2ii67, .framer-HjIwi.framer-v-1r3xmko .framer-1q2ii67, .framer-HjIwi.framer-v-1nlkj4s .framer-1q2ii67 { height: 90px; order: 5; width: 150px; z-index: 2; }\",\".framer-HjIwi.framer-v-1r3xmko .framer-tt2iqx { bottom: 4px; height: 76px; left: calc(50.00000000000002% - 140px / 2); order: 6; right: unset; width: 140px; }\",\".framer-HjIwi.framer-v-qnt4qv .framer-xb11na, .framer-HjIwi.framer-v-1p4qz96 .framer-xb11na { bottom: 3px; left: calc(50.00000000000002% - 59px / 2); order: 10; right: unset; width: 59px; }\",\".framer-HjIwi.framer-v-qnt4qv .framer-1h9wuiy, .framer-HjIwi.framer-v-1kqgq9i .framer-1h9wuiy, .framer-HjIwi.framer-v-1p4qz96 .framer-1h9wuiy { left: 55px; order: 13; top: 78px; }\",\".framer-HjIwi.framer-v-qnt4qv .framer-1rc761e-container, .framer-HjIwi.framer-v-1kqgq9i .framer-1rc761e-container, .framer-HjIwi.framer-v-1p4qz96 .framer-1rc761e-container { left: unset; order: 16; right: -23px; top: 31px; }\",\".framer-HjIwi.framer-v-qnt4qv .framer-h3eayr, .framer-HjIwi.framer-v-1kqgq9i .framer-h3eayr, .framer-HjIwi.framer-v-1p4qz96 .framer-h3eayr { order: 17; }\",\".framer-HjIwi.framer-v-1kqgq9i .framer-xb11na { bottom: 3px; height: 62px; left: calc(50.00000000000002% - 59px / 2); order: 10; right: unset; width: 59px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-qjwvl-container, .framer-HjIwi.framer-v-11zak6p .framer-qjwvl-container, .framer-HjIwi.framer-v-114f8c8 .framer-qjwvl-container { height: 35px; order: 2; right: 72px; top: 47px; width: 70px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-tt2iqx, .framer-HjIwi.framer-v-114f8c8 .framer-tt2iqx { bottom: 23px; height: 11px; left: 24px; order: 6; right: unset; width: 19px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-128nb5i, .framer-HjIwi.framer-v-11zak6p .framer-128nb5i, .framer-HjIwi.framer-v-114f8c8 .framer-128nb5i { height: var(--framer-aspect-ratio-supported, 48px); left: 108px; order: 3; top: 97px; width: 11px; z-index: 2; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-xgbgh1, .framer-HjIwi.framer-v-11zak6p .framer-xgbgh1, .framer-HjIwi.framer-v-114f8c8 .framer-xgbgh1 { height: 94px; order: 7; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1t5zyhw, .framer-HjIwi.framer-v-11zak6p .framer-1t5zyhw, .framer-HjIwi.framer-v-114f8c8 .framer-1t5zyhw { bottom: 6px; height: 67px; top: unset; width: 119px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-wwf1ph, .framer-HjIwi.framer-v-11zak6p .framer-wwf1ph, .framer-HjIwi.framer-v-114f8c8 .framer-wwf1ph { bottom: -16px; left: calc(53.754940711462474% - 98px / 2); right: unset; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-zt2l5s, .framer-HjIwi.framer-v-11zak6p .framer-zt2l5s, .framer-HjIwi.framer-v-114f8c8 .framer-zt2l5s { bottom: 20px; height: 17px; width: 10px; z-index: 2; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-rzzc8o, .framer-HjIwi.framer-v-11zak6p .framer-rzzc8o, .framer-HjIwi.framer-v-114f8c8 .framer-rzzc8o { bottom: 20px; height: 17px; width: 10px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1vrvxac, .framer-HjIwi.framer-v-114f8c8 .framer-1vrvxac { bottom: 8px; height: 13px; order: 8; width: 80px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-s7k0gc, .framer-HjIwi.framer-v-114f8c8 .framer-s7k0gc { bottom: 24px; height: 10px; order: 9; width: 19px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-xb11na, .framer-HjIwi.framer-v-114f8c8 .framer-xb11na { bottom: 11px; height: 10px; order: 10; right: 18px; width: 77px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1ti4vxw, .framer-HjIwi.framer-v-11zak6p .framer-1ti4vxw, .framer-HjIwi.framer-v-114f8c8 .framer-1ti4vxw { order: 11; top: 82px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-zhrxjw, .framer-HjIwi.framer-v-11zak6p .framer-zhrxjw, .framer-HjIwi.framer-v-114f8c8 .framer-zhrxjw { order: 13; top: 97px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1h9wuiy, .framer-HjIwi.framer-v-11zak6p .framer-1h9wuiy, .framer-HjIwi.framer-v-114f8c8 .framer-1h9wuiy { height: var(--framer-aspect-ratio-supported, 48px); left: 140px; order: 12; top: 82px; width: 11px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1tavcoa-container, .framer-HjIwi.framer-v-11zak6p .framer-1tavcoa-container, .framer-HjIwi.framer-v-114f8c8 .framer-1tavcoa-container { order: 14; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-13qy5fa-container, .framer-HjIwi.framer-v-11zak6p .framer-13qy5fa-container, .framer-HjIwi.framer-v-114f8c8 .framer-13qy5fa-container { order: 15; top: calc(51.250000000000014% - 35.03401360544217px / 2); }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-1rc761e-container, .framer-HjIwi.framer-v-11zak6p .framer-1rc761e-container, .framer-HjIwi.framer-v-114f8c8 .framer-1rc761e-container { height: 35px; left: 0px; order: 16; top: 52px; width: 70px; }\",\".framer-HjIwi.framer-v-1bo9xzo .framer-17hfh5e-container, .framer-HjIwi.framer-v-11zak6p .framer-17hfh5e-container, .framer-HjIwi.framer-v-114f8c8 .framer-17hfh5e-container { order: 18; top: calc(51.250000000000014% - 35.03401360544217px / 2); }\",\".framer-HjIwi.framer-v-11zak6p .framer-tt2iqx { bottom: 23px; height: 29px; left: 24px; order: 6; right: unset; width: 19px; }\",\".framer-HjIwi.framer-v-11zak6p .framer-1vrvxac { bottom: 8px; height: 44px; order: 8; width: 80px; }\",\".framer-HjIwi.framer-v-11zak6p .framer-s7k0gc { bottom: 26px; height: 26px; order: 9; width: 19px; }\",\".framer-HjIwi.framer-v-11zak6p .framer-xb11na { bottom: 11px; height: 41px; order: 10; right: 18px; width: 77px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 160\n * @framerIntrinsicWidth 102\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"fixed\"]},\"M25wluDi0\":{\"layout\":[\"auto\",\"fixed\"]},\"UEwgGWZ6c\":{\"layout\":[\"auto\",\"fixed\"]},\"xaQtRmZ6j\":{\"layout\":[\"auto\",\"fixed\"]},\"mkENTuh4N\":{\"layout\":[\"auto\",\"fixed\"]},\"XopPMpjQI\":{\"layout\":[\"auto\",\"fixed\"]},\"qx5GxunLN\":{\"layout\":[\"auto\",\"fixed\"]},\"gjzsYAZr6\":{\"layout\":[\"auto\",\"fixed\"]},\"aN9Tdgnpl\":{\"layout\":[\"auto\",\"fixed\"]},\"qbSrMxG91\":{\"layout\":[\"auto\",\"fixed\"]},\"fmWRONwbG\":{\"layout\":[\"auto\",\"fixed\"]},\"hcJJkIQEc\":{\"layout\":[\"auto\",\"fixed\"]},\"eHboEQ1Rr\":{\"layout\":[\"auto\",\"fixed\"]},\"d59K6c9bT\":{\"layout\":[\"auto\",\"fixed\"]},\"lghL2HUmd\":{\"layout\":[\"auto\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerpH87CNtHy=withCSS(Component,css,\"framer-HjIwi\");export default FramerpH87CNtHy;FramerpH87CNtHy.displayName=\"Animation\";FramerpH87CNtHy.defaultProps={height:160,width:102};addPropertyControls(FramerpH87CNtHy,{variant:{options:[\"OelHKMCNt\",\"M25wluDi0\",\"UEwgGWZ6c\",\"xaQtRmZ6j\",\"mkENTuh4N\",\"XopPMpjQI\",\"qx5GxunLN\",\"gjzsYAZr6\",\"aN9Tdgnpl\",\"qbSrMxG91\",\"fmWRONwbG\",\"hcJJkIQEc\",\"eHboEQ1Rr\",\"d59K6c9bT\",\"lghL2HUmd\"],optionTitles:[\"Variant 1\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\",\"Variant 6\",\"Variant 7\",\"Variant 8\",\"Variant 9\",\"Variant 13\",\"Variant 14\",\"Variant 15\",\"Variant 17\",\"Variant 16\",\"Variant 18\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerpH87CNtHy,[{explicitInter:true,fonts:[]},...RadarAnimationFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpH87CNtHy\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"M25wluDi0\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"UEwgGWZ6c\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"xaQtRmZ6j\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"mkENTuh4N\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"XopPMpjQI\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"qx5GxunLN\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"gjzsYAZr6\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"aN9Tdgnpl\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"qbSrMxG91\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"fmWRONwbG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"hcJJkIQEc\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"eHboEQ1Rr\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"d59K6c9bT\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]},\\\"lghL2HUmd\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicWidth\":\"102\",\"framerIntrinsicHeight\":\"160\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/j2xZVBxW9yYjbY5EyjEI/Qa0tSSxtEY3W562IAGmE/JB1Vfwiaq.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bNvmSkWCNlCPVF5SUj3Q/1cLLobfsQuxjS74y57Se/teCiUb5h8.js\";import ProductCardBackground from\"https://framerusercontent.com/modules/Sc1e7S0XSatXjgBHW6wC/CUaDugH7WsDFEemG3pYg/LntnG1PdG.js\";import ButtonMain from\"https://framerusercontent.com/modules/NkR9PuealwBH1r0PmNjb/V5Su7aE15XGeTQkAovRH/Q2nH5xnM4.js\";const MotionDivWithFX=withFX(motion.div);const ButtonMainFonts=getFonts(ButtonMain);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const ProductCardBackgroundFonts=getFonts(ProductCardBackground);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"F0u3Z56lw\",\"ZNY0_9CJv\",\"aGj2itmJ_\"];const serializationHash=\"framer-cly2K\";const variantClassNames={aGj2itmJ_:\"framer-v-13m7es6\",F0u3Z56lw:\"framer-v-1om5e0x\",ZNY0_9CJv:\"framer-v-yuogvd\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:50,y:0};const transition2={delay:0,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:50,y:0};const transition3={delay:.1,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:50,y:0};const transition4={delay:.2,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:50,y:0};const transition5={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,y:-5};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"F0u3Z56lw\",Phone:\"aGj2itmJ_\",Tablet:\"ZNY0_9CJv\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"F0u3Z56lw\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"F0u3Z56lw\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.section,{...restProps,...gestureHandlers,\"aria-label\":\"Explore FMT solutions by product category\",className:cx(scopingClassNames,\"framer-1om5e0x\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"F0u3Z56lw\",ref:refBinding,style:{backgroundColor:\"var(--token-22a586e2-3870-4d9a-9c25-8e28d56103b9, rgb(23, 21, 22))\",...style},...addPropertyOverrides({aGj2itmJ_:{\"data-framer-name\":\"Phone\"},ZNY0_9CJv:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-z909a4\",\"data-framer-name\":\"view-solutions-by-product-section\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"HDEyUOpvK\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-sf31ta\",\"data-framer-name\":\"view-solutions-by-product-div\",layoutDependency:layoutDependency,layoutId:\"c1WlfO_4Y\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1ox0i5j\",\"data-framer-name\":\"header-div\",layoutDependency:layoutDependency,layoutId:\"vuYHhU8si\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255)))\"},children:\"Explore by product\"})}),className:\"framer-1js2mua\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gLBZZt3Bx\",style:{\"--extracted-tcooor\":\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251)))\"},children:\"View solutions by product\"})}),className:\"framer-pgk3ds\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"meJH9omwr\",style:{\"--extracted-1of0zx5\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.button,{\"aria-label\":\"All products button link\",className:\"framer-kkvq2l\",\"data-framer-name\":\"button-div\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"WeIQvwoTS\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"MsACnd0dq\"},implicitPathVariables:undefined},{href:{webPageId:\"MsACnd0dq\"},implicitPathVariables:undefined},{href:{webPageId:\"MsACnd0dq\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,y:(componentViewport?.y||0)+128+0+0+0+0+112.6+0+0,...addPropertyOverrides({aGj2itmJ_:{y:(componentViewport?.y||0)+64+0+0+0+0+181.6+0+0},ZNY0_9CJv:{y:(componentViewport?.y||0)+64+0+0+0+0+112.6+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1mzos6v-container\",layoutDependency:layoutDependency,layoutId:\"KCmoKNcmq-container\",nodeId:\"KCmoKNcmq\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",children:/*#__PURE__*/_jsx(ButtonMain,{AiKfTowkb:true,DgcGvaENW:\"inset 0px 0px 8px 2px rgba(0, 105, 224, 0.8)\",dNbzUq3BX:false,EPJr5ByOp:false,FKDusqQ0s:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",Fkoh6J25W:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",FXfCaPz_D:\"Download\",height:\"100%\",HTjGzTE_K:\"All products\",hvxTktJFG:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",id:\"KCmoKNcmq\",L2PWkHORK:\"Download\",layoutId:\"KCmoKNcmq\",Mf1HPAwKD:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",mvWl7CL3p:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",mWVvWteIU:\"var(--token-a99d837b-06d7-493c-b110-b27a4342735d, rgb(235, 244, 255))\",n1yUCSirG:\"inset 0px 0px 4px 4px rgba(235, 244, 255, 0.5)\",p3jiMnj7O:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",QtAZJN_TJ:\"book\",s5NntCyJu:resolvedLinks[0],u_cow3SlD:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1},variant:\"eTnmKgJTR\",wh3J53GZR:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",width:\"100%\",ZlDKOhG4i:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1},...addPropertyOverrides({aGj2itmJ_:{s5NntCyJu:resolvedLinks[2]},ZNY0_9CJv:{s5NntCyJu:resolvedLinks[1]}},baseVariant,gestureVariant)})})})})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-4n8ahz\",\"data-framer-name\":\"products-div\",draggable:\"false\",layoutDependency:layoutDependency,layoutId:\"ITnexWP90\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-xie5hx-container\",\"data-framer-name\":\"products-cards-div\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"VupikRHiP-container\",name:\"products-cards-div\",nodeId:\"VupikRHiP\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",...addPropertyOverrides({aGj2itmJ_:{__framer__animate:{transition:transition3},__framer__exit:animation2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(235, 244, 255, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"right\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:800,effectsRotate:0,effectsScale:1,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",id:\"VupikRHiP\",intervalControl:1.5,itemAmount:3.7,layoutId:\"VupikRHiP\",name:\"products-cards-div\",padding:32,paddingBottom:90,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:24,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wtIWYq_G_\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1hh5uxw-container\",\"data-framer-name\":\"smartfill-card\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"YAqSfgS9f-container\",name:\"smartfill-card\",nodeId:\"YAqSfgS9f\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",whileHover:animation4,children:/*#__PURE__*/_jsx(ProductCardBackground,{DLYlbGPpO:\"FMS System\",DsucSdx0d:\"xM1i983eF\",height:\"100%\",id:\"YAqSfgS9f\",IDPL_ZvhP:resolvedLinks1[0],layoutId:\"YAqSfgS9f\",Meu9uZXZC:addImageAlt({pixelHeight:576,pixelWidth:576,src:\"https://framerusercontent.com/images/6axjMGV8ryf1OW33XwvjLB518I.png\",srcSet:\"https://framerusercontent.com/images/6axjMGV8ryf1OW33XwvjLB518I.png?scale-down-to=512 512w,https://framerusercontent.com/images/6axjMGV8ryf1OW33XwvjLB518I.png 576w\"},\"\"),name:\"smartfill-card\",style:{width:\"100%\"},variant:\"s4NAWrCNJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eG4BLFnTv\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hu7rzl-container\",\"data-framer-name\":\"smartfill-opt-card\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"o40WFIRLj-container\",name:\"smartfill-opt-card\",nodeId:\"o40WFIRLj\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",whileHover:animation4,children:/*#__PURE__*/_jsx(ProductCardBackground,{DLYlbGPpO:\"Unattended sales\",DsucSdx0d:\"z796CKDIU\",height:\"100%\",id:\"o40WFIRLj\",IDPL_ZvhP:resolvedLinks2[0],layoutId:\"o40WFIRLj\",Meu9uZXZC:addImageAlt({pixelHeight:768,pixelWidth:768,src:\"https://framerusercontent.com/images/pX6GTHT1qCsBUMVNQFWRivCvBY.png\",srcSet:\"https://framerusercontent.com/images/pX6GTHT1qCsBUMVNQFWRivCvBY.png?scale-down-to=512 512w,https://framerusercontent.com/images/pX6GTHT1qCsBUMVNQFWRivCvBY.png 768w\"},\"\"),name:\"smartfill-opt-card\",style:{width:\"100%\"},variant:\"s4NAWrCNJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"w0sJy0EAj\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c0js55-container\",\"data-framer-name\":\"smartdip-card\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ivNkrAW6b-container\",name:\"smartdip-card\",nodeId:\"ivNkrAW6b\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",whileHover:animation4,children:/*#__PURE__*/_jsx(ProductCardBackground,{DLYlbGPpO:\"Wireless tank gauging\",DsucSdx0d:\"zkTzquz6n\",height:\"100%\",id:\"ivNkrAW6b\",IDPL_ZvhP:resolvedLinks3[0],layoutId:\"ivNkrAW6b\",Meu9uZXZC:addImageAlt({pixelHeight:1344,pixelWidth:1344,src:\"https://framerusercontent.com/images/ABoGSdm2DWF2C9YaZh6Jrqn4tK0.png\",srcSet:\"https://framerusercontent.com/images/ABoGSdm2DWF2C9YaZh6Jrqn4tK0.png?scale-down-to=512 512w,https://framerusercontent.com/images/ABoGSdm2DWF2C9YaZh6Jrqn4tK0.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/ABoGSdm2DWF2C9YaZh6Jrqn4tK0.png 1344w\"},\"\"),name:\"smartdip-card\",style:{width:\"100%\"},variant:\"s4NAWrCNJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rq6DaQfwb\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9kufei-container\",\"data-framer-name\":\"smartdip-card\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"JHYRc2Tnn-container\",name:\"smartdip-card\",nodeId:\"JHYRc2Tnn\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",whileHover:animation4,children:/*#__PURE__*/_jsx(ProductCardBackground,{DLYlbGPpO:\"Tank gauging\",DsucSdx0d:\"xHEBREgmZ\",height:\"100%\",id:\"JHYRc2Tnn\",IDPL_ZvhP:resolvedLinks4[0],layoutId:\"JHYRc2Tnn\",Meu9uZXZC:addImageAlt({pixelHeight:706,pixelWidth:612,src:\"https://framerusercontent.com/images/5mH8YxNVp20fT5YiP2BkxAm4EQ.png\",srcSet:\"https://framerusercontent.com/images/5mH8YxNVp20fT5YiP2BkxAm4EQ.png 612w\"},\"\"),name:\"smartdip-card\",style:{width:\"100%\"},variant:\"s4NAWrCNJ\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"fnq4LcNs2\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:388,width:\"400px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1fnfxhs-container\",\"data-framer-name\":\"smarttag-card\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"uoGzCgEMR-container\",name:\"smarttag-card\",nodeId:\"uoGzCgEMR\",rendersWithMotion:true,scopeId:\"tO8XjCKTr\",whileHover:animation4,children:/*#__PURE__*/_jsx(ProductCardBackground,{DLYlbGPpO:\"Vehicle identification\",DsucSdx0d:\"R3vk2q2K8\",height:\"100%\",id:\"uoGzCgEMR\",IDPL_ZvhP:resolvedLinks5[0],layoutId:\"uoGzCgEMR\",Meu9uZXZC:addImageAlt({pixelHeight:960,pixelWidth:960,src:\"https://framerusercontent.com/images/h0EOthwe9bbRrpYhlivfOQPbkI.png\",srcSet:\"https://framerusercontent.com/images/h0EOthwe9bbRrpYhlivfOQPbkI.png?scale-down-to=512 512w,https://framerusercontent.com/images/h0EOthwe9bbRrpYhlivfOQPbkI.png 960w\"},\"\"),name:\"smarttag-card\",style:{width:\"100%\"},variant:\"s4NAWrCNJ\",width:\"100%\"})})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"},width:\"100%\",...addPropertyOverrides({aGj2itmJ_:{arrowOptions:{arrowFill:\"rgba(0, 105, 224, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:false},itemAmount:1.2,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:true}},ZNY0_9CJv:{itemAmount:2.2}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-cly2K.framer-4zb6wn, .framer-cly2K .framer-4zb6wn { display: block; }\",\".framer-cly2K.framer-1om5e0x { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 128px 0px 64px 0px; position: relative; width: 1440px; }\",\".framer-cly2K .framer-z909a4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-cly2K .framer-sf31ta { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cly2K .framer-1ox0i5j { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-cly2K .framer-1js2mua { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-cly2K .framer-pgk3ds { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-cly2K .framer-kkvq2l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-cly2K .framer-1mzos6v-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-cly2K .framer-4n8ahz { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-cly2K .framer-xie5hx-container { flex: 1 0 0px; height: 472px; max-width: 1440px; position: relative; width: 1px; }\",\".framer-cly2K .framer-1hh5uxw-container, .framer-cly2K .framer-hu7rzl-container, .framer-cly2K .framer-1c0js55-container, .framer-cly2K .framer-9kufei-container, .framer-cly2K .framer-1fnfxhs-container { height: auto; position: relative; width: 400px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-cly2K.framer-v-yuogvd.framer-1om5e0x { padding: 64px 0px 64px 0px; width: 810px; }\",\".framer-cly2K.framer-v-yuogvd .framer-xie5hx-container { height: 464px; }\",\".framer-cly2K.framer-v-13m7es6.framer-1om5e0x { padding: 64px 0px 16px 0px; width: 390px; }\",\".framer-cly2K.framer-v-13m7es6 .framer-z909a4 { gap: 32px; }\",\".framer-cly2K.framer-v-13m7es6 .framer-sf31ta { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 32px; }\",\".framer-cly2K.framer-v-13m7es6 .framer-1ox0i5j { flex: none; width: 100%; }\",\".framer-cly2K.framer-v-13m7es6 .framer-1js2mua { width: 100%; }\",\".framer-cly2K.framer-v-13m7es6 .framer-xie5hx-container { height: 455px; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 762.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ZNY0_9CJv\":{\"layout\":[\"fixed\",\"auto\"]},\"aGj2itmJ_\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramertO8XjCKTr=withCSS(Component,css,\"framer-cly2K\");export default FramertO8XjCKTr;FramertO8XjCKTr.displayName=\"All-products-section\";FramertO8XjCKTr.defaultProps={height:762.5,width:1440};addPropertyControls(FramertO8XjCKTr,{variant:{options:[\"F0u3Z56lw\",\"ZNY0_9CJv\",\"aGj2itmJ_\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramertO8XjCKTr,[{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\"}]},...ButtonMainFonts,...ProductCardBackgroundFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertO8XjCKTr\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"762.5\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZNY0_9CJv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"aGj2itmJ_\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (c07a8c1)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,cx,getFonts,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/jyRNgY7vYWXe6t31T0wo/Ticker.js\";import PartnersLogos from\"https://framerusercontent.com/modules/9ByZUXREbuerrZUCD1hj/683kgMgZqij3LpWXgdvB/LVWMOilYf.js\";const PartnersLogosFonts=getFonts(PartnersLogos);const TickerFonts=getFonts(Ticker);const serializationHash=\"framer-WtUxy\";const variantClassNames={xKygMbS0G:\"framer-v-obv2iq\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,width,...props})=>{return{...props};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"xKygMbS0G\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-obv2iq\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"xKygMbS0G\",ref:refBinding,style:{...style},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vhprzo-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"QqAZGLVJq-container\",nodeId:\"QqAZGLVJq\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:4,fadeWidth:31,overflow:false},gap:64,height:\"100%\",hoverFactor:.5,id:\"QqAZGLVJq\",layoutId:\"QqAZGLVJq\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"112px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-3ynz0j-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"lhfole6cS-container\",nodeId:\"lhfole6cS\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"lhfole6cS\",layoutId:\"lhfole6cS\",style:{height:\"100%\"},variant:\"dIWFZ0gOa\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"127px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1vcr2g6-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"kqjpKJfrj-container\",nodeId:\"kqjpKJfrj\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"kqjpKJfrj\",layoutId:\"kqjpKJfrj\",style:{height:\"100%\"},variant:\"EA4r16sFS\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"70.5px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pfrhqb-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"zxS8x2jHz-container\",nodeId:\"zxS8x2jHz\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"zxS8x2jHz\",layoutId:\"zxS8x2jHz\",style:{height:\"100%\"},variant:\"u6CQ0jQuI\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"80px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1mnjib1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"GeeNlpG4b-container\",nodeId:\"GeeNlpG4b\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"GeeNlpG4b\",layoutId:\"GeeNlpG4b\",style:{height:\"100%\"},variant:\"ohFMuu3sp\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"67px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-be899d-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"sIyWlphGJ-container\",nodeId:\"sIyWlphGJ\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"sIyWlphGJ\",layoutId:\"sIyWlphGJ\",style:{height:\"100%\"},variant:\"w9Lad30gD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"178px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1okxxnw-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"AX58uFa1y-container\",nodeId:\"AX58uFa1y\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"AX58uFa1y\",layoutId:\"AX58uFa1y\",style:{height:\"100%\"},variant:\"ydE8Algy5\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"44px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-d62h2n-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Ld1KBQzoC-container\",nodeId:\"Ld1KBQzoC\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"Ld1KBQzoC\",layoutId:\"Ld1KBQzoC\",style:{height:\"100%\"},variant:\"W6A9LCj6S\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"133px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-sgm1yr-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Txpu2qMD1-container\",nodeId:\"Txpu2qMD1\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"Txpu2qMD1\",layoutId:\"Txpu2qMD1\",style:{height:\"100%\"},variant:\"oJ7a6GvNw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"39px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-14cqkg5-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"Yxtl1HfzU-container\",nodeId:\"Yxtl1HfzU\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"Yxtl1HfzU\",layoutId:\"Yxtl1HfzU\",style:{height:\"100%\"},variant:\"hKi6cYqR8\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,width:\"49px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kkcu72-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"TnMn8T9WU-container\",nodeId:\"TnMn8T9WU\",rendersWithMotion:true,scopeId:\"UIr8RakOo\",children:/*#__PURE__*/_jsx(PartnersLogos,{height:\"100%\",id:\"TnMn8T9WU\",layoutId:\"TnMn8T9WU\",style:{height:\"100%\"},variant:\"TpHw9U1At\",width:\"100%\"})})})],speed:60,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WtUxy.framer-fj9ppz, .framer-WtUxy .framer-fj9ppz { display: block; }\",\".framer-WtUxy.framer-obv2iq { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; min-height: 100px; overflow: hidden; padding: 0px 0px 32px 0px; position: relative; width: 1440px; }\",\".framer-WtUxy .framer-1vhprzo-container { flex: none; height: 100px; left: calc(50.00000000000002% - 100% / 2); position: absolute; top: calc(50.00000000000002% - 100px / 2); width: 100%; z-index: 1; }\",\".framer-WtUxy .framer-3ynz0j-container, .framer-WtUxy .framer-1vcr2g6-container, .framer-WtUxy .framer-pfrhqb-container, .framer-WtUxy .framer-1mnjib1-container, .framer-WtUxy .framer-be899d-container, .framer-WtUxy .framer-1okxxnw-container, .framer-WtUxy .framer-d62h2n-container, .framer-WtUxy .framer-sgm1yr-container, .framer-WtUxy .framer-14cqkg5-container, .framer-WtUxy .framer-kkcu72-container { height: 50px; position: relative; width: auto; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 100\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerUIr8RakOo=withCSS(Component,css,\"framer-WtUxy\");export default FramerUIr8RakOo;FramerUIr8RakOo.displayName=\"Testimonial-section\";FramerUIr8RakOo.defaultProps={height:100,width:1440};addFonts(FramerUIr8RakOo,[{explicitInter:true,fonts:[]},...PartnersLogosFonts,...TickerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerUIr8RakOo\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bab6da3)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/1PuCOFZRdGdyoRc2ElUX/xBevt3IhfY9wasU1ywUD/Rxmg1M0J8.js\";const serializationHash=\"framer-45DJY\";const variantClassNames={IKbIqB9ay:\"framer-v-12a14jx\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const getProps=({height,id,image,title,width,...props})=>{return{...props,I84q3mw_U:title??props.I84q3mw_U??\"Mining\",wOUbTYPdj:image??props.wOUbTYPdj??{alt:\"\",pixelHeight:1420,pixelWidth:1136,src:\"https://framerusercontent.com/images/7Ho6HuLx2EkKhRGUd5eFt4VWBaI.png?scale-down-to=512\",srcSet:\"https://framerusercontent.com/images/7Ho6HuLx2EkKhRGUd5eFt4VWBaI.png?scale-down-to=1024 819w,https://framerusercontent.com/images/7Ho6HuLx2EkKhRGUd5eFt4VWBaI.png 1136w\"}};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,wOUbTYPdj,I84q3mw_U,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"IKbIqB9ay\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-12a14jx\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"IKbIqB9ay\",ref:refBinding,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(0, 0, 0)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",borderBottomLeftRadius:4,borderBottomRightRadius:4,borderTopLeftRadius:4,borderTopRightRadius:4,...style},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-8x0fd8\",\"data-framer-name\":\"Button main\",layoutDependency:layoutDependency,layoutId:\"znUCIQMqG\",style:{backdropFilter:\"blur(45px)\",backgroundColor:\"rgba(251, 251, 251, 0.8)\",borderBottomLeftRadius:30,borderBottomRightRadius:30,borderTopLeftRadius:30,borderTopRightRadius:30,WebkitBackdropFilter:\"blur(45px)\"},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-ss5roq\",\"data-styles-preset\":\"Rxmg1M0J8\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)))\"},children:\"Mining\"})}),className:\"framer-fvx889\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"fcfIAgOjX\",style:{\"--extracted-r6o4lv\":\"var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:I84q3mw_U,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+((componentViewport?.height||419)-0-(Math.max(0,((componentViewport?.height||419)-0-0)/1)*1+0)+0+0)),pixelHeight:1490,pixelWidth:1192,sizes:componentViewport?.width||\"100vw\",...toResponsiveImage(wOUbTYPdj)},className:\"framer-9cyxjs\",layoutDependency:layoutDependency,layoutId:\"a4bMqbWIB\"})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-45DJY.framer-1v2cy7h, .framer-45DJY .framer-1v2cy7h { display: block; }\",\".framer-45DJY.framer-12a14jx { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 287px; height: 419px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 335px; will-change: var(--framer-will-change-override, transform); }\",\".framer-45DJY .framer-8x0fd8 { align-content: center; align-items: center; bottom: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 16px; overflow: visible; padding: 4px 12px 4px 12px; position: absolute; width: min-content; z-index: 2; }\",\".framer-45DJY .framer-fvx889 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-45DJY .framer-9cyxjs { flex: 1 0 0px; height: 1px; overflow: hidden; position: relative; width: 100%; z-index: 1; }\",...sharedStyle.css,'.framer-45DJY[data-border=\"true\"]::after, .framer-45DJY [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 419\n * @framerIntrinsicWidth 335\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"wOUbTYPdj\":\"image\",\"I84q3mw_U\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerqrLwGgVG8=withCSS(Component,css,\"framer-45DJY\");export default FramerqrLwGgVG8;FramerqrLwGgVG8.displayName=\"Industry card\";FramerqrLwGgVG8.defaultProps={height:419,width:335};addPropertyControls(FramerqrLwGgVG8,{wOUbTYPdj:{__defaultAssetReference:\"data:framer/asset-reference,7Ho6HuLx2EkKhRGUd5eFt4VWBaI.png?originalFilename=who-card.png&preferredSize=auto\",__vekterDefault:{alt:\"\",assetReference:\"data:framer/asset-reference,7Ho6HuLx2EkKhRGUd5eFt4VWBaI.png?originalFilename=who-card.png&preferredSize=auto\"},title:\"Image\",type:ControlType.ResponsiveImage},I84q3mw_U:{defaultValue:\"Mining\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerqrLwGgVG8,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqrLwGgVG8\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"419\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicWidth\":\"335\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"wOUbTYPdj\\\":\\\"image\\\",\\\"I84q3mw_U\\\":\\\"title\\\"}\",\"framerComponentViewportWidth\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qrLwGgVG8.map", "// Generated by Framer (98a2bb2)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,SmartComponentScopedContainer,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/lRHQZBVlYwFSvMvqs7Jo/GCLohdJSb4K7hZV8QK5S/gtKjc4Ppd.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/j2xZVBxW9yYjbY5EyjEI/Qa0tSSxtEY3W562IAGmE/JB1Vfwiaq.js\";import*as sharedStyle3 from\"https://framerusercontent.com/modules/UTAjcCtV59OMcdTYzAm2/ErdPWMjFfso9uSHaDUtq/ss8yDayR9.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/bNvmSkWCNlCPVF5SUj3Q/1cLLobfsQuxjS74y57Se/teCiUb5h8.js\";import IndustryCard from\"https://framerusercontent.com/modules/mYvBiO1XRH5bF50Ml2f1/IzxdhZ7diF71DMoM4xtL/qrLwGgVG8.js\";const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const IndustryCardFonts=getFonts(IndustryCard);const SlideshowFonts=getFonts(Slideshow);const SmartComponentScopedContainerWithFX=withFX(SmartComponentScopedContainer);const cycleOrder=[\"GiWE9CgRu\",\"QePIxKYSS\",\"Qd3F3lXrU\"];const serializationHash=\"framer-kdWjQ\";const variantClassNames={GiWE9CgRu:\"framer-v-18rhe09\",Qd3F3lXrU:\"framer-v-1d8ac4g\",QePIxKYSS:\"framer-v-1owq1iy\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={delay:0,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:50,y:0};const transition2={delay:0,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:50,y:0};const transition3={delay:.1,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:50,y:0};const transition4={delay:.2,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:50,y:0};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Desktop:\"GiWE9CgRu\",Phone:\"Qd3F3lXrU\",Tablet:\"QePIxKYSS\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"GiWE9CgRu\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"GiWE9CgRu\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.section,{...restProps,...gestureHandlers,\"aria-label\":\"Onsite fuel tank management industries, Mining, Transport, Agriculture, Marinas, Logistics, Transport and more\",className:cx(scopingClassNames,\"framer-18rhe09\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"GiWE9CgRu\",ref:refBinding,style:{backgroundColor:\"rgb(23, 21, 22)\",...style},...addPropertyOverrides({Qd3F3lXrU:{\"data-framer-name\":\"Phone\"},QePIxKYSS:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-u9aw36\",\"data-framer-name\":\"industries-we-work-with-section\",layoutDependency:layoutDependency,layoutId:\"t3wcyFPVG\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ryp336\",\"data-framer-name\":\"industries-we-work-with-header\",layoutDependency:layoutDependency,layoutId:\"FydzrSnWR\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1rgn1xm\",\"data-framer-name\":\"header-div\",layoutDependency:layoutDependency,layoutId:\"PthLRmj4t\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255)))\"},children:\"Industries\"})}),className:\"framer-14fki7i\",\"data-framer-name\":\"Industries\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"gO5WT0BqA\",style:{\"--extracted-tcooor\":\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\",\"--framer-paragraph-spacing\":\"8px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-color\":\"var(--extracted-1of0zx5, var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251)))\"},children:\"Industries we work with\"})}),className:\"framer-9vm110\",\"data-framer-name\":\"Who we work with\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"HUSbLzVc4\",style:{\"--extracted-1of0zx5\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-m656gn\",\"data-framer-name\":\"body-div\",layoutDependency:layoutDependency,layoutId:\"Lj362Ze0J\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)))\"},children:\"We work with industries all over the world helping to link their tanks, vehicles and users to their business and software.\"})}),className:\"framer-is5eev\",\"data-framer-name\":\"Text\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"iuOe6LN7A\",style:{\"--extracted-r6o4lv\":\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189))\",\"--framer-paragraph-spacing\":\"12px\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Qd3F3lXrU:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)))\"},children:\"We work with industries all over the world helping to link their tanks, vehicles and users to their business and software.\"})})},QePIxKYSS:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-lmtrcy\",\"data-styles-preset\":\"ss8yDayR9\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)))\"},children:\"We work with industries all over the world helping to link their tanks, vehicles and users to their business and software.\"})})}},baseVariant,gestureVariant)})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1qnwdwf\",\"data-framer-name\":\"industries-cards-div\",layoutDependency:layoutDependency,layoutId:\"aSHE1253l\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-qutfrj-container\",\"data-framer-name\":\"industries-cards\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"rJOTGUkc9-container\",name:\"industries-cards\",nodeId:\"rJOTGUkc9\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",...addPropertyOverrides({Qd3F3lXrU:{__framer__animate:{transition:transition3},__framer__exit:animation2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"flex-start\",arrowOptions:{arrowFill:\"rgba(0, 105, 224, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:true,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:false,effectsOpacity:1,effectsPerspective:1120,effectsRotate:0,effectsScale:1,playOffscreen:true},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:4,fadeWidth:0,overflow:false},gap:16,height:\"100%\",id:\"rJOTGUkc9\",intervalControl:3,itemAmount:3.5,layoutId:\"rJOTGUkc9\",name:\"industries-cards\",padding:32,paddingBottom:64,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:8,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1lc57tp-container\",\"data-framer-name\":\"Mining\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ZdKfrFuXo-container\",name:\"Mining\",nodeId:\"ZdKfrFuXo\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Mining\",id:\"ZdKfrFuXo\",layoutId:\"ZdKfrFuXo\",name:\"Mining\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:1278,pixelWidth:1022,src:\"https://framerusercontent.com/images/TFNHZD8pXDtuYtRkSglhPND0n0.jpg\",srcSet:\"https://framerusercontent.com/images/TFNHZD8pXDtuYtRkSglhPND0n0.jpg?scale-down-to=1024 818w,https://framerusercontent.com/images/TFNHZD8pXDtuYtRkSglhPND0n0.jpg 1022w\"},\"Two engineers standing beside a truck at a mining site.\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-eutv5d-container\",\"data-framer-name\":\"Transport\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"w4Hw06TPQ-container\",name:\"Transport\",nodeId:\"w4Hw06TPQ\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Transport\",id:\"w4Hw06TPQ\",layoutId:\"w4Hw06TPQ\",name:\"Transport\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:1490,pixelWidth:1192,src:\"https://framerusercontent.com/images/tSEKymnsFGRNuv4TFtm9fg3tPI.jpg\",srcSet:\"https://framerusercontent.com/images/tSEKymnsFGRNuv4TFtm9fg3tPI.jpg?scale-down-to=1024 819w,https://framerusercontent.com/images/tSEKymnsFGRNuv4TFtm9fg3tPI.jpg 1192w\"},\"Truck refueling at a petrol station.\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1gds6tb-container\",\"data-framer-name\":\"Agriculture\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"QprS9aWSs-container\",name:\"Agriculture\",nodeId:\"QprS9aWSs\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Agriculture\",id:\"QprS9aWSs\",layoutId:\"QprS9aWSs\",name:\"Agriculture\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:364,pixelWidth:547,src:\"https://framerusercontent.com/images/N4EnltIqpsxlXbawX6J3F9GTFE.jpg\",srcSet:\"https://framerusercontent.com/images/N4EnltIqpsxlXbawX6J3F9GTFE.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/N4EnltIqpsxlXbawX6J3F9GTFE.jpg 547w\"},\"Tractor working in an agricultural field.\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-s5fdox-container\",\"data-framer-name\":\"Marinas\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"NfRcjlroz-container\",name:\"Marinas\",nodeId:\"NfRcjlroz\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Marinas\",id:\"NfRcjlroz\",layoutId:\"NfRcjlroz\",name:\"Marinas\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:450,pixelWidth:600,src:\"https://framerusercontent.com/images/Vs1lqWrvGzV12HoydiOaO8em8.jpg\",srcSet:\"https://framerusercontent.com/images/Vs1lqWrvGzV12HoydiOaO8em8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/Vs1lqWrvGzV12HoydiOaO8em8.jpg 600w\"},\"Multiple ships anchored in a marina setting.\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5v5u4u-container\",\"data-framer-name\":\"Airports\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"owS0shguY-container\",name:\"Airports\",nodeId:\"owS0shguY\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Airports\",id:\"owS0shguY\",layoutId:\"owS0shguY\",name:\"Airports\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:1333,pixelWidth:2e3,src:\"https://framerusercontent.com/images/vPkCLFx3s2IJKR7v0O7jKwLt0c.jpg\",srcSet:\"https://framerusercontent.com/images/vPkCLFx3s2IJKR7v0O7jKwLt0c.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/vPkCLFx3s2IJKR7v0O7jKwLt0c.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/vPkCLFx3s2IJKR7v0O7jKwLt0c.jpg 2000w\"},\"Airplane on the runway after landing at the airport\")})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:355,width:\"284px\",children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-11a6pxq-container\",\"data-framer-name\":\"Civil engineering\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"RLL9BwGB2-container\",name:\"Civil engineering\",nodeId:\"RLL9BwGB2\",rendersWithMotion:true,scopeId:\"VH8cTLkOV\",children:/*#__PURE__*/_jsx(IndustryCard,{height:\"100%\",I84q3mw_U:\"Civil engineering\",id:\"RLL9BwGB2\",layoutId:\"RLL9BwGB2\",name:\"Civil engineering\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",wOUbTYPdj:addImageAlt({pixelHeight:1333,pixelWidth:2e3,src:\"https://framerusercontent.com/images/X4XsLj3YsEQBYke1W3QOq9EZz8.jpg\",srcSet:\"https://framerusercontent.com/images/X4XsLj3YsEQBYke1W3QOq9EZz8.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/X4XsLj3YsEQBYke1W3QOq9EZz8.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/X4XsLj3YsEQBYke1W3QOq9EZz8.jpg 2000w\"},\"Civil engineers inspecting the construction site.\")})})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"},width:\"100%\",...addPropertyOverrides({Qd3F3lXrU:{arrowOptions:{arrowFill:\"rgba(0, 105, 224, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:false},itemAmount:1.1,paddingBottom:60,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:true}},QePIxKYSS:{arrowOptions:{arrowFill:\"rgba(0, 105, 224, 0)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"bottom-left\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:false,arrowSize:40,showMouseControls:false},itemAmount:2.1,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:true}}},baseVariant,gestureVariant)})})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-kdWjQ.framer-nga0a5, .framer-kdWjQ .framer-nga0a5 { display: block; }\",\".framer-kdWjQ.framer-18rhe09 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 0px 64px 0px; position: relative; width: 1440px; }\",\".framer-kdWjQ .framer-u9aw36 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-kdWjQ .framer-ryp336 { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kdWjQ .framer-1rgn1xm { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kdWjQ .framer-14fki7i, .framer-kdWjQ .framer-9vm110, .framer-kdWjQ .framer-is5eev { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-kdWjQ .framer-m656gn { align-content: flex-start; align-items: flex-start; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 66px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-kdWjQ .framer-1qnwdwf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-kdWjQ .framer-qutfrj-container { flex: 1 0 0px; height: 508px; position: relative; width: 1px; }\",\".framer-kdWjQ .framer-1lc57tp-container, .framer-kdWjQ .framer-eutv5d-container, .framer-kdWjQ .framer-1gds6tb-container, .framer-kdWjQ .framer-s5fdox-container, .framer-kdWjQ .framer-5v5u4u-container, .framer-kdWjQ .framer-11a6pxq-container { aspect-ratio: 0.8 / 1; height: var(--framer-aspect-ratio-supported, 355px); position: relative; width: 284px; }\",\".framer-kdWjQ.framer-v-1owq1iy.framer-18rhe09 { padding: 64px 0px 32px 0px; width: 810px; }\",\".framer-kdWjQ.framer-v-1owq1iy .framer-ryp336 { gap: 32px; justify-content: flex-start; }\",\".framer-kdWjQ.framer-v-1owq1iy .framer-is5eev { white-space: pre-wrap; width: 366px; word-break: break-word; word-wrap: break-word; }\",\".framer-kdWjQ.framer-v-1d8ac4g.framer-18rhe09 { padding: 32px 0px 32px 0px; width: 390px; }\",\".framer-kdWjQ.framer-v-1d8ac4g .framer-ryp336 { flex-direction: column; gap: 16px; justify-content: flex-start; }\",\".framer-kdWjQ.framer-v-1d8ac4g .framer-1rgn1xm, .framer-kdWjQ.framer-v-1d8ac4g .framer-m656gn { flex: none; width: 100%; }\",\".framer-kdWjQ.framer-v-1d8ac4g .framer-qutfrj-container { height: 471px; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 814.5\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QePIxKYSS\":{\"layout\":[\"fixed\",\"auto\"]},\"Qd3F3lXrU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerVH8cTLkOV=withCSS(Component,css,\"framer-kdWjQ\");export default FramerVH8cTLkOV;FramerVH8cTLkOV.displayName=\"Industries-section\";FramerVH8cTLkOV.defaultProps={height:814.5,width:1440};addPropertyControls(FramerVH8cTLkOV,{variant:{options:[\"GiWE9CgRu\",\"QePIxKYSS\",\"Qd3F3lXrU\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerVH8cTLkOV,[{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\"}]},...IndustryCardFonts,...SlideshowFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVH8cTLkOV\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerColorSyntax\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QePIxKYSS\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Qd3F3lXrU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1440\",\"framerIntrinsicHeight\":\"814.5\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./VH8cTLkOV.map", "// Generated by Framer (98a2bb2)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"CUSTOM;Neue Haas Grotesk Display Pro 55 Roman\",\"Inter-Black\",\"Inter-BlackItalic\",\"Inter-BoldItalic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Neue Haas Grotesk Display Pro 55 Roman\",source:\"custom\",url:\"https://framerusercontent.com/assets/tmLwqa5rh55YXw6gAs9GB7y6CY.woff2\"},{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/mkY5Sgyq51ik0AMrSBwhm9DJg.woff2\",weight:\"900\"},{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/X5hj6qzcHUYv7h1390c8Rhm6550.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/gQhNpS3tN86g8RcVKYUUaKt2oMQ.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cugnVhSraaRyANCaUtI5FV17wk.woff2\",weight:\"900\"},{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/5HcVoGak8k5agFJSaKa4floXVu0.woff2\",weight:\"900\"},{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/jn4BtSPLlS0NDp1KiFAtFKiiY0o.woff2\",weight:\"900\"},{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/P2Bw01CtL0b9wqygO0sSVogWbo.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/05KsVHGDmqXSBXM4yRZ65P8i0s.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/ky8ovPukK4dJ1Pxq74qGhOqCYI.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/vvNSqIj42qeQ2bvCRBIWKHscrc.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/3ZmXbBKToJifDV9gwcifVd1tEY.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/FNfhX3dt4ChuLJq2PwdlxHO7PU.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/g0c8vEViiXNlKAgI4Ymmk3Ig.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/efTfQcBJ53kM2pB1hezSZ3RDUFs.woff2\",weight:\"900\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-83If6 .framer-styles-preset-c0kz3c:not(.rich-text-wrapper), .framer-83If6 .framer-styles-preset-c0kz3c.rich-text-wrapper h1 { --framer-font-family: \"Neue Haas Grotesk Display Pro 55 Roman\", \"Neue Haas Grotesk Display Pro 55 Roman Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 96px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.05px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #fbfbfb; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; }','@media (max-width: 1439px) and (min-width: 810px) { .framer-83If6 .framer-styles-preset-c0kz3c:not(.rich-text-wrapper), .framer-83If6 .framer-styles-preset-c0kz3c.rich-text-wrapper h1 { --framer-font-family: \"Neue Haas Grotesk Display Pro 55 Roman\", \"Neue Haas Grotesk Display Pro 55 Roman Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 77px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.05px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #fbfbfb; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-83If6 .framer-styles-preset-c0kz3c:not(.rich-text-wrapper), .framer-83If6 .framer-styles-preset-c0kz3c.rich-text-wrapper h1 { --framer-font-family: \"Neue Haas Grotesk Display Pro 55 Roman\", \"Neue Haas Grotesk Display Pro 55 Roman Placeholder\", sans-serif; --framer-font-family-bold: \"Inter\", sans-serif; --framer-font-family-bold-italic: \"Inter\", sans-serif; --framer-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 61px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 400; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0.05px; --framer-line-height: 110%; --framer-paragraph-spacing: 0px; --framer-text-alignment: left; --framer-text-color: #fbfbfb; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; --framer-text-wrap: balance; } }'];export const className=\"framer-83If6\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (9e04080)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={bCcjLF4qC: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 (9e04080)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,Image,PropertyOverrides,ResolveLinks,RichText,SVG,useActiveVariantCallback,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useOverlayState,useRouter,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import*as ReactDOM from\"react-dom\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js\";import{Video}from\"https://framerusercontent.com/modules/lRDHiNWNVWmE0lqtoVHP/7qT0r3So12155VV5Jq5x/Video.js\";import AnimatedGradientBackground from\"https://framerusercontent.com/modules/xx99X8dO7V1Egbc8GwnH/7uqzHTHLUXDXpMKwmC2a/AnimatedLiquidBackground_Prod.js\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/vzgdvq3ezmf3RWurtT17/SlideShow.js\";import TestimonialsSection from\"#framer/local/canvasComponent/CyJMBSnCs/CyJMBSnCs.js\";import NavigationComplete from\"#framer/local/canvasComponent/DXNJVwAAp/DXNJVwAAp.js\";import MMenu from\"#framer/local/canvasComponent/hG84wfT40/hG84wfT40.js\";import WindowNotification_howTheSystmeWorks from\"#framer/local/canvasComponent/I02nqWmUv/I02nqWmUv.js\";import ColCard from\"#framer/local/canvasComponent/iB0AMB6h9/iB0AMB6h9.js\";import InstallerCTASection from\"#framer/local/canvasComponent/JVjHNhvUb/JVjHNhvUb.js\";import CtaButtonSection from\"#framer/local/canvasComponent/lBGBazRls/lBGBazRls.js\";import Footer from\"#framer/local/canvasComponent/n3dcS9HRD/n3dcS9HRD.js\";import Animation from\"#framer/local/canvasComponent/pH87CNtHy/pH87CNtHy.js\";import ButtonMain from\"#framer/local/canvasComponent/Q2nH5xnM4/Q2nH5xnM4.js\";import FAQDark from\"#framer/local/canvasComponent/Q42Jb0huU/Q42Jb0huU.js\";import InstalledFmtProducts from\"#framer/local/canvasComponent/tJxGlvl3X/tJxGlvl3X.js\";import AllProductsSection from\"#framer/local/canvasComponent/tO8XjCKTr/tO8XjCKTr.js\";import ModalForms from\"#framer/local/canvasComponent/TvYti5GvC/TvYti5GvC.js\";import TestimonialSection from\"#framer/local/canvasComponent/UIr8RakOo/UIr8RakOo.js\";import IndustriesSection from\"#framer/local/canvasComponent/VH8cTLkOV/VH8cTLkOV.js\";import ContactUsSection from\"#framer/local/canvasComponent/X_0af0Csk/X_0af0Csk.js\";import SectionIntro from\"#framer/local/canvasComponent/z3CEU1unG/z3CEU1unG.js\";import{VideoFrame}from\"#framer/local/codeFile/piTbBUe/ProductVideo.js\";import*as sharedStyle from\"#framer/local/css/bByqdY0fa/bByqdY0fa.js\";import*as sharedStyle1 from\"#framer/local/css/eofgsx0mZ/eofgsx0mZ.js\";import*as sharedStyle4 from\"#framer/local/css/gtKjc4Ppd/gtKjc4Ppd.js\";import*as sharedStyle2 from\"#framer/local/css/JB1Vfwiaq/JB1Vfwiaq.js\";import*as sharedStyle3 from\"#framer/local/css/teCiUb5h8/teCiUb5h8.js\";import*as sharedStyle5 from\"#framer/local/css/wIHmhANxr/wIHmhANxr.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import Icon from\"#framer/local/vector/oWw4m9Oxq/oWw4m9Oxq.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CookieBannerFonts=getFonts(CookieBanner);const NavigationCompleteFonts=getFonts(NavigationComplete);const MMenuFonts=getFonts(MMenu);const AnimatedGradientBackgroundFonts=getFonts(AnimatedGradientBackground);const RichTextWithFX=withFX(RichText);const CtaButtonSectionFonts=getFonts(CtaButtonSection);const ContainerWithFX=withFX(Container);const VideoFrameFonts=getFonts(VideoFrame);const MotionFigureWithFX=withFX(motion.figure);const TestimonialSectionFonts=getFonts(TestimonialSection);const SectionIntroFonts=getFonts(SectionIntro);const MotionDivWithFX=withFX(motion.div);const ColCardFonts=getFonts(ColCard);const ButtonMainFonts=getFonts(ButtonMain);const ImageWithFX=withFX(Image);const WindowNotification_howTheSystmeWorksFonts=getFonts(WindowNotification_howTheSystmeWorks);const VideoFonts=getFonts(Video);const InstalledFmtProductsFonts=getFonts(InstalledFmtProducts);const SlideshowFonts=getFonts(Slideshow);const AnimationFonts=getFonts(Animation);const InstallerCTASectionFonts=getFonts(InstallerCTASection);const ModalFormsFonts=getFonts(ModalForms);const AllProductsSectionFonts=getFonts(AllProductsSection);const TestimonialsSectionFonts=getFonts(TestimonialsSection);const IndustriesSectionFonts=getFonts(IndustriesSection);const FAQDarkFonts=getFonts(FAQDark);const ContactUsSectionFonts=getFonts(ContactUsSection);const FooterFonts=getFonts(Footer);const breakpoints={PTHkYN2Rv:\"(max-width: 809px)\",PViwRbnok:\"(min-width: 810px) and (max-width: 1199px)\",WQLkyLRf1:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Mi1dN\";const variantClassNames={PTHkYN2Rv:\"framer-v-usql6r\",PViwRbnok:\"framer-v-1emll5j\",WQLkyLRf1:\"framer-v-72rtr7\"};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 animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:50,y:0};const transition1={delay:0,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:50,y:0};const transition2={delay:.1,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:50,y:0};const transition3={delay:.3,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition3,x:50,y:0};const transition4={delay:.2,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation4={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:50,y:0};const animation5={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition4,x:0,y:0};const transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition5={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation7={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition5,y:-5};const transition6={delay:.6,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation8={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition6,x:50,y:0};const transition7={delay:.4,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation9={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition7,x:50,y:0};const transition8={delay:.9,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation10={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition8,x:50,y:0};const animation11={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.8,skewX:0,skewY:0,x:0,y:150};const transition9={delay:0,duration:.6,ease:[.44,0,.56,1],type:\"tween\"};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const transition10={delay:.5,duration:1.5,ease:[.35,0,0,1],type:\"tween\"};const animation12={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition10,x:50,y:0};const transition11={delay:0,duration:.5,ease:[.44,0,.56,1],type:\"tween\"};const animation13={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,transition:transition11,x:0,y:50};const animation14={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition11,x:0,y:0};const animation15={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:.5,skewX:0,skewY:0,x:0,y:50};const convertFromEnum=(value,activeLocale)=>{switch(value){case\"default\":return\"uyan0otKY\";default:return\"UNZ8w5sy_\";}};const convertFromEnum1=(value,activeLocale)=>{switch(value){case\"default\":return\"ZBehb7ImR\";case\"bCcjLF4qC\":return\"Xymjv0gre\";default:return\"b_uMZ1k0R\";}};const convertFromEnum2=(value,activeLocale)=>{switch(value){case\"default\":return\"cJkALBTds\";case\"bCcjLF4qC\":return\"LIgjmIwjB\";default:return\"b_uMZ1k0R\";}};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"PTHkYN2Rv\",Tablet:\"PViwRbnok\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const yJQNLy6D_3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const w5m9Ztyh71wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const j6VD0sHvc3bnx0g=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.toggle();});const mSZwL2Tc31wnntms=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.hide();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const router=useRouter();const isDisplayed=()=>{if(!isBrowser())return true;if([\"PViwRbnok\",\"PTHkYN2Rv\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(!isBrowser())return true;if([\"PViwRbnok\",\"PTHkYN2Rv\"].includes(baseVariant))return false;return true;};const isDisplayed2=()=>{if(!isBrowser())return true;if(baseVariant===\"PTHkYN2Rv\")return true;return false;};const isDisplayed3=()=>{if(!isBrowser())return true;if(baseVariant===\"PTHkYN2Rv\")return false;return true;};usePreloadLocalizedValues(activeLocale);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(251, 251, 251); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ixpnV56vQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ixpnV56vQ\"},implicitPathVariables:undefined},{href:{webPageId:\"ixpnV56vQ\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fr3h6r-container\",isAuthoredByUser:true,isModuleExternal:true,layoutScroll:true,nodeId:\"ahk6_jrHk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{content:{euBlocking:false,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",euPolicy:{label:\"Cookie Policy\",link:resolvedLinks[2],prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},worldDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",worldPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"medium\"}},PViwRbnok:{content:{euBlocking:false,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",euPolicy:{label:\"Cookie Policy\",link:resolvedLinks[1],prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},worldDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",worldPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"medium\"}}},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:16,insetBottom:16,insetLeft:16,insetPerSide:false,insetRight:16,insetTop:16,padding:16,paddingBottom:16,paddingLeft:16,paddingPerSide:false,paddingRight:16,paddingTop:16,position:\"bottom-center\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgba(0, 0, 0, 0.05)\",radius:4,width:1},colorBody:\"var(--token-68caf4e6-4caa-42c0-b8de-b1a7cb88c6b3, rgb(152, 152, 152))\",colorTitle:\"var(--token-26069ac5-dbff-401c-bfb3-a6ad81e3b65f, rgb(220, 220, 220))\",fill:\"rgba(23, 21, 22, 0.9)\",fontBody:{fontFamily:'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',fontSize:\"12px\",letterSpacing:\"0.04em\",lineHeight:\"1.4em\",textAlign:\"left\"},fontTitle:{fontFamily:'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif',fontSize:\"14px\",letterSpacing:\"0.04em\",lineHeight:\"1em\"},link:\"var(--token-8ebc4192-6d7f-433a-98f8-9f7392ba6849, rgb(10, 124, 255))\",shadow:{shadowBlur:4,shadowColor:\"rgba(0, 0, 0, 0.25)\",shadowX:1,shadowY:2}},width:360,zIndex:10},button:{borderRadius:32,direction:\"row\",fluid:true,font:{fontFamily:'\"Helvetica Neue\", sans-serif',fontSize:\"14px\",letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.9,labels:{accept:\"Accept\",acceptAll:\"Accept all\",confirm:\"Okay\",customize:\"Customize\",reject:\"Reject\",rejectAll:\"Reject all\",save:\"Save Preferences\"},padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,primary:{color:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",fill:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},secondary:{color:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",fill:\"var(--token-781285d5-8f8a-40da-8cbd-e9664654d6e1, rgb(101, 101, 101))\"},tapOpacity:.8},content:{euBlocking:false,euDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},euDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",euPolicy:{label:\"Cookie Policy\",link:resolvedLinks[0],prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie Settings\",euType:\"advanced\",isEU:true,worldBlocking:false,worldDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},worldDescription:\"We use cookies to enhance your experience, analyze site traffic and deliver personalized content.\",worldPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"medium\"},gtmId:\" GTM-WX4VL9N\",height:\"100%\",id:\"ahk6_jrHk\",layoutId:\"ahk6_jrHk\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{fontFamily:'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif'},fontTitle:{fontFamily:'\"Neue Montreal Regular\", \"Neue Montreal Regular Placeholder\", sans-serif'},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",iconSize:24,iconType:\"default\",text:\"Cookie Settings\",textFont:{fontFamily:'\"Helvetica Neue\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\"},type:\"none\"},width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Overlay,{children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:56,width:\"100vw\",y:0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1uxbta5-container\",id:\"1uxbta5\",layoutScroll:true,nodeId:\"Htpvi8T8p\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"xuMggPkdU\"},PViwRbnok:{variant:\"xuMggPkdU\"}},children:/*#__PURE__*/_jsx(NavigationComplete,{height:\"100%\",id:\"Htpvi8T8p\",layoutId:\"Htpvi8T8p\",style:{width:\"100%\"},variant:\"h8cq5qn2P\",width:\"100%\",yJQNLy6D_:yJQNLy6D_3bnx0g({overlay})})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{animate:{opacity:1,transition:{delay:0,duration:.5,ease:[.5,0,.36,.98],type:\"tween\"}},exit:{opacity:0,transition:{delay:0,duration:.5,ease:[.12,.23,.5,1],type:\"tween\"}}}},children:/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:0,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-v8fvqb\"),\"data-framer-portal-id\":\"1uxbta5\",exit:{opacity:0,transition:{delay:0,duration:0,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay.hide()},\"goUSjIlbP\")}),isDisplayed()&&/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{width:\"100vw\"},PViwRbnok:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:`${cx(scopingClassNames,\"framer-nmjs0t-container\")} hidden-72rtr7`,\"data-framer-portal-id\":\"1uxbta5\",inComponentSlot:true,nodeId:\"ciaD0HCun\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{height:\"100%\",width:\"100%\"},w5m9Ztyh7:w5m9Ztyh71wnntms({overlay})},PViwRbnok:{w5m9Ztyh7:w5m9Ztyh71wnntms({overlay})}},children:/*#__PURE__*/_jsx(MMenu,{height:\"100%\",id:\"ciaD0HCun\",layoutId:\"ciaD0HCun\",LEwFyJZXR:false,style:{width:\"100%\"},variant:\"un3LNaxZ9\",width:\"100%\"})})})})})]}),getContainer())})})]})})})}),/*#__PURE__*/_jsx(\"main\",{\"aria-label\":\"Take control of your onsite fuel with an FMT FMS systems\",className:\"framer-1gbjgfc\",\"data-framer-name\":\"hero-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mghe63\",\"data-framer-name\":\"Take-Control-Of-Your-Fuel-section\",children:[isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10ss3nm-container hidden-1emll5j hidden-usql6r\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wk7kdgd6m\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(AnimatedGradientBackground,{color1:\"var(--token-22a586e2-3870-4d9a-9c25-8e28d56103b9, rgb(23, 21, 22))\",color2:\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\",color3:\"var(--token-90d5f607-73da-49a1-abd6-9f7e479d8e41, rgb(0, 86, 184))\",colorMode:\"custom\",distortion:8,height:\"100%\",id:\"wk7kdgd6m\",layoutId:\"wk7kdgd6m\",offset:-17,preset:\"custom\",preview:true,proportion:6,radius:\"0px\",rotation:-1,scale:.11,shape:\"Stripes\",shapeSize:18,softness:100,speed:33,style:{height:\"100%\",width:\"100%\"},swirl:25,swirlIterations:0,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-475rtj\",\"data-framer-name\":\"Take-Control-Of-Your-Fuel-div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x440uf\",\"data-framer-name\":\"Take-Control-Of-Your-Fuel-content\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1smmuq6\",\"data-framer-name\":\"Take-Control-Of-Your-Fuel-h1\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__styleAppearEffectEnabled:undefined},PViwRbnok:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-c0kz3c\",\"data-styles-preset\":\"bByqdY0fa\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},children:\"Take Control of Your Fuel\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-c0kz3c\",\"data-styles-preset\":\"bByqdY0fa\",style:{\"--framer-text-color\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},children:\"Take Control of Your Fuel\"})}),className:\"framer-zfxl15\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1sff7g\",\"data-framer-name\":\"content-button\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__styleAppearEffectEnabled:undefined},PViwRbnok:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-anee17\",\"data-styles-preset\":\"eofgsx0mZ\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-26069ac5-dbff-401c-bfb3-a6ad81e3b65f, rgb(220, 220, 220))\"},children:\"Create full visibility of your fuel usage, tank levels, and refuelling costs all from one easy-to-use platform.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-anee17\",\"data-styles-preset\":\"eofgsx0mZ\",style:{\"--framer-text-color\":\"var(--token-26069ac5-dbff-401c-bfb3-a6ad81e3b65f, rgb(220, 220, 220))\"},children:\"Create full visibility of your fuel usage, tank levels, and refuelling costs all from one easy-to-use platform.\"})}),className:\"framer-13dbe63\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"aSOzAsnCh\"},implicitPathVariables:undefined},{href:{webPageId:\"aSOzAsnCh\"},implicitPathVariables:undefined},{href:{webPageId:\"aSOzAsnCh\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+0+0+0+128+0+0+0+0+137.6+0+158}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:41,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-85nu65-container\",nodeId:\"ycQmDGsdT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{c8kWIpnYx:resolvedLinks1[2],variant:\"HNI2NHJiv\"},PViwRbnok:{c8kWIpnYx:resolvedLinks1[1]}},children:/*#__PURE__*/_jsx(CtaButtonSection,{c8kWIpnYx:resolvedLinks1[0],height:\"100%\",id:\"ycQmDGsdT\",layoutId:\"ycQmDGsdT\",variant:\"n6PFK0aoz\",width:\"100%\"})})})})})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-5n6ikd\",\"data-framer-name\":\"3d-render-smartfill\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__styleAppearEffectEnabled:undefined}},children:/*#__PURE__*/_jsx(MotionFigureWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,\"aria-label\":\"SmartFill 3D model\",className:\"framer-oczkly\",\"data-framer-name\":\"render-div\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1p9krt-container\",isAuthoredByUser:true,nodeId:\"dNHf9HiEG\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(VideoFrame,{autoplay:true,height:\"100%\",id:\"dNHf9HiEG\",layoutId:\"dNHf9HiEG\",loop:true,selectedVideo:\"SmartFill Gen3 - Authorize User\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:100,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation5,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1galrag-container hidden-1emll5j hidden-usql6r\",nodeId:\"nF2fgoX2E\",rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(TestimonialSection,{height:\"100%\",id:\"nF2fgoX2E\",layoutId:\"nF2fgoX2E\",style:{maxWidth:\"100%\",width:\"100%\"},width:\"100%\"})})})]})}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"onsite-tank-solutions\",className:\"framer-kgdan3\",\"data-framer-name\":\"onsite-tank-solutions-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10ubsrt\",\"data-framer-name\":\"onsite-tank-solution-section\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-rbz0w3\",\"data-framer-name\":\"onsite-tank-solution-div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"ONSITE TANK SOLUTIONS\"})}),className:\"framer-bodxag\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+1137+64+0+0+0+0+92}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:142,width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v8d4h3-container\",nodeId:\"DOffkQcut\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"KPu6KYRsc\"},PViwRbnok:{variant:\"KPu6KYRsc\"}},children:/*#__PURE__*/_jsx(SectionIntro,{aqATYPXFY:true,FCxR4SIZv:\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189))\",GirROT_fp:\"FMT helps businesses manage their on-site fuel tanks\",height:\"100%\",HjDrnwkqR:\"\",id:\"DOffkQcut\",layoutId:\"DOffkQcut\",n3vl99JVO:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",style:{width:\"100%\"},tGutruQy_:\"var(--token-8ebc4192-6d7f-433a-98f8-9f7392ba6849, rgb(10, 124, 255))\",uyHu4FrPC:\"\",variant:\"cJ7NGabwc\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-pebegu\",\"data-framer-name\":\"onsite-tank-solution-div\",children:[/*#__PURE__*/_jsxs(\"div\",{\"aria-label\":\"FMT FMS main features\",className:\"framer-b9d0v3\",\"data-framer-name\":\"onsite-tank-solution-cards\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:253,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px), 240px)`,y:(componentViewport?.y||0)+0+1137+64+0+0+266+0+0+0+0},PViwRbnok:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 16px) / 2, 240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 48px) / 4, 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1x2f1kt-container\",nodeId:\"a_qK_GuSL\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{width:\"100%\"},variant:\"hnJX0en9G\"}},children:/*#__PURE__*/_jsx(ColCard,{height:\"100%\",id:\"a_qK_GuSL\",layoutId:\"a_qK_GuSL\",O7E6N5Igg:\"var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251))\",R3WBRS1bo:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",SccQGRVrF:\"Protect your fuel with SmartFill\u2019s reliable access control terminal installed by the pump.\",style:{height:\"100%\",width:\"100%\"},U4Bsqq4PB:\"rgba(239, 239, 239, 0.9)\",variant:\"Y4Yu1IvAd\",width:\"100%\",xViPmv1bu:\"Prevent Fuel Theft\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:253,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px), 240px)`,y:(componentViewport?.y||0)+0+1137+64+0+0+266+0+0+0+269},PViwRbnok:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 16px) / 2, 240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 48px) / 4, 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10q2a9h-container\",nodeId:\"whTweRASq\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{width:\"100%\"},variant:\"JbNADVXL4\"}},children:/*#__PURE__*/_jsx(ColCard,{height:\"100%\",id:\"whTweRASq\",layoutId:\"whTweRASq\",O7E6N5Igg:\"var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251))\",R3WBRS1bo:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",SccQGRVrF:\"Add SmartDip's automatic tank guaging to monitor tank levels remotely.\",style:{height:\"100%\",width:\"100%\"},U4Bsqq4PB:\"rgba(239, 239, 239, 0.9)\",variant:\"GjfL92hcj\",width:\"100%\",xViPmv1bu:\"Monitor Tank Levels\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:253,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px), 240px)`,y:(componentViewport?.y||0)+0+1137+64+0+0+266+0+0+0+538},PViwRbnok:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 16px) / 2, 240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 48px) / 4, 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mt3uj6-container\",nodeId:\"Di19dYLmo\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{width:\"100%\"},variant:\"Md0eTy2G_\"}},children:/*#__PURE__*/_jsx(ColCard,{height:\"100%\",id:\"Di19dYLmo\",layoutId:\"Di19dYLmo\",O7E6N5Igg:\"var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251))\",R3WBRS1bo:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",SccQGRVrF:\"Login to our web-based software to administer users and generate usage reports.\",style:{height:\"100%\",width:\"100%\"},U4Bsqq4PB:\"rgba(239, 239, 239, 0.9)\",variant:\"aiajih7Bp\",width:\"100%\",xViPmv1bu:\"Automate Reporting\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:253,width:`max(min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px), 240px)`,y:(componentViewport?.y||0)+0+1137+64+0+0+266+0+0+0+807},PViwRbnok:{width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 16px) / 2, 240px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:300,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 48px) / 4, 240px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-12segyh-container\",nodeId:\"jR0u_icQo\",rendersWithMotion:true,scopeId:\"augiA20Il\",whileHover:animation7,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{width:\"100%\"},variant:\"P7OLtSXG4\"}},children:/*#__PURE__*/_jsx(ColCard,{height:\"100%\",id:\"jR0u_icQo\",layoutId:\"jR0u_icQo\",O7E6N5Igg:\"var(--token-404a2285-74f6-4174-9b1e-5555f7041cbc, rgb(251, 251, 251))\",R3WBRS1bo:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",SccQGRVrF:\"Our fuel management systems allow businesses to reconcile there fuel usage.\",style:{height:\"100%\",width:\"100%\"},U4Bsqq4PB:\"rgba(239, 239, 239, 0.9)\",variant:\"G87lZpL0m\",width:\"100%\",xViPmv1bu:\"Manage Expenses\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{\"aria-label\":\"Learn key solutions button\",className:\"framer-qb21cv\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined},{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined},{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+1137+64+0+0+266+0+1092+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1681020-container\",nodeId:\"ffb1CbjGP\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{s5NntCyJu:resolvedLinks2[2]},PViwRbnok:{s5NntCyJu:resolvedLinks2[1]}},children:/*#__PURE__*/_jsx(ButtonMain,{AiKfTowkb:true,Cl11LD6Dq:Icon,DgcGvaENW:\"inset 0px 0px 8px 2px rgba(0, 105, 224, 0.8)\",dNbzUq3BX:false,EPJr5ByOp:false,FKDusqQ0s:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",Fkoh6J25W:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",hDL_AvJs3:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",height:\"100%\",HTjGzTE_K:\"Learn key solutions\",hvxTktJFG:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",id:\"ffb1CbjGP\",layoutId:\"ffb1CbjGP\",Mf1HPAwKD:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",n1yUCSirG:\"inset 0px 0px 4px 4px rgba(235, 244, 255, 0.5)\",p3jiMnj7O:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",PSTataqbk:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",s5NntCyJu:resolvedLinks2[0],TLsX2NuXo:Icon,u_cow3SlD:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1},variant:\"eTnmKgJTR\",wh3J53GZR:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",width:\"100%\",ZlDKOhG4i:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1}})})})})})})})]})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+2660),pixelHeight:1365,pixelWidth:2048,sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg\",srcSet:\"https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg 2048w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__styleTransformEffectEnabled:true,__framer__threshold:0,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:.9,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,background:{alt:\"\",fit:\"fill\",pixelHeight:1365,pixelWidth:2048,sizes:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,src:\"https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg\",srcSet:\"https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/aTP2COLaPaGofih6BRLCzlREN0.jpg 2048w\"},className:\"framer-1dxzjb\"})}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"transactions-and-security\",className:\"framer-zp5183\",\"data-framer-name\":\"how-it-works-section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hxc0eo\",\"data-framer-name\":\"how-it-works-div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1h4bqag\",\"data-framer-name\":\"how-it-works-header\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"how it works\"})}),className:\"framer-2y0u2v\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"The Leading Fuel Management Solution\"})}),className:\"framer-ezlh9e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1agy42o\",\"data-framer-name\":\"how-it-works-body\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-781285d5-8f8a-40da-8cbd-e9664654d6e1, rgb(101, 101, 101))\"},children:\"FMT manages the flow of fuel for on-site tanks - from supplier delivery through to consumption by vehicles or equipment.\"})}),className:\"framer-1ct458e\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1yqwgii hidden-72rtr7 hidden-1emll5j\",\"data-framer-name\":\"how-it-works-illustration-mobile\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-e2buqr\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{background:{alt:\"Onsite fuel tank with a smartdip mounted illustration. \",fit:\"fill\",intrinsicHeight:578.5,intrinsicWidth:547,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3320+64+301.6+0+0+0+0),pixelHeight:1157,pixelWidth:1094,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5692)`,src:\"https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png?scale-down-to=1024 968w,https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png 1094w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Onsite fuel tank with a smartdip mounted illustration. \",fit:\"fill\",intrinsicHeight:578.5,intrinsicWidth:547,pixelHeight:1157,pixelWidth:1094,src:\"https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png?scale-down-to=1024 968w,https://framerusercontent.com/images/QIYqtCU0AjFVgV19TD2RmNDH2E.png 1094w\"},className:\"framer-vx14gf\",\"data-framer-name\":\"Tank levels\"})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-10etxfx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-qoe98d\",\"data-framer-name\":\"Line 23\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+3320+64+301.6+0+0+0+287}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-ihrlwi-container\",nodeId:\"ct4DO09Om\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"ct4DO09Om\",layoutId:\"ct4DO09Om\",Os3nkZKRq:\"SmartDip monitors your tanks in real time and reports fuel levels directly to the FMT web portal.\",rDas2DXga:\"Tank Levels Updated\",style:{width:\"100%\"},variant:\"PQfkyklXI\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lvhzm4\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{background:{alt:\"Illustration of SmartFill 3\",fit:\"fill\",intrinsicHeight:419.5,intrinsicWidth:521.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3320+64+301.6+0+491+0+0),pixelHeight:839,pixelWidth:1043,sizes:`calc(${componentViewport?.width||\"100vw\"} * 0.5846)`,src:\"https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=512 512w,https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png 1043w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"Illustration of SmartFill 3\",fit:\"fill\",intrinsicHeight:419.5,intrinsicWidth:521.5,pixelHeight:839,pixelWidth:1043,src:\"https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=512 512w,https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/G7EbxRdPDFklr2zHLnC5QALIA.png 1043w\"},className:\"framer-1cmff85\",\"data-framer-name\":\"Smartfill\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+3320+64+301.6+0+491+0+235}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1ddjyf0-container\",nodeId:\"APAKg8Mhj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"APAKg8Mhj\",layoutId:\"APAKg8Mhj\",Os3nkZKRq:\"Drivers and vehicles are verified before fuel is dispensed, ensuring full accountability.\",rDas2DXga:\"Transaction Authorized \",style:{width:\"100%\"},variant:\"UQCR92ioe\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-162z1jw\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-106qasz\",\"data-framer-name\":\"Line 23\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c546cz\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-zg0on3\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-5lpqy7\",\"data-framer-name\":\"Line 23\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{width:`calc(${componentViewport?.width||\"100vw\"} * 0.9)`,y:(componentViewport?.y||0)+0+3320+64+301.6+0+930+0+446}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:172,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-cwoh1r-container\",nodeId:\"yzseHxk17\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"yzseHxk17\",layoutId:\"yzseHxk17\",Os3nkZKRq:\"SmartFill automatically records when, where and how much was dispensed. \",rDas2DXga:\"Transaction Completed\",style:{width:\"100%\"},variant:\"qMZMX1q_d\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{background:{alt:\"How SmartFill 3 works illustration showing the user process\",fit:\"fit\",intrinsicHeight:1211.5,intrinsicWidth:518.5,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+3320+64+301.6+0+930+0+0),pixelHeight:2423,pixelWidth:1037,positionX:\"center\",positionY:\"center\",sizes:\"169px\",src:\"https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png?scale-down-to=2048 876w,https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png 1037w\"}}},children:/*#__PURE__*/_jsx(ImageWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,background:{alt:\"How SmartFill 3 works illustration showing the user process\",fit:\"fit\",intrinsicHeight:1211.5,intrinsicWidth:518.5,pixelHeight:2423,pixelWidth:1037,positionX:\"center\",positionY:\"center\",sizes:\"169px\",src:\"https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png?scale-down-to=2048\",srcSet:\"https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png?scale-down-to=2048 876w,https://framerusercontent.com/images/SKfGMUzLDDHWzwFoCzV0TAnYcE.png 1037w\"},className:\"framer-5kod5h\",\"data-framer-name\":\"Smart tag\"})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-knchi2 hidden-usql6r\",\"data-framer-name\":\"how-it-works-illustration-desktop\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1srahph\",\"data-framer-name\":\"Illustration\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-fbdnnj\",\"data-framer-name\":\"How the system works\",fill:\"black\",intrinsicHeight:752,intrinsicWidth:2121,svg:'<svg width=\"2121\" height=\"752\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M925.194 371.228h-5.846c-.66 0-1.195.535-1.195 1.195v5.843c0 .66.535 1.195 1.195 1.195h5.846c.661 0 1.196-.535 1.196-1.195v-5.843c0-.66-.535-1.195-1.196-1.195Zm11.495 0h-5.846c-.66 0-1.196.535-1.196 1.195v5.843c0 .66.536 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.843c0-.66-.535-1.195-1.195-1.195Zm11.495 0h-5.846c-.66 0-1.195.535-1.195 1.195v5.843c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.843c0-.66-.536-1.195-1.196-1.195Zm-22.99 12.195h-5.846c-.66 0-1.195.535-1.195 1.195v5.843c0 .66.535 1.195 1.195 1.195h5.846c.661 0 1.196-.535 1.196-1.195v-5.843c0-.66-.535-1.195-1.196-1.195Zm11.495 0h-5.846c-.66 0-1.196.535-1.196 1.195v5.843c0 .66.536 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.843c0-.66-.535-1.195-1.195-1.195Zm11.495 0h-5.846c-.66 0-1.195.535-1.195 1.195v5.843c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.843c0-.66-.536-1.195-1.196-1.195Zm-22.99 12.194h-5.846c-.66 0-1.195.535-1.195 1.195v5.844c0 .66.535 1.195 1.195 1.195h5.846c.661 0 1.196-.535 1.196-1.195v-5.844c0-.66-.535-1.195-1.196-1.195Zm11.495 0h-5.846c-.66 0-1.196.535-1.196 1.195v5.844c0 .66.536 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.844c0-.66-.535-1.195-1.195-1.195Zm11.495 0h-5.846c-.66 0-1.195.535-1.195 1.195v5.844c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.844c0-.66-.536-1.195-1.196-1.195Zm11.788-24.389h-5.846c-.661 0-1.196.535-1.196 1.195v5.843c0 .66.535 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.843c0-.66-.535-1.195-1.195-1.195Zm-.001 12.195h-5.846c-.66 0-1.195.535-1.195 1.195v5.843c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.843c0-.66-.536-1.195-1.196-1.195Zm0 12.194h-5.846c-.66 0-1.195.535-1.195 1.195v5.844c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.844c0-.66-.536-1.195-1.196-1.195Zm-34.777 12.195h-5.846c-.66 0-1.195.536-1.195 1.196v5.843c0 .66.535 1.195 1.195 1.195h5.846c.661 0 1.196-.535 1.196-1.195v-5.843c0-.66-.535-1.196-1.196-1.196Zm11.495 0h-5.846c-.66 0-1.196.536-1.196 1.196v5.843c0 .66.536 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.843c0-.66-.535-1.196-1.195-1.196Zm11.495 0h-5.846c-.66 0-1.195.536-1.195 1.196v5.843c0 .66.535 1.195 1.195 1.195h5.846c.66 0 1.196-.535 1.196-1.195v-5.843c0-.66-.536-1.196-1.196-1.196Zm11.788 0h-5.846c-.661 0-1.196.536-1.196 1.196v5.843c0 .66.535 1.195 1.196 1.195h5.846c.66 0 1.195-.535 1.195-1.195v-5.843c0-.66-.535-1.196-1.195-1.196Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1017.7 259.722H861.618a2.39 2.39 0 0 0-2.391 2.39V499.38a2.39 2.39 0 0 0 2.391 2.39H1017.7a2.39 2.39 0 0 0 2.39-2.39V262.112a2.39 2.39 0 0 0-2.39-2.39Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1013.5 264.072H865.826a2.39 2.39 0 0 0-2.391 2.39v228.563a2.39 2.39 0 0 0 2.391 2.39H1013.5a2.39 2.39 0 0 0 2.39-2.39V266.462a2.39 2.39 0 0 0-2.39-2.39Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1004.8 277.379H874.517a2.39 2.39 0 0 0-2.391 2.39v201.955a2.39 2.39 0 0 0 2.391 2.39H1004.8a2.39 2.39 0 0 0 2.39-2.39V279.769a2.39 2.39 0 0 0-2.39-2.39Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M984.814 291.855h-90.308a2.39 2.39 0 0 0-2.391 2.39v54.469a2.39 2.39 0 0 0 2.391 2.39h90.308a2.39 2.39 0 0 0 2.391-2.39v-54.469a2.391 2.391 0 0 0-2.391-2.39Z\" fill=\"#479DFF\"/><path d=\"M992.835 289.132H886.49a2.39 2.39 0 0 0-2.391 2.39v59.917a2.39 2.39 0 0 0 2.391 2.39h106.345a2.39 2.39 0 0 0 2.391-2.39v-59.917a2.39 2.39 0 0 0-2.391-2.39Zm-104.391 95.659a7.464 7.464 0 1 0 0-14.926 7.464 7.464 0 1 0 0 14.926Zm101.379 0a7.464 7.464 0 1 0 0-14.926 7.465 7.465 0 0 0-7.466 7.463 7.465 7.465 0 0 0 7.466 7.463Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M885.534 353.309s23.521 6.393 23.521 25.997c0 14.955 6.569 104.808 6.569 104.808m78.288-130.805s-23.522 6.393-23.522 25.997c0 14.955-6.569 104.808-6.569 104.808m-5.075-124.262h-38.172a2.42 2.42 0 0 0-2.421 2.419v1.578a2.42 2.42 0 0 0 2.421 2.42h38.172a2.42 2.42 0 0 0 2.421-2.42v-1.578a2.42 2.42 0 0 0-2.421-2.419ZM643.964 80H5.036C2.806 80 1 82.14 1 84.781v661.437C1 748.86 2.806 751 5.036 751h638.928c2.23 0 4.036-2.14 4.036-4.782V84.781c0-2.641-1.806-4.781-4.036-4.781Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M473.301 80.209H175.573c-93.017 0-168.422 75.374-168.422 168.352v334.087C7.15 675.626 82.556 751 175.573 751h297.728c93.017 0 168.422-75.374 168.422-168.352V248.561c0-92.978-75.405-168.352-168.422-168.352Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M639.572 582.44v-62.149H5v62.149c0 92.978 75.405 168.352 168.422 168.352H471.15c93.017 0 168.422-75.374 168.422-168.352Z\" fill=\"#479DFF\"/><path d=\"M361.414 67.488h-73.948v12.715h73.948V67.488Zm23.945 567.227c17.879 17.871 17.873 46.838 0 64.709\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M385.359 634.715c17.879 17.871 17.873 46.838 0 64.709\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M385.359 634.715c17.879 17.871 17.873 46.838 0 64.709\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M377.87 642.201c13.742 13.737 13.742 36.006 0 49.742\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M369.902 650.165c9.343 9.339 9.337 24.474 0 33.807M985 502h-88v249h88V502Zm311.5-151 6 15.36-52.95-1.5a4.949 4.949 0 0 0-4.94 4.941v313.263c0 9.034-7.33 16.36-16.37 16.36h-152.38c-9.04 0-16.37-7.326-16.37-16.36V423.653a4.951 4.951 0 0 0-4.95-4.942h-34.45v-14.859h40.54c7.93 0 14.36 6.429 14.36 14.357V672.56c0 5.186 4.21 9.393 9.4 9.393h135.32c5.18 0 9.39-4.207 9.39-9.393V364.358c0-7.929 6.43-14.358 14.37-14.358l53.03 1Zm-437.274 26.436h-52.368V42.68H326.529v24.808h-4.184v-28.99h488.697v334.755h48.184v4.183ZM326.529 80.209h-4.184v542.95h4.184V80.209Zm6.145 543.081H316.2v71.252h16.474V623.29Zm-2.038 71.252v2.39a2.495 2.495 0 0 1-2.493 2.492h-7.412a2.491 2.491 0 0 1-2.493-2.492v-2.39h12.398Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><g clip-path=\"url(#a)\" stroke=\"#002652\"><path d=\"M954.34 606.879h-4.313v-19.532h-7.058v17.408h-4.202v-17.408H928.66v-5.114h25.68v24.646Zm0 12.51-18.8 8.219-1.05.459 1.051.458 18.799 8.183v8.417h-25.68v-5.04h20.049l.203-.957-20.252-8.963v-4.383l20.251-8.927-.202-.957H928.66v-5.076h25.68v8.567Zm0 58.125h-4.313v-11.592H928.66v-5.227h21.367v-11.629h4.313v28.448Zm0-115.619a5.86 5.86 0 0 0-2.253.66l-.35.201a5.848 5.848 0 0 0-2.17 2.384h-.001l-3.69 7.396-.001.001a4.888 4.888 0 0 1-4.376 2.715h-.003v-13.405l-.546.05a5.84 5.84 0 0 0-2.55.858h-.001a5.848 5.848 0 0 0-2.173 2.386h.001l-3.69 7.395v.001a4.891 4.891 0 0 1-3.877 2.686v-12.377a5.878 5.878 0 0 0 2.253-.661l.35-.202a5.854 5.854 0 0 0 2.171-2.383v.001l3.69-7.398.166-.305a4.886 4.886 0 0 1 4.21-2.41h.003v13.405l.547-.051a5.834 5.834 0 0 0 2.261-.688l.292-.171a5.854 5.854 0 0 0 2.171-2.383v-.001l3.689-7.396.165-.305a4.889 4.889 0 0 1 3.712-2.38v12.377Z\"/></g><path d=\"M993 140.5h5a1.5 1.5 0 0 1 1.5 1.5v117.5h-8V142a1.5 1.5 0 0 1 1.5-1.5Z\" stroke=\"#002652\"/><path d=\"M963 114.401c17.879-17.871 46.86-17.865 64.74 0\" stroke=\"#479DFF\" stroke-miterlimit=\"10\"/><path d=\"M970.49 121.887c13.742-13.736 36.02-13.736 49.76 0\" stroke=\"#479DFF\" stroke-miterlimit=\"10\"/><path d=\"M978.458 129.853c9.343-9.339 24.482-9.333 33.822 0\" stroke=\"#479DFF\" stroke-miterlimit=\"10\"/><path stroke=\"#002652\" stroke-miterlimit=\"10\" d=\"M648 406h211v15H648z\"/><g clip-path=\"url(#b)\" stroke=\"#002652\" stroke-miterlimit=\"10\"><path d=\"m1380.7 361.646 3.66 1.48 1.78-4.409 2.27.918-1.78 4.411 18.97 7.673c1.52.619 2.92 1.529 4.1 2.689l24.68 24.179c-.3-.396.55-1.891 1.94-3.393 1.43-1.545 2.89-2.512 3.27-2.165.04.04.07.096.08.168l.05-.05-16.66-16.316-9.58-9.39a12.576 12.576 0 0 0-4.11-2.686l-9.69-3.923-7.34-2.968-1.16 2.882-7.79-3.146 1.16-2.883-.9-.361-2.95 7.3v-.01Z\"/><path d=\"m1386.14 358.72 2.27.917-1.78 4.411-2.27-.916 1.78-4.412Zm-2.76-1.13 7.8 3.15 1.16-2.882-.28-.114-7.51-3.039v.006l-1.17 2.879Z\"/><path d=\"m1388.64 364.863-6.3-2.55-.93 2.286a2.605 2.605 0 0 0 1.44 3.388l1.48.599a2.605 2.605 0 0 0 3.39-1.437l.92-2.286Zm-2.49-6.143 2.27.919-1.79 4.41-2.27-.919 1.79-4.41Zm-21.54-2.925a2.244 2.244 0 0 0 1.23 2.923l13.79 5.577 1.07-2.646 2.95-7.3 1.74-4.284-13.76-5.57-.03-.011a2.245 2.245 0 0 0-2.92 1.238l-.89 2.204-2.95 7.304-.23.565Zm17.02-22.104 22.85 12.732a4.513 4.513 0 0 1 1.74 6.14l-.7 1.264a4.515 4.515 0 0 1-6.14 1.746l-22.85-12.732a4.516 4.516 0 0 1-1.75-6.14l.71-1.264a4.513 4.513 0 0 1 6.14-1.746Z\"/><path d=\"m1391.44 339.16 5.06 2.819-5.1 9.149-5.06-2.818 5.1-9.15Zm7.43 16.124s-5.11-2.155-6.82 2.456m-16.62-15.558 11.16 7.41-1.88 5.095m-13.08-10.191 1.66-6.023a4.25 4.25 0 0 0-3.51-5.338l-10.89-1.523a5.432 5.432 0 0 0-1.11-.046l-21.2 1.204c-1.9.109-3.65 1.14-4.58 2.803-.4.722-.64 1.541-.49 2.406.04.257.22.82.5 1.636m3.34 8.793c3.03 7.692 7.16 17.883 9.87 24.532 1.55 3.805 2.64 6.448 2.78 6.797.01.026.02.04.02.04l13.44-5.583a2.816 2.816 0 0 0 1.66-1.937l1.99-7.891a2.83 2.83 0 0 0-.22-1.981l-.84-1.65 1.8-2.006\"/><path d=\"m1363.55 358.184-1.54 1.725.72 1.416c.26.524.33 1.131.19 1.703l-1.7 6.777c-.19.75-.72 1.363-1.43 1.662l-11.54 4.794s-.01-.007-.02-.036c-.12-.299-1.05-2.567-2.38-5.835-2.33-5.704-5.89-14.455-8.48-21.061l-2.88-7.55c-.24-.699-.39-1.188-.43-1.403-.12-.744.08-1.447.42-2.064.8-1.429 2.31-2.315 3.94-2.407l18.2-1.035c.31-.019.63-.007.95.037l9.35 1.311a3.645 3.645 0 0 1 3.01 4.584l-1.42 5.17-4.96 12.212Zm-52.26 28.904 1.14 2.733 35.57-10.09.07-.02-2.83-6.782-.02.004-25.05 10.446v.007l-8.88 3.702Zm24.06-38.698v.011l.11-.045-.03-.089c-.03.052-.05.092-.08.123Zm-38.66 2.088s0 .005.01.003c.52.009 1.36 1.144 2.3 2.872.63 1.172 1.3 2.63 1.91 4.25.64 1.668 1.12 3.25 1.42 4.567l7.32-3.05 1.14-.475 1.3-.541c-.3-1.254-.75-2.704-1.33-4.238-.66-1.757-1.4-3.336-2.08-4.547-.95-1.692-1.82-2.691-2.29-2.509-.03.015-.06.024-.08.047l-9.61 3.618-.01.003Z\"/><path d=\"m1302.57 365.507 8.72 21.582 8.88-3.702-8.09-21.315-1.3-3.421-1.14.474-7.32 3.051c.36 1.586.46 2.797.24 3.334l.01-.003Zm6.11-16.185c.68 1.215 1.41 2.79 2.08 4.547a35.431 35.431 0 0 1 1.33 4.237l23.26-9.697s0-.008-.01-.012c.04-.025.06-.071.09-.124.23-.561-.15-2.444-.96-4.57-.88-2.337-1.96-4.114-2.46-4.088-.02-.003-.04.004-.06.011a.351.351 0 0 0-.09.075l-.02-.036-23.16 9.657Z\"/><path d=\"M1297.95 358.727c1.6 4.21 3.55 7.368 4.37 7.06.11-.036.19-.134.25-.28.21-.537.12-1.747-.25-3.334-.29-1.32-.78-2.903-1.41-4.567a35.736 35.736 0 0 0-1.91-4.25c-.95-1.757-1.83-2.848-2.36-2.829a.277.277 0 0 0-.11.019c-.81.312-.18 3.974 1.41 8.184l.01-.003Zm45.67 14.878-3.82-4.486a3.317 3.317 0 0 0-4.4-.595l-16.58 11.285-.98-2.589 16.37-11.328a3.33 3.33 0 0 1 4.39.538l5.97 6.778-.95.394v.003Zm90.77 24.98s.01.019.02.027c.38.348 1.84-.619 3.27-2.164 1.27-1.366 2.08-2.724 1.99-3.257a.255.255 0 0 0-.08-.168c-.37-.343-1.84.624-3.27 2.164-1.39 1.503-2.24 2.998-1.93 3.394v.004Zm-35.24-55.13s-.72-1.615-2.12-2.347c-1.39-.731-3.17-.515-3.17-.515m.1 5.965 12.02 6.452m-30.7-16.706 13.56 7.276\"/></g><g clip-path=\"url(#c)\"><path d=\"M2076.88 469.274h-588.53v100.971h588.53V469.274Zm-588.53 20.747v130.456c-18.36-15.766-29.99-39.138-29.99-65.228 0-26.09 11.63-49.462 29.99-65.228Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1488.35 551v69.477c-18.36-15.766-29.99-39.139-29.99-65.228 0-26.09 11.63 11.517 29.99-4.249Z\" fill=\"#479DFF\"/><path d=\"M2076.88 620.477V490.021c18.35 15.766 29.98 39.138 29.98 65.228 0 26.09-11.63 49.462-29.98 65.228Zm0-566.25h-588.53v415.047h588.53V54.227Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M2060.11 70h-555v384h555V70Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1662.11 70h-9v384h9V70Zm244 0h-9v384h9V70Zm-399.2 434.739c6.55 0 11.87-5.313 11.87-11.866s-5.32-11.865-11.87-11.865c-6.56 0-11.88 5.312-11.88 11.865s5.32 11.866 11.88 11.866Zm27.57 0c6.55 0 11.87-5.313 11.87-11.866s-5.32-11.865-11.87-11.865c-6.56 0-11.87 5.312-11.87 11.865s5.31 11.866 11.87 11.866Zm27.58 0c6.55 0 11.87-5.313 11.87-11.866s-5.32-11.865-11.87-11.865c-6.56 0-11.88 5.312-11.88 11.865s5.32 11.866 11.88 11.866Zm435.16 0c6.55 0 11.87-5.313 11.87-11.866s-5.32-11.865-11.87-11.865c-6.56 0-11.87 5.312-11.87 11.865s5.31 11.866 11.87 11.866Zm27.57 0c6.56 0 11.87-5.313 11.87-11.866s-5.31-11.865-11.87-11.865-11.87 5.312-11.87 11.865 5.31 11.866 11.87 11.866Zm27.58 0c6.55 0 11.87-5.313 11.87-11.866s-5.32-11.865-11.87-11.865c-6.56 0-11.87 5.312-11.87 11.865s5.31 11.866 11.87 11.866Zm-149.11 93.867h-241.3v28.508h241.3v-28.508Zm-174.58-28.362h-8.6v28.362h8.6v-28.362Zm110.31 0h-8.6v28.362h8.6v-28.362Zm-268.75 28.362v89.336c0 4.881-4.01 8.831-8.96 8.831h-63.98c-4.95 0-8.95-3.955-8.95-8.831v-89.336h81.89Zm-69.65 0v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.19-98.167v98.167m100.08-98.167v89.336c0 4.881-4.01 8.831-8.95 8.831h-63.98c-4.95 0-8.96-3.955-8.96-8.831v-89.336h81.89Zm-69.64 0v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.19-98.167v98.167m343.24-98.167v89.336c0 4.881-4.01 8.831-8.96 8.831h-63.98c-4.94 0-8.95-3.955-8.95-8.831v-89.336h81.89Zm87.83 0v89.336c0 4.881-4.01 8.831-8.96 8.831h-63.98c-4.94 0-8.95-3.955-8.95-8.831v-89.336h81.89Zm-157.48 0v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m28.77-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m8.2-98.167v98.167m-598.55-421.402h-12.12a6.957 6.957 0 0 0-6.96 6.962v65.261a6.957 6.957 0 0 0 6.96 6.962h12.12c3.85 0 6.97-3.117 6.97-6.962v-65.261a6.966 6.966 0 0 0-6.97-6.962Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/><path d=\"M1488.34 292.417h-16.95v4.826h16.95v-4.826Zm0 42.382h-16.95v4.826h16.95v-4.826Zm612.46 19.762h12.12c3.84 0 6.96-3.118 6.96-6.963v-65.26a6.964 6.964 0 0 0-6.96-6.962h-12.12a6.966 6.966 0 0 0-6.97 6.962v65.26a6.966 6.966 0 0 0 6.97 6.963Zm-23.92-17.045h16.95v-4.826h-16.95v4.826Zm0-42.382h16.95v-4.826h-16.95v4.826Zm-266.91 152.5h-60.67v12.382h60.67v-12.382Zm55.68 72.123h-172.03v39.515h172.03v-39.515Zm-377.3 78.849h588.53M1480.59 486.64l-16.23 18.272 5.65 5.008 16.23-18.272-5.65-5.008Zm596.52 74.86h30m-629-136.5h10v44h-10zm-5 12h5v21h-5v-21Z\" stroke=\"#002652\" stroke-miterlimit=\"10\"/></g><defs><clipPath id=\"a\"><path fill=\"#fff\" transform=\"rotate(90 209 752)\" d=\"M0 0h141v39H0z\"/></clipPath><clipPath id=\"b\"><path fill=\"#fff\" transform=\"scale(-1 1) rotate(35.774 -1145.194 -1975.05)\" d=\"M0 0h101.883v120.507H0z\"/></clipPath><clipPath id=\"c\"><path fill=\"#fff\" transform=\"translate(1445.11 54)\" d=\"M0 0h675v643H0z\"/></clipPath></defs></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-esfbga\",\"data-framer-name\":\"Arrows\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-htfaah\",\"data-framer-name\":\"arrow-div\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-cmg4la\",\"data-framer-name\":\"arrow\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-184ol6s\",\"data-framer-name\":\"arrow-div\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1to8a8w\",\"data-framer-name\":\"arrow\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jp2s19\",\"data-framer-name\":\"arrow-div\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1daaktd\",\"data-framer-name\":\"arrow\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 9 36\"><path d=\"M 4.509 1.719 L 1.622 6.719 L 7.396 6.719 Z M 5.009 34.518 L 5.009 6.219 L 4.009 6.219 L 4.009 34.518 Z\" fill=\"var(--token-9c659b5a-004d-4779-aa71-46dca4f45b8b, rgb(189, 189, 189)) /* {&quot;name&quot;:&quot;Shades (300)&quot;} */\"></path></svg>',svgContentId:12590646738,withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18w3mma\",\"data-framer-name\":\"transaction-cards-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{height:172,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 32px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"300px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-s3w5vi-container\",nodeId:\"vYYAcyxwY\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"vYYAcyxwY\",layoutId:\"vYYAcyxwY\",Os3nkZKRq:\"SmartDip\u2122 monitors your tanks in real time and reports fuel levels directly to the FMT web portal.\",rDas2DXga:\"Tank Levels Updated\",style:{height:\"100%\",width:\"100%\"},variant:\"PQfkyklXI\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{height:172,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 32px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"300px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-sgbew0-container\",nodeId:\"jdbEqHVcj\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{style:{width:\"100%\"}}},children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"jdbEqHVcj\",layoutId:\"jdbEqHVcj\",Os3nkZKRq:\"Drivers and vehicles are verified before fuel is dispensed, ensuring full accountability.\",rDas2DXga:getLocalizedValue(\"v0\",activeLocale)??\"Transaction Authorized \",style:{height:\"100%\",width:\"100%\"},variant:\"UQCR92ioe\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PViwRbnok:{height:172,width:`max((min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px) - 32px) / 3, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"300px\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition8},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation10,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1h6nt1m-container\",nodeId:\"RPO8ZgAvH\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(WindowNotification_howTheSystmeWorks,{APHRpP_Oe:\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\",height:\"100%\",id:\"RPO8ZgAvH\",layoutId:\"RPO8ZgAvH\",Os3nkZKRq:\"SmartFill automatically records when, where and how much was dispensed. \",rDas2DXga:\"Transaction Completed\",style:{height:\"100%\",width:\"100%\"},variant:\"qMZMX1q_d\",width:\"100%\",yOuvrd1PM:\"var(--token-8a01d0b7-b2bb-4db1-ba54-dcf88bd88b51, rgb(124, 124, 124))\"})})})})]})]})]}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Flued management technology software solutions\",className:\"framer-17m4frn\",\"data-framer-name\":\"software-solutions-section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lc5jcs\",\"data-framer-name\":\"software-solutions-div\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"SOFTWARE SOLUTIONS\"})}),className:\"framer-14al4uc\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"All of your fuel, fluids and oils reported in one dashboard.\"})}),className:\"framer-1kdgynm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition9},__framer__animateOnce:true,__framer__enter:animation11,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-17m54oc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"DxYTlTbR9\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Video,{backgroundColor:\"rgba(0, 0, 0, 0)\",borderRadius:4,bottomLeftRadius:4,bottomRightRadius:4,controls:false,height:\"100%\",id:\"DxYTlTbR9\",isMixedBorderRadius:false,layoutId:\"DxYTlTbR9\",loop:true,muted:true,objectFit:\"cover\",playing:true,posterEnabled:true,srcFile:\"https://framerusercontent.com/assets/LDF5THP5X2E4dXba2BF839nN2Bw.mp4\",srcType:\"Upload\",srcUrl:\"https://framerusercontent.com/assets/MLWPbW1dUQawJLhhun3dBwpgJak.mp4\",startTime:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},topLeftRadius:4,topRightRadius:4,volume:25,width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ugvovb\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-781285d5-8f8a-40da-8cbd-e9664654d6e1, rgb(101, 101, 101))\"},children:\"All of your tank levels and transactions are automatically transferred to our web-based software, where you can view, manage and report on your entire fuel operations.\"})}),className:\"framer-1mkwku\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"button\",{\"aria-label\":\"Explore more solutions button link\",className:\"framer-1wmvqma\",\"data-reset\":\"button\",children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined},{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined},{href:{webPageId:\"EPgeKCSs6\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+5297.6+64+571.6+0+120+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:37,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-qduym1-container\",nodeId:\"sMpyTF83y\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{s5NntCyJu:resolvedLinks3[2]},PViwRbnok:{s5NntCyJu:resolvedLinks3[1]}},children:/*#__PURE__*/_jsx(ButtonMain,{AiKfTowkb:true,Cl11LD6Dq:Icon,DgcGvaENW:\"inset 0px 0px 4px 4px var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",dNbzUq3BX:false,EPJr5ByOp:false,FKDusqQ0s:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",Fkoh6J25W:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",hDL_AvJs3:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",height:\"100%\",HTjGzTE_K:\"Explore solutions\",hvxTktJFG:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",id:\"sMpyTF83y\",layoutId:\"sMpyTF83y\",Mf1HPAwKD:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",n1yUCSirG:\"inset 0px 0px 4px 4px rgba(235, 244, 255, 0.5)\",p3jiMnj7O:\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\",PSTataqbk:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",s5NntCyJu:resolvedLinks3[0],TLsX2NuXo:Icon,u_cow3SlD:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1},variant:\"eTnmKgJTR\",wh3J53GZR:\"var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143))\",width:\"100%\",ZlDKOhG4i:{borderColor:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",borderStyle:\"solid\",borderWidth:1}})})})})})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{\"aria-label\":\"Installed FMT products in all climates and conditions\",className:\"framer-wwuma7\",\"data-framer-name\":\"products-in-use-section\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1o5kfnn\",\"data-framer-name\":\"installed-fmt-products-div\",children:[/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"INSTALLED FMT PRODUCTS\"})}),className:\"framer-wonc5a\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"Over 10,000 units installed in all climates and conditions\"})}),className:\"framer-oanyi2\",\"data-framer-name\":\"Answers for frequent questions\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-jbdupm\",\"data-framer-name\":\"installed-fmt-products-image\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-z1tbks-container\",\"data-framer-name\":\"installed-fmt-products-images\",isAuthoredByUser:true,isModuleExternal:true,name:\"installed-fmt-products-images\",nodeId:\"TfPIcj7OT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{itemAmount:1.1}},children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgba(0, 0, 0, 0.2)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:false,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:.5,playOffscreen:false},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",id:\"TfPIcj7OT\",intervalControl:3,itemAmount:2,layoutId:\"TfPIcj7OT\",name:\"installed-fmt-products-images\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,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:500,width:\"667px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-143jpwd-container\",\"data-framer-name\":\"installed-fmt-products-smartfill\",inComponentSlot:true,name:\"installed-fmt-products-smartfill\",nodeId:\"Mo_5mcaRT\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:454,pixelWidth:605,src:\"https://framerusercontent.com/images/HZhOKRpLR4oHgc77DgDNr63AOU.jpg\",srcSet:\"https://framerusercontent.com/images/HZhOKRpLR4oHgc77DgDNr63AOU.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/HZhOKRpLR4oHgc77DgDNr63AOU.jpg 605w\"},\"Image of the SmartFill Gen 3 in use on a mining site, with a truck in the background and operating in a harsh environment.\"),height:\"100%\",id:\"Mo_5mcaRT\",layoutId:\"Mo_5mcaRT\",name:\"installed-fmt-products-smartfill\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lignar-container\",\"data-framer-name\":\"installed-fmt-products-smartdip\",inComponentSlot:true,name:\"installed-fmt-products-smartdip\",nodeId:\"dJPT7_hA_\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:907,pixelWidth:1210,src:\"https://framerusercontent.com/images/up0yn4lJQuUMEpdlEsSoN4V8CY.jpg\",srcSet:\"https://framerusercontent.com/images/up0yn4lJQuUMEpdlEsSoN4V8CY.jpg?scale-down-to=512 512w,https://framerusercontent.com/images/up0yn4lJQuUMEpdlEsSoN4V8CY.jpg?scale-down-to=1024 1024w,https://framerusercontent.com/images/up0yn4lJQuUMEpdlEsSoN4V8CY.jpg 1210w\"},\"SmartDip wireless attached to the fuel tank on the site \"),height:\"100%\",id:\"dJPT7_hA_\",layoutId:\"dJPT7_hA_\",name:\"installed-fmt-products-smartdip\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-zey86b-container\",\"data-framer-name\":\"installed-fmt-products-smartfill\",inComponentSlot:true,name:\"installed-fmt-products-smartfill\",nodeId:\"bjziwliZq\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:2419,pixelWidth:1814,src:\"https://framerusercontent.com/images/LBomtRtGQpJoAMSZ9XSNOGOfFMA.jpg\",srcSet:\"https://framerusercontent.com/images/LBomtRtGQpJoAMSZ9XSNOGOfFMA.jpg?scale-down-to=1024 767w,https://framerusercontent.com/images/LBomtRtGQpJoAMSZ9XSNOGOfFMA.jpg?scale-down-to=2048 1535w,https://framerusercontent.com/images/LBomtRtGQpJoAMSZ9XSNOGOfFMA.jpg 1814w\"},\"Image of the SmartFill Gen 3 operating on a mining site with a truck in the background.\"),height:\"100%\",id:\"bjziwliZq\",layoutId:\"bjziwliZq\",name:\"installed-fmt-products-smartfill\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vg0ck6-container\",\"data-framer-name\":\"installed-fmt-products-smartdip\",inComponentSlot:true,name:\"installed-fmt-products-smartdip\",nodeId:\"Es2zxTG_0\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:640,pixelWidth:480,src:\"https://framerusercontent.com/images/JZNG4uZDUtcb0H9t7MsxBjjmjE.jpg\",srcSet:\"https://framerusercontent.com/images/JZNG4uZDUtcb0H9t7MsxBjjmjE.jpg 480w\"},\"Image of the SmartDip wireless in a fuel tank operating in a harsh environment.\"),height:\"100%\",id:\"Es2zxTG_0\",layoutId:\"Es2zxTG_0\",name:\"installed-fmt-products-smartdip\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-y1zry4-container\",\"data-framer-name\":\"installed-fmt-products-smartfill\",inComponentSlot:true,name:\"installed-fmt-products-smartfill\",nodeId:\"zARWKeIIs\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:605,pixelWidth:454,src:\"https://framerusercontent.com/images/NVpAV5ttV2N6kvCu3PX78PEvw3Q.jpg\",srcSet:\"https://framerusercontent.com/images/NVpAV5ttV2N6kvCu3PX78PEvw3Q.jpg 454w\"},\"Image of the SmartFill Gen 3 operating in the harsh environment of a mining site.\"),height:\"100%\",id:\"zARWKeIIs\",layoutId:\"zARWKeIIs\",name:\"installed-fmt-products-smartfill\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-dg4qum-container\",\"data-framer-name\":\"installed-fmt-products-smarttag\",inComponentSlot:true,name:\"installed-fmt-products-smarttag\",nodeId:\"Zu4C1m1hh\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:705,pixelWidth:529,src:\"https://framerusercontent.com/images/SEg62fcd6Lj8bH0ncIhCXZYWXVY.jpg\",srcSet:\"https://framerusercontent.com/images/SEg62fcd6Lj8bH0ncIhCXZYWXVY.jpg 529w\"},\"Image of the SmartTag on the nozzle on the site\"),height:\"100%\",id:\"Zu4C1m1hh\",layoutId:\"Zu4C1m1hh\",name:\"installed-fmt-products-smarttag\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:501,width:\"668px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mkf6t1-container\",\"data-framer-name\":\"installed-fmt-products-smarttag\",inComponentSlot:true,name:\"installed-fmt-products-smarttag\",nodeId:\"CdirsuA0m\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(InstalledFmtProducts,{cGi6i4Cwm:addImageAlt({pixelHeight:1600,pixelWidth:1200,src:\"https://framerusercontent.com/images/q5a669R4fUHNzht8tyYgI5Nei7w.jpg\",srcSet:\"https://framerusercontent.com/images/q5a669R4fUHNzht8tyYgI5Nei7w.jpg?scale-down-to=1024 768w,https://framerusercontent.com/images/q5a669R4fUHNzht8tyYgI5Nei7w.jpg 1200w\"},\"Engineer is holding SmartTag on the site\"),height:\"100%\",id:\"CdirsuA0m\",layoutId:\"CdirsuA0m\",name:\"installed-fmt-products-smarttag\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})],startFrom:0,style:{height:\"100%\",maxWidth:\"100%\",width:\"100%\"},transitionControl:{delay:0,duration:.3,ease:[0,0,1,1],type:\"tween\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Tank gauging solutions for all tank sizes and monitoring usage\",className:\"framer-173x8fb\",\"data-framer-name\":\"full-tank-visibility-section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-3lwpd6\",\"data-framer-name\":\"full-tank-visibility-div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1f6xk5l\",\"data-framer-name\":\"full-tank-visibility-header-div\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1x4e901\",\"data-framer-name\":\"full-tank-visibility-h1\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"Tank Gauging\"})})},PViwRbnok:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"Tank Gauging\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, rgb(0, 105, 224))\"},children:\"Tank Gauging\"})}),className:\"framer-180akkh\",\"data-framer-name\":\"Control your security \\u2028and prevent theft\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"FMT creates solutions for tanks of all sizes\"})})},PViwRbnok:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"FMT creates solutions for tanks of all sizes\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82))\"},children:\"FMT creates solutions for tanks of all sizes\"})}),className:\"framer-jxv832\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f3iv4t\",\"data-framer-name\":\"full-tank-visibility-body\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-alignment\":\"center\"},children:\"Over 5,000 tanks are monitored daily with FMT's web-based software. Below are the types of tanks commonly monitored by our products.\"})})},PViwRbnok:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",style:{\"--framer-text-alignment\":\"center\"},children:\"Over 5,000 tanks are monitored daily with FMT's web-based software. Below are the types of tanks commonly monitored by our products.\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-j3zao5\",\"data-styles-preset\":\"gtKjc4Ppd\",children:\"Over 5,000 tanks are monitored daily with FMT's web-based software. Below are the types of tanks commonly monitored by our products.\"})}),className:\"framer-2i8vbk\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{\"aria-label\":\"Illustrations of tank types supported by FMT: Generator Tanks, Refuelling Vehicles, Container Tanks, Fuel Farms, and Cube Tanks\",className:\"framer-c2ol5p\",\"data-framer-name\":\"full-tank-visibility-illustrations\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1hb9ksj\",\"data-framer-name\":\"generator-tank-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+6771.8+64+0+0+301.6+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-im5iti-container\",nodeId:\"dzlhwMLqp\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Animation,{height:\"100%\",id:\"dzlhwMLqp\",layoutId:\"dzlhwMLqp\",variant:\"OelHKMCNt\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation4,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-6u700b\",\"data-styles-preset\":\"wIHmhANxr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-bc6f59af-1f50-409c-9bed-faef0380a022, rgb(70, 70, 70))\"},children:\"Trailer Tank\"})}),className:\"framer-1dax44n\",\"data-framer-name\":\"Generator Tank\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-13j7dxn\",\"data-framer-name\":\"refuelling-vehicles-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:156,y:(componentViewport?.y||0)+0+6771.8+64+0+0+301.6+0+201.2+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1hggw-container\",nodeId:\"pD4VP7vuR\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{height:\"100%\"}}},children:/*#__PURE__*/_jsx(Animation,{height:\"100%\",id:\"pD4VP7vuR\",layoutId:\"pD4VP7vuR\",variant:\"xaQtRmZ6j\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-6u700b\",\"data-styles-preset\":\"wIHmhANxr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-43a74e90-523e-493b-9b32-444b04b8de9b, rgb(82, 82, 82))\"},children:\"Refuelling Vehicles\"})}),className:\"framer-1ab2zid\",\"data-framer-name\":\"Generator Tank\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition7},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation9,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-xgjx04\",\"data-framer-name\":\"container-tanks-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+6771.8+64+0+0+301.6+0+398.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,children:/*#__PURE__*/_jsx(Container,{className:\"framer-5ptofh-container\",nodeId:\"l3kZsiSbI\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Animation,{height:\"100%\",id:\"l3kZsiSbI\",layoutId:\"l3kZsiSbI\",variant:\"qx5GxunLN\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-6u700b\",\"data-styles-preset\":\"wIHmhANxr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-43a74e90-523e-493b-9b32-444b04b8de9b, rgb(82, 82, 82))\"},children:\"Container Tanks\"})}),className:\"framer-10eczym\",\"data-framer-name\":\"Generator Tank\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition10},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation12,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1n5ptt0\",\"data-framer-name\":\"fuel-farms-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+6771.8+64+0+0+301.6+0+599.6+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d55xj0-container\",nodeId:\"TjPPKhS1s\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Animation,{height:\"100%\",id:\"TjPPKhS1s\",layoutId:\"TjPPKhS1s\",variant:\"eHboEQ1Rr\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-6u700b\",\"data-styles-preset\":\"wIHmhANxr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-43a74e90-523e-493b-9b32-444b04b8de9b, rgb(82, 82, 82))\"},children:\"Fuel Farms\"})}),className:\"framer-1xuov23\",\"data-framer-name\":\"Generator Tank\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{__framer__animate:{transition:transition2},__framer__exit:animation2}},children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition6},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation8,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1lhs6m5\",\"data-framer-name\":\"cube-tanks-div\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+6771.8+64+0+0+301.6+0+800.8+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:160,children:/*#__PURE__*/_jsx(Container,{className:\"framer-17nsogf-container\",nodeId:\"yigJJYJXM\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Animation,{height:\"100%\",id:\"yigJJYJXM\",layoutId:\"yigJJYJXM\",variant:\"qbSrMxG91\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-6u700b\",\"data-styles-preset\":\"wIHmhANxr\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-43a74e90-523e-493b-9b32-444b04b8de9b, rgb(82, 82, 82))\"},children:\"Cube Tanks\"})}),className:\"framer-ojuic\",\"data-framer-name\":\"Generator Tank\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})})]})]})}),/*#__PURE__*/_jsx(Overlay,{children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{height:735,y:(componentViewport?.y||0)+0+8203.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:766,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsxs(Container,{className:\"framer-ghxc2c-container\",id:\"ghxc2c\",nodeId:\"exqYey7MU\",scopeId:\"augiA20Il\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{style:{width:\"100%\"},variant:\"s1EJNptII\"},PViwRbnok:{variant:\"FJmB8VhsU\"}},children:/*#__PURE__*/_jsx(InstallerCTASection,{hEeDGNVAI:\"Get a Free Fuel Management Evaluation\",height:\"100%\",id:\"exqYey7MU\",j6VD0sHvc:j6VD0sHvc3bnx0g({overlay:overlay1}),K4gaaC3Oa:\"Start a free evaluation\",layoutId:\"exqYey7MU\",olFOtVoco:\"Do you know how much your business is really impacted by inefficent fuel management? Click below and find out.\",style:{height:\"100%\",width:\"100%\"},variant:\"MTOYraJfZ\",width:\"100%\"})}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/ReactDOM.createPortal(/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.div,{animate:{opacity:1,transition:{delay:0,duration:.5,ease:[.5,0,.88,.77],type:\"tween\"}},className:cx(scopingClassNames,\"framer-dztwa7\"),\"data-framer-portal-id\":\"ghxc2c\",exit:{opacity:0,transition:{delay:0,duration:.3,ease:[.12,.23,.5,1],type:\"tween\"}},initial:{opacity:0},onTap:()=>overlay1.hide()},\"Eelx0Rx8J\"),/*#__PURE__*/_jsx(motion.div,{className:cx(scopingClassNames,\"framer-yii6x4\"),\"data-framer-name\":\"Installer-CTA-section-div\",\"data-framer-portal-id\":\"ghxc2c\",\"data-hide-scrollbars\":true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{width:\"100vw\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{animate:animation14,className:\"framer-1i5zaa8-container\",exit:animation13,inComponentSlot:true,initial:animation15,nodeId:\"o4q01XQQZ\",rendersWithMotion:true,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{EA59tqAxG:\"CmMpL3oW1\",KZ39gM4fC:\"C_fonDFE3\",sjkZ7HHMM:\"oNgCI3KFF\",style:{width:\"100%\"},variant:convertFromEnum(activeLocale?.id,activeLocale)}},children:/*#__PURE__*/_jsx(ModalForms,{CxlEM9RbG:\"StdZpr7Z3\",EA59tqAxG:\"BJptehQVI\",height:\"100%\",id:\"o4q01XQQZ\",IwNZes8dw:\"MFTVLveN_\",kTBtm79Sn:\"inIiOlMVX\",KZ39gM4fC:\"YlQn6Mmqk\",layoutId:\"o4q01XQQZ\",mSZwL2Tc3:mSZwL2Tc31wnntms({overlay:overlay1}),oN2192Gfc:\"ZQ5EgQ_9j\",r_MTBTZXB:\"OelPmCU89\",sjkZ7HHMM:\"yHAN55Ahs\",V1ADHHl0k:\"Get Support\",variant:\"VfR_jyUIM\",width:\"100%\"})})})})})})]}),getContainer())})})]})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+8938.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:762,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17gs93m-container\",nodeId:\"rljo_lZfL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"aGj2itmJ_\"},PViwRbnok:{variant:\"ZNY0_9CJv\"}},children:/*#__PURE__*/_jsx(AllProductsSection,{height:\"100%\",id:\"rljo_lZfL\",layoutId:\"rljo_lZfL\",style:{width:\"100%\"},variant:\"F0u3Z56lw\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Testimonial section for FMT installations\",className:\"framer-17emi77\",\"data-framer-name\":\"testimonials-section\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+9700.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:834,width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1yg2pqq-container\",nodeId:\"ZYKbOo9fJ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"AyRysyOKH\"},PViwRbnok:{variant:\"wtDAvOO9g\"}},children:/*#__PURE__*/_jsx(TestimonialsSection,{bnbKecsiF:\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\",height:\"100%\",id:\"ZYKbOo9fJ\",layoutId:\"ZYKbOo9fJ\",NsyXAEzmV:\"Trusted by businesses worldwide\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"dj942Qbab\",width:\"100%\"})})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+10534.4}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:814,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-mlfriu-container\",nodeId:\"x8dMnwSQf\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"Qd3F3lXrU\"},PViwRbnok:{variant:\"QePIxKYSS\"}},children:/*#__PURE__*/_jsx(IndustriesSection,{height:\"100%\",id:\"x8dMnwSQf\",layoutId:\"x8dMnwSQf\",style:{width:\"100%\"},variant:\"GiWE9CgRu\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"section\",{\"aria-label\":\"Frequently Asked Questions and Answers\",className:\"framer-gvv7y3\",\"data-framer-name\":\"FAQ\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xqg5s5\",\"data-framer-name\":\"faq-div\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1oup851\",\"data-framer-name\":\"faq-header-div\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-styles-preset-1rn8jl2\",\"data-styles-preset\":\"JB1Vfwiaq\",style:{\"--framer-text-color\":\"var(--token-d40c8d28-3f93-435d-aa37-df217fb99726, rgb(71, 157, 255))\"},children:\"FAQ\"})}),className:\"framer-13t3vkp\",\"data-framer-name\":\"FAQ\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-1a8qqo\",\"data-styles-preset\":\"teCiUb5h8\",style:{\"--framer-text-color\":\"var(--token-8ad70445-636a-45d4-831a-71c9ff039684, rgb(251, 251, 251))\"},children:\"Answers for frequent questions\"})}),className:\"framer-ihd7x7\",\"data-framer-name\":\"Answers for frequent questions\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1vgb9ud\",\"data-framer-name\":\"faq-components\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+11348.4+32+0+0+114.4+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:472,width:`min(${componentViewport?.width||\"100vw\"} * 0.9, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pxera4-container\",nodeId:\"rSSj4tcq7\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"fmJN9goU8\"}},children:/*#__PURE__*/_jsx(FAQDark,{bLQw5ef1O:\"The SmartFill system and FMT product range is designed to be plug and play, your install needs to be done by a accredited installer but because of the ease of our system it's easy to repair and change out modules. We work with an international network of installers and fuel equipment distributors who are qualified to setup the FMT product range.\",BsgVLmBok:\"Definitely, we can cover any number of tanks, you can view and manage all of your tanks, transactions and reports through the FMT web portal. You can even schedule reports, set alerts, and monitor levels across your whole operation.\",height:\"100%\",Hpp557l9A:\"Yes \u2013 FMT is actively expanding into EV charging solutions, especially for businesses managing mixed fleets or looking to transition. We\u2019re developing rugged, reliable EV products and integrating them into the same easy-to-use platform. If you\u2019re starting to think about EVs, we\u2019re ready to support that journey.\",id:\"rSSj4tcq7\",IIq5DF_NM:\"Is the FMS compatible with all types of vehicles and equipment?\",IUG3ygyh9:\"Prevents fuel theft and misues. tracks fuel usage by job, vehicle or person. Automates reporting. Reduces downtime. Improves compliance and accuracy.\",iZiHJyzQw:\"How does an FMS benefit my business?\",KgFOK6dp3:\"How easy is it to install the FMS system?\",layoutId:\"rSSj4tcq7\",Ldfyh7cfp:\"Absolutely. From utes to 100-tonne dump trucks, SmartFill supports a range of authentication methods \u2013 NFC cards, iButton tags, VIN, PINs, and even automatic vehicle identification. It also connects to all major bowsers and flow meters.\",n5g9IT8u6:\"Basically, if you\u2019ve got an on-site tank, we\u2019ve got the system to help you run it smarter. Usually industries such as mining, construction, civil, fuel site operators, transport and logisitics, marinas and aviation. But FMT can cater to virtually any businesses onsite fuel or liquid needs.\",style:{width:\"100%\"},Uepg5idhx:\"What is a Fuel Management System? \",UQ3RUHip5:\"Does FMT work with EV?\",variant:\"TS_c3VxvM\",VD_XI8kmz:\"What kind of businesses can benefit from an FMS?\",VGqyyILcE:\"A Fuel Management System (FMS) is a smart way to control, monitor and report every litre of fuel dispensed on your site. With FMT\u2019s SmartFill system, you get access control (who is using fuel, for what, and how much) and live reporting via the web \u2013 no spreadsheets, no guesswork. Pair it with SmartDip to see real-time tank levels without doing manual dips.\",width:\"100%\",wQcu6ZFpG:\"Yes, all products do include a manufacturers warranty, we also supply and manufacture replacement parts for each model just incase they fail outside of the warranty period as we never want our customers to have downtime due to our products.\",wWvVhOAlB:\"Can the FMS handle multiple sites or locations?\",yjv5IbecM:\"Is there a warranty for the FMS hardware and software?\"})})})})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+12030.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:544,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t9as23-container\",nodeId:\"f4ZRsfimT\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:convertFromEnum2(activeLocale?.id,activeLocale)},PViwRbnok:{variant:convertFromEnum1(activeLocale?.id,activeLocale)}},children:/*#__PURE__*/_jsx(ContactUsSection,{BqsB_cKCy:true,height:\"100%\",id:\"f4ZRsfimT\",J7FRAwDkS:\"Still need more info? Have a chat with us\",layoutId:\"f4ZRsfimT\",style:{width:\"100%\"},variant:\"b_uMZ1k0R\",WCXrSULsc:\"Get in contact with us for more information about products, support, software or finding installers\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{y:(componentViewport?.y||0)+0+12574.8}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:431,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1t4yw0n-container\",nodeId:\"DT3ZWG8W3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{PTHkYN2Rv:{variant:\"SSnYpS5Ec\"},PViwRbnok:{variant:\"lsFjklIuP\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"DT3ZWG8W3\",layoutId:\"DT3ZWG8W3\",style:{width:\"100%\"},variant:\"kDORXGeHb\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Mi1dN.framer-lux5qc, .framer-Mi1dN .framer-lux5qc { display: block; }\",\".framer-Mi1dN.framer-72rtr7 { align-content: center; align-items: center; background-color: #fbfbfb; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-Mi1dN .framer-1fr3h6r-container { bottom: 32px; flex: none; height: auto; position: fixed; right: 20px; width: auto; z-index: 10; }\",\".framer-Mi1dN .framer-1uxbta5-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-Mi1dN.framer-v8fvqb { background-color: rgba(0, 0, 0, 0.8); inset: 0px; position: fixed; user-select: none; z-index: 3; }\",\".framer-Mi1dN.framer-nmjs0t-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 54px; z-index: 10; }\",\".framer-Mi1dN .framer-1gbjgfc { align-content: center; align-items: center; background: radial-gradient(61% 76.86% at 86.1% 54.7%, var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, #0069e0) 8.783783783783784%, var(--token-90d5f607-73da-49a1-abd6-9f7e479d8e41, rgb(0, 86, 184)) 33%, var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143)) 44%, var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82)) 59%, var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) 100%); 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-Mi1dN .framer-1mghe63 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; min-height: 600px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 6; }\",\".framer-Mi1dN .framer-10ss3nm-container { flex: none; height: 100%; left: 0px; position: absolute; right: -2px; top: calc(50.00000000000002% - 100% / 2); z-index: 1; }\",\".framer-Mi1dN .framer-475rtj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1x440uf { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: center; padding: 64px 0px 64px 0px; position: relative; width: 50%; z-index: 2; }\",\".framer-Mi1dN .framer-1smmuq6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-zfxl15, .framer-Mi1dN .framer-ezlh9e, .framer-Mi1dN .framer-2i8vbk { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1sff7g, .framer-Mi1dN .framer-pebegu { align-content: flex-start; align-items: flex-start; 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: 100%; }\",\".framer-Mi1dN .framer-13dbe63 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-85nu65-container, .framer-Mi1dN .framer-1681020-container, .framer-Mi1dN .framer-qduym1-container, .framer-Mi1dN .framer-im5iti-container, .framer-Mi1dN .framer-1hggw-container, .framer-Mi1dN .framer-5ptofh-container, .framer-Mi1dN .framer-1d55xj0-container, .framer-Mi1dN .framer-17nsogf-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Mi1dN .framer-5n6ikd { align-content: flex-end; align-items: flex-end; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: auto; justify-content: center; max-width: 100%; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-oczkly { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 100%; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-Mi1dN .framer-1p9krt-container { flex: none; height: 600px; position: relative; width: 600px; }\",\".framer-Mi1dN .framer-1galrag-container { flex: none; height: auto; left: 50%; max-width: 1440px; position: absolute; top: 90%; transform: translate(-50%, -50%); width: 100%; z-index: 1; }\",\".framer-Mi1dN .framer-kgdan3 { align-content: center; align-items: center; background-color: var(--token-8ad70445-636a-45d4-831a-71c9ff039684, #fbfbfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-10ubsrt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-rbz0w3 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-bodxag, .framer-Mi1dN .framer-2y0u2v, .framer-Mi1dN .framer-14al4uc, .framer-Mi1dN .framer-wonc5a, .framer-Mi1dN .framer-180akkh { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 50%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1v8d4h3-container, .framer-Mi1dN .framer-cwoh1r-container, .framer-Mi1dN .framer-17gs93m-container, .framer-Mi1dN .framer-mlfriu-container, .framer-Mi1dN .framer-1pxera4-container, .framer-Mi1dN .framer-1t9as23-container, .framer-Mi1dN .framer-1t4yw0n-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-b9d0v3 { display: grid; flex: none; gap: 16px; grid-auto-rows: min-content; grid-template-columns: repeat(4, minmax(240px, 1fr)); grid-template-rows: repeat(1, min-content); height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-1x2f1kt-container { align-self: start; cursor: default; flex: none; height: 300px; justify-self: start; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Mi1dN .framer-10q2a9h-container, .framer-Mi1dN .framer-mt3uj6-container, .framer-Mi1dN .framer-12segyh-container { align-self: start; flex: none; height: 300px; justify-self: start; position: relative; width: 100%; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-Mi1dN .framer-qb21cv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Mi1dN .framer-1dxzjb { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; flex: none; height: 660px; max-width: 1440px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-zp5183 { align-content: center; align-items: center; background-color: var(--token-8ad70445-636a-45d4-831a-71c9ff039684, #fbfbfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 128px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-1hxc0eo { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1h4bqag { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-1agy42o { align-content: flex-end; align-items: flex-end; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-1ct458e { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 80%; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1yqwgii { align-content: center; align-items: center; 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: 90%; }\",\".framer-Mi1dN .framer-e2buqr, .framer-Mi1dN .framer-lvhzm4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-vx14gf { aspect-ratio: 0.9455488331892826 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 212px); overflow: visible; position: relative; width: 63%; }\",\".framer-Mi1dN .framer-10etxfx, .framer-Mi1dN .framer-162z1jw, .framer-Mi1dN .framer-zg0on3, .framer-Mi1dN .framer-htfaah, .framer-Mi1dN .framer-jp2s19 { flex: none; height: 36px; overflow: hidden; position: relative; width: 9px; }\",\".framer-Mi1dN .framer-qoe98d, .framer-Mi1dN .framer-106qasz, .framer-Mi1dN .framer-5lpqy7, .framer-Mi1dN .framer-cmg4la, .framer-Mi1dN .framer-1daaktd { flex: none; height: 36px; left: 0px; position: absolute; top: 0px; width: 9px; }\",\".framer-Mi1dN .framer-ihrlwi-container, .framer-Mi1dN .framer-1ddjyf0-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-1cmff85 { aspect-ratio: 1.2431466030989273 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 161px); overflow: visible; position: relative; width: 65%; }\",\".framer-Mi1dN .framer-1c546cz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-5kod5h { aspect-ratio: 0.4279818406933553 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 394px); overflow: visible; position: relative; width: 169px; }\",\".framer-Mi1dN .framer-knchi2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1srahph { aspect-ratio: 2.815028901734104 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 384px); overflow: hidden; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-fbdnnj { aspect-ratio: 2.820478723404255 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 358px); left: 50%; max-width: 1440px; position: absolute; top: 50%; transform: translate(-50%, -50%); width: 100%; }\",\".framer-Mi1dN .framer-esfbga { align-content: center; align-items: center; background-color: var(--token-8ad70445-636a-45d4-831a-71c9ff039684, #fbfbfb); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 63%; }\",\".framer-Mi1dN .framer-184ol6s { flex: none; height: 36px; overflow: hidden; position: relative; width: 10px; }\",\".framer-Mi1dN .framer-1to8a8w { flex: none; height: 36px; left: calc(50.00000000000002% - 9px / 2); position: absolute; top: 0px; width: 9px; }\",\".framer-Mi1dN .framer-18w3mma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-s3w5vi-container, .framer-Mi1dN .framer-sgbew0-container, .framer-Mi1dN .framer-1h6nt1m-container { flex: none; height: 200px; position: relative; width: 300px; }\",\".framer-Mi1dN .framer-17m4frn, .framer-Mi1dN .framer-wwuma7 { align-content: center; align-items: center; background-color: var(--token-8ad70445-636a-45d4-831a-71c9ff039684, #fbfbfb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 0px 64px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-lc5jcs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1kdgynm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 600px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-17m54oc-container { aspect-ratio: 1.542857142857143 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 777px); max-width: 1440px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1ugvovb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1mkwku { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 650px; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1wmvqma { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Mi1dN .framer-1o5kfnn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-oanyi2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; max-width: 700px; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-jbdupm { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-z1tbks-container { cursor: grab; flex: none; height: 550px; max-width: 1440px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-143jpwd-container { aspect-ratio: 1.334 / 1; height: var(--framer-aspect-ratio-supported, 500px); position: relative; width: 667px; z-index: 1; }\",\".framer-Mi1dN .framer-lignar-container, .framer-Mi1dN .framer-zey86b-container, .framer-Mi1dN .framer-vg0ck6-container, .framer-Mi1dN .framer-y1zry4-container, .framer-Mi1dN .framer-dg4qum-container, .framer-Mi1dN .framer-mkf6t1-container { aspect-ratio: 1.3333333333333333 / 1; height: var(--framer-aspect-ratio-supported, 501px); position: relative; width: 667px; z-index: 1; }\",\".framer-Mi1dN .framer-173x8fb { align-content: center; align-items: center; background-color: #fbfbfb; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: center; overflow: hidden; padding: 128px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-3lwpd6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px 0px 32px 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1f6xk5l { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-1x4e901 { align-content: flex-start; align-items: flex-start; display: flex; flex: 3 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-jxv832 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 80%; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1f3iv4t { align-content: flex-end; align-items: flex-end; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-Mi1dN .framer-c2ol5p { align-content: flex-end; align-items: flex-end; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: hidden; padding: 0px 0px 16px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-1hb9ksj, .framer-Mi1dN .framer-13j7dxn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-Mi1dN .framer-1dax44n, .framer-Mi1dN .framer-ojuic { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 129px; word-break: break-word; word-wrap: break-word; }\",\".framer-Mi1dN .framer-1ab2zid, .framer-Mi1dN .framer-10eczym, .framer-Mi1dN .framer-1xuov23, .framer-Mi1dN .framer-13t3vkp { --framer-paragraph-spacing: 8px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Mi1dN .framer-xgjx04, .framer-Mi1dN .framer-1n5ptt0, .framer-Mi1dN .framer-1lhs6m5 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-Mi1dN .framer-ghxc2c-container { flex: none; height: 766px; position: relative; width: 100%; }\",\".framer-Mi1dN.framer-dztwa7 { background-color: rgba(34, 33, 33, 0.9); inset: 0px; position: fixed; user-select: none; z-index: 10; }\",\".framer-Mi1dN.framer-yii6x4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; left: calc(50.00000000000002% - 100% / 2); overflow: auto; padding: 0px; position: fixed; top: calc(50.00000000000002% - 100vh / 2); width: 100%; z-index: 10; }\",\".framer-Mi1dN .framer-1i5zaa8-container { flex: none; height: auto; position: relative; width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 10; }\",\".framer-Mi1dN .framer-17emi77 { align-content: center; align-items: center; background-color: var(--token-22a586e2-3870-4d9a-9c25-8e28d56103b9, #171516); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-1yg2pqq-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-gvv7y3 { align-content: center; align-items: center; background-color: #171516; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 124px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 0px 128px 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-xqg5s5 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 1440px; overflow: visible; padding: 0px; position: relative; width: 90%; }\",\".framer-Mi1dN .framer-1oup851 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-Mi1dN .framer-ihd7x7 { --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-Mi1dN .framer-1vgb9ud { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,'.framer-Mi1dN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar, .framer-Mi1dN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar { width: 0px; height: 0px; }','.framer-Mi1dN[data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb, .framer-Mi1dN [data-hide-scrollbars=\"true\"]::-webkit-scrollbar-thumb { background: transparent; }','.framer-Mi1dN[data-hide-scrollbars=\"true\"], .framer-Mi1dN [data-hide-scrollbars=\"true\"] { scrollbar-width: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-Mi1dN.framer-72rtr7 { width: 810px; } .framer-Mi1dN .framer-1fr3h6r-container { right: 217px; } .framer-Mi1dN.framer-v8fvqb { background-color: rgba(0, 0, 0, 0.7); z-index: 10; } .framer-Mi1dN.framer-nmjs0t-container { right: unset; top: 0px; width: 100%; } .framer-Mi1dN .framer-1mghe63 { background: radial-gradient(88.18032786885247% 66% at 84.2% 86.8%, var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, #0069e0) 8.783783783783784%, var(--token-90d5f607-73da-49a1-abd6-9f7e479d8e41, rgb(0, 86, 184)) 33%, var(--token-6941c36f-a1c1-4b29-8fd9-17b9868294eb, rgb(0, 67, 143)) 44%, var(--token-efed73bf-ea90-4ac8-b5e6-7b44ead72850, rgb(0, 38, 82)) 59%, var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) 100%); flex-direction: column; height: 1259px; padding: 128px 0px 0px 0px; } .framer-Mi1dN .framer-475rtj { flex-direction: column; order: 2; width: 100%; } .framer-Mi1dN .framer-1x440uf { align-self: unset; height: min-content; padding: 64px 0px 32px 0px; width: 90%; } .framer-Mi1dN .framer-1smmuq6 { align-content: center; align-items: center; order: 0; } .framer-Mi1dN .framer-zfxl15 { order: 0; width: 80%; } .framer-Mi1dN .framer-1sff7g { align-content: center; align-items: center; order: 1; } .framer-Mi1dN .framer-13dbe63, .framer-Mi1dN .framer-esfbga { width: 70%; } .framer-Mi1dN .framer-5n6ikd { align-content: flex-start; align-items: flex-start; align-self: unset; flex: none; height: min-content; max-width: unset; width: 100%; } .framer-Mi1dN .framer-oczkly { flex: 1 0 0px; height: min-content; justify-content: flex-start; width: 1px; } .framer-Mi1dN .framer-1p9krt-container { order: 0; } .framer-Mi1dN .framer-kgdan3, .framer-Mi1dN .framer-173x8fb, .framer-Mi1dN .framer-gvv7y3 { padding: 64px 0px 64px 0px; } .framer-Mi1dN .framer-b9d0v3 { grid-template-columns: repeat(2, minmax(240px, 1fr)); } .framer-Mi1dN .framer-zp5183 { gap: 64px; padding: 64px 0px 64px 0px; } .framer-Mi1dN .framer-1hxc0eo { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; } .framer-Mi1dN .framer-1h4bqag { flex: none; width: 100%; } .framer-Mi1dN .framer-ezlh9e { max-width: 80%; } .framer-Mi1dN .framer-1agy42o { align-content: flex-start; align-items: flex-start; flex: none; justify-content: flex-start; width: 100%; } .framer-Mi1dN .framer-1srahph { height: var(--framer-aspect-ratio-supported, 259px); } .framer-Mi1dN .framer-18w3mma { align-content: flex-start; align-items: flex-start; gap: 16px; justify-content: flex-start; overflow: visible; width: 100%; } .framer-Mi1dN .framer-s3w5vi-container, .framer-Mi1dN .framer-sgbew0-container { flex: 1 0 0px; height: auto; width: 1px; } .framer-Mi1dN .framer-1h6nt1m-container { align-self: stretch; flex: 1 0 0px; height: auto; width: 1px; } .framer-Mi1dN .framer-17m4frn { padding: 64px 0px 32px 0px; } .framer-Mi1dN .framer-lc5jcs { gap: 16px; justify-content: flex-start; } .framer-Mi1dN .framer-1kdgynm { width: 80%; } .framer-Mi1dN .framer-17m54oc-container { height: var(--framer-aspect-ratio-supported, 524px); } .framer-Mi1dN .framer-wwuma7 { gap: 16px; padding: 64px 0px 32px 0px; } .framer-Mi1dN .framer-z1tbks-container { height: 400px; } .framer-Mi1dN .framer-3lwpd6 { align-content: center; align-items: center; padding: 0px; } .framer-Mi1dN .framer-1f6xk5l { align-content: center; align-items: center; flex-direction: column; gap: 16px; justify-content: flex-start; } .framer-Mi1dN .framer-1x4e901 { align-content: center; align-items: center; flex: none; width: 90%; } .framer-Mi1dN .framer-1f3iv4t { flex: none; justify-content: flex-start; width: 70%; } .framer-Mi1dN .framer-c2ol5p { flex-wrap: wrap; gap: 16px; justify-content: center; } .framer-Mi1dN .framer-1hb9ksj { align-self: stretch; height: auto; } .framer-Mi1dN .framer-1ab2zid, .framer-Mi1dN .framer-10eczym { white-space: pre-wrap; width: 200px; word-break: break-word; word-wrap: break-word; } .framer-Mi1dN .framer-ojuic { width: 122px; }}\",\"@media (max-width: 809px) { .framer-Mi1dN.framer-72rtr7 { overflow: hidden; width: 390px; } .framer-Mi1dN .framer-1fr3h6r-container { left: 50%; right: unset; transform: translateX(-50%); } .framer-Mi1dN.framer-nmjs0t-container { height: 100vh; top: 0px; } .framer-Mi1dN .framer-1gbjgfc, .framer-Mi1dN .framer-1n5ptt0 { overflow: visible; } .framer-Mi1dN .framer-1mghe63 { background: radial-gradient(110.80769230769232% 43% at 95.5% 61%, var(--token-1f42d7e5-9913-4ec8-987c-48a176f524bb, #0069e0) 0%, var(--token-90d5f607-73da-49a1-abd6-9f7e479d8e41, rgb(0, 86, 184)) 32.557362049549546%, rgb(0, 26, 57) 76.47804054054053%, var(--token-5d2219c7-ae7c-4f96-9fc9-18e1499b0ab3, rgb(0, 19, 41)) 100%); flex-direction: column; height: 1137px; min-height: unset; padding: 128px 0px 0px 0px; } .framer-Mi1dN .framer-475rtj { flex-direction: column; height: 100%; order: 1; width: 100%; } .framer-Mi1dN .framer-1x440uf { align-self: unset; height: min-content; padding: 0px 0px 32px 0px; width: 90%; } .framer-Mi1dN .framer-5n6ikd { align-content: center; align-items: center; align-self: unset; flex: none; height: min-content; max-width: unset; width: min-content; } .framer-Mi1dN .framer-oczkly { height: min-content; order: 0; width: min-content; } .framer-Mi1dN .framer-1p9krt-container { height: 500px; width: 500px; } .framer-Mi1dN .framer-kgdan3, .framer-Mi1dN .framer-zp5183, .framer-Mi1dN .framer-17m4frn, .framer-Mi1dN .framer-wwuma7 { padding: 64px 0px 64px 0px; } .framer-Mi1dN .framer-bodxag, .framer-Mi1dN .framer-1cmff85, .framer-Mi1dN .framer-5kod5h { order: 0; } .framer-Mi1dN .framer-1v8d4h3-container, .framer-Mi1dN .framer-162z1jw, .framer-Mi1dN .framer-zg0on3 { order: 1; } .framer-Mi1dN .framer-b9d0v3 { grid-template-columns: repeat(1, minmax(240px, 1fr)); } .framer-Mi1dN .framer-1x2f1kt-container, .framer-Mi1dN .framer-10q2a9h-container, .framer-Mi1dN .framer-mt3uj6-container, .framer-Mi1dN .framer-12segyh-container, .framer-Mi1dN .framer-ghxc2c-container { height: auto; } .framer-Mi1dN .framer-1hxc0eo { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; } .framer-Mi1dN .framer-1h4bqag, .framer-Mi1dN .framer-ihrlwi-container, .framer-Mi1dN .framer-1f3iv4t { flex: none; width: 100%; } .framer-Mi1dN .framer-2y0u2v, .framer-Mi1dN .framer-jxv832, .framer-Mi1dN .framer-1i5zaa8-container { width: 100%; } .framer-Mi1dN .framer-1agy42o { align-content: flex-start; align-items: flex-start; flex: none; width: 100%; } .framer-Mi1dN .framer-e2buqr { flex-direction: column; order: 0; } .framer-Mi1dN .framer-lvhzm4 { flex-direction: column; order: 1; } .framer-Mi1dN .framer-1ddjyf0-container { flex: none; order: 2; width: 100%; } .framer-Mi1dN .framer-1c546cz { order: 2; } .framer-Mi1dN .framer-cwoh1r-container { order: 3; } .framer-Mi1dN .framer-lc5jcs { gap: 16px; } .framer-Mi1dN .framer-17m54oc-container { aspect-ratio: unset; height: 350px; } .framer-Mi1dN .framer-oanyi2 { width: 90%; } .framer-Mi1dN .framer-z1tbks-container { height: 300px; } .framer-Mi1dN .framer-173x8fb { overflow: visible; padding: 64px 0px 32px 0px; } .framer-Mi1dN .framer-3lwpd6 { align-content: center; align-items: center; } .framer-Mi1dN .framer-1f6xk5l { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: flex-start; } .framer-Mi1dN .framer-1x4e901 { align-content: center; align-items: center; flex: none; width: 100%; } .framer-Mi1dN .framer-2i8vbk { flex: 1 0 0px; width: 1px; } .framer-Mi1dN .framer-c2ol5p { align-content: center; align-items: center; flex-direction: column; gap: 0px; justify-content: flex-start; overflow: visible; padding: 0px; } .framer-Mi1dN .framer-1hggw-container { height: 156px; } .framer-Mi1dN.framer-yii6x4 { justify-content: flex-start; } .framer-Mi1dN .framer-gvv7y3 { padding: 32px 0px 64px 0px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 11065\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"PViwRbnok\":{\"layout\":[\"fixed\",\"auto\"]},\"PTHkYN2Rv\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-Mi1dN\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:11065,width:1200};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Neue Montreal Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/ueLY4T25TA9I7mxGZQaAGPwNNJY.woff2\"},{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\"}]},...CookieBannerFonts,...NavigationCompleteFonts,...MMenuFonts,...AnimatedGradientBackgroundFonts,...CtaButtonSectionFonts,...VideoFrameFonts,...TestimonialSectionFonts,...SectionIntroFonts,...ColCardFonts,...ButtonMainFonts,...WindowNotification_howTheSystmeWorksFonts,...VideoFonts,...InstalledFmtProductsFonts,...SlideshowFonts,...AnimationFonts,...InstallerCTASectionFonts,...ModalFormsFonts,...AllProductsSectionFonts,...TestimonialsSectionFonts,...IndustriesSectionFonts,...FAQDarkFonts,...ContactUsSectionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"11065\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicWidth\":\"1200\",\"framerColorSyntax\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PViwRbnok\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"PTHkYN2Rv\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAcceptsLayoutTemplate\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "isOnFramerCanvas", "useIsOnFramerCanvas", "consentModeLocalStorageKey", "dismissedLocalStorageKey", "autoAcceptedLocalStorageKey", "getStateFromLocalStorage", "consentFromLocalStorage", "dismissedFromLocalStorage", "autoAcceptedFromLocalStorage", "isDismissed", "isAutoAccepted", "safeJSONParse", "syncToGTM", "sendToGTM", "initGTM", "window", "ue", "yieldBeforeCb", "isBrowser", "dismiss", "autoAccept", "acceptAll", "rejectAll", "acceptCurrent", "toggleMode", "mode", "countries", "isInEUTimezone", "isEULocale", "locale", "navigator", "country", "_inEU", "inEU", "useRegion", "content", "useRegionFromProps", "skipEUCheck", "regionBasedOnLocation", "isBrowser", "inEU", "regionFromProps", "SPACING", "Toggle", "K", "Banner", "withCSS", "banner", "button", "region", "options", "previewOptions", "consentModes", "onDismiss", "onAcceptAll", "onRejectAll", "onAcceptCurrent", "onToggleConsent", "animateOnMount", "maxHeightReduction", "linkColor", "paddingValue", "bannerShadow", "getShadow", "borderShadow", "bannerStyle", "getMultipleShadows", "p", "motion", "DEFAULT_FONT_FAMILY", "SimpleBanner", "AcceptRejectBanner", "OptionsBanner", "description", "policy", "padding", "u", "Description", "Button", "title", "onAccept", "onReject", "Headline", "Buttons", "showReject", "consent", "onOptionToggle", "showOptions", "setShowOptions", "ye", "optionTheme", "optionNames", "shouldShowOptions", "AnimatePresence", "option", "Option", "l", "titleColor", "descriptionColor", "showDescription", "enabled", "optional", "onClick", "theme", "L", "children", "style", "DescriptionParagraph", "descriptionParagraphs", "line", "index", "direction", "id", "primary", "settings", "initiallyOpen", "CookieBanner", "gtmId", "preview", "trigger", "banner", "button", "content", "options", "style", "gtmLoadedExternally", "onShown", "onConsentChange", "onAccept", "onDismiss", "onReject", "onSavePreferences", "isOnFramerCanvas", "useIsOnFramerCanvas", "isPreview", "skipLogic", "isInEU", "isBrowser", "inEU", "region", "useRegion", "consent", "useConsent", "isOpen", "setIsOpen", "ye", "instantlyShowOnMount", "setInstantlyShowOnMount", "ue", "yieldBeforeCb", "noConsentGiven", "shouldAutoAccept", "handleDismiss", "interactionResponse", "handleAcceptAll", "handleRejectAll", "handleAcceptCurrent", "p", "Banner", "defaultConsent", "u", "l", "Trigger", "Overlay", "IconCookie", "K", "props", "insetValue", "justifyContent", "alignItems", "getFlexboxValues", "shouldRenderPortal", "setShouldRenderPortal", "blocking", "Ga", "AnimatePresence", "motion", "Backdrop", "withCSS", "onClick", "L", "DEFAULT_FONT_FAMILY", "color", "addPropertyControls", "ControlType", "_", "ObjectFitType", "SrcType", "defaultVideo", "getProps", "props", "width", "height", "topLeft", "topRight", "bottomRight", "bottomLeft", "id", "children", "rest", "Video", "newProps", "p", "VideoMemo", "usePlaybackControls", "videoRef", "isInCurrentNavigationTarget", "useIsInCurrentNavigationTarget", "requestingPlay", "pe", "isPlayingRef", "setProgress", "te", "rawProgress", "newProgress", "isAlreadySet", "play", "video", "e", "pause", "useAutoplayBehavior", "playingProp", "muted", "loop", "playsinline", "controls", "initialPlayingProp", "ye", "hasPlayingPropChanged", "setHasPlayingPropChanged", "behavesAsGif", "autoplay", "X", "srcType", "srcUrl", "srcFile", "posterEnabled", "playing", "restartOnEnter", "objectFit", "backgroundColor", "radius", "volume", "startTimeProp", "poster", "progress", "onSeeked", "onPause", "onPlay", "onEnd", "onClick", "onMouseEnter", "onMouseLeave", "onMouseDown", "onMouseUp", "isSafari", "useIsBrowserSafari", "wasPausedOnLeave", "wasEndedOnLeave", "isOnCanvas", "useIsOnCanvas", "renderTarget", "useRenderTarget", "isStaticRenderer", "RenderTarget", "borderRadius", "useRadius", "autoplayBehavior", "isInViewport", "useInView", "isCloseToViewport", "startTime", "isPlaying", "ue", "isMountedAndReadyForProgressChanges", "rawProgressValue", "isMotionValue", "value", "useOnEnter", "useOnExit", "src", "se", "fragment", "handleReady", "capitalizeFirstLetter", "titleCase", "objectFitOptions", "addPropertyControls", "ControlType", "borderRadiusControl", "defaultEvents", "SVG", "Y", "props", "ref", "animated", "layoutId", "children", "rest", "p", "motion", "getProps", "height", "iconColor", "id", "width", "Component", "style", "className", "variant", "escENsvtg", "restProps", "cx", "css", "Icon", "withCSS", "af7TWGbFV_default", "addPropertyControls", "ControlType", "IconFonts", "getFonts", "fltVe6xVQ_default", "Icon1Fonts", "NwVYjlUH6_default", "Icon2Fonts", "af7TWGbFV_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click", "color", "color2", "height", "id", "text", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "yOuvrd1PM", "APHRpP_Oe", "Os3nkZKRq", "rDas2DXga", "pliILWsW7", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1uldfa0", "args", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "Image2", "getLoadingLazyAtYPosition", "RichText", "css", "FramerI02nqWmUv", "withCSS", "I02nqWmUv_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "SVG", "css", "FramerW9XvwRJ7W", "withCSS", "W9XvwRJ7W_default", "addPropertyControls", "ControlType", "addFonts", "IllustratedIconsFonts", "getFonts", "W9XvwRJ7W_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "backgroundColour", "backgroundHover", "height", "id", "text", "textColourHover", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "SccQGRVrF", "U4Bsqq4PB", "R3WBRS1bo", "O7E6N5Igg", "xViPmv1bu", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText", "css", "FrameriB0AMB6h9", "withCSS", "iB0AMB6h9_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppearmnf7k", "args", "onAppear1mf7hxi", "onAppearwl97c4", "onAppearhfcqwp", "onAppear1iven0o", "useOnVariantChange", "scopingClassNames", "cx", "LayoutGroup", "SVG", "css", "FramersFrfdHpqk", "withCSS", "sFrfdHpqk_default", "addPropertyControls", "ControlType", "addFonts", "RadarAnimationFonts", "getFonts", "sFrfdHpqk_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "transition5", "transition6", "transition7", "transition8", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1f14k1f", "args", "onAppear7v7m4k", "onAppearx9iasl", "onAppeardp9l72", "onAppear1rvhqg", "onAppear10eg8tj", "onAppear96ouhf", "onAppear12u7epx", "onAppearpd8afy", "onAppearo8gk4o", "onAppearjmh403", "onAppear1h9rxnf", "onAppear67koif", "onAppearxitrcj", "useOnVariantChange", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "isDisplayed4", "isDisplayed5", "isDisplayed6", "isDisplayed7", "LayoutGroup", "u", "SVG", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerpH87CNtHy", "withCSS", "pH87CNtHy_default", "addPropertyControls", "ControlType", "addFonts", "MotionDivWithFX", "withFX", "motion", "ButtonMainFonts", "getFonts", "Q2nH5xnM4_default", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "ProductCardBackgroundFonts", "LntnG1PdG_default", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "transition5", "animation4", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "router", "useRouter", "LayoutGroup", "u", "RichText", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "resolvedLinks4", "resolvedLinks5", "css", "FramertO8XjCKTr", "withCSS", "tO8XjCKTr_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "PartnersLogosFonts", "getFonts", "LVWMOilYf_default", "TickerFonts", "Ticker", "serializationHash", "variantClassNames", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "ComponentViewportProvider", "SmartComponentScopedContainer", "Ticker", "LVWMOilYf_default", "css", "FramerUIr8RakOo", "withCSS", "UIr8RakOo_default", "addFonts", "PartnersLogosFonts", "TickerFonts", "serializationHash", "variantClassNames", "transition1", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "getProps", "height", "id", "image", "title", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "wOUbTYPdj", "I84q3mw_U", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "variantClassNames", "layoutDependency", "scopingClassNames", "cx", "serializationHash", "LayoutGroup", "u", "RichText", "Image2", "getLoadingLazyAtYPosition", "css", "FramerqrLwGgVG8", "withCSS", "qrLwGgVG8_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText", "IndustryCardFonts", "getFonts", "qrLwGgVG8_default", "SlideshowFonts", "Slideshow", "SmartComponentScopedContainerWithFX", "SmartComponentScopedContainer", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "animation", "transition2", "animation1", "transition3", "animation2", "transition4", "animation3", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "css", "FramerVH8cTLkOV", "withCSS", "VH8cTLkOV_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts", "fontStore", "fonts", "css", "className", "valuesByLocaleId", "LazyValue", "getLocalizedValue", "key", "locale", "values", "value", "preload", "promises", "promise", "usePreloadLocalizedValues", "preloadPromise", "CookieBannerFonts", "getFonts", "CookieBanner", "NavigationCompleteFonts", "DXNJVwAAp_default", "MMenuFonts", "hG84wfT40_default", "AnimatedGradientBackgroundFonts", "AnimatedGradientBackground", "RichTextWithFX", "withFX", "RichText", "CtaButtonSectionFonts", "lBGBazRls_default", "ContainerWithFX", "Container", "VideoFrameFonts", "VideoFrame", "MotionFigureWithFX", "motion", "TestimonialSectionFonts", "UIr8RakOo_default", "SectionIntroFonts", "z3CEU1unG_default", "MotionDivWithFX", "ColCardFonts", "iB0AMB6h9_default", "ButtonMainFonts", "Q2nH5xnM4_default", "ImageWithFX", "Image2", "WindowNotification_howTheSystmeWorksFonts", "I02nqWmUv_default", "VideoFonts", "Video", "InstalledFmtProductsFonts", "tJxGlvl3X_default", "SlideshowFonts", "Slideshow", "AnimationFonts", "pH87CNtHy_default", "InstallerCTASectionFonts", "JVjHNhvUb_default", "ModalFormsFonts", "TvYti5GvC_default", "AllProductsSectionFonts", "tO8XjCKTr_default", "TestimonialsSectionFonts", "CyJMBSnCs_default", "IndustriesSectionFonts", "VH8cTLkOV_default", "FAQDarkFonts", "Q42Jb0huU_default", "ContactUsSectionFonts", "X_0af0Csk_default", "FooterFonts", "n3dcS9HRD_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "getContainer", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "transition4", "animation4", "animation5", "animation6", "transformTemplate1", "_", "t", "transition5", "animation7", "transition6", "animation8", "transition7", "animation9", "transition8", "animation10", "animation11", "transition9", "addImageAlt", "image", "alt", "transition10", "animation12", "transition11", "animation13", "animation14", "animation15", "convertFromEnum", "value", "activeLocale", "convertFromEnum1", "convertFromEnum2", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "metadata", "se", "useMetadata", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "yJQNLy6D_3bnx0g", "overlay", "loadMore", "args", "w5m9Ztyh71wnntms", "j6VD0sHvc3bnx0g", "mSZwL2Tc31wnntms", "scopingClassNames", "cx", "router", "useRouter", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "usePreloadLocalizedValues", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "ResolveLinks", "resolvedLinks", "ComponentViewportProvider", "PropertyOverrides2", "l", "AnimatePresence", "Ga", "x", "resolvedLinks1", "resolvedLinks2", "oWw4m9Oxq_default", "getLoadingLazyAtYPosition", "SVG", "getLocalizedValue", "resolvedLinks3", "overlay1", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
