{
  "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/bWvvB8Yq14iGJ5Ja9dBr/QT9sYBxZ6tIHiKYY0Q7C/botDXEFwb.js", "ssg:https://framerusercontent.com/modules/FYctekOR0YRzIt4lHlfk/VF1Mkimt6Wveo7KwPfAP/mN3QfGaiB.js", "ssg:https://framerusercontent.com/modules/yPoZT7jKSfrahqZQjo1p/gyDdhgOpRRmDtFWD98eJ/J7s_hc33I.js", "ssg:https://framerusercontent.com/modules/2DSrTk26YX6t8pMk5zAm/9OFpnItl0VaehytWA8nu/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\"}}}", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,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 Cover_Default from\"https://framerusercontent.com/modules/eD5zRryock0jQGNCCgcg/0VoLUpyYagKGcBGwbMFL/yFOnfrARX.js\";const Cover_DefaultFonts=getFonts(Cover_Default);const cycleOrder=[\"t6UOpEuVA\",\"hr7U3bB2r\",\"YFvtXeGSy\",\"Thea_uw0Q\"];const serializationHash=\"framer-2zuAY\";const variantClassNames={hr7U3bB2r:\"framer-v-56tohn\",t6UOpEuVA:\"framer-v-1y12pag\",Thea_uw0Q:\"framer-v-ujerzn\",YFvtXeGSy:\"framer-v-1fx7bc8\"};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={Default:\"t6UOpEuVA\",market:\"hr7U3bB2r\",pool:\"Thea_uw0Q\",wrap:\"YFvtXeGSy\"};const getProps=({height,id,playing,width,...props})=>{return{...props,e411Nl0LL:playing??props.e411Nl0LL,variant:humanReadableVariantMap[props.variant]??props.variant??\"t6UOpEuVA\"};};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,e411Nl0LL,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"t6UOpEuVA\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1y12pag\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"t6UOpEuVA\",ref:refBinding,style:{borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},...addPropertyOverrides({hr7U3bB2r:{\"data-framer-name\":\"market\"},Thea_uw0Q:{\"data-framer-name\":\"pool\"},YFvtXeGSy:{\"data-framer-name\":\"wrap\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:221,width:\"221px\",y:(componentViewport?.y||0)+0,...addPropertyOverrides({Thea_uw0Q:{height:(componentViewport?.height||241)-20,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1dyyq6q-container\",layoutDependency:layoutDependency,layoutId:\"fTurntquk-container\",nodeId:\"fTurntquk\",rendersWithMotion:true,scopeId:\"botDXEFwb\",style:{opacity:0},variants:{Thea_uw0Q:{opacity:.3}},children:/*#__PURE__*/_jsx(Cover_Default,{height:\"100%\",id:\"fTurntquk\",layoutId:\"fTurntquk\",style:{height:\"100%\",width:\"100%\"},variant:\"N0OqSp5d6\",VSKRJFseu:false,width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||241)-20,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+0,...addPropertyOverrides({Thea_uw0Q:{y:(componentViewport?.y||0)+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10qdfib-container\",layoutDependency:layoutDependency,layoutId:\"PuO1BdzQZ-container\",nodeId:\"PuO1BdzQZ\",rendersWithMotion:true,scopeId:\"botDXEFwb\",style:{opacity:0},variants:{Thea_uw0Q:{opacity:1},YFvtXeGSy:{opacity:.3}},children:/*#__PURE__*/_jsx(Cover_Default,{height:\"100%\",id:\"PuO1BdzQZ\",layoutId:\"PuO1BdzQZ\",style:{height:\"100%\",width:\"100%\"},variant:\"QgsWrCV8O\",VSKRJFseu:false,width:\"100%\",...addPropertyOverrides({Thea_uw0Q:{VSKRJFseu:e411Nl0LL}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||241)-20,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+0,...addPropertyOverrides({Thea_uw0Q:{y:(componentViewport?.y||0)+20},YFvtXeGSy:{y:(componentViewport?.y||0)+20}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1313row-container\",layoutDependency:layoutDependency,layoutId:\"YP4FvEikk-container\",nodeId:\"YP4FvEikk\",rendersWithMotion:true,scopeId:\"botDXEFwb\",style:{opacity:0},variants:{hr7U3bB2r:{opacity:.3},YFvtXeGSy:{opacity:1}},children:/*#__PURE__*/_jsx(Cover_Default,{height:\"100%\",id:\"YP4FvEikk\",layoutId:\"YP4FvEikk\",style:{height:\"100%\",width:\"100%\"},variant:\"Ko15e9h0I\",VSKRJFseu:false,width:\"100%\",...addPropertyOverrides({YFvtXeGSy:{VSKRJFseu:e411Nl0LL}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||241)-20,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+0,...addPropertyOverrides({hr7U3bB2r:{y:(componentViewport?.y||0)+20},Thea_uw0Q:{y:(componentViewport?.y||0)+40},YFvtXeGSy:{y:(componentViewport?.y||0)+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12a5eig-container\",\"data-framer-name\":\"Market\",layoutDependency:layoutDependency,layoutId:\"S1kSdOrz4-container\",name:\"Market\",nodeId:\"S1kSdOrz4\",rendersWithMotion:true,scopeId:\"botDXEFwb\",style:{opacity:.3},variants:{hr7U3bB2r:{opacity:1},Thea_uw0Q:{opacity:0},YFvtXeGSy:{opacity:0}},children:/*#__PURE__*/_jsx(Cover_Default,{height:\"100%\",id:\"S1kSdOrz4\",layoutId:\"S1kSdOrz4\",name:\"Market\",style:{height:\"100%\",width:\"100%\"},variant:\"cIkHVF3kz\",VSKRJFseu:false,width:\"100%\",...addPropertyOverrides({hr7U3bB2r:{VSKRJFseu:e411Nl0LL}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:(componentViewport?.height||241)-20,width:`calc(${componentViewport?.width||\"100vw\"} - 20px)`,y:(componentViewport?.y||0)+20,...addPropertyOverrides({hr7U3bB2r:{y:(componentViewport?.y||0)+40},Thea_uw0Q:{y:(componentViewport?.y||0)+40},YFvtXeGSy:{y:(componentViewport?.y||0)+40}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1twua25-container\",layoutDependency:layoutDependency,layoutId:\"rWOdDujmc-container\",nodeId:\"rWOdDujmc\",rendersWithMotion:true,scopeId:\"botDXEFwb\",style:{opacity:1},variants:{hr7U3bB2r:{opacity:0},Thea_uw0Q:{opacity:0},YFvtXeGSy:{opacity:0}},children:/*#__PURE__*/_jsx(Cover_Default,{height:\"100%\",id:\"rWOdDujmc\",layoutId:\"rWOdDujmc\",style:{height:\"100%\",width:\"100%\"},variant:\"N0OqSp5d6\",VSKRJFseu:true,width:\"100%\"})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-2zuAY.framer-y5zgux, .framer-2zuAY .framer-y5zgux { display: block; }\",\".framer-2zuAY.framer-1y12pag { height: 241px; overflow: hidden; position: relative; width: 241px; will-change: var(--framer-will-change-override, transform); }\",\".framer-2zuAY .framer-1dyyq6q-container { flex: none; height: 221px; position: absolute; right: 0px; top: 0px; width: 221px; }\",\".framer-2zuAY .framer-10qdfib-container, .framer-2zuAY .framer-1313row-container, .framer-2zuAY .framer-12a5eig-container { bottom: 20px; flex: none; left: 20px; position: absolute; right: 0px; top: 0px; }\",\".framer-2zuAY .framer-1twua25-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 20px; top: 20px; }\",\".framer-2zuAY.framer-v-56tohn.framer-1y12pag, .framer-2zuAY.framer-v-1fx7bc8.framer-1y12pag, .framer-2zuAY.framer-v-ujerzn.framer-1y12pag { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 241px); }\",\".framer-2zuAY.framer-v-56tohn .framer-12a5eig-container, .framer-2zuAY.framer-v-1fx7bc8 .framer-1313row-container, .framer-2zuAY.framer-v-ujerzn .framer-10qdfib-container, .framer-2zuAY.framer-v-ujerzn .framer-1313row-container { bottom: 0px; left: 0px; right: 20px; top: 20px; }\",\".framer-2zuAY.framer-v-56tohn .framer-1twua25-container, .framer-2zuAY.framer-v-1fx7bc8 .framer-12a5eig-container, .framer-2zuAY.framer-v-1fx7bc8 .framer-1twua25-container, .framer-2zuAY.framer-v-ujerzn .framer-12a5eig-container, .framer-2zuAY.framer-v-ujerzn .framer-1twua25-container { bottom: -20px; left: -20px; right: 40px; top: 40px; }\",\".framer-2zuAY.framer-v-ujerzn .framer-1dyyq6q-container { bottom: 20px; height: unset; left: 20px; width: unset; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 241\n * @framerIntrinsicWidth 241\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"hr7U3bB2r\":{\"layout\":[\"fixed\",\"fixed\"]},\"YFvtXeGSy\":{\"layout\":[\"fixed\",\"fixed\"]},\"Thea_uw0Q\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"e411Nl0LL\":\"playing\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerbotDXEFwb=withCSS(Component,css,\"framer-2zuAY\");export default FramerbotDXEFwb;FramerbotDXEFwb.displayName=\"3D Asset\";FramerbotDXEFwb.defaultProps={height:241,width:241};addPropertyControls(FramerbotDXEFwb,{variant:{options:[\"t6UOpEuVA\",\"hr7U3bB2r\",\"YFvtXeGSy\",\"Thea_uw0Q\"],optionTitles:[\"Default\",\"market\",\"wrap\",\"pool\"],title:\"Variant\",type:ControlType.Enum},e411Nl0LL:{defaultValue:false,title:\"Playing\",type:ControlType.Boolean}});addFonts(FramerbotDXEFwb,[{explicitInter:true,fonts:[]},...Cover_DefaultFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerbotDXEFwb\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"241\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"hr7U3bB2r\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"YFvtXeGSy\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Thea_uw0Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerAutoSizeImages\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"241\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"e411Nl0LL\\\":\\\"playing\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f7ce5cf)\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\";import{useRef}from\"react\";const cycleOrder=[\"XRp_2Rz45\",\"QJ1J4DQVO\"];const serializationHash=\"framer-WpoHw\";const variantClassNames={QJ1J4DQVO:\"framer-v-fv8gj2\",XRp_2Rz45:\"framer-v-e87zp5\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.5,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\":\"XRp_2Rz45\",\"Variant 2\":\"QJ1J4DQVO\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"XRp_2Rz45\"};};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:\"XRp_2Rz45\",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__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-e87zp5\",className,classNames),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"XRp_2Rz45\",ref:refBinding,style:{mask:\"linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\",WebkitMask:\"linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%) add\",...style},...addPropertyOverrides({QJ1J4DQVO:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1qa8wy2\",\"data-framer-name\":\"Group 1707480137\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:24,intrinsicWidth:25,layoutDependency:layoutDependency,layoutId:\"jJA9J9oxN\",svg:'<svg width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0 13.4118V6.70588H12.0059C10.5208 10.7351 6.68013 13.4118 2.38407 13.4118H0Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M24.0118 0V6.70588H12.0059C13.4911 2.6767 17.3317 0 21.6278 0H24.0118Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M0 24V17.2941H12.0059C10.5208 21.3233 6.68013 24 2.38407 24H0Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M24.0118 10.5882V17.2941H12.0059C13.4911 13.2649 17.3317 10.5882 21.6278 10.5882H24.0118Z\" fill=\"#A6A0D9\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hsowf1\",layoutDependency:layoutDependency,layoutId:\"GpEy6uDpx\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ks4gti\",\"data-framer-name\":\"Group 1707480137\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"aowPVhz23\",opacity:1,radius:0,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 25 24\"><path d=\"M 0 13.412 L 0 6.706 L 12.006 6.706 C 10.521 10.735 6.68 13.412 2.384 13.412 Z\" fill=\"rgb(166,160,217)\"></path><path d=\"M 24.012 0 L 24.012 6.706 L 12.006 6.706 C 13.491 2.677 17.332 0 21.628 0 Z\" fill=\"rgb(166,160,217)\"></path><path d=\"M 0 24 L 0 17.294 L 12.006 17.294 C 10.521 21.323 6.68 24 2.384 24 Z\" fill=\"rgb(166,160,217)\"></path><path d=\"M 24.012 10.588 L 24.012 17.294 L 12.006 17.294 C 13.491 13.265 17.332 10.588 21.628 10.588 Z\" fill=\"rgb(166,160,217)\"></path></svg>',svgContentId:10600691518,withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1ga47lb\",\"data-framer-name\":\"Company Name\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:69,layoutDependency:layoutDependency,layoutId:\"H_hCQkHo_\",svg:'<svg width=\"69\" height=\"18\" viewBox=\"0 0 69 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M68.9997 17.2548H63.2637V10.5435H64.94V15.818H68.9997V17.2548Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M61.4391 13.8898C61.4391 14.361 61.3689 14.79 61.2284 15.1769C61.091 15.5638 60.8991 15.8945 60.6525 16.1691C60.4058 16.4405 60.1124 16.6698 59.7721 16.857C59.4319 17.0443 59.062 17.1815 58.6624 17.2689C58.2659 17.3563 57.843 17.4 57.3934 17.4C56.9439 17.4 56.5194 17.3547 56.1198 17.2642C55.7234 17.1769 55.355 17.0396 55.0147 16.8524C54.6776 16.6652 54.3857 16.4358 54.1391 16.1644C53.8956 15.8898 53.7052 15.5591 53.5678 15.1722C53.4305 14.7853 53.3618 14.3578 53.3618 13.8898C53.3618 13.4249 53.4305 13.0006 53.5678 12.6168C53.7083 12.2299 53.9019 11.9007 54.1485 11.6293C54.3951 11.3578 54.687 11.1301 55.0241 10.946C55.3644 10.7588 55.7327 10.6215 56.1292 10.5341C56.5256 10.4468 56.947 10.4031 57.3934 10.4031C57.8398 10.4031 58.2613 10.4468 58.6577 10.5341C59.0573 10.6215 59.4272 10.7588 59.7675 10.946C60.1108 11.1301 60.4058 11.3578 60.6525 11.6293C60.8991 11.8976 61.091 12.2252 61.2284 12.6121C61.3689 12.9959 61.4391 13.4218 61.4391 13.8898ZM59.5567 14.8212C59.6723 14.5528 59.73 14.2424 59.73 13.8898C59.73 13.5372 59.6707 13.2299 59.5521 12.9678C59.4366 12.7026 59.2727 12.4904 59.0604 12.3313C58.8481 12.1722 58.6031 12.0536 58.3253 11.9756C58.0474 11.8976 57.7368 11.8586 57.3934 11.8586C56.6817 11.8586 56.1151 12.0255 55.6937 12.3594C55.2723 12.6901 55.0616 13.2003 55.0616 13.8898C55.0616 14.2424 55.1193 14.5528 55.2348 14.8212C55.3503 15.0864 55.5126 15.3001 55.7218 15.4624C55.9341 15.6215 56.1791 15.7416 56.4569 15.8227C56.7379 15.9007 57.0501 15.9397 57.3934 15.9397C57.7368 15.9397 58.0474 15.9007 58.3253 15.8227C58.6062 15.7416 58.8528 15.6215 59.0651 15.4624C59.2774 15.3001 59.4412 15.0864 59.5567 14.8212Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M50.2438 14.8587L51.8265 15.2425C51.2677 16.6622 50.0659 17.372 48.221 17.372C47.6528 17.372 47.13 17.3033 46.6524 17.1661C46.1747 17.0257 45.7502 16.8182 45.3787 16.5436C45.0104 16.2659 44.7216 15.9008 44.5125 15.4484C44.3033 14.996 44.1987 14.4765 44.1987 13.8899C44.1987 13.4188 44.2674 12.9913 44.4048 12.6076C44.5421 12.2207 44.7325 11.8946 44.976 11.6294C45.2195 11.3611 45.5098 11.1364 45.847 10.9555C46.1872 10.7745 46.5556 10.6419 46.952 10.5576C47.3485 10.4734 47.7715 10.4313 48.221 10.4313C48.7891 10.4313 49.2995 10.5077 49.7522 10.6606C50.2079 10.8135 50.6137 11.0631 50.9696 11.4094C51.3255 11.7558 51.6002 12.1926 51.7937 12.7199L50.1923 13.1037C50.0456 12.6824 49.799 12.372 49.4525 12.1723C49.1091 11.9695 48.7017 11.8681 48.2304 11.8681C47.8932 11.8681 47.5873 11.9071 47.3126 11.9851C47.0379 12.0631 46.7944 12.1817 46.5821 12.3408C46.3698 12.4999 46.206 12.7121 46.0905 12.9773C45.975 13.2394 45.9172 13.5436 45.9172 13.8899C45.9172 14.2394 45.975 14.5467 46.0905 14.8119C46.206 15.074 46.3683 15.2862 46.5774 15.4484C46.7866 15.6107 47.0301 15.7324 47.3079 15.8135C47.5857 15.8915 47.8932 15.9305 48.2304 15.9305C48.4489 15.9305 48.6549 15.9133 48.8484 15.879C49.042 15.8447 49.2308 15.7885 49.415 15.7105C49.6023 15.6325 49.7678 15.5218 49.9114 15.3782C50.055 15.2316 50.1658 15.0584 50.2438 14.8587Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M42.6637 13.8898C42.6637 14.361 42.5935 14.79 42.453 15.1769C42.3157 15.5638 42.1237 15.8945 41.8771 16.1691C41.6305 16.4405 41.337 16.6698 40.9968 16.857C40.6565 17.0443 40.2866 17.1815 39.887 17.2689C39.4906 17.3563 39.0676 17.4 38.6181 17.4C38.1685 17.4 37.744 17.3547 37.3444 17.2642C36.948 17.1769 36.5796 17.0396 36.2393 16.8524C35.9022 16.6652 35.6103 16.4358 35.3637 16.1644C35.1202 15.8898 34.9298 15.5591 34.7925 15.1722C34.6551 14.7853 34.5864 14.3578 34.5864 13.8898C34.5864 13.4249 34.6551 13.0006 34.7925 12.6168C34.9329 12.2299 35.1265 11.9007 35.3731 11.6293C35.6197 11.3578 35.9116 11.1301 36.2487 10.946C36.589 10.7588 36.9573 10.6215 37.3538 10.5341C37.7502 10.4468 38.1717 10.4031 38.6181 10.4031C39.0645 10.4031 39.4859 10.4468 39.8823 10.5341C40.2819 10.6215 40.6518 10.7588 40.9921 10.946C41.3355 11.1301 41.6305 11.3578 41.8771 11.6293C42.1237 11.8976 42.3157 12.2252 42.453 12.6121C42.5935 12.9959 42.6637 13.4218 42.6637 13.8898ZM40.7814 14.8212C40.8969 14.5528 40.9546 14.2424 40.9546 13.8898C40.9546 13.5372 40.8953 13.2299 40.7767 12.9678C40.6612 12.7026 40.4973 12.4904 40.285 12.3313C40.0727 12.1722 39.8277 12.0536 39.5499 11.9756C39.272 11.8976 38.9614 11.8586 38.6181 11.8586C37.9063 11.8586 37.3397 12.0255 36.9183 12.3594C36.4969 12.6901 36.2862 13.2003 36.2862 13.8898C36.2862 14.2424 36.3439 14.5528 36.4594 14.8212C36.5749 15.0864 36.7373 15.3001 36.9464 15.4624C37.1587 15.6215 37.4037 15.7416 37.6816 15.8227C37.9625 15.9007 38.2747 15.9397 38.6181 15.9397C38.9614 15.9397 39.272 15.9007 39.5499 15.8227C39.8308 15.7416 40.0774 15.6215 40.2897 15.4624C40.502 15.3001 40.6659 15.0864 40.7814 14.8212Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M33.4827 11.985H30.8465V17.2548H29.1187V11.985H26.4824V10.5435H33.4827V11.985Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M25.3781 13.8898C25.3781 14.361 25.3078 14.79 25.1674 15.1769C25.03 15.5638 24.838 15.8945 24.5914 16.1691C24.3448 16.4405 24.0514 16.6698 23.7111 16.857C23.3709 17.0443 23.0009 17.1815 22.6014 17.2689C22.2049 17.3563 21.7819 17.4 21.3324 17.4C20.8829 17.4 20.4583 17.3547 20.0588 17.2642C19.6623 17.1769 19.294 17.0396 18.9537 16.8524C18.6166 16.6652 18.3247 16.4358 18.0781 16.1644C17.8346 15.8898 17.6442 15.5591 17.5068 15.1722C17.3695 14.7853 17.3008 14.3578 17.3008 13.8898C17.3008 13.4249 17.3695 13.0006 17.5068 12.6168C17.6473 12.2299 17.8408 11.9007 18.0874 11.6293C18.3341 11.3578 18.6259 11.1301 18.9631 10.946C19.3033 10.7588 19.6717 10.6215 20.0681 10.5341C20.4646 10.4468 20.886 10.4031 21.3324 10.4031C21.7788 10.4031 22.2002 10.4468 22.5967 10.5341C22.9963 10.6215 23.3662 10.7588 23.7064 10.946C24.0498 11.1301 24.3448 11.3578 24.5914 11.6293C24.838 11.8976 25.03 12.2252 25.1674 12.6121C25.3078 12.9959 25.3781 13.4218 25.3781 13.8898ZM23.4957 14.8212C23.6112 14.5528 23.669 14.2424 23.669 13.8898C23.669 13.5372 23.6097 13.2299 23.491 12.9678C23.3755 12.7026 23.2116 12.4904 22.9994 12.3313C22.7871 12.1722 22.542 12.0536 22.2642 11.9756C21.9864 11.8976 21.6758 11.8586 21.3324 11.8586C20.6207 11.8586 20.0541 12.0255 19.6327 12.3594C19.2112 12.6901 19.0005 13.2003 19.0005 13.8898C19.0005 14.2424 19.0583 14.5528 19.1738 14.8212C19.2893 15.0864 19.4516 15.3001 19.6608 15.4624C19.873 15.6215 20.1181 15.7416 20.3959 15.8227C20.6769 15.9007 20.989 15.9397 21.3324 15.9397C21.6758 15.9397 21.9864 15.9007 22.2642 15.8227C22.5452 15.7416 22.7918 15.6215 23.0041 15.4624C23.2163 15.3001 23.3802 15.0864 23.4957 14.8212Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M15.9626 17.2548H13.9959L12.4413 14.9522H10.2921V17.2548H8.61572V10.5435H13.2186C13.562 10.5435 13.882 10.5918 14.1785 10.6885C14.4751 10.7821 14.7357 10.9194 14.9605 11.1004C15.1853 11.2814 15.3616 11.5138 15.4896 11.7977C15.6176 12.0786 15.6816 12.3952 15.6816 12.7478C15.6816 13.2127 15.5536 13.623 15.2976 13.9787C15.0448 14.3313 14.6998 14.5934 14.2628 14.765L15.9626 17.2548ZM14.0053 12.7478C14.0053 12.5076 13.9257 12.3204 13.7665 12.1862C13.6073 12.052 13.4059 11.985 13.1624 11.985H10.2921V13.5154H13.1905C13.4184 13.5154 13.6104 13.4436 13.7665 13.3001C13.9257 13.1566 14.0053 12.9725 14.0053 12.7478Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M6.88855 12.7478C6.88855 13.0224 6.84328 13.2798 6.75275 13.5201C6.66223 13.7572 6.53892 13.9631 6.38284 14.1378C6.22675 14.3094 6.0457 14.4577 5.83967 14.5825C5.63364 14.7041 5.412 14.7962 5.17475 14.8586C4.94063 14.921 4.70026 14.9522 4.45365 14.9522H1.69098V17.2548H0.0146484V10.5435H4.42556C4.75645 10.5435 5.06706 10.5887 5.35737 10.6792C5.64769 10.7697 5.90834 10.9023 6.13935 11.077C6.37035 11.2517 6.55297 11.4826 6.6872 11.7697C6.82143 12.0567 6.88855 12.3828 6.88855 12.7478ZM5.21221 12.7478C5.21221 12.5076 5.13261 12.3204 4.97341 12.1862C4.81732 12.052 4.61598 11.985 4.36937 11.985H1.69098V13.5154H4.39746C4.62534 13.5154 4.81732 13.4452 4.97341 13.3048C5.13261 13.1612 5.21221 12.9756 5.21221 12.7478Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M27.6287 6.71138H25.737L25.058 5.27457H21.8739L21.1903 6.71138H19.3032L22.581 0H24.3556L27.6287 6.71138ZM24.4352 3.86583L23.4753 1.74571L22.4967 3.86583H24.4352Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M19.8806 0L16.6123 6.71138H14.8376L11.5552 0H13.4844L14.9734 3.20125C15.3886 4.09672 15.6399 4.65366 15.7273 4.87207C15.9739 4.31357 16.2267 3.75663 16.4858 3.20125L17.9515 0H19.8806Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M9.88414 6.71138H8.20312V0H9.88414V6.71138Z\" fill=\"#A6A0D9\"/>\\n<path d=\"M6.33601 1.4415H1.69098V2.67706H5.72729V4.11388H1.69098V6.71138H0.0146484V0H6.33601V1.4415Z\" fill=\"#A6A0D9\"/>\\n</svg>\\n',withExternalLayout:true})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-WpoHw.framer-fb2bwh, .framer-WpoHw .framer-fb2bwh { display: block; }\",\".framer-WpoHw.framer-e87zp5 { height: 24px; overflow: visible; position: relative; width: 99px; }\",\".framer-WpoHw .framer-1qa8wy2 { aspect-ratio: 1.0416666666666667 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 39px); left: 0px; position: absolute; top: -40px; width: 41px; }\",\".framer-WpoHw .framer-hsowf1 { flex: none; height: 25px; left: -1px; overflow: visible; position: absolute; top: -1px; width: 101px; }\",\".framer-WpoHw .framer-1ks4gti { flex: none; height: 24px; left: 1px; position: absolute; top: 1px; width: 25px; }\",\".framer-WpoHw .framer-1ga47lb { flex: none; height: 18px; position: absolute; right: 1px; top: 1px; width: 69px; }\",\".framer-WpoHw.framer-v-fv8gj2.framer-e87zp5 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 40px; }\",\".framer-WpoHw.framer-v-fv8gj2 .framer-1qa8wy2 { top: 1px; }\",\".framer-WpoHw.framer-v-fv8gj2 .framer-hsowf1 { left: 0px; top: 40px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 99\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"QJ1J4DQVO\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramermN3QfGaiB=withCSS(Component,css,\"framer-WpoHw\");export default FramermN3QfGaiB;FramermN3QfGaiB.displayName=\"Logo\";FramermN3QfGaiB.defaultProps={height:24,width:99};addPropertyControls(FramermN3QfGaiB,{variant:{options:[\"XRp_2Rz45\",\"QJ1J4DQVO\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramermN3QfGaiB,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermN3QfGaiB\",\"slots\":[],\"annotations\":{\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"24\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QJ1J4DQVO\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"99\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerAutoSizeImages\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./mN3QfGaiB.map", "// Generated by Framer (f7ce5cf)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,ResolveLinks,RichText,SmartComponentScopedContainer,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import DAsset from\"https://framerusercontent.com/modules/bWvvB8Yq14iGJ5Ja9dBr/QT9sYBxZ6tIHiKYY0Q7C/botDXEFwb.js\";import Buttons from\"https://framerusercontent.com/modules/ghP3OhrH0ZL61zal9eH8/g2wjFHjjpFHAEgazVYP3/KTXxvRCLn.js\";import Logo from\"https://framerusercontent.com/modules/FYctekOR0YRzIt4lHlfk/VF1Mkimt6Wveo7KwPfAP/mN3QfGaiB.js\";const LogoFonts=getFonts(Logo);const ButtonsFonts=getFonts(Buttons);const DAssetFonts=getFonts(DAsset);const enabledGestures={ZZIKotMb4:{hover:true,pressed:true}};const cycleOrder=[\"ZZIKotMb4\",\"Ftc2HLziK\",\"B7lNwqDCT\",\"vvtvwgRUn\",\"IOGdEn62a\",\"KAfyJXX5J\",\"Lq6jRbTl5\",\"nto_fUjlu\",\"a7Y3NgD8s\"];const serializationHash=\"framer-aw3Z7\";const variantClassNames={a7Y3NgD8s:\"framer-v-14fmd7w\",B7lNwqDCT:\"framer-v-1wtnvmb\",Ftc2HLziK:\"framer-v-18m91ej\",IOGdEn62a:\"framer-v-65jpji\",KAfyJXX5J:\"framer-v-154dav2\",Lq6jRbTl5:\"framer-v-1o3sw6e\",nto_fUjlu:\"framer-v-1qzepr6\",vvtvwgRUn:\"framer-v-n60qhg\",ZZIKotMb4:\"framer-v-j6uzqs\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.25,delay:0,duration:.4,type:\"spring\"};const transition2={bounce:.2,delay:0,duration:.4,type:\"spring\"};const transition3={bounce:.27,delay:0,duration:.4,type:\"spring\"};const transition4={bounce:.3,delay:0,duration:.4,type:\"spring\"};const transition5={bounce:.1,delay:0,duration:.3,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 transformTemplate1=(_,t)=>`translate(-50%, -50%) ${t}`;const transition6={bounce:.2,delay:.1,duration:.4,type:\"spring\"};const transition7={bounce:.3,delay:.05,duration:.4,type:\"spring\"};const transition8={bounce:.3,delay:.1,duration:.4,type:\"spring\"};const transition9={bounce:.3,delay:.15,duration:.4,type:\"spring\"};const transition10={bounce:.1,delay:.1,duration:.4,type:\"spring\"};const transition11={bounce:.3,delay:.2,duration:.4,type:\"spring\"};const transition12={bounce:.1,delay:.15,duration:.4,type:\"spring\"};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 1\":\"ZZIKotMb4\",Default:\"Ftc2HLziK\",Market:\"B7lNwqDCT\",Menu_mobile:\"a7Y3NgD8s\",Menu_tablet:\"nto_fUjlu\",Mobile:\"Lq6jRbTl5\",Pool:\"IOGdEn62a\",Tablet:\"KAfyJXX5J\",Wrap:\"vvtvwgRUn\"};const getProps=({click2,click3,height,id,mouseLeave,width,...props})=>{return{...props,eURldci2o:mouseLeave??props.eURldci2o,MUtHJTIJ2:click2??props.MUtHJTIJ2,ohC5Qo_v3:click3??props.ohC5Qo_v3,variant:humanReadableVariantMap[props.variant]??props.variant??\"ZZIKotMb4\"};};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,eURldci2o,MUtHJTIJ2,ohC5Qo_v3,OzCbRGdsl,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"ZZIKotMb4\",enabledGestures,ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1c20vws=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}setVariant(\"Ftc2HLziK\");});const onTap7bq66j=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}if(OzCbRGdsl){const res=await OzCbRGdsl(...args);if(res===false)return false;}setVariant(\"ZZIKotMb4\");});const onMouseLeave13kef40=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});if(eURldci2o){const res=await eURldci2o(...args);if(res===false)return false;}});const onTapg3r5k7=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}if(OzCbRGdsl){const res=await OzCbRGdsl(...args);if(res===false)return false;}});const onMouseLeave1pdi2cu=activeVariantCallback(async(...args)=>{setGestureState({isHovered:false});});const onTapg9vfl3=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}if(OzCbRGdsl){const res=await OzCbRGdsl(...args);if(res===false)return false;}setVariant(\"nto_fUjlu\");});const onTap1r1qnir=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}if(OzCbRGdsl){const res=await OzCbRGdsl(...args);if(res===false)return false;}setVariant(\"a7Y3NgD8s\");});const onTap19d0bop=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}setVariant(\"KAfyJXX5J\");});const onTapyvj7ud=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(MUtHJTIJ2){const res=await MUtHJTIJ2(...args);if(res===false)return false;}if(ohC5Qo_v3){const res=await ohC5Qo_v3(...args);if(res===false)return false;}setVariant(\"Lq6jRbTl5\");});const SAFhm97Ahkiwo2z=activeVariantCallback(async(...args)=>{setVariant(\"Ftc2HLziK\");});const SAFhm97Ahar6xc3=activeVariantCallback(async(...args)=>{setVariant(\"B7lNwqDCT\");});const xLYGOluci1vvcaby=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"Ftc2HLziK\"),100);});const SAFhm97Ah1h2dskp=activeVariantCallback(async(...args)=>{setVariant(\"vvtvwgRUn\");});const SAFhm97Ah9tc94r=activeVariantCallback(async(...args)=>{setVariant(\"IOGdEn62a\");});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=()=>{if([\"ZZIKotMb4-hover\",\"ZZIKotMb4-pressed\"].includes(gestureVariant))return true;if([\"Ftc2HLziK\",\"B7lNwqDCT\",\"vvtvwgRUn\",\"IOGdEn62a\",\"KAfyJXX5J\",\"Lq6jRbTl5\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(gestureVariant===\"ZZIKotMb4-pressed\")return true;if([\"Ftc2HLziK\",\"B7lNwqDCT\",\"vvtvwgRUn\",\"IOGdEn62a\",\"KAfyJXX5J\",\"Lq6jRbTl5\"].includes(baseVariant))return true;return false;};const router=useRouter();const isDisplayed2=()=>{if(baseVariant===\"Lq6jRbTl5\")return false;return true;};const isDisplayed3=()=>{if([\"KAfyJXX5J\",\"Lq6jRbTl5\"].includes(baseVariant))return false;return true;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-j6uzqs\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"ZZIKotMb4\",onTap:onTap1c20vws,ref:refBinding,style:{...style},...addPropertyOverrides({\"ZZIKotMb4-hover\":{\"data-framer-name\":undefined},\"ZZIKotMb4-pressed\":{\"data-framer-name\":undefined},a7Y3NgD8s:{\"data-framer-name\":\"Menu_mobile\",onTap:onTapyvj7ud},B7lNwqDCT:{\"data-framer-name\":\"Market\",onMouseLeave:onMouseLeave1pdi2cu,onTap:onTapg3r5k7},Ftc2HLziK:{\"data-framer-name\":\"Default\",onMouseLeave:onMouseLeave13kef40,onTap:onTap7bq66j},IOGdEn62a:{\"data-framer-name\":\"Pool\",onMouseLeave:onMouseLeave1pdi2cu,onTap:onTapg3r5k7},KAfyJXX5J:{\"data-framer-name\":\"Tablet\",onMouseLeave:onMouseLeave13kef40,onTap:onTapg9vfl3},Lq6jRbTl5:{\"data-framer-name\":\"Mobile\",onMouseLeave:onMouseLeave13kef40,onTap:onTap1r1qnir},nto_fUjlu:{\"data-framer-name\":\"Menu_tablet\",onTap:onTap19d0bop},vvtvwgRUn:{\"data-framer-name\":\"Wrap\",onMouseLeave:onMouseLeave1pdi2cu,onTap:onTapg3r5k7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Ftc2HLziK:{value:transition2},KAfyJXX5J:{value:transition2},Lq6jRbTl5:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ner4uu\",\"data-border\":true,\"data-framer-name\":\"Frame 2131332921\",layoutDependency:layoutDependency,layoutId:\"eM3J3pLKj\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(38, 38, 38)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(26, 26, 26)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xva93b\",\"data-framer-name\":\"head\",layoutDependency:layoutDependency,layoutId:\"rCS6VN7Pb\",children:[/*#__PURE__*/_jsx(Transition,{value:transition3,children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kxcki9\",layoutDependency:layoutDependency,layoutId:\"lNcJelPUH\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({\"ZZIKotMb4-pressed\":{value:transition4},B7lNwqDCT:{value:transition2},Ftc2HLziK:{value:transition2},IOGdEn62a:{value:transition2},KAfyJXX5J:{value:transition2},Lq6jRbTl5:{value:transition2},vvtvwgRUn:{value:transition2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-vxlel2\",\"data-framer-name\":\"Menu\",layoutDependency:layoutDependency,layoutId:\"xIdUXpEwo\",style:{backgroundColor:\"rgba(33, 33, 33, 0)\",borderBottomLeftRadius:40,borderBottomRightRadius:40,borderTopLeftRadius:40,borderTopRightRadius:40},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"99px\",y:(componentViewport?.y||0)+0+0+0+0+0+0+0+18,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+0+8+0+0+18},B7lNwqDCT:{height:40,width:\"165px\",y:(componentViewport?.y||0)+0+0+0+0+30+0+0+10},Ftc2HLziK:{height:40,width:\"165px\",y:(componentViewport?.y||0)+0+0+0+0+30+0+0+10},IOGdEn62a:{height:40,width:\"165px\",y:(componentViewport?.y||0)+0+0+0+0+30+0+0+10},KAfyJXX5J:{height:40,width:\"165px\",y:(componentViewport?.y||0)+0+0+0+0+30+0+0+10},Lq6jRbTl5:{height:40,width:\"165px\",y:undefined},vvtvwgRUn:{height:40,width:\"165px\",y:(componentViewport?.y||0)+0+0+0+0+30+0+0+10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1ppemto-container\",layoutDependency:layoutDependency,layoutId:\"yiMwuBxeg-container\",nodeId:\"yiMwuBxeg\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"yiMwuBxeg\",layoutId:\"yiMwuBxeg\",style:{height:\"100%\",width:\"100%\"},variant:\"XRp_2Rz45\",width:\"100%\",...addPropertyOverrides({B7lNwqDCT:{variant:\"QJ1J4DQVO\"},Ftc2HLziK:{variant:\"QJ1J4DQVO\"},IOGdEn62a:{variant:\"QJ1J4DQVO\"},KAfyJXX5J:{variant:\"QJ1J4DQVO\"},Lq6jRbTl5:{variant:\"QJ1J4DQVO\"},vvtvwgRUn:{variant:\"QJ1J4DQVO\"}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({KAfyJXX5J:{value:transition5},Lq6jRbTl5:{value:transition5},vvtvwgRUn:{value:transition5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1of39us\",\"data-framer-name\":\"Glyph\",layoutDependency:layoutDependency,layoutId:\"db3z919KB\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lfdo8\",\"data-framer-name\":\"Glyph\",layoutDependency:layoutDependency,layoutId:\"oxYnRYS9b\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-amm1ye\",\"data-framer-name\":\"Icon_20\",layoutDependency:layoutDependency,layoutId:\"GxGwjVXRg\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-twixap\",\"data-framer-name\":\"Rectangle 1322\",layoutDependency:layoutDependency,layoutId:\"KuUJxaTv3\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1urtmui\",\"data-framer-name\":\"Rectangle 1323\",layoutDependency:layoutDependency,layoutId:\"uYc1TyJcR\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-14puska\",\"data-framer-name\":\"Rectangle 1325\",layoutDependency:layoutDependency,layoutId:\"nnwUCneEk\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ft2x9d\",\"data-framer-name\":\"Rectangle 1324\",layoutDependency:layoutDependency,layoutId:\"x7KJOi1xl\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uisvhk\",\"data-framer-name\":\"Rectangle 1326\",layoutDependency:layoutDependency,layoutId:\"cic5ueaHB\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1}})]})]})})]})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(76, 76, 76))\"},children:\"The first yield tokenization protocol built on the TON blockchain\"})}),className:\"framer-1qe4an9\",\"data-framer-name\":\"The first yield tokenization protocol built on the TON blockchain\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"rId35VrHD\",style:{\"--extracted-r6o4lv\":\"rgb(76, 76, 76)\",\"--framer-paragraph-spacing\":\"0px\",opacity:1},transformTemplate:transformTemplate1,variants:{\"ZZIKotMb4-hover\":{opacity:0},\"ZZIKotMb4-pressed\":{opacity:0},Lq6jRbTl5:{opacity:0}},verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-12agw0l\",layoutDependency:layoutDependency,layoutId:\"xBPpN89lk\",children:/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition6},Ftc2HLziK:{value:transition2},IOGdEn62a:{value:transition6},KAfyJXX5J:{value:transition2},Lq6jRbTl5:{value:transition2},vvtvwgRUn:{value:transition6}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SVG,{className:\"framer-12zffe2\",\"data-framer-name\":\"Rectangle 1302\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:4,intrinsicWidth:966,layoutDependency:layoutDependency,layoutId:\"VnyruQjd8\",style:{opacity:0},svg:'<svg width=\"966\" height=\"4\" viewBox=\"-1 -1 966 4\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M964 1H0\" stroke=\"#333333\"/>\\n</svg>\\n',variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},withExternalLayout:true})})})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-cwy9c8\",\"data-framer-name\":\"Stack1\",layoutDependency:layoutDependency,layoutId:\"vE7O1EcBM\",style:{opacity:1},variants:{\"ZZIKotMb4-pressed\":{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11ped0p\",\"data-framer-name\":\"Frame 2131332916\",layoutDependency:layoutDependency,layoutId:\"Tr4crTcHh\",style:{opacity:1},variants:{\"ZZIKotMb4-pressed\":{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-pxgbj7\",\"data-framer-name\":\"Group 2131329213\",layoutDependency:layoutDependency,layoutId:\"zpZ2HKsyy\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1h3s0wj\",\"data-framer-name\":\"Rectangle 1330\",layoutDependency:layoutDependency,layoutId:\"yLLwsPWR_\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(76, 76, 76))\"},children:\"Products\"})}),className:\"framer-18q0g6b\",\"data-framer-name\":\"Products\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"cqbwYXHqN\",style:{\"--extracted-r6o4lv\":\"rgb(76, 76, 76)\",\"--framer-paragraph-spacing\":\"0px\"},variants:{Ftc2HLziK:{\"--extracted-r6o4lv\":\"var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76))\"},KAfyJXX5J:{\"--extracted-r6o4lv\":\"var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76))\"},Lq6jRbTl5:{\"--extracted-r6o4lv\":\"var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({Ftc2HLziK:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76)))\"},children:\"Products\"})})},KAfyJXX5J:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76)))\"},children:\"Products\"})})},Lq6jRbTl5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-024c8b69-14e6-4e68-883d-577bb76e7059, rgb(76, 76, 76)))\"},children:\"Products\"})})}},baseVariant,gestureVariant)})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-tbvli6\",\"data-framer-name\":\"Frame 2131332915\",layoutDependency:layoutDependency,layoutId:\"Mnetyytv_\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Ftc2HLziK:{value:transition7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined},{href:{webPageId:\"zM3wSVts8\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+0},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-o06ha4-container\",layoutDependency:layoutDependency,layoutId:\"KPu6wS0MT-container\",nodeId:\"KPu6wS0MT\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Home\"})}),height:\"100%\",id:\"KPu6wS0MT\",layoutId:\"KPu6wS0MT\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},UGnOBkObO:resolvedLinks[0],variant:\"OYYnVO7E7\",width:\"100%\",...addPropertyOverrides({\"ZZIKotMb4-pressed\":{UGnOBkObO:resolvedLinks[7]},B7lNwqDCT:{SAFhm97Ah:SAFhm97Ahkiwo2z,UGnOBkObO:resolvedLinks[2]},Ftc2HLziK:{SAFhm97Ah:SAFhm97Ahkiwo2z,UGnOBkObO:resolvedLinks[1]},IOGdEn62a:{SAFhm97Ah:SAFhm97Ahkiwo2z,UGnOBkObO:resolvedLinks[4]},KAfyJXX5J:{UGnOBkObO:resolvedLinks[5]},Lq6jRbTl5:{UGnOBkObO:resolvedLinks[6]},vvtvwgRUn:{SAFhm97Ah:SAFhm97Ahkiwo2z,UGnOBkObO:resolvedLinks[3]}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Ftc2HLziK:{value:transition8}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined},{href:{webPageId:\"pHdc6AzL7\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+64},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-cf2a58-container\",layoutDependency:layoutDependency,layoutId:\"sLKrUFG0q-container\",nodeId:\"sLKrUFG0q\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Market\"})}),height:\"100%\",id:\"sLKrUFG0q\",layoutId:\"sLKrUFG0q\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},UGnOBkObO:resolvedLinks1[0],variant:\"OYYnVO7E7\",width:\"100%\",...addPropertyOverrides({\"ZZIKotMb4-pressed\":{UGnOBkObO:resolvedLinks1[7]},B7lNwqDCT:{SAFhm97Ah:SAFhm97Ahar6xc3,UGnOBkObO:resolvedLinks1[2],xLYGOluci:xLYGOluci1vvcaby},Ftc2HLziK:{SAFhm97Ah:SAFhm97Ahar6xc3,UGnOBkObO:resolvedLinks1[1]},IOGdEn62a:{SAFhm97Ah:SAFhm97Ahar6xc3,UGnOBkObO:resolvedLinks1[4],xLYGOluci:xLYGOluci1vvcaby},KAfyJXX5J:{UGnOBkObO:resolvedLinks1[5]},Lq6jRbTl5:{UGnOBkObO:resolvedLinks1[6]},vvtvwgRUn:{SAFhm97Ah:SAFhm97Ahar6xc3,UGnOBkObO:resolvedLinks1[3],xLYGOluci:xLYGOluci1vvcaby}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition10},Ftc2HLziK:{value:transition9},IOGdEn62a:{value:transition10},KAfyJXX5J:{value:transition10},Lq6jRbTl5:{value:transition10},vvtvwgRUn:{value:transition10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined},{href:{webPageId:\"CYVnUtonT\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+128},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jnmvlj-container\",layoutDependency:layoutDependency,layoutId:\"D4Jg6i2yp-container\",nodeId:\"D4Jg6i2yp\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Wrap\"})}),height:\"100%\",id:\"D4Jg6i2yp\",layoutId:\"D4Jg6i2yp\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},UGnOBkObO:resolvedLinks2[0],variant:\"OYYnVO7E7\",width:\"100%\",...addPropertyOverrides({\"ZZIKotMb4-pressed\":{UGnOBkObO:resolvedLinks2[7]},B7lNwqDCT:{SAFhm97Ah:SAFhm97Ah1h2dskp,UGnOBkObO:resolvedLinks2[2],xLYGOluci:xLYGOluci1vvcaby},Ftc2HLziK:{SAFhm97Ah:SAFhm97Ah1h2dskp,UGnOBkObO:resolvedLinks2[1]},IOGdEn62a:{SAFhm97Ah:SAFhm97Ah1h2dskp,UGnOBkObO:resolvedLinks2[4],xLYGOluci:xLYGOluci1vvcaby},KAfyJXX5J:{UGnOBkObO:resolvedLinks2[5]},Lq6jRbTl5:{UGnOBkObO:resolvedLinks2[6]},vvtvwgRUn:{SAFhm97Ah:SAFhm97Ah1h2dskp,UGnOBkObO:resolvedLinks2[3],xLYGOluci:xLYGOluci1vvcaby}},baseVariant,gestureVariant)})})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition12},Ftc2HLziK:{value:transition11},IOGdEn62a:{value:transition12},KAfyJXX5J:{value:transition12},Lq6jRbTl5:{value:transition12},vvtvwgRUn:{value:transition12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined},{href:{webPageId:\"lYPxl8KOF\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+192},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-fhxdag-container\",layoutDependency:layoutDependency,layoutId:\"wY2Ac3se5-container\",nodeId:\"wY2Ac3se5\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Pools\"})}),height:\"100%\",id:\"wY2Ac3se5\",layoutId:\"wY2Ac3se5\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},UGnOBkObO:resolvedLinks3[0],variant:\"OYYnVO7E7\",width:\"100%\",...addPropertyOverrides({\"ZZIKotMb4-pressed\":{UGnOBkObO:resolvedLinks3[7]},B7lNwqDCT:{SAFhm97Ah:SAFhm97Ah9tc94r,UGnOBkObO:resolvedLinks3[2],xLYGOluci:xLYGOluci1vvcaby},Ftc2HLziK:{SAFhm97Ah:SAFhm97Ah9tc94r,UGnOBkObO:resolvedLinks3[1]},IOGdEn62a:{SAFhm97Ah:SAFhm97Ah9tc94r,UGnOBkObO:resolvedLinks3[4],xLYGOluci:xLYGOluci1vvcaby},KAfyJXX5J:{UGnOBkObO:resolvedLinks3[5]},Lq6jRbTl5:{UGnOBkObO:resolvedLinks3[6]},vvtvwgRUn:{SAFhm97Ah:SAFhm97Ah9tc94r,UGnOBkObO:resolvedLinks3[3],xLYGOluci:xLYGOluci1vvcaby}},baseVariant,gestureVariant)})})})})})]})]}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-oqx2ah\",\"data-framer-name\":\"Frame 2131332917\",layoutDependency:layoutDependency,layoutId:\"bNh4Aulx8\",style:{opacity:1},variants:{\"ZZIKotMb4-pressed\":{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11bh55n\",\"data-framer-name\":\"Group 2131329213\",layoutDependency:layoutDependency,layoutId:\"zrLrCFNgF\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-u9b28\",\"data-framer-name\":\"Rectangle 1330\",layoutDependency:layoutDependency,layoutId:\"qeaIMyujw\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(76, 76, 76))\"},children:\"Docs\"})}),className:\"framer-1qv689\",\"data-framer-name\":\"Docs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LlEim0TYN\",style:{\"--extracted-r6o4lv\":\"rgb(76, 76, 76)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8xjwql\",\"data-framer-name\":\"Frame 2131332915\",layoutDependency:layoutDependency,layoutId:\"nkZAC1Doi\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Ftc2HLziK:{value:transition7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+0},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1bh5126-container\",layoutDependency:layoutDependency,layoutId:\"ojwF8oCxU-container\",nodeId:\"ojwF8oCxU\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Docs\"})}),height:\"100%\",id:\"ojwF8oCxU\",layoutId:\"ojwF8oCxU\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition10},Ftc2HLziK:{value:transition8},IOGdEn62a:{value:transition10},KAfyJXX5J:{value:transition10},vvtvwgRUn:{value:transition10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+64},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-2cg8wo-container\",layoutDependency:layoutDependency,layoutId:\"Kf1ytvDQS-container\",nodeId:\"Kf1ytvDQS\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Dorachaks\"})}),height:\"100%\",id:\"Kf1ytvDQS\",layoutId:\"Kf1ytvDQS\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ftpcpy\",\"data-framer-name\":\"Frame 2131332918\",layoutDependency:layoutDependency,layoutId:\"LsUU8qtV2\",style:{opacity:1},variants:{\"ZZIKotMb4-pressed\":{opacity:0}},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1145g4i\",\"data-framer-name\":\"Group 2131329213\",layoutDependency:layoutDependency,layoutId:\"kMsEwHxLE\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-drcthx\",\"data-framer-name\":\"Rectangle 1330\",layoutDependency:layoutDependency,layoutId:\"MEKcbfOaA\",style:{backgroundColor:\"rgb(255, 255, 255)\",opacity:0}}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--framer-font-size\":\"13px\",\"--framer-line-height\":\"100%\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(76, 76, 76))\"},children:\"Comunity\"})}),className:\"framer-s67sbq\",\"data-framer-name\":\"Comunity\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"c3uGy_LxF\",style:{\"--extracted-r6o4lv\":\"rgb(76, 76, 76)\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1qzmo6j\",\"data-framer-name\":\"Frame 2131332915\",layoutDependency:layoutDependency,layoutId:\"SLHD5cy52\",children:[/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({Ftc2HLziK:{value:transition7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+0},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-16zfoo4-container\",layoutDependency:layoutDependency,layoutId:\"MNd5sUEAh-container\",nodeId:\"MNd5sUEAh\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Community\"})}),height:\"100%\",id:\"MNd5sUEAh\",layoutId:\"MNd5sUEAh\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition10},Ftc2HLziK:{value:transition8},IOGdEn62a:{value:transition10},KAfyJXX5J:{value:transition10},Lq6jRbTl5:{value:transition10},vvtvwgRUn:{value:transition10}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+64},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+60}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-9imxnv-container\",layoutDependency:layoutDependency,layoutId:\"iF3SmMqXd-container\",nodeId:\"iF3SmMqXd\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Twitter\"})}),height:\"100%\",id:\"iF3SmMqXd\",layoutId:\"iF3SmMqXd\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition12},Ftc2HLziK:{value:transition9},IOGdEn62a:{value:transition12},KAfyJXX5J:{value:transition12},Lq6jRbTl5:{value:transition12},vvtvwgRUn:{value:transition12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+128},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+120}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1x3yq7j-container\",layoutDependency:layoutDependency,layoutId:\"CPpnVjw02-container\",nodeId:\"CPpnVjw02\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},KAfyJXX5J:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Telegram\"})}),height:\"100%\",id:\"CPpnVjw02\",layoutId:\"CPpnVjw02\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(Transition,{...addPropertyOverrides({B7lNwqDCT:{value:transition12},Ftc2HLziK:{value:transition11},IOGdEn62a:{value:transition12},KAfyJXX5J:{value:transition12},Lq6jRbTl5:{value:transition12},vvtvwgRUn:{value:transition12}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:50,...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+0+53+0+192},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},KAfyJXX5J:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0+53+0+180}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-hovrw7-container\",layoutDependency:layoutDependency,layoutId:\"iyCEv6QJJ-container\",nodeId:\"iyCEv6QJJ\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",style:{opacity:0},variants:{B7lNwqDCT:{opacity:1},Ftc2HLziK:{opacity:1},IOGdEn62a:{opacity:1},Lq6jRbTl5:{opacity:1},vvtvwgRUn:{opacity:1}},children:/*#__PURE__*/_jsx(Buttons,{FE8_XbEEb:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{children:\"Mirror\"})}),height:\"100%\",id:\"iyCEv6QJJ\",layoutId:\"iyCEv6QJJ\",NDJp3UJcn:\"efvdfvdvdfv\",style:{height:\"100%\"},variant:\"VLGL51D2z\",width:\"100%\"})})})})]})]}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fgmp09\",\"data-framer-name\":\"Group 2131329214\",layoutDependency:layoutDependency,layoutId:\"yMPD4PIjs\",style:{opacity:1},variants:{\"ZZIKotMb4-pressed\":{opacity:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:241,width:\"241px\",...addPropertyOverrides({\"ZZIKotMb4-pressed\":{y:(componentViewport?.y||0)+0+0+0+160+0+10},B7lNwqDCT:{y:(componentViewport?.y||0)+0+0+0+174+0+0},Ftc2HLziK:{y:(componentViewport?.y||0)+0+0+0+174+0+0},IOGdEn62a:{y:(componentViewport?.y||0)+0+0+0+174+0+0},vvtvwgRUn:{y:(componentViewport?.y||0)+0+0+0+174+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rmh3rx-container\",layoutDependency:layoutDependency,layoutId:\"Ac9d9642E-container\",nodeId:\"Ac9d9642E\",rendersWithMotion:true,scopeId:\"J7s_hc33I\",children:/*#__PURE__*/_jsx(DAsset,{e411Nl0LL:false,height:\"100%\",id:\"Ac9d9642E\",layoutId:\"Ac9d9642E\",style:{height:\"100%\",width:\"100%\"},variant:\"t6UOpEuVA\",width:\"100%\",...addPropertyOverrides({B7lNwqDCT:{e411Nl0LL:true,variant:\"hr7U3bB2r\"},Ftc2HLziK:{e411Nl0LL:true},IOGdEn62a:{e411Nl0LL:true,variant:\"Thea_uw0Q\"},vvtvwgRUn:{e411Nl0LL:true,variant:\"YFvtXeGSy\"}},baseVariant,gestureVariant)})})})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-aw3Z7.framer-6iffrv, .framer-aw3Z7 .framer-6iffrv { display: block; }\",\".framer-aw3Z7.framer-j6uzqs { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 300px; }\",\".framer-aw3Z7 .framer-1ner4uu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: 60px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-aw3Z7 .framer-1xva93b { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-aw3Z7 .framer-kxcki9, .framer-aw3Z7 .framer-12agw0l { 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: 100%; }\",\".framer-aw3Z7 .framer-vxlel2 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 60px; justify-content: flex-start; overflow: visible; padding: 5px 10px 5px 30px; position: relative; width: 1px; }\",\".framer-aw3Z7 .framer-1ppemto-container { flex: none; height: 24px; position: relative; width: 99px; }\",\".framer-aw3Z7 .framer-1of39us { flex: none; height: 50px; overflow: visible; position: absolute; right: 10px; top: calc(50.00000000000002% - 50px / 2); width: 50px; z-index: 1; }\",\".framer-aw3Z7 .framer-lfdo8 { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-aw3Z7 .framer-amm1ye { bottom: 15px; flex: none; left: calc(50% - 20px / 2); overflow: visible; position: absolute; top: 15px; width: 20px; }\",\".framer-aw3Z7 .framer-twixap { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-aw3Z7 .framer-1urtmui { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); left: 1px; position: absolute; right: 16px; top: 1px; }\",\".framer-aw3Z7 .framer-14puska { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); left: 1px; position: absolute; right: 16px; top: 16px; }\",\".framer-aw3Z7 .framer-ft2x9d { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); left: 16px; position: absolute; right: 1px; top: 1px; }\",\".framer-aw3Z7 .framer-1uisvhk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3px); left: 16px; position: absolute; right: 1px; top: 16px; }\",\".framer-aw3Z7 .framer-1qe4an9 { flex: none; height: auto; left: 61%; position: absolute; top: 50%; white-space: pre-wrap; width: 19%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-aw3Z7 .framer-12zffe2 { flex: none; height: 4px; position: relative; width: 60%; }\",\".framer-aw3Z7 .framer-cwy9c8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 30px 0px; position: relative; width: 83%; }\",\".framer-aw3Z7 .framer-11ped0p, .framer-aw3Z7 .framer-oqx2ah, .framer-aw3Z7 .framer-ftpcpy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 25%; }\",\".framer-aw3Z7 .framer-pxgbj7, .framer-aw3Z7 .framer-11bh55n, .framer-aw3Z7 .framer-1145g4i { flex: none; height: 13px; overflow: visible; position: relative; width: 241px; }\",\".framer-aw3Z7 .framer-1h3s0wj, .framer-aw3Z7 .framer-u9b28, .framer-aw3Z7 .framer-drcthx { flex: none; height: 13px; left: 0px; position: absolute; top: 0px; width: 241px; }\",\".framer-aw3Z7 .framer-18q0g6b, .framer-aw3Z7 .framer-1qv689, .framer-aw3Z7 .framer-s67sbq { flex: none; height: auto; left: 20px; position: absolute; top: 0px; white-space: pre; width: auto; }\",\".framer-aw3Z7 .framer-tbvli6, .framer-aw3Z7 .framer-8xjwql, .framer-aw3Z7 .framer-1qzmo6j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 14px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 241px; }\",\".framer-aw3Z7 .framer-o06ha4-container, .framer-aw3Z7 .framer-cf2a58-container, .framer-aw3Z7 .framer-jnmvlj-container, .framer-aw3Z7 .framer-fhxdag-container { flex: none; height: 50px; position: relative; width: auto; }\",\".framer-aw3Z7 .framer-1bh5126-container, .framer-aw3Z7 .framer-2cg8wo-container, .framer-aw3Z7 .framer-16zfoo4-container, .framer-aw3Z7 .framer-9imxnv-container, .framer-aw3Z7 .framer-1x3yq7j-container, .framer-aw3Z7 .framer-hovrw7-container { flex: none; height: 50px; pointer-events: none; position: relative; width: auto; }\",\".framer-aw3Z7 .framer-fgmp09 { flex: none; height: 315px; overflow: visible; position: relative; width: 25%; }\",\".framer-aw3Z7 .framer-1rmh3rx-container { flex: none; height: 241px; position: absolute; right: 0px; top: 10px; width: 241px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-j6uzqs, .framer-aw3Z7 .framer-1ner4uu, .framer-aw3Z7 .framer-1xva93b, .framer-aw3Z7 .framer-kxcki9, .framer-aw3Z7 .framer-vxlel2, .framer-aw3Z7 .framer-12agw0l, .framer-aw3Z7 .framer-cwy9c8, .framer-aw3Z7 .framer-11ped0p, .framer-aw3Z7 .framer-tbvli6, .framer-aw3Z7 .framer-oqx2ah, .framer-aw3Z7 .framer-8xjwql, .framer-aw3Z7 .framer-ftpcpy, .framer-aw3Z7 .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-j6uzqs > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aw3Z7.framer-j6uzqs > :first-child, .framer-aw3Z7 .framer-1ner4uu > :first-child, .framer-aw3Z7 .framer-1xva93b > :first-child, .framer-aw3Z7 .framer-11ped0p > :first-child, .framer-aw3Z7 .framer-tbvli6 > :first-child, .framer-aw3Z7 .framer-oqx2ah > :first-child, .framer-aw3Z7 .framer-8xjwql > :first-child, .framer-aw3Z7 .framer-ftpcpy > :first-child, .framer-aw3Z7 .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-j6uzqs > :last-child, .framer-aw3Z7 .framer-1ner4uu > :last-child, .framer-aw3Z7 .framer-1xva93b > :last-child, .framer-aw3Z7 .framer-11ped0p > :last-child, .framer-aw3Z7 .framer-tbvli6 > :last-child, .framer-aw3Z7 .framer-oqx2ah > :last-child, .framer-aw3Z7 .framer-8xjwql > :last-child, .framer-aw3Z7 .framer-ftpcpy > :last-child, .framer-aw3Z7 .framer-1qzmo6j > :last-child { margin-bottom: 0px; } .framer-aw3Z7 .framer-1ner4uu > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-aw3Z7 .framer-1xva93b > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-aw3Z7 .framer-kxcki9 > *, .framer-aw3Z7 .framer-12agw0l > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aw3Z7 .framer-kxcki9 > :first-child, .framer-aw3Z7 .framer-vxlel2 > :first-child, .framer-aw3Z7 .framer-12agw0l > :first-child, .framer-aw3Z7 .framer-cwy9c8 > :first-child { margin-left: 0px; } .framer-aw3Z7 .framer-kxcki9 > :last-child, .framer-aw3Z7 .framer-vxlel2 > :last-child, .framer-aw3Z7 .framer-12agw0l > :last-child, .framer-aw3Z7 .framer-cwy9c8 > :last-child { margin-right: 0px; } .framer-aw3Z7 .framer-vxlel2 > *, .framer-aw3Z7 .framer-cwy9c8 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aw3Z7 .framer-11ped0p > *, .framer-aw3Z7 .framer-oqx2ah > *, .framer-aw3Z7 .framer-ftpcpy > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-aw3Z7 .framer-tbvli6 > *, .framer-aw3Z7 .framer-8xjwql > *, .framer-aw3Z7 .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(14px / 2); margin-top: calc(14px / 2); } }\",\".framer-aw3Z7.framer-v-18m91ej.framer-j6uzqs, .framer-aw3Z7.framer-v-1wtnvmb.framer-j6uzqs, .framer-aw3Z7.framer-v-n60qhg.framer-j6uzqs, .framer-aw3Z7.framer-v-65jpji.framer-j6uzqs { width: 1164px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1ner4uu, .framer-aw3Z7.framer-v-1wtnvmb .framer-1ner4uu, .framer-aw3Z7.framer-v-n60qhg .framer-1ner4uu, .framer-aw3Z7.framer-v-65jpji .framer-1ner4uu, .framer-aw3Z7.framer-v-154dav2 .framer-1ner4uu { height: 519px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1xva93b, .framer-aw3Z7.framer-v-1wtnvmb .framer-1xva93b, .framer-aw3Z7.framer-v-n60qhg .framer-1xva93b, .framer-aw3Z7.framer-v-65jpji .framer-1xva93b { padding: 30px 100px 0px 100px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-vxlel2, .framer-aw3Z7.framer-v-154dav2 .framer-vxlel2, .framer-aw3Z7.framer-v-1o3sw6e .framer-vxlel2 { flex: none; padding: 5px 0px 5px 0px; width: 100%; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1ppemto-container, .framer-aw3Z7.framer-v-1wtnvmb .framer-1ppemto-container, .framer-aw3Z7.framer-v-n60qhg .framer-1ppemto-container, .framer-aw3Z7.framer-v-65jpji .framer-1ppemto-container, .framer-aw3Z7.framer-v-154dav2 .framer-1ppemto-container, .framer-aw3Z7.framer-v-1o3sw6e .framer-1ppemto-container { aspect-ratio: 4.125 / 1; height: var(--framer-aspect-ratio-supported, 40px); width: 165px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1of39us, .framer-aw3Z7.framer-v-1wtnvmb .framer-1of39us, .framer-aw3Z7.framer-v-n60qhg .framer-1of39us, .framer-aw3Z7.framer-v-65jpji .framer-1of39us, .framer-aw3Z7.framer-v-154dav2 .framer-1of39us, .framer-aw3Z7.framer-v-1o3sw6e .framer-1of39us { right: 0px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1urtmui, .framer-aw3Z7.framer-v-1wtnvmb .framer-1urtmui, .framer-aw3Z7.framer-v-n60qhg .framer-1urtmui, .framer-aw3Z7.framer-v-65jpji .framer-1urtmui, .framer-aw3Z7.framer-v-154dav2 .framer-1urtmui, .framer-aw3Z7.framer-v-1o3sw6e .framer-1urtmui { right: unset; top: 4px; width: 3px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-14puska, .framer-aw3Z7.framer-v-1wtnvmb .framer-14puska, .framer-aw3Z7.framer-v-n60qhg .framer-14puska, .framer-aw3Z7.framer-v-65jpji .framer-14puska, .framer-aw3Z7.framer-v-154dav2 .framer-14puska, .framer-aw3Z7.framer-v-1o3sw6e .framer-14puska { bottom: 4px; right: unset; top: unset; width: 3px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-ft2x9d, .framer-aw3Z7.framer-v-1wtnvmb .framer-ft2x9d, .framer-aw3Z7.framer-v-n60qhg .framer-ft2x9d, .framer-aw3Z7.framer-v-65jpji .framer-ft2x9d, .framer-aw3Z7.framer-v-154dav2 .framer-ft2x9d, .framer-aw3Z7.framer-v-1o3sw6e .framer-ft2x9d { left: unset; top: 4px; width: 3px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1uisvhk, .framer-aw3Z7.framer-v-1wtnvmb .framer-1uisvhk, .framer-aw3Z7.framer-v-n60qhg .framer-1uisvhk, .framer-aw3Z7.framer-v-65jpji .framer-1uisvhk, .framer-aw3Z7.framer-v-154dav2 .framer-1uisvhk, .framer-aw3Z7.framer-v-1o3sw6e .framer-1uisvhk { bottom: 4px; top: unset; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1qe4an9, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qe4an9, .framer-aw3Z7.framer-v-n60qhg .framer-1qe4an9, .framer-aw3Z7.framer-v-65jpji .framer-1qe4an9 { left: 63%; width: 23%; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-12zffe2, .framer-aw3Z7.framer-v-1wtnvmb .framer-12zffe2, .framer-aw3Z7.framer-v-n60qhg .framer-12zffe2, .framer-aw3Z7.framer-v-65jpji .framer-12zffe2, .framer-aw3Z7.framer-v-154dav2 .framer-12zffe2, .framer-aw3Z7.framer-v-1o3sw6e .framer-12zffe2 { width: 100%; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-cwy9c8, .framer-aw3Z7.framer-v-154dav2 .framer-cwy9c8 { position: sticky; top: 0px; width: 83%; z-index: 1; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-tbvli6, .framer-aw3Z7.framer-v-18m91ej .framer-8xjwql, .framer-aw3Z7.framer-v-18m91ej .framer-1qzmo6j, .framer-aw3Z7.framer-v-1wtnvmb .framer-tbvli6, .framer-aw3Z7.framer-v-1wtnvmb .framer-8xjwql, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qzmo6j, .framer-aw3Z7.framer-v-n60qhg .framer-tbvli6, .framer-aw3Z7.framer-v-n60qhg .framer-8xjwql, .framer-aw3Z7.framer-v-n60qhg .framer-1qzmo6j, .framer-aw3Z7.framer-v-65jpji .framer-tbvli6, .framer-aw3Z7.framer-v-65jpji .framer-8xjwql, .framer-aw3Z7.framer-v-65jpji .framer-1qzmo6j, .framer-aw3Z7.framer-v-154dav2 .framer-tbvli6, .framer-aw3Z7.framer-v-154dav2 .framer-8xjwql, .framer-aw3Z7.framer-v-154dav2 .framer-1qzmo6j, .framer-aw3Z7.framer-v-1o3sw6e .framer-tbvli6, .framer-aw3Z7.framer-v-1o3sw6e .framer-1qzmo6j { gap: 10px; }\",\".framer-aw3Z7.framer-v-18m91ej .framer-1rmh3rx-container, .framer-aw3Z7.framer-v-1wtnvmb .framer-1rmh3rx-container, .framer-aw3Z7.framer-v-n60qhg .framer-1rmh3rx-container, .framer-aw3Z7.framer-v-65jpji .framer-1rmh3rx-container { top: 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-18m91ej .framer-tbvli6, .framer-aw3Z7.framer-v-18m91ej .framer-8xjwql, .framer-aw3Z7.framer-v-18m91ej .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-18m91ej .framer-tbvli6 > *, .framer-aw3Z7.framer-v-18m91ej .framer-8xjwql > *, .framer-aw3Z7.framer-v-18m91ej .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-18m91ej .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-18m91ej .framer-8xjwql > :first-child, .framer-aw3Z7.framer-v-18m91ej .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-18m91ej .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-18m91ej .framer-8xjwql > :last-child, .framer-aw3Z7.framer-v-18m91ej .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\".framer-aw3Z7.framer-v-1wtnvmb .framer-vxlel2, .framer-aw3Z7.framer-v-n60qhg .framer-vxlel2, .framer-aw3Z7.framer-v-65jpji .framer-vxlel2 { padding: 5px 0px 5px 0px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-1wtnvmb .framer-tbvli6, .framer-aw3Z7.framer-v-1wtnvmb .framer-8xjwql, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-1wtnvmb .framer-tbvli6 > *, .framer-aw3Z7.framer-v-1wtnvmb .framer-8xjwql > *, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-1wtnvmb .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-1wtnvmb .framer-8xjwql > :first-child, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-1wtnvmb .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-1wtnvmb .framer-8xjwql > :last-child, .framer-aw3Z7.framer-v-1wtnvmb .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-n60qhg .framer-tbvli6, .framer-aw3Z7.framer-v-n60qhg .framer-8xjwql, .framer-aw3Z7.framer-v-n60qhg .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-n60qhg .framer-tbvli6 > *, .framer-aw3Z7.framer-v-n60qhg .framer-8xjwql > *, .framer-aw3Z7.framer-v-n60qhg .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-n60qhg .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-n60qhg .framer-8xjwql > :first-child, .framer-aw3Z7.framer-v-n60qhg .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-n60qhg .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-n60qhg .framer-8xjwql > :last-child, .framer-aw3Z7.framer-v-n60qhg .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-65jpji .framer-tbvli6, .framer-aw3Z7.framer-v-65jpji .framer-8xjwql, .framer-aw3Z7.framer-v-65jpji .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-65jpji .framer-tbvli6 > *, .framer-aw3Z7.framer-v-65jpji .framer-8xjwql > *, .framer-aw3Z7.framer-v-65jpji .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-65jpji .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-65jpji .framer-8xjwql > :first-child, .framer-aw3Z7.framer-v-65jpji .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-65jpji .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-65jpji .framer-8xjwql > :last-child, .framer-aw3Z7.framer-v-65jpji .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\".framer-aw3Z7.framer-v-154dav2.framer-j6uzqs { width: 770px; }\",\".framer-aw3Z7.framer-v-154dav2 .framer-1xva93b { padding: 30px 66px 0px 66px; }\",\".framer-aw3Z7.framer-v-154dav2 .framer-1qe4an9 { left: 70%; width: 37%; }\",\".framer-aw3Z7.framer-v-154dav2 .framer-11ped0p, .framer-aw3Z7.framer-v-154dav2 .framer-oqx2ah, .framer-aw3Z7.framer-v-154dav2 .framer-ftpcpy { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-154dav2 .framer-tbvli6, .framer-aw3Z7.framer-v-154dav2 .framer-8xjwql, .framer-aw3Z7.framer-v-154dav2 .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-154dav2 .framer-tbvli6 > *, .framer-aw3Z7.framer-v-154dav2 .framer-8xjwql > *, .framer-aw3Z7.framer-v-154dav2 .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-154dav2 .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-154dav2 .framer-8xjwql > :first-child, .framer-aw3Z7.framer-v-154dav2 .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-154dav2 .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-154dav2 .framer-8xjwql > :last-child, .framer-aw3Z7.framer-v-154dav2 .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\".framer-aw3Z7.framer-v-1o3sw6e.framer-j6uzqs { padding: 20px 0px 20px 0px; width: 370px; }\",\".framer-aw3Z7.framer-v-1o3sw6e .framer-1ner4uu { height: calc(var(--framer-viewport-height, 100vh) * 0.95); }\",\".framer-aw3Z7.framer-v-1o3sw6e .framer-1xva93b { padding: 30px 20px 0px 20px; }\",\".framer-aw3Z7.framer-v-1o3sw6e .framer-cwy9c8 { flex-wrap: wrap; position: sticky; top: 0px; width: 83%; z-index: 1; }\",\".framer-aw3Z7.framer-v-1o3sw6e .framer-11ped0p, .framer-aw3Z7.framer-v-1o3sw6e .framer-ftpcpy { min-width: 50%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-aw3Z7.framer-v-1o3sw6e .framer-tbvli6, .framer-aw3Z7.framer-v-1o3sw6e .framer-1qzmo6j { gap: 0px; } .framer-aw3Z7.framer-v-1o3sw6e .framer-tbvli6 > *, .framer-aw3Z7.framer-v-1o3sw6e .framer-1qzmo6j > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aw3Z7.framer-v-1o3sw6e .framer-tbvli6 > :first-child, .framer-aw3Z7.framer-v-1o3sw6e .framer-1qzmo6j > :first-child { margin-top: 0px; } .framer-aw3Z7.framer-v-1o3sw6e .framer-tbvli6 > :last-child, .framer-aw3Z7.framer-v-1o3sw6e .framer-1qzmo6j > :last-child { margin-bottom: 0px; } }\",\".framer-aw3Z7.framer-v-j6uzqs.hover.framer-j6uzqs { width: 450px; }\",\".framer-aw3Z7.framer-v-j6uzqs.hover .framer-vxlel2, .framer-aw3Z7.framer-v-j6uzqs.pressed .framer-vxlel2 { flex: none; width: 100%; }\",\".framer-aw3Z7.framer-v-j6uzqs.hover .framer-1qe4an9 { left: 69%; width: 35%; }\",\".framer-aw3Z7.framer-v-j6uzqs.pressed.framer-j6uzqs { width: 460px; }\",\".framer-aw3Z7.framer-v-j6uzqs.pressed .framer-1ner4uu { height: 76px; }\",\".framer-aw3Z7.framer-v-j6uzqs.pressed .framer-1xva93b { padding: 8px; }\",\".framer-aw3Z7.framer-v-j6uzqs.pressed .framer-1qe4an9 { left: 69%; width: 160px; }\",'.framer-aw3Z7[data-border=\"true\"]::after, .framer-aw3Z7 [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 60\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Ftc2HLziK\":{\"layout\":[\"fixed\",\"auto\"]},\"B7lNwqDCT\":{\"layout\":[\"fixed\",\"auto\"]},\"vvtvwgRUn\":{\"layout\":[\"fixed\",\"auto\"]},\"IOGdEn62a\":{\"layout\":[\"fixed\",\"auto\"]},\"KAfyJXX5J\":{\"layout\":[\"fixed\",\"auto\"]},\"Lq6jRbTl5\":{\"layout\":[\"fixed\",\"auto\"]},\"nto_fUjlu\":{\"layout\":[\"fixed\",\"auto\"]},\"a7Y3NgD8s\":{\"layout\":[\"fixed\",\"auto\"]},\"dCLpJjuyJ\":{\"layout\":[\"fixed\",\"auto\"]},\"DsL_REMXU\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"eURldci2o\":\"mouseLeave\",\"MUtHJTIJ2\":\"click2\",\"ohC5Qo_v3\":\"click3\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerJ7s_hc33I=withCSS(Component,css,\"framer-aw3Z7\");export default FramerJ7s_hc33I;FramerJ7s_hc33I.displayName=\"menu_desktop\";FramerJ7s_hc33I.defaultProps={height:60,width:300};addPropertyControls(FramerJ7s_hc33I,{variant:{options:[\"ZZIKotMb4\",\"Ftc2HLziK\",\"B7lNwqDCT\",\"vvtvwgRUn\",\"IOGdEn62a\",\"KAfyJXX5J\",\"Lq6jRbTl5\",\"nto_fUjlu\",\"a7Y3NgD8s\"],optionTitles:[\"Variant 1\",\"Default\",\"Market\",\"Wrap\",\"Pool\",\"Tablet\",\"Mobile\",\"Menu_tablet\",\"Menu_mobile\"],title:\"Variant\",type:ControlType.Enum},eURldci2o:{title:\"Mouse leave\",type:ControlType.EventHandler},MUtHJTIJ2:{title:\"Click 2\",type:ControlType.EventHandler},ohC5Qo_v3:{title:\"Click 3\",type:ControlType.EventHandler}});addFonts(FramerJ7s_hc33I,[{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\"}]},...LogoFonts,...ButtonsFonts,...DAssetFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerJ7s_hc33I\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"300\",\"framerColorSyntax\":\"true\",\"framerIntrinsicHeight\":\"60\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Ftc2HLziK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"B7lNwqDCT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vvtvwgRUn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IOGdEn62a\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KAfyJXX5J\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Lq6jRbTl5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nto_fUjlu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"a7Y3NgD8s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"dCLpJjuyJ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"DsL_REMXU\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"eURldci2o\\\":\\\"mouseLeave\\\",\\\"MUtHJTIJ2\\\":\\\"click2\\\",\\\"ohC5Qo_v3\\\":\\\"click3\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (bf2ee14)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CookieBanner from\"https://framerusercontent.com/modules/GbX8S6ghmyszcS2GLR2F/IH6s9ASs8tTeXMp8PWOj/Cookies.js\";import Menu_desktop from\"#framer/local/canvasComponent/J7s_hc33I/J7s_hc33I.js\";import Cursor from\"#framer/local/canvasComponent/XeyavEAmO/XeyavEAmO.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CookieBannerFonts=getFonts(CookieBanner);const ContainerWithOptimizedAppearEffect=withOptimizedAppearEffect(Container);const Menu_desktopFonts=getFonts(Menu_desktop);const CursorFonts=getFonts(Cursor);const breakpoints={ahHScCSnz:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\",XAKpiuVtY:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-Rfrtd\";const variantClassNames={ahHScCSnz:\"framer-v-3xlq3f\",WQLkyLRf1:\"framer-v-72rtr7\",XAKpiuVtY:\"framer-v-xvuhyv\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const transition1={delay:.1,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate2=(_,t)=>`translate(-50%, -50%) ${t}`;const transition2={delay:.2,duration:.4,ease:[.44,0,.56,1],type:\"tween\"};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};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:\"XAKpiuVtY\",Tablet:\"ahHScCSnz\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};const transition3={damping:100,delay:0,mass:1,stiffness:2e3,type:\"spring\"};const cursor={component:Cursor,transition:transition3,variant:\"L_OKbdqGw\"};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({l69kl2:cursor});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(0, 0, 0); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),\"data-framer-cursor\":\"l69kl2\",ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation,className:\"framer-1v56ine-container\",\"data-framer-appear-id\":\"1v56ine\",initial:animation1,isAuthoredByUser:true,isModuleExternal:true,nodeId:\"a419pMugS\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAKpiuVtY:{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,position:\"bottom-center\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgb(38, 38, 38)\",radius:14,width:1},colorBody:\"rgb(76, 76, 76)\",colorTitle:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\",fontBody:{fontFamily:'\"Inter\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.3em\"},fontTitle:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"rgb(153, 153, 153)\"},width:350,zIndex:10}}},children:/*#__PURE__*/_jsx(CookieBanner,{banner:{animation:{scale:1,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},x:0,y:10},containerWidth:0,inset:20,insetBottom:20,insetLeft:20,insetPerSide:false,insetRight:20,insetTop:20,padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,position:\"bottom-center\",style:{backdrop:\"rgba(0, 0, 0, 0.1)\",border:{color:\"rgb(38, 38, 38)\",radius:14,width:1},colorBody:\"rgb(76, 76, 76)\",colorTitle:\"rgb(255, 255, 255)\",fill:\"rgb(0, 0, 0)\",fontBody:{fontFamily:'\"Inter\", sans-serif',fontSize:\"13px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1.3em\"},fontTitle:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},link:\"rgb(153, 153, 153)\"},width:450,zIndex:10},button:{borderRadius:10,direction:\"row\",fluid:true,font:{fontFamily:'\"Inter\", \"Inter Placeholder\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},hoverOpacity:.6,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:\"rgb(0, 0, 0)\",fill:\"rgb(255, 255, 255)\"},secondary:{color:\"rgb(255, 255, 255)\",fill:\"rgb(26, 26, 26)\"},tapOpacity:.4},content:{euBlocking:false,euDefaults:{analytics:false,marketing:false,necessary:true,preferences:false},euDescription:\"We use cookies to enhance your experience. We don\u2019t collect your personal data.\",euPolicy:{label:\"Cookie Policy\",link:\"https://www.framer.com/legal/policy/\",prefix:\"Read our\"},euShowReject:true,euTitle:\"Cookie\",euType:\"medium\",isEU:true,worldBlocking:false,worldDefaults:{analytics:true,marketing:true,necessary:true,preferences:true},worldDescription:\"We use cookies to personalize content, run ads, and analyze traffic.\",worldPolicy:{label:\"Cookie Policy\",prefix:\"Read our\"},worldShowReject:true,worldTitle:\"Cookie Settings\",worldType:\"simple\"},gtmId:\"GTM-NSNDVTRD\",height:\"100%\",id:\"a419pMugS\",layoutId:\"a419pMugS\",options:{analytics:{description:\"Enables tracking of performance.\",title:\"Analytics\"},marketing:{description:\"Enables ads personalization and tracking.\",title:\"Marketing\"},necessary:{description:\"Enables security and basic functionality.\",optional:true,title:\"Necessary\"},preferences:{description:\"Enables personalized content and settings.\",title:\"Preferences\"},preview:false,style:{background:\"rgba(0, 0, 0, 0.02)\",border:{color:\"rgba(0, 0, 0, 0.02)\",radius:8,width:0},fontBody:{},fontTitle:{},padding:12,paddingBottom:12,paddingLeft:12,paddingPerSide:false,paddingRight:12,paddingTop:12,toggleColor:\"rgb(0, 0, 0)\",toggleColorInactive:\"rgba(0, 0, 0, 0.1)\"}},preview:true,trigger:{color:\"rgb(76, 76, 76)\",iconSize:24,iconType:\"default\",text:\"Cookie\",textFont:{fontFamily:'\"Inter\", sans-serif',fontSize:\"15px\",fontStyle:\"normal\",letterSpacing:\"0em\",lineHeight:\"1em\"},type:\"icon\"},width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1kgxjev\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"120%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(76, 76, 76)\"},children:\"user_testing\"})}),className:\"framer-1uy9kav\",\"data-framer-name\":\"PRODUCT DESIGNER\",fonts:[\"Inter-Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{XAKpiuVtY:{y:(componentViewport?.y||0)+-30}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:(componentViewport?.y||0)+370,children:/*#__PURE__*/_jsx(ContainerWithOptimizedAppearEffect,{animate:animation2,className:\"framer-1ncjir7-container\",\"data-framer-appear-id\":\"1ncjir7\",initial:animation1,nodeId:\"LXY1rZfvX\",optimized:true,rendersWithMotion:true,scopeId:\"augiA20Il\",transformTemplate:transformTemplate2,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ahHScCSnz:{variant:\"nto_fUjlu\"},XAKpiuVtY:{variant:\"a7Y3NgD8s\"}},children:/*#__PURE__*/_jsx(Menu_desktop,{height:\"100%\",id:\"LXY1rZfvX\",layoutId:\"LXY1rZfvX\",variant:\"ZZIKotMb4\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Rfrtd.framer-lux5qc, .framer-Rfrtd .framer-lux5qc { display: block; }\",\".framer-Rfrtd.framer-72rtr7 { align-content: center; align-items: center; background-color: #000000; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 800px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-Rfrtd .framer-1v56ine-container { bottom: 20px; flex: none; height: auto; left: 50%; position: absolute; transform: translateX(-50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-Rfrtd .framer-1kgxjev { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px; position: absolute; right: 20px; top: 31px; width: min-content; z-index: 1; }\",\".framer-Rfrtd .framer-1uy9kav { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-Rfrtd .framer-1ncjir7-container { flex: none; height: auto; left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); width: auto; will-change: var(--framer-will-change-effect-override, transform); z-index: 2; }\",\"@media (min-width: 810px) and (max-width: 1439px) { .framer-Rfrtd.framer-72rtr7 { width: 810px; }}\",\"@media (max-width: 809px) { .framer-Rfrtd.framer-72rtr7 { height: min-content; min-height: 800px; width: 390px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ahHScCSnz\":{\"layout\":[\"fixed\",\"fixed\"]},\"XAKpiuVtY\":{\"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-Rfrtd\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:800,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...CookieBannerFonts,...Menu_desktopFonts,...CursorFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerAutoSizeImages\":\"true\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ahHScCSnz\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XAKpiuVtY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerColorSyntax\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["DEFAULT_DOMAIN", "DEFAULT_SCRIPT_NAME", "getDataLayerSnippet", "dataLayer", "dataLayerName", "getGTMScript", "id", "environment", "customDomain", "customScriptName", "params", "gtm_auth", "gtm_preview", "setupGTM", "dataLayerScript", "script", "initGTM", "nonce", "gtm", "sendToGTM", "isBrowser", "window", "DEFAULT_FONT_FAMILY", "getFlexboxValues", "position", "positionParts", "justifyContent", "alignItems", "getMultipleShadows", "shadows", "output", "shadow", "getShadow", "safeJSONParse", "jsonString", "onError", "yieldToMain", "options", "window", "resolve", "yieldBeforeCb", "fn", "interactionResponse", "toGTMConsent", "consent", "reducer", "state", "action", "initialState", "defaultConsent", "hasInitializedGTM", "useConsent", "gtmId", "gtmLoadedExternally", "dispatch", "le", "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", "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", "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", "_", "Cover_DefaultFonts", "getFonts", "yFOnfrARX_default", "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", "playing", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "e411Nl0LL", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "css", "FramerbotDXEFwb", "withCSS", "botDXEFwb_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "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", "SVG", "css", "FramermN3QfGaiB", "withCSS", "mN3QfGaiB_default", "addPropertyControls", "ControlType", "addFonts", "LogoFonts", "getFonts", "mN3QfGaiB_default", "ButtonsFonts", "KTXxvRCLn_default", "DAssetFonts", "botDXEFwb_default", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "transition3", "transition4", "transition5", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "transformTemplate1", "_", "t", "transition6", "transition7", "transition8", "transition9", "transition10", "transition11", "transition12", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "click2", "click3", "height", "id", "mouseLeave", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "eURldci2o", "MUtHJTIJ2", "ohC5Qo_v3", "OzCbRGdsl", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1c20vws", "args", "onTap7bq66j", "onMouseLeave13kef40", "onTapg3r5k7", "onMouseLeave1pdi2cu", "onTapg9vfl3", "onTap1r1qnir", "onTap19d0bop", "onTapyvj7ud", "SAFhm97Ahkiwo2z", "SAFhm97Ahar6xc3", "xLYGOluci1vvcaby", "SAFhm97Ah1h2dskp", "SAFhm97Ah9tc94r", "scopingClassNames", "cx", "isDisplayed", "isDisplayed1", "router", "useRouter", "isDisplayed2", "isDisplayed3", "LayoutGroup", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "RichText2", "SVG", "ResolveLinks", "resolvedLinks", "resolvedLinks1", "resolvedLinks2", "resolvedLinks3", "css", "FramerJ7s_hc33I", "withCSS", "J7s_hc33I_default", "addPropertyControls", "ControlType", "addFonts", "CookieBannerFonts", "getFonts", "CookieBanner", "ContainerWithOptimizedAppearEffect", "withOptimizedAppearEffect", "Container", "Menu_desktopFonts", "J7s_hc33I_default", "CursorFonts", "XeyavEAmO_default", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "transition1", "animation", "animation1", "transformTemplate2", "transition2", "animation2", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "transition3", "cursor", "XeyavEAmO_default", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "ContainerWithOptimizedAppearEffect", "PropertyOverrides2", "CookieBanner", "RichText2", "x", "J7s_hc33I_default", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "CookieBannerFonts", "Menu_desktopFonts", "CursorFonts", "__FramerMetadata__"]
}
