{"version":3,"file":"s_9U81tdBqJqoK4s5RaTiQv-b61C59XgVy-mtwbKB7o.BClRh6PX.mjs","names":["React.useState","useRef","React.useId","metadata","metadataProvider","PropertyOverrides","Image","React.Fragment"],"sources":["https:/framerusercontent.com/modules/VP3mZJ6QCUmOBqz1Ubvs/MekaSa7jGrhCwg9WjG9K/D_suvi_countdown.js","https:/framerusercontent.com/modules/G03juugAuLfn2lzJgwFI/bLAACh17INNCJSDp8zfr/VfVPkpoe6.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType}from\"framer\";export function CountdownTimer(props){const{endDate,endTime,endMessage,numberFontSize,labelFontSize,fontWeight}=props;const[timeLeft,setTimeLeft]=React.useState(calculateTimeLeft(endDate,endTime));React.useEffect(()=>{const timer=setInterval(()=>{setTimeLeft(calculateTimeLeft(endDate,endTime));},1e3);return()=>clearInterval(timer);},[endDate,endTime]);function calculateTimeLeft(date,time){const[hours,minutes,seconds]=time.split(\":\").map(Number);const deadline=new Date(date);deadline.setHours(hours,minutes,seconds);const difference=+deadline-+new Date;if(difference<=0){return null;}return{days:Math.floor(difference/(1e3*60*60*24)),hours:Math.floor(difference/(1e3*60*60)%24),minutes:Math.floor(difference/1e3/60%60),seconds:Math.floor(difference/1e3%60)};}if(!timeLeft){return /*#__PURE__*/_jsx(\"div\",{style:{color:\"#fff\",fontFamily:\"Inter\",textAlign:\"center\"},children:endMessage});}const segments=[{label:\"P\\xe4eva\",value:timeLeft.days},{label:\"Tundi\",value:timeLeft.hours},{label:\"Minutit\",value:timeLeft.minutes},{label:\"Sekundit\",value:timeLeft.seconds}];return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",gap:16,justifyContent:\"center\",alignItems:\"center\"},children:segments.map(segment=>/*#__PURE__*/_jsxs(\"div\",{style:{textAlign:\"center\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{fontFamily:\"Inter\",fontSize:numberFontSize,fontWeight:fontWeight,color:\"#fff\"},children:segment.value}),/*#__PURE__*/_jsx(\"div\",{style:{fontFamily:\"Inter\",fontSize:labelFontSize,fontWeight:fontWeight,color:\"#fff\"},children:segment.label})]},segment.label))});}// Property Controls\naddPropertyControls(CountdownTimer,{endDate:{type:ControlType.Date,title:\"End Date\"},endTime:{type:ControlType.String,title:\"End Time\",defaultValue:\"00:00:00\"},endMessage:{type:ControlType.String,title:\"End Message\",defaultValue:\"Time's up!\"},numberFontSize:{type:ControlType.Number,title:\"Number Size\",defaultValue:48,min:10,max:200},labelFontSize:{type:ControlType.Number,title:\"Label Size\",defaultValue:16,min:8,max:100},fontWeight:{type:ControlType.Enum,title:\"Font Weight\",options:[100,200,300,400,500,600,700,800,900],optionTitles:[\"100\",\"200\",\"300\",\"400\",\"500\",\"600\",\"700\",\"800\",\"900\"],defaultValue:400}});\nexport const __FramerMetadata__ = {\"exports\":{\"CountdownTimer\":{\"type\":\"reactComponent\",\"name\":\"CountdownTimer\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./D_suvi_countdown.map","// Generated by Framer (455587d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getLoadingLazyAtYPosition,Image,PropertyOverrides,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{CountdownTimer}from\"#framer/local/codeFile/LVcl54b/D_suvi_countdown.js\";import metadataProvider from\"#framer/local/webPageMetadata/VfVPkpoe6/VfVPkpoe6.js\";const CountdownTimerFonts=getFonts(CountdownTimer);const breakpoints={ERpx6YzV7:\"(min-width: 600px) and (max-width: 1199px)\",g2UvGdWdG:\"(max-width: 599px)\",olwCzDNZN:\"(min-width: 1200px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-JhIw5\";const variantClassNames={ERpx6YzV7:\"framer-v-131x60r\",g2UvGdWdG:\"framer-v-130z2xy\",olwCzDNZN:\"framer-v-xf24bo\"};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={\"Phone 2\":\"g2UvGdWdG\",Desktop:\"olwCzDNZN\",Tablet:\"ERpx6YzV7\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"olwCzDNZN\"};};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({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"olwCzDNZN\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: none; }\"}),/*#__PURE__*/_jsx(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xf24bo\",className),ref:refBinding,style:{...style},children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-66v4hz\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERpx6YzV7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2218,intrinsicWidth:2074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+24+115),pixelHeight:2218,pixelWidth:2074,sizes:\"280px\",src:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png\",srcSet:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=1024 957w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png 2074w\"}},g2UvGdWdG:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2218,intrinsicWidth:2074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+24+81),pixelHeight:2218,pixelWidth:2074,sizes:\"280px\",src:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png\",srcSet:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=1024 957w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png 2074w\"}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:2218,intrinsicWidth:2074,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+0+324),pixelHeight:2218,pixelWidth:2074,sizes:\"340px\",src:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png\",srcSet:\"https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=1024 957w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png?scale-down-to=2048 1915w,https://framerusercontent.com/images/IqYudbwoTM2imTaIpkmKjqCRx7s.png 2074w\"},className:\"framer-e8iwsl\",\"data-framer-name\":\"D-virmalised\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-tod7lo\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1crp5bd\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERpx6YzV7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"Pea veel\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"50px\"},children:\"pisut vastu!\"})]})})},g2UvGdWdG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"42px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Pea veel\",/*#__PURE__*/_jsx(\"br\",{}),\"pisut vastu!\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"46px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"Pea veel\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:/*#__PURE__*/_jsx(\"br\",{})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-font-size\":\"56px\"},children:\"pisut vastu!\"})]})}),className:\"framer-15bg2z2\",fonts:[\"CUSTOM;Euclid Circular A Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERpx6YzV7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Delfi suvekampaania algab \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif'},children:\"5. mail\"}),\".\"]})})},g2UvGdWdG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Delfi suvekampaania algab \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif'},children:\"5. mail\"}),\".\"]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Euclid Circular A Regular\", \"Euclid Circular A Regular Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:[\"Delfi suvekampaania algab \",/*#__PURE__*/_jsx(\"span\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif'},children:\"5. mail\"}),\".\"]})}),className:\"framer-1v6zot1\",fonts:[\"CUSTOM;Euclid Circular A Regular\",\"CUSTOM;Euclid Circular A Bold\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ts5ho0\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ERpx6YzV7:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Eripakkumise alguseni on:\"})})},g2UvGdWdG:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Eripakkumise alguseni on:\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO0V1Y2xpZCBDaXJjdWxhciBBIEJvbGQ=\",\"--framer-font-family\":'\"Euclid Circular A Bold\", \"Euclid Circular A Bold Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-line-height\":\"100%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Eripakkumise alguseni on:\"})}),className:\"framer-yuhopm\",fonts:[\"CUSTOM;Euclid Circular A Bold\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1drlllx-container\",isAuthoredByUser:true,nodeId:\"nMkXIH0Qi\",scopeId:\"VfVPkpoe6\",children:/*#__PURE__*/_jsx(CountdownTimer,{endDate:\"2025-05-05T00:00:00.000Z\",endMessage:\"Kampaania on alanud!\",endTime:\"12:00:00\",fontWeight:700,height:\"100%\",id:\"nMkXIH0Qi\",labelFontSize:15,layoutId:\"nMkXIH0Qi\",numberFontSize:34,width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1s84em2\",\"data-framer-name\":\"Delfi logo\",fill:\"black\",intrinsicHeight:36,intrinsicWidth:101,svg:'<svg width=\"101\" height=\"36\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21.558 22.921a9.342 9.342 0 0 1-1.983 3.033 9.177 9.177 0 0 1-2.988 2.014 9.379 9.379 0 0 1-3.677.728H7.662V9.488h5.248c1.298 0 2.537.254 3.68.753a9.321 9.321 0 0 1 2.986 2.062 9.566 9.566 0 0 1 1.983 3.08 10.1 10.1 0 0 1 .716 3.804 9.783 9.783 0 0 1-.716 3.734Zm3.69-15.469c-1.52-1.464-3.349-2.642-5.438-3.5-2.09-.857-4.348-1.291-6.713-1.291H0v32.863h13.097c2.365 0 4.624-.427 6.714-1.269 2.09-.842 3.919-2.012 5.437-3.476a16.576 16.576 0 0 0 3.63-5.212 15.545 15.545 0 0 0 1.34-6.38c0-2.305-.45-4.492-1.34-6.5-.89-2.01-2.112-3.771-3.63-5.235ZM39.806 20.62l.075-.253c.385-1.302 1.053-2.328 1.987-3.047.935-.72 2.06-1.085 3.346-1.085 1.255 0 2.373.382 3.324 1.134.947.75 1.637 1.756 2.053 2.99l.088.26H39.806Zm14.369-6.43a12.046 12.046 0 0 0-3.893-2.804c-1.498-.682-3.156-1.029-4.928-1.029-1.776 0-3.46.331-5.003.983a12.37 12.37 0 0 0-4.032 2.713c-1.132 1.149-2.039 2.527-2.697 4.095a12.935 12.935 0 0 0-.99 5.03c0 1.77.348 3.461 1.036 5.029a12.963 12.963 0 0 0 2.812 4.095c1.176 1.148 2.596 2.061 4.219 2.715 1.624.652 3.379.983 5.217.983 2.024 0 3.868-.3 5.48-.89 1.547-.569 3.081-1.483 4.564-2.72l-4.704-4.24c-.583.557-1.284 1-2.088 1.317-.86.34-1.83.512-2.878.512-1.469 0-2.765-.387-3.853-1.15a6.841 6.841 0 0 1-2.408-2.959l-.117-.274h17.743v-1.704c0-1.93-.31-3.753-.923-5.42-.613-1.661-1.474-3.103-2.557-4.282Zm6.951 21.335h7.193V.219h-7.193v35.306ZM99.225 6.886c.77-.782 1.16-1.742 1.16-2.855 0-1.11-.39-2.072-1.16-2.854A3.818 3.818 0 0 0 96.413 0c-1.096 0-2.04.396-2.811 1.177-.77.782-1.16 1.742-1.16 2.854 0 1.114.39 2.074 1.16 2.855a3.816 3.816 0 0 0 2.811 1.177 3.817 3.817 0 0 0 2.812-1.177Z\" fill=\"#fff\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M83.771 9.21c0-1.01.325-1.774.966-2.27.625-.484 1.546-.73 2.738-.73.503 0 .99.024 1.447.073.392.041.847.113 1.354.215V.528c-.47-.11-1.049-.209-1.725-.292a17.057 17.057 0 0 0-2.105-.142c-3.18 0-5.648.782-7.335 2.326-1.681 1.537-2.533 3.774-2.533 6.648v1.716h-5.429v6.021h5.429v18.72h7.193v-18.72h9.045v18.72h7.194v-24.74H83.771V9.21Z\" fill=\"#fff\"/></svg>',withExternalLayout:true})]})}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-JhIw5.framer-1xgyqyo, .framer-JhIw5 .framer-1xgyqyo { display: block; }\",\".framer-JhIw5.framer-xf24bo { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-JhIw5 .framer-66v4hz { align-content: center; align-items: center; background-color: #3858f5; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 64px; height: 100vh; justify-content: center; min-height: 100vh; overflow: hidden; padding: 24px; position: relative; width: 1px; }\",\".framer-JhIw5 .framer-e8iwsl { aspect-ratio: 0.9350766456266907 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 364px); overflow: visible; position: relative; width: 340px; }\",\".framer-JhIw5 .framer-tod7lo { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 56px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JhIw5 .framer-1crp5bd { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-JhIw5 .framer-15bg2z2, .framer-JhIw5 .framer-1v6zot1, .framer-JhIw5 .framer-yuhopm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-JhIw5 .framer-1ts5ho0 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-JhIw5 .framer-1drlllx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-JhIw5 .framer-1s84em2 { aspect-ratio: 2.8055555555555554 / 1; bottom: 60px; flex: none; height: var(--framer-aspect-ratio-supported, 36px); position: absolute; right: 60px; width: 101px; z-index: 1; }\",\"@media (min-width: 600px) and (max-width: 1199px) { .framer-JhIw5.framer-xf24bo { width: 600px; } .framer-JhIw5 .framer-66v4hz { flex-direction: column; gap: 44px; height: min-content; } .framer-JhIw5 .framer-e8iwsl { height: var(--framer-aspect-ratio-supported, 300px); width: 280px; } .framer-JhIw5 .framer-tod7lo { align-content: center; align-items: center; gap: 46px; } .framer-JhIw5 .framer-1crp5bd, .framer-JhIw5 .framer-1ts5ho0 { align-content: center; align-items: center; gap: 16px; }}\",\"@media (max-width: 599px) { .framer-JhIw5.framer-xf24bo { width: 360px; } .framer-JhIw5 .framer-66v4hz { flex-direction: column; gap: 44px; height: min-content; } .framer-JhIw5 .framer-e8iwsl { height: var(--framer-aspect-ratio-supported, 310px); width: 280px; } .framer-JhIw5 .framer-tod7lo { align-content: center; align-items: center; gap: 46px; } .framer-JhIw5 .framer-1crp5bd, .framer-JhIw5 .framer-1ts5ho0 { align-content: center; align-items: center; gap: 16px; } .framer-JhIw5 .framer-1s84em2 { aspect-ratio: unset; bottom: unset; height: 36px; position: relative; right: unset; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"ERpx6YzV7\":{\"layout\":[\"fixed\",\"auto\"]},\"g2UvGdWdG\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate false\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVfVPkpoe6=withCSS(Component,css,\"framer-JhIw5\");export default FramerVfVPkpoe6;FramerVfVPkpoe6.displayName=\"Page\";FramerVfVPkpoe6.defaultProps={height:800,width:1200};addFonts(FramerVfVPkpoe6,[{explicitInter:true,fonts:[{family:\"Euclid Circular A Bold\",source:\"custom\",url:\"https://framerusercontent.com/assets/wmFlo8Ds1lA3SqktqmV7lYFHPk.woff2\"},{family:\"Euclid Circular A Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/lckLNXmav5SRnkpI7xh7SvgI.woff2\"}]},...CountdownTimerFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVfVPkpoe6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAutoSizeImages\":\"true\",\"framerIntrinsicHeight\":\"800\",\"framerAcceptsLayoutTemplate\":\"false\",\"framerColorSyntax\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ERpx6YzV7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"g2UvGdWdG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}