{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/t36uSqU9VcNg8YosPFNt/gQukmWIbdrnCZQYtN43y/Countdown_timer.js", "ssg:https://framerusercontent.com/modules/mAlIQ3nm5ShVpocCDxPW/tayl7Ub3t9LfxyOhr47A/augiA20Il.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";export default function Countdown({fontSize,fontFamily,fontColor,fontWeight,displayDays,displayHours,displayMinutes,displaySeconds,endDate,endTime,endMessage}){const[timeLeft,setTimeLeft]=useState(calculateTimeLeft());useEffect(()=>{const timer=setTimeout(()=>{setTimeLeft(calculateTimeLeft());},1e3);return()=>clearTimeout(timer);});function calculateTimeLeft(){const difference=+new Date(`${endDate}T${endTime}`)-+new Date;let timeLeft={};if(difference>0){if(difference<60*60*1e3){// Less than 60 minutes remaining\nconst minutes=Math.floor(difference/(1e3*60)%60);const seconds=Math.floor(difference/1e3%60);timeLeft={days:displayDays?0:null,hours:displayHours?0:null,minutes:displayMinutes?minutes:null,seconds:displaySeconds?seconds:null};}else{const time={d:Math.floor(difference/(1e3*60*60*24)),h:Math.floor(difference/(1e3*60*60)%24),m:Math.floor(difference/(1e3*60)%60),s:Math.floor(difference/1e3%60)};timeLeft={days:displayDays?time.d:0,hours:displayHours?time.h:null,minutes:displayMinutes?time.m:null,seconds:displaySeconds?time.s:null};}}return timeLeft;}const timerComponents=[];Object.keys(timeLeft).forEach(interval=>{if(!timeLeft[interval]){return;}timerComponents.push(/*#__PURE__*/_jsxs(\"span\",{style:{display:\"flex\",alignItems:\"center\",flexDirection:\"column\"},children:[timeLeft[interval],/*#__PURE__*/_jsx(\"span\",{style:{fontSize:`${fontSize/2.5}px`},children:interval.toLowerCase()})]},interval));});return /*#__PURE__*/_jsx(\"div\",{style:{fontSize,fontFamily,color:fontColor,fontWeight,display:\"flex\",gap:\"20px\"},children:timerComponents.length?timerComponents:/*#__PURE__*/_jsx(\"span\",{children:endMessage})});}addPropertyControls(Countdown,{fontSize:{type:ControlType.Number,unit:\"px\",defaultValue:30},fontFamily:{type:ControlType.String,defaultValue:\"Inter\"},fontColor:{type:ControlType.Color,defaultValue:\"black\"},fontWeight:{type:ControlType.Enum,defaultValue:400,options:[\"normal\",\"bold\",\"bolder\",\"lighter\",100,200,300,400,500,600,700,800,900]},displayDays:{type:ControlType.Boolean,defaultValue:true},displayHours:{type:ControlType.Boolean,defaultValue:true},displayMinutes:{type:ControlType.Boolean,defaultValue:true},displaySeconds:{type:ControlType.Boolean,defaultValue:true},endDate:{type:ControlType.String,defaultValue:\"2023-04-25\",description:\"YYYY-MM-DD\"},endTime:{type:ControlType.String,defaultValue:\"00:00:00\",description:\"HH:MM:SS\"},endMessage:{type:ControlType.String,defaultValue:\"Time's up!\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Countdown\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Countdown_timer.map", "// Generated by Framer (ff86393)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Countdown from\"#framer/local/codeFile/KIEk8zq/Countdown_timer.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const CountdownFonts=getFonts(Countdown);const breakpoints={FKhejIsi5:\"(max-width: 809px)\",kzSodGqSe:\"(min-width: 810px) and (max-width: 1199px)\",prMJEwWkQ:\"(min-width: 1200px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-aRX8K\";const variantClassNames={FKhejIsi5:\"framer-v-zhwasw\",kzSodGqSe:\"framer-v-1wtwcpg\",prMJEwWkQ:\"framer-v-1sd1593\",WQLkyLRf1:\"framer-v-72rtr7\"};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"prMJEwWkQ\",Phone:\"FKhejIsi5\",Tablet:\"kzSodGqSe\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WQLkyLRf1\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-aRX8K`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-aRX8K`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-72rtr7\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ivkpzq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FKhejIsi5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png\",srcSet:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png?scale-down-to=1024 822w,https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png 1440w\"}},kzSodGqSe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"100vw\",src:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png\",srcSet:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png?scale-down-to=1024 822w,https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png 1440w\"}},prMJEwWkQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png\",srcSet:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png?scale-down-to=1024 822w,https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"720px\",src:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png\",srcSet:\"https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png?scale-down-to=1024 822w,https://framerusercontent.com/images/Wt9Qinn5HuQSBtccmVfRE0G04.png 1440w\"},className:\"framer-155v2xp\",\"data-framer-name\":\"rec\",name:\"rec\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-55xal9\",\"data-framer-name\":\"c+btn\",name:\"c+btn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1yfwq51\",\"data-framer-name\":\"copy stlucia\",name:\"copy stlucia\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ebuv24\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1ay20o4\",\"data-framer-name\":\"Group\",layout:\"position\",name:\"Group\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 257 72\"><path d=\"M 39.186 13.421 C 39.186 16.818 37.871 19.712 35.243 22.103 C 32.615 24.495 29.481 25.691 25.842 25.691 L 9.466 25.691 L 9.466 39.085 L 0 39.085 L 0 0.713 L 26.362 0.713 C 30.471 0.713 33.718 2.119 36.103 4.93 C 38.158 7.378 39.186 10.207 39.186 13.421 Z M 28.454 12.928 C 28.454 11.288 27.774 9.922 26.417 8.83 C 25.06 7.737 23.501 7.19 21.74 7.19 L 9.466 7.19 L 9.466 19.049 L 22.014 19.049 C 23.812 19.049 25.334 18.466 26.582 17.301 C 27.829 16.134 28.454 14.677 28.454 12.928 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 84.329 39.085 L 73.431 39.085 L 63.42 24.099 L 53.021 24.099 L 53.021 39.085 L 43.871 39.085 L 43.871 0.713 L 72.092 0.713 C 75.289 0.713 77.934 1.945 80.029 4.41 C 82.124 6.874 83.171 9.786 83.171 13.145 C 83.171 15.811 82.27 18.075 80.47 19.935 C 78.669 21.798 76.391 22.966 73.635 23.44 Z M 72.037 12.762 C 72.037 10.978 71.366 9.604 70.025 8.639 C 68.683 7.674 66.874 7.191 64.596 7.191 L 53.021 7.191 L 53.021 17.896 L 64.872 17.896 C 66.598 17.896 68.142 17.514 69.502 16.749 C 71.192 15.802 72.037 14.473 72.037 12.762 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 128.078 19.844 C 128.078 27.32 125.99 32.671 121.814 35.896 C 118.414 38.499 113.462 39.799 106.957 39.799 C 99.75 39.799 94.428 38.296 90.992 35.292 C 87.222 31.994 85.337 26.698 85.337 19.405 C 85.337 13.432 87.018 8.777 90.382 5.443 C 94.041 1.815 99.51 0 106.791 0 C 114.811 0 120.465 1.741 123.755 5.222 C 126.638 8.3 128.078 13.174 128.078 19.844 Z M 118.211 19.623 C 118.211 15.846 117.305 12.839 115.495 10.602 C 113.462 8.108 110.45 6.861 106.459 6.861 C 102.541 6.861 99.585 8.2 97.589 10.877 C 95.925 13.113 95.094 16.029 95.094 19.623 C 95.094 23.768 95.76 26.831 97.09 28.811 C 98.938 31.562 102.357 32.937 107.346 32.937 C 111.559 32.937 114.515 31.599 116.216 28.921 C 117.546 26.83 118.211 23.731 118.211 19.623 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 174.423 0.713 L 155.796 39.195 L 146.095 39.195 L 127.968 0.713 L 138.556 0.713 L 151.14 29.917 L 163.835 0.713 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 211.014 39.085 L 192.234 39.085 C 189.334 39.085 186.543 38.427 183.863 37.111 C 180.963 35.686 178.75 33.421 177.228 30.315 C 175.704 27.208 174.942 23.792 174.942 20.064 C 174.942 16.373 175.675 13.029 177.145 10.032 C 178.759 6.78 180.999 4.405 183.863 2.905 C 185.441 2.102 186.956 1.536 188.407 1.206 C 189.857 0.877 191.519 0.713 193.39 0.713 L 210.793 0.713 L 210.793 7.575 L 194.713 7.575 C 193.281 7.575 192.078 7.763 191.106 8.141 C 190.133 8.518 189.169 9.192 188.214 10.161 C 187.258 11.131 186.599 12.074 186.232 12.99 C 185.865 13.905 185.682 15.047 185.682 16.412 L 211.014 16.412 L 211.014 23.273 L 185.682 23.273 C 185.682 24.518 185.846 25.606 186.178 26.539 C 186.51 27.472 187.11 28.433 187.975 29.422 C 188.842 30.41 189.747 31.16 190.686 31.672 C 191.626 32.185 192.742 32.44 194.033 32.44 L 211.014 32.44 L 211.014 39.085 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 256.026 39.085 L 243.851 39.085 L 225.312 10.704 L 225.312 39.085 L 216.154 39.085 L 216.154 0.713 L 228.494 0.713 L 246.702 29.478 L 246.702 0.713 L 256.026 0.713 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 247.183 53.744 L 247.183 55.088 L 250.885 55.088 L 250.885 64.345 L 252.403 64.345 L 252.403 55.088 L 256.064 55.088 L 256.064 53.744 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 226.13 63 L 226.13 59.625 L 231.503 59.625 L 231.503 58.329 L 226.13 58.329 L 226.13 55.088 L 232.172 55.088 L 232.172 53.744 L 226.13 53.744 L 224.612 53.744 L 224.612 55.088 L 224.612 58.329 L 224.612 59.625 L 224.612 63 L 224.612 64.345 L 226.13 64.345 L 232.363 64.345 L 232.363 63 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 218.364 53.744 L 218.364 61.683 L 211.929 53.744 L 210.687 53.744 L 210.687 64.345 L 212.205 64.345 L 212.205 56.468 L 218.611 64.345 L 219.881 64.345 L 219.881 53.744 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 204.44 53.744 L 204.44 61.683 L 198.004 53.744 L 196.763 53.744 L 196.763 64.345 L 198.281 64.345 L 198.281 56.468 L 204.686 64.345 L 205.958 64.345 L 205.958 53.744 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 178.959 62.829 C 177.927 63.863 176.475 64.507 174.864 64.507 C 171.732 64.507 169.192 62.068 169.192 59.06 C 169.192 56.052 171.732 53.613 174.864 53.613 C 176.475 53.613 177.927 54.257 178.959 55.292 L 177.931 56.275 C 177.172 55.49 176.096 54.999 174.903 54.999 C 172.606 54.999 170.744 56.818 170.744 59.061 C 170.744 61.304 172.608 63.123 174.903 63.123 C 176.102 63.123 177.181 62.628 177.94 61.837 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 245.217 62.829 C 244.185 63.863 242.731 64.507 241.122 64.507 C 237.99 64.507 235.45 62.068 235.45 59.06 C 235.45 56.052 237.99 53.613 241.122 53.613 C 242.731 53.613 244.185 54.257 245.217 55.292 L 244.189 56.275 C 243.43 55.49 242.354 54.999 241.161 54.999 C 238.864 54.999 237.002 56.818 237.002 59.061 C 237.002 61.304 238.866 63.123 241.161 63.123 C 242.36 63.123 243.439 62.628 244.198 61.837 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 256.5 46.355 L 167.235 46.355 L 167.235 47.655 L 256.5 47.655 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 256.5 70.7 L 167.235 70.7 L 167.235 72 L 256.5 72 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 182.123 62.479 C 181.424 63.171 181.424 64.296 182.123 64.987 C 182.82 65.679 183.956 65.679 184.655 64.987 C 185.354 64.296 185.354 63.171 184.655 62.479 C 183.956 61.788 182.82 61.788 182.123 62.479 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 182.327 58.506 C 182.214 58.089 182.336 57.644 182.644 57.337 L 185.805 54.207 C 186.113 53.902 186.562 53.782 186.985 53.894 L 189.943 54.679 C 189.973 54.286 190.109 53.899 190.35 53.565 L 186.788 52.62 C 186.268 52.482 185.713 52.63 185.332 53.006 L 181.431 56.868 C 181.05 57.246 180.902 57.795 181.041 58.311 L 182.033 61.974 C 182.365 61.723 182.751 61.576 183.148 61.533 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 192.475 57.043 L 193.323 60.172 C 193.435 60.589 193.315 61.035 193.005 61.341 L 189.845 64.471 C 189.537 64.776 189.087 64.896 188.665 64.784 L 185.607 63.972 C 185.563 64.365 185.416 64.748 185.162 65.076 L 188.86 66.058 C 189.382 66.196 189.937 66.049 190.318 65.672 L 194.218 61.81 C 194.599 61.432 194.747 60.883 194.608 60.367 L 193.58 56.568 C 193.255 56.831 192.87 56.989 192.475 57.043 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 190.903 53.6 C 190.206 54.292 190.206 55.416 190.903 56.108 C 191.602 56.8 192.738 56.8 193.437 56.108 C 194.136 55.416 194.136 54.292 193.437 53.6 C 192.738 52.908 191.602 52.908 190.903 53.6 Z\" fill=\"rgb(255,255,255)\"></path><path d=\"M 190.59 56.418 C 190.234 56.065 190.024 55.621 189.959 55.16 L 187.061 54.391 C 186.678 54.289 186.269 54.398 185.988 54.675 L 183.116 57.521 C 182.835 57.798 182.726 58.204 182.828 58.583 L 183.627 61.535 C 184.117 61.587 184.592 61.798 184.968 62.169 C 185.344 62.541 185.556 63.012 185.608 63.497 L 188.59 64.288 C 188.972 64.389 189.382 64.281 189.662 64.003 L 192.535 61.158 C 192.816 60.88 192.926 60.475 192.822 60.096 L 192 57.059 C 191.486 57.02 190.983 56.806 190.59 56.418 Z\" fill=\"rgb(255,255,255)\"></path></svg>',svgContentId:11423632679,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXZlbmlyLTkwMA==\",\"--framer-font-family\":'\"Avenir\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"(Saint Lucia)\"})}),className:\"framer-1mvylv0\",\"data-framer-name\":\"PROVEN Connect (St. Lucia)\",fonts:[\"GF;Avenir-900\"],name:\"PROVEN Connect (St. Lucia)\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1krkvyg-container\",children:/*#__PURE__*/_jsx(Countdown,{displayDays:true,displayHours:true,displayMinutes:true,displaySeconds:true,endDate:\"2024-12-02\",endMessage:\"We're updating\",endTime:\"00:00:00\",fontColor:\"rgb(255, 255, 255)\",fontFamily:\"Avenir\",fontSize:30,fontWeight:800,height:\"100%\",id:\"PLfyxDw6Q\",layoutId:\"PLfyxDw6Q\",width:\"100%\"})})})]})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FKhejIsi5:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(600),pixelHeight:1792,pixelWidth:1440,sizes:\"100vw\",src:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png\",srcSet:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png?scale-down-to=1024 822w,https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png 1440w\"}},kzSodGqSe:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(500),pixelHeight:1792,pixelWidth:1440,sizes:\"100vw\",src:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png\",srcSet:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png?scale-down-to=1024 822w,https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png 1440w\"}},prMJEwWkQ:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"max(50vw, 1px)\",src:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png\",srcSet:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png?scale-down-to=1024 822w,https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png 1440w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition(0),pixelHeight:1792,pixelWidth:1440,sizes:\"720px\",src:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png\",srcSet:\"https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png?scale-down-to=1024 822w,https://framerusercontent.com/images/yBgr1atCbXKlaojh4nxUgw8d0.png 1440w\"},className:\"framer-aig04h\",\"data-framer-name\":\"rec\",name:\"rec\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1e67no0\",\"data-framer-name\":\"c+btn\",name:\"c+btn\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-17fyfbf\",\"data-framer-name\":\"copy cayman\",name:\"copy cayman\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1bg855i\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xfd1j\",\"data-framer-name\":\"Group\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:48,intrinsicWidth:171,name:\"Group\",svg:'<svg width=\"171\" height=\"48\" viewBox=\"0 0 171 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M26.0731 8.94729C26.0731 11.212 25.1983 13.141 23.4494 14.7351C21.701 16.3297 19.6156 17.127 17.1943 17.127H6.29827V26.0567H0V0.475342H17.5407C20.2746 0.475342 22.4352 1.41268 24.0221 3.28679C25.389 4.91846 26.0731 6.80471 26.0731 8.94729ZM18.9321 8.61864C18.9321 7.52566 18.4802 6.61493 17.5774 5.88647C16.6741 5.158 15.6366 4.79348 14.465 4.79348H6.29827V12.699H14.6475C15.8436 12.699 16.8566 12.3107 17.687 11.5337C18.5169 10.756 18.9321 9.78453 18.9321 8.61864Z\" fill=\"white\"/>\\n<path d=\"M56.11 26.0567H48.8589L42.1979 16.0659H35.2785V26.0567H29.1902V0.475342H47.9678C50.0952 0.475342 51.8552 1.29696 53.249 2.9402C54.6428 4.58287 55.3396 6.52409 55.3396 8.76329C55.3396 10.5408 54.7401 12.0498 53.5423 13.2903C52.3439 14.532 50.8282 15.3108 48.9947 15.6267L56.11 26.0567ZM47.931 8.50813C47.931 7.31852 47.4849 6.40258 46.5926 5.75917C45.6998 5.11576 44.4961 4.79406 42.9799 4.79406H35.2785V11.9306H43.1636C44.3124 11.9306 45.3394 11.676 46.2445 11.1662C47.3688 10.5344 47.931 9.64856 47.931 8.50813Z\" fill=\"white\"/>\\n<path d=\"M85.2195 13.2292C85.2195 18.2134 83.8298 21.7805 81.0516 23.9306C78.7889 25.6658 75.4939 26.5326 71.1662 26.5326C66.3708 26.5326 62.8298 25.531 60.5431 23.5279C58.0349 21.3292 56.7805 17.7985 56.7805 12.9365C56.7805 8.95451 57.899 5.85144 60.1373 3.62844C62.572 1.20987 66.211 0 71.0554 0C76.3915 0 80.1535 1.16068 82.3427 3.48147C84.2608 5.53321 85.2195 8.78266 85.2195 13.2292ZM78.6542 13.0823C78.6542 10.5642 78.0512 8.55932 76.8469 7.06767C75.4945 5.40534 73.4902 4.57388 70.8344 4.57388C68.2276 4.57388 66.2606 5.46667 64.9327 7.25109C63.8258 8.74216 63.273 10.6863 63.273 13.0823C63.273 15.8451 63.7156 17.8876 64.6009 19.2074C65.8302 21.041 68.1051 21.9581 71.4246 21.9581C74.2279 21.9581 76.1949 21.0659 77.3263 19.2809C78.2115 17.8864 78.6542 15.8208 78.6542 13.0823Z\" fill=\"white\"/>\\n<path d=\"M116.056 0.475342L103.662 26.1302H97.2069L85.1458 0.475342H92.1911L100.564 19.9449L109.011 0.475342H116.056Z\" fill=\"white\"/>\\n<path d=\"M140.402 26.0567H127.907C125.977 26.0567 124.12 25.6181 122.337 24.7409C120.407 23.7908 118.935 22.2807 117.922 20.2099C116.908 18.1384 116.401 15.8611 116.401 13.3759C116.401 10.9151 116.889 8.68576 117.867 6.68783C118.941 4.5198 120.431 2.93673 122.337 1.9369C123.387 1.40111 124.395 1.02386 125.36 0.80399C126.325 0.584698 127.431 0.475342 128.676 0.475342H140.255V5.0498H129.556C128.603 5.0498 127.803 5.17536 127.156 5.42705C126.509 5.67875 125.867 6.12774 125.232 6.77405C124.596 7.42093 124.157 8.04929 123.913 8.65972C123.669 9.27015 123.547 10.031 123.547 10.9412H140.402V15.5156H123.547C123.547 16.3453 123.656 17.0709 123.877 17.6929C124.098 18.3149 124.497 18.9554 125.073 19.6145C125.65 20.2735 126.252 20.7734 126.877 21.1148C127.502 21.4568 128.245 21.6269 129.104 21.6269H140.402V26.0567H140.402Z\" fill=\"white\"/>\\n<path d=\"M170.352 26.0567H162.251L149.916 7.13568V26.0567H143.822V0.475342H152.033L164.148 19.6521V0.475342H170.352V26.0567Z\" fill=\"white\"/>\\n<path d=\"M164.468 35.8293V36.7256H166.931V42.897H167.941V36.7256H170.377V35.8293H164.468Z\" fill=\"white\"/>\\n<path d=\"M150.46 42.0002V39.75H154.035V38.8861H150.46V36.7256H154.48V35.8293H150.46H149.45V36.7256V38.8861V39.75V42.0002V42.897H150.46H154.607V42.0002H150.46Z\" fill=\"white\"/>\\n<path d=\"M145.293 35.8293V41.1219L141.011 35.8293H140.185V42.897H141.195V37.6456L145.457 42.897H146.302V35.8293H145.293Z\" fill=\"white\"/>\\n<path d=\"M136.028 35.8293V41.1219L131.746 35.8293H130.92V42.897H131.93V37.6456L136.192 42.897H137.038V35.8293H136.028Z\" fill=\"white\"/>\\n<path d=\"M119.074 41.8858C118.387 42.5755 117.421 43.0048 116.349 43.0048C114.265 43.0048 112.575 41.379 112.575 39.3735C112.575 37.3681 114.265 35.7422 116.349 35.7422C117.421 35.7422 118.387 36.1715 119.074 36.8612L118.39 37.5168C117.885 36.9931 117.169 36.6662 116.375 36.6662C114.847 36.6662 113.608 37.8784 113.608 39.3741C113.608 40.8692 114.848 42.082 116.375 42.082C117.173 42.082 117.891 41.7522 118.396 41.2245L119.074 41.8858Z\" fill=\"white\"/>\\n<path d=\"M163.16 41.8858C162.473 42.5755 161.506 43.0048 160.435 43.0048C158.351 43.0048 156.661 41.379 156.661 39.3735C156.661 37.3681 158.351 35.7422 160.435 35.7422C161.506 35.7422 162.473 36.1715 163.16 36.8612L162.476 37.5168C161.971 36.9931 161.255 36.6662 160.461 36.6662C158.933 36.6662 157.694 37.8784 157.694 39.3741C157.694 40.8692 158.934 42.082 160.461 42.082C161.259 42.082 161.977 41.7522 162.482 41.2245L163.16 41.8858Z\" fill=\"white\"/>\\n<path d=\"M170.667 30.9036H111.273V31.7703H170.667V30.9036Z\" fill=\"white\"/>\\n<path d=\"M170.667 47.1335H111.273V48.0003H170.667V47.1335Z\" fill=\"white\"/>\\n<path d=\"M121.179 41.6528C120.714 42.1139 120.714 42.8638 121.179 43.325C121.643 43.7861 122.399 43.7861 122.864 43.325C123.329 42.8638 123.329 42.1139 122.864 41.6528C122.399 41.1922 121.643 41.1922 121.179 41.6528Z\" fill=\"white\"/>\\n<path d=\"M121.315 39.0041C121.24 38.7258 121.321 38.429 121.526 38.2248L123.629 36.1383C123.834 35.9346 124.133 35.8548 124.414 35.9294L126.382 36.4525C126.402 36.1904 126.493 35.9329 126.653 35.7101L124.283 35.08C123.937 34.988 123.568 35.0864 123.314 35.3375L120.719 37.9123C120.465 38.164 120.367 38.5303 120.459 38.874L121.119 41.3157C121.34 41.1485 121.597 41.0507 121.861 41.0223L121.315 39.0041Z\" fill=\"white\"/>\\n<path d=\"M128.067 38.0287L128.631 40.1146C128.706 40.3929 128.626 40.6898 128.42 40.894L126.317 42.9805C126.112 43.1841 125.813 43.264 125.532 43.1893L123.497 42.6483C123.468 42.9099 123.37 43.1656 123.201 43.3843L125.662 44.0387C126.009 44.1307 126.378 44.0324 126.632 43.7812L129.227 41.2065C129.48 40.9548 129.579 40.5885 129.486 40.2448L128.802 37.7117C128.586 37.887 128.33 37.9929 128.067 38.0287Z\" fill=\"white\"/>\\n<path d=\"M127.021 35.7333C126.557 36.1945 126.557 36.9443 127.021 37.4055C127.486 37.8666 128.242 37.8666 128.707 37.4055C129.172 36.9443 129.172 36.1945 128.707 35.7333C128.242 35.2722 127.486 35.2722 127.021 35.7333Z\" fill=\"white\"/>\\n<path d=\"M126.813 37.6122C126.576 37.3767 126.436 37.0804 126.393 36.7732L124.465 36.2605C124.21 36.1928 123.938 36.2652 123.751 36.4503L121.84 38.347C121.653 38.5321 121.58 38.8024 121.648 39.0552L122.18 41.023C122.506 41.0578 122.822 41.1984 123.072 41.446C123.322 41.6937 123.463 42.0078 123.498 42.3313L125.482 42.8584C125.736 42.9261 126.009 42.8538 126.195 42.6686L128.107 40.7719C128.294 40.5868 128.367 40.3166 128.298 40.0637L127.751 38.0392C127.409 38.0131 127.074 37.8708 126.813 37.6122Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7QXZlbmlyLTkwMA==\",\"--framer-font-family\":'\"Avenir\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-font-weight\":\"900\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\" (Cayman Islands)\"})}),className:\"framer-h7rxao\",\"data-framer-name\":\"PROVEN Connect (Cayman)\",fonts:[\"GF;Avenir-900\"],name:\"PROVEN Connect (Cayman)\",verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nfggua-container\",children:/*#__PURE__*/_jsx(Countdown,{displayDays:true,displayHours:true,displayMinutes:true,displaySeconds:true,endDate:\"2025-04-01\",endMessage:\"We're updating\",endTime:\"00:00:00\",fontColor:\"rgb(255, 255, 255)\",fontFamily:\"Avenir\",fontSize:30,fontWeight:800,height:\"100%\",id:\"KGL6wYZ5B\",layoutId:\"KGL6wYZ5B\",width:\"100%\"})})})]})})})]})}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-aRX8K { background: white; }`,\".framer-aRX8K.framer-lux5qc, .framer-aRX8K .framer-lux5qc { display: block; }\",\".framer-aRX8K.framer-72rtr7 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1440px; }\",\".framer-aRX8K .framer-1ivkpzq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-aRX8K .framer-155v2xp, .framer-aRX8K .framer-aig04h { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 100vh; justify-content: center; padding: 0px; position: relative; width: 720px; }\",\".framer-aRX8K .framer-55xal9, .framer-aRX8K .framer-1e67no0 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 36px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aRX8K .framer-1yfwq51, .framer-aRX8K .framer-17fyfbf { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-aRX8K .framer-1ebuv24, .framer-aRX8K .framer-1bg855i { align-content: center; align-items: center; align-self: stretch; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: auto; }\",\".framer-aRX8K .framer-1ay20o4 { flex: none; height: 72px; position: relative; width: 257px; }\",\".framer-aRX8K .framer-1mvylv0, .framer-aRX8K .framer-h7rxao { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-aRX8K .framer-1krkvyg-container, .framer-aRX8K .framer-nfggua-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-aRX8K .framer-xfd1j { aspect-ratio: 3.5625 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 72px); position: relative; width: 257px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aRX8K.framer-72rtr7, .framer-aRX8K .framer-1ivkpzq, .framer-aRX8K .framer-155v2xp, .framer-aRX8K .framer-55xal9, .framer-aRX8K .framer-1yfwq51, .framer-aRX8K .framer-1ebuv24, .framer-aRX8K .framer-aig04h, .framer-aRX8K .framer-1e67no0, .framer-aRX8K .framer-17fyfbf, .framer-aRX8K .framer-1bg855i { gap: 0px; } .framer-aRX8K.framer-72rtr7 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-aRX8K.framer-72rtr7 > :first-child, .framer-aRX8K .framer-55xal9 > :first-child, .framer-aRX8K .framer-1yfwq51 > :first-child, .framer-aRX8K .framer-1ebuv24 > :first-child, .framer-aRX8K .framer-1e67no0 > :first-child, .framer-aRX8K .framer-17fyfbf > :first-child, .framer-aRX8K .framer-1bg855i > :first-child { margin-top: 0px; } .framer-aRX8K.framer-72rtr7 > :last-child, .framer-aRX8K .framer-55xal9 > :last-child, .framer-aRX8K .framer-1yfwq51 > :last-child, .framer-aRX8K .framer-1ebuv24 > :last-child, .framer-aRX8K .framer-1e67no0 > :last-child, .framer-aRX8K .framer-17fyfbf > :last-child, .framer-aRX8K .framer-1bg855i > :last-child { margin-bottom: 0px; } .framer-aRX8K .framer-1ivkpzq > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-aRX8K .framer-1ivkpzq > :first-child, .framer-aRX8K .framer-155v2xp > :first-child, .framer-aRX8K .framer-aig04h > :first-child { margin-left: 0px; } .framer-aRX8K .framer-1ivkpzq > :last-child, .framer-aRX8K .framer-155v2xp > :last-child, .framer-aRX8K .framer-aig04h > :last-child { margin-right: 0px; } .framer-aRX8K .framer-155v2xp > *, .framer-aRX8K .framer-aig04h > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-aRX8K .framer-55xal9 > *, .framer-aRX8K .framer-1e67no0 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-aRX8K .framer-1yfwq51 > *, .framer-aRX8K .framer-17fyfbf > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-aRX8K .framer-1ebuv24 > *, .framer-aRX8K .framer-1bg855i > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",`@media (min-width: 1200px) and (max-width: 1439px) { .${metadata.bodyClassName}-framer-aRX8K { background: white; } .framer-aRX8K.framer-72rtr7 { width: 1200px; } .framer-aRX8K .framer-155v2xp, .framer-aRX8K .framer-aig04h { flex: 1 0 0px; width: 1px; }}`,`@media (min-width: 810px) and (max-width: 1199px) { .${metadata.bodyClassName}-framer-aRX8K { background: white; } .framer-aRX8K.framer-72rtr7 { width: 810px; } .framer-aRX8K .framer-1ivkpzq { flex-direction: column; } .framer-aRX8K .framer-155v2xp, .framer-aRX8K .framer-aig04h { height: 50vh; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aRX8K .framer-1ivkpzq { gap: 0px; } .framer-aRX8K .framer-1ivkpzq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aRX8K .framer-1ivkpzq > :first-child { margin-top: 0px; } .framer-aRX8K .framer-1ivkpzq > :last-child { margin-bottom: 0px; } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-aRX8K { background: white; } .framer-aRX8K.framer-72rtr7 { width: 390px; } .framer-aRX8K .framer-1ivkpzq { align-content: flex-start; align-items: flex-start; flex-direction: column; height: 1200px; justify-content: flex-start; } .framer-aRX8K .framer-155v2xp, .framer-aRX8K .framer-aig04h { flex: 1 0 0px; height: 1px; padding: 0px 12px 0px 12px; width: 100%; } .framer-aRX8K .framer-55xal9, .framer-aRX8K .framer-1e67no0 { flex: 1 0 0px; width: 1px; } .framer-aRX8K .framer-1yfwq51, .framer-aRX8K .framer-17fyfbf { width: 100%; } .framer-aRX8K .framer-1ebuv24, .framer-aRX8K .framer-1bg855i { align-self: unset; width: 100%; } .framer-aRX8K .framer-1mvylv0, .framer-aRX8K .framer-h7rxao { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-aRX8K .framer-1ivkpzq { gap: 0px; } .framer-aRX8K .framer-1ivkpzq > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-aRX8K .framer-1ivkpzq > :first-child { margin-top: 0px; } .framer-aRX8K .framer-1ivkpzq > :last-child { margin-bottom: 0px; } }}`];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"prMJEwWkQ\":{\"layout\":[\"fixed\",\"auto\"]},\"kzSodGqSe\":{\"layout\":[\"fixed\",\"auto\"]},\"FKhejIsi5\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-aRX8K\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:800,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[]},...CountdownFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1440\",\"framerImmutableVariables\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"800\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"prMJEwWkQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kzSodGqSe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FKhejIsi5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["Countdown", "fontSize", "fontFamily", "fontColor", "fontWeight", "displayDays", "displayHours", "displayMinutes", "displaySeconds", "endDate", "endTime", "endMessage", "timeLeft", "setTimeLeft", "ye", "calculateTimeLeft", "ue", "timer", "difference", "minutes", "seconds", "time", "timerComponents", "interval", "u", "p", "addPropertyControls", "ControlType", "CountdownFonts", "getFonts", "Countdown", "breakpoints", "serializationHash", "variantClassNames", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "getLoadingLazyAtYPosition", "Image2", "SVG", "RichText2", "x", "ComponentViewportProvider", "Container", "Countdown", "css", "FrameraugiA20Il", "withCSS", "augiA20Il_default", "addFonts", "CountdownFonts", "__FramerMetadata__"]
}
