{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js", "ssg:https://framerusercontent.com/modules/dCwxhSKs5q42faCbKqMB/VHTTbcwHZhXJt3BKIx1A/tsJJhgW5J.js", "ssg:https://framerusercontent.com/modules/o1p3KZBazfhTd4x7DJQp/6375IrYJFU6k19vlrdLg/j6pG0sHKr.js", "ssg:https://framerusercontent.com/modules/hMoRObzHGYMaq0VxEHqN/VvTRpjgTnSWBHrp7Pzmc/YAP816Y5n.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{useEffect,useRef,useState}from\"react\";const placeholderUrl=\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\";/**\n * DOT LOTTIE\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 200\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight any-prefer-fixed\n */ export default function DotLottie(props){return /*#__PURE__*/ _jsx(OptimizationFriendly,{loading:/*#__PURE__*/ _jsx(\"div\",{}),loaded:/*#__PURE__*/ _jsx(LottiePlayer,{...props})});};function LottiePlayer(props){/* Checks */ const isCanvas=RenderTarget.current()===RenderTarget.canvas;const lottieInstanceRef=useRef(null);const shouldPlay=isCanvas||props.hover===true||props.autoplay===false?null:true;/* File or URL */ let src;switch(props.srcType){case\"url\":src=props.srcUrl;break;case\"file\":src=props.srcFile;break;default:src=placeholderUrl;break;}/* Progress */ const[isReady,setIsReady]=useState(false);/* For canvas states */ useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.addEventListener(\"ready\",()=>setIsReady(true));},[]);useEffect(()=>{if(!lottieInstanceRef.current)return;lottieInstanceRef.current.seek(`${props.progress}%`);},[isReady,props.progress]);const lastVariant=useRef();/* For component variant support */ useEffect(()=>{if(isCanvas)return;if(lastVariant.current!==props.autoplay){if(!lottieInstanceRef.current)return;if(props.autoplay===true){lottieInstanceRef.current.play();}if(props.autoplay===false){lottieInstanceRef.current.pause();}}lastVariant.current=props.autoplay;},[props.autoplay]);return(// @ts-ignore\n/*#__PURE__*/ _jsx(\"dotlottie-player\",{src:src,ref:lottieInstanceRef,autoplay:shouldPlay,loop:props.loop?true:null,hover:props.hover?true:null,controls:props.controls?true:null,background:props.background?props.background:null,speed:props.speed,direction:props.direction,style:{...props.style,width:\"100%\",height:\"100%\"}},src));}DotLottie.defaultProps={srcUrl:placeholderUrl,autoplay:true,background:\"#05F\",controls:false,direction:1,hover:false,loop:true,speed:1};DotLottie.displayName=\"Dot Lottie\";addPropertyControls(DotLottie,{srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[\"url\",\"file\"],optionTitles:[\"URL\",\"File\"]},srcUrl:{type:ControlType.String,title:\"Link\",placeholder:\"../example.lottie\",hidden:props=>props.srcType===\"file\"},srcFile:{type:ControlType.File,title:\"File\",allowedFileTypes:[\"lottie\",\"json\"],hidden:props=>props.srcType===\"url\"},autoplay:{type:ControlType.Boolean,title:\"Autoplay\",defaultValue:true},background:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"#05F\"},controls:{type:ControlType.Boolean,title:\"Controls\"},direction:{type:ControlType.Enum,title:\"Direction\",defaultValue:\"1\",displaySegmentedControl:true,segmentedControlDirection:\"horizontal\",options:[\"1\",\"-1\"],optionTitles:[\"Normal\",\"Reverse\"]},hover:{type:ControlType.Boolean,title:\"Hover Play\"},loop:{type:ControlType.Boolean,title:\"Loop\"},speed:{type:ControlType.Number,title:\"Speed\",defaultValue:1,min:1,max:10,unit:\"x\",step:.5,displayStepper:true},progress:{type:ControlType.Number,title:\"Progress\",defaultValue:0,min:0,max:100,step:1,description:\"This component is made for Lottie files. [Learn more here](https://dotlottie.io/).\"}});/* For SSG */ function OptimizationFriendly({loading,loaded}){const[isLoading,setLoading]=React.useState(true);// We can't load web-components in ssg on the server,\n// so we defer rendering until we hit the client.\nReact.useEffect(()=>{import(\"https://unpkg.com/@dotlottie/player-component@1.3.2/dist/dotlottie-player.js\").then(()=>{setLoading(false);});},[]);return isLoading?loading:loaded;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"DotLottie\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"200\",\"framerIntrinsicHeight\":\"200\",\"framerSupportedLayoutHeight\":\"any-prefer-fixed\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./DotLottie.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-l6AWA .framer-styles-preset-g4ck4v:not(.rich-text-wrapper), .framer-l6AWA .framer-styles-preset-g4ck4v.rich-text-wrapper a { --framer-link-current-text-color: #ffffff; --framer-link-current-text-decoration: none; --framer-link-hover-text-color: #ffffff; --framer-link-hover-text-decoration: none; --framer-link-text-color: rgba(255, 255, 255, 0.7); --framer-link-text-decoration: none; }\"];export const className=\"framer-l6AWA\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,Link,RichText,SVG,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DotLottie from\"https://framerusercontent.com/modules/jfK7C7JmdHGaVBsvt1V7/G0lF2a2mezep3QZSQZwm/DotLottie.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/dCwxhSKs5q42faCbKqMB/VHTTbcwHZhXJt3BKIx1A/tsJJhgW5J.js\";const DotLottieFonts=getFonts(DotLottie);const cycleOrder=[\"jV3npxbre\",\"S4SkiF_fe\",\"IBmVXnaIt\"];const serializationHash=\"framer-Zh5x4\";const variantClassNames={IBmVXnaIt:\"framer-v-1c7nhgk\",jV3npxbre:\"framer-v-bqvelh\",S4SkiF_fe:\"framer-v-12sdh0f\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transitions={default:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"}};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const humanReadableVariantMap={\"Mobile Expanded\":\"S4SkiF_fe\",Desktop:\"jV3npxbre\",Mobile:\"IBmVXnaIt\"};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:\"jV3npxbre\"};};const createLayoutDependency=(props,variants)=>variants.join(\"-\")+props.layoutDependency;const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"jV3npxbre\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1oya6tn=activeVariantCallback(async(...args)=>{setVariant(\"IBmVXnaIt\");});const onTap1yqpaal=activeVariantCallback(async(...args)=>{setVariant(\"S4SkiF_fe\");});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"S4SkiF_fe\",\"IBmVXnaIt\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"IBmVXnaIt\")return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-bqvelh\",className,classNames),\"data-framer-name\":\"Desktop\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"jV3npxbre\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backdropFilter:\"blur(5px)\",backgroundColor:\"var(--token-4bbea007-dc8e-4b22-be90-f3abd4ebaa7a, rgb(1, 11, 20))\",WebkitBackdropFilter:\"blur(5px)\",...style},...addPropertyOverrides({IBmVXnaIt:{\"data-framer-name\":\"Mobile\"},S4SkiF_fe:{\"data-framer-name\":\"Mobile Expanded\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1c3kvnv\",layoutDependency:layoutDependency,layoutId:\"dx0UBy8WZ\",children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1n897ks framer-1lse9up\",layoutDependency:layoutDependency,layoutId:\"wu4NbDEFY\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-32hqc1-container\",layoutDependency:layoutDependency,layoutId:\"ugIGypz6_-container\",children:/*#__PURE__*/_jsx(DotLottie,{autoplay:true,background:\"rgba(0, 0, 0, 0)\",controls:false,direction:\"1\",height:\"100%\",hover:false,id:\"ugIGypz6_\",layoutId:\"ugIGypz6_\",loop:true,progress:0,speed:1,srcFile:\"https://framerusercontent.com/assets/f7LdpLFhrVcz4X3PF1G0zOFQ5M.zip\",srcType:\"file\",srcUrl:\"https://lottie.host/d826e0a7-b7e8-4072-8afe-c943ed2dd2ca/DpX3m5yT5Z.lottie\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-m8wnv9\",\"data-framer-name\":\"X\",layoutDependency:layoutDependency,layoutId:\"UehyjEEg5\",...addPropertyOverrides({IBmVXnaIt:{\"data-highlight\":true,onTap:onTap1yqpaal},S4SkiF_fe:{\"data-highlight\":true,onTap:onTap1oya6tn}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-lg5laj\",layoutDependency:layoutDependency,layoutId:\"lwFkD7lJg\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:45},variants:{IBmVXnaIt:{rotate:0}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fe4k3e\",layoutDependency:layoutDependency,layoutId:\"aLElBbH3O\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1,rotate:-45},variants:{IBmVXnaIt:{rotate:0}}})]})]}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1bdotbu\",layoutDependency:layoutDependency,layoutId:\"fTFJwGDRi\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://shop.moreismore.cz\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g4ck4v\",\"data-styles-preset\":\"tsJJhgW5J\",children:\"E-Shop\"})})})}),className:\"framer-f3teay\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"XT2v_peEU\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},variants:{S4SkiF_fe:{\"--extracted-r6o4lv\":\"var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, rgb(26, 26, 26))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({S4SkiF_fe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:\"https://shop.moreismore.cz\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g4ck4v\",\"data-styles-preset\":\"tsJJhgW5J\",children:\"E-Shop\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nYhjrI2KH\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g4ck4v\",\"data-styles-preset\":\"tsJJhgW5J\",children:\"Pravidla hry\"})})})}),className:\"framer-15bzk76\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uZaALMU8B\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},variants:{S4SkiF_fe:{\"--extracted-r6o4lv\":\"var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, rgb(26, 26, 26))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({S4SkiF_fe:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, rgb(26, 26, 26)))\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"nYhjrI2KH\"},openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-g4ck4v\",\"data-styles-preset\":\"tsJJhgW5J\",children:\"Pravidla hry\"})})})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-e6mcwz\",\"data-framer-name\":\"Social\",layoutDependency:layoutDependency,layoutId:\"An2DvFIqC\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/watch?v=iDFIzCUlR64\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1wbvczp framer-1lse9up\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"pPuOoShdk\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\"><path d=\"M23 12s0 3.487-.46 5.158a2.718 2.718 0 0 1-1.945 1.894C18.88 19.5 12 19.5 12 19.5s-6.88 0-8.595-.448a2.72 2.72 0 0 1-1.945-1.894C1 15.487 1 12 1 12s0-3.487.46-5.158a2.72 2.72 0 0 1 1.945-1.894C5.12 4.5 12 4.5 12 4.5s6.88 0 8.595.448a2.72 2.72 0 0 1 1.945 1.894C22.998 8.513 23 12 23 12ZM9.798 15.214 15.514 12 9.798 8.787Z\" fill=\"hsl(0, 0%, 100%)\"/></svg>',withExternalLayout:true})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/pristivystupuju/\",openInNewTab:true,children:/*#__PURE__*/_jsx(SVG,{as:\"a\",className:\"framer-1mtkme1 framer-1lse9up\",\"data-framer-name\":\"graphic\",fill:\"black\",intrinsicHeight:24,intrinsicWidth:24,layoutDependency:layoutDependency,layoutId:\"QvxHooBbR\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\"><path d=\"M4 8.667A4.666 4.666 0 0 1 8.667 4h6.666A4.666 4.666 0 0 1 20 8.667v6.666A4.666 4.666 0 0 1 15.333 20H8.667A4.666 4.666 0 0 1 4 15.333Zm11.333-1.334a1.333 1.333 0 1 0 2.666.06 1.333 1.333 0 0 0-2.666-.06ZM8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z\" fill=\"hsl(0, 0%, 100%)\"/></svg>',withExternalLayout:true})})]})]})]})})});});const css=['.framer-Zh5x4[data-border=\"true\"]::after, .framer-Zh5x4 [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; }',\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zh5x4.framer-1lse9up, .framer-Zh5x4 .framer-1lse9up { display: block; }\",\".framer-Zh5x4.framer-bqvelh { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; height: auto; justify-content: space-between; overflow: hidden; padding: 50px 50px 50px 50px; position: relative; width: 1200px; }\",\".framer-Zh5x4 .framer-1c3kvnv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 35px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Zh5x4 .framer-1n897ks { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: 35px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Zh5x4 .framer-32hqc1-container { flex: none; height: 32px; position: relative; width: 160px; }\",\".framer-Zh5x4 .framer-m8wnv9 { aspect-ratio: 1 / 1; flex: none; height: 39px; overflow: visible; position: relative; width: var(--framer-aspect-ratio-supported, 39px); }\",\".framer-Zh5x4 .framer-lg5laj, .framer-Zh5x4 .framer-1fe4k3e { flex: none; height: 2px; left: calc(48.71794871794874% - 23px / 2); overflow: visible; position: absolute; top: calc(51.2820512820513% - 2px / 2); width: 23px; }\",\".framer-Zh5x4 .framer-1bdotbu { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: flex-end; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Zh5x4 .framer-f3teay, .framer-Zh5x4 .framer-15bzk76 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-Zh5x4 .framer-e6mcwz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 27px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Zh5x4 .framer-1wbvczp, .framer-Zh5x4 .framer-1mtkme1 { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 24px); position: relative; text-decoration: none; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zh5x4 .framer-1c3kvnv, .framer-Zh5x4 .framer-1n897ks, .framer-Zh5x4 .framer-1bdotbu, .framer-Zh5x4 .framer-e6mcwz { gap: 0px; } .framer-Zh5x4 .framer-1c3kvnv > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Zh5x4 .framer-1c3kvnv > :first-child, .framer-Zh5x4 .framer-1n897ks > :first-child, .framer-Zh5x4 .framer-1bdotbu > :first-child, .framer-Zh5x4 .framer-e6mcwz > :first-child { margin-left: 0px; } .framer-Zh5x4 .framer-1c3kvnv > :last-child, .framer-Zh5x4 .framer-1n897ks > :last-child, .framer-Zh5x4 .framer-1bdotbu > :last-child, .framer-Zh5x4 .framer-e6mcwz > :last-child { margin-right: 0px; } .framer-Zh5x4 .framer-1n897ks > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Zh5x4 .framer-1bdotbu > * { margin: 0px; margin-left: calc(30px / 2); margin-right: calc(30px / 2); } .framer-Zh5x4 .framer-e6mcwz > * { margin: 0px; margin-left: calc(27px / 2); margin-right: calc(27px / 2); } }\",\".framer-Zh5x4.framer-v-12sdh0f.framer-bqvelh { flex-direction: column; gap: 100px; justify-content: flex-start; padding: 20px 20px 100px 20px; width: 377px; }\",\".framer-Zh5x4.framer-v-12sdh0f .framer-1c3kvnv, .framer-Zh5x4.framer-v-1c7nhgk .framer-1c3kvnv { gap: unset; height: min-content; justify-content: space-between; width: 100%; }\",\".framer-Zh5x4.framer-v-12sdh0f .framer-1n897ks, .framer-Zh5x4.framer-v-1c7nhgk .framer-1n897ks { gap: 15px; height: min-content; }\",\".framer-Zh5x4.framer-v-12sdh0f .framer-m8wnv9, .framer-Zh5x4.framer-v-1c7nhgk .framer-m8wnv9 { cursor: pointer; }\",\".framer-Zh5x4.framer-v-12sdh0f .framer-1bdotbu { flex-direction: column; gap: 60px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zh5x4.framer-v-12sdh0f.framer-bqvelh, .framer-Zh5x4.framer-v-12sdh0f .framer-1c3kvnv, .framer-Zh5x4.framer-v-12sdh0f .framer-1n897ks, .framer-Zh5x4.framer-v-12sdh0f .framer-1bdotbu { gap: 0px; } .framer-Zh5x4.framer-v-12sdh0f.framer-bqvelh > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-Zh5x4.framer-v-12sdh0f.framer-bqvelh > :first-child, .framer-Zh5x4.framer-v-12sdh0f .framer-1bdotbu > :first-child { margin-top: 0px; } .framer-Zh5x4.framer-v-12sdh0f.framer-bqvelh > :last-child, .framer-Zh5x4.framer-v-12sdh0f .framer-1bdotbu > :last-child { margin-bottom: 0px; } .framer-Zh5x4.framer-v-12sdh0f .framer-1c3kvnv > *, .framer-Zh5x4.framer-v-12sdh0f .framer-1c3kvnv > :first-child, .framer-Zh5x4.framer-v-12sdh0f .framer-1c3kvnv > :last-child { margin: 0px; } .framer-Zh5x4.framer-v-12sdh0f .framer-1n897ks > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Zh5x4.framer-v-12sdh0f .framer-1n897ks > :first-child { margin-left: 0px; } .framer-Zh5x4.framer-v-12sdh0f .framer-1n897ks > :last-child { margin-right: 0px; } .framer-Zh5x4.framer-v-12sdh0f .framer-1bdotbu > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } }\",\".framer-Zh5x4.framer-v-1c7nhgk.framer-bqvelh { flex-direction: column; gap: 60px; justify-content: flex-start; padding: 20px 10px 20px 10px; width: 377px; }\",\".framer-Zh5x4.framer-v-1c7nhgk .framer-lg5laj { bottom: 14px; left: unset; right: 8px; top: unset; width: 16px; }\",\".framer-Zh5x4.framer-v-1c7nhgk .framer-1fe4k3e { top: 15px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zh5x4.framer-v-1c7nhgk.framer-bqvelh, .framer-Zh5x4.framer-v-1c7nhgk .framer-1c3kvnv, .framer-Zh5x4.framer-v-1c7nhgk .framer-1n897ks { gap: 0px; } .framer-Zh5x4.framer-v-1c7nhgk.framer-bqvelh > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-Zh5x4.framer-v-1c7nhgk.framer-bqvelh > :first-child { margin-top: 0px; } .framer-Zh5x4.framer-v-1c7nhgk.framer-bqvelh > :last-child { margin-bottom: 0px; } .framer-Zh5x4.framer-v-1c7nhgk .framer-1c3kvnv > *, .framer-Zh5x4.framer-v-1c7nhgk .framer-1c3kvnv > :first-child, .framer-Zh5x4.framer-v-1c7nhgk .framer-1c3kvnv > :last-child { margin: 0px; } .framer-Zh5x4.framer-v-1c7nhgk .framer-1n897ks > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Zh5x4.framer-v-1c7nhgk .framer-1n897ks > :first-child { margin-left: 0px; } .framer-Zh5x4.framer-v-1c7nhgk .framer-1n897ks > :last-child { margin-right: 0px; } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 135\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"S4SkiF_fe\":{\"layout\":[\"fixed\",\"auto\"]},\"IBmVXnaIt\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const Framerj6pG0sHKr=withCSS(Component,css,\"framer-Zh5x4\");export default Framerj6pG0sHKr;Framerj6pG0sHKr.displayName=\"Navigation\";Framerj6pG0sHKr.defaultProps={height:135,width:1200};addPropertyControls(Framerj6pG0sHKr,{variant:{options:[\"jV3npxbre\",\"S4SkiF_fe\",\"IBmVXnaIt\"],optionTitles:[\"Desktop\",\"Mobile Expanded\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framerj6pG0sHKr,[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},...DotLottieFonts,...sharedStyle.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerj6pG0sHKr\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"S4SkiF_fe\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"IBmVXnaIt\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"135\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./j6pG0sHKr.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;DM Sans-700\"]);export const fonts=[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwARZthS2f3ZGMZpg.woff2\",weight:\"700\"}];export const css=['.framer-ADSSC .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-ADSSC .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 66px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-ADSSC .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-ADSSC .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 56px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -2.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-ADSSC .framer-styles-preset-3nqyhf:not(.rich-text-wrapper), .framer-ADSSC .framer-styles-preset-3nqyhf.rich-text-wrapper h1 { --framer-font-family: \"DM Sans\", \"DM Sans Placeholder\", sans-serif; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-weight: 700; --framer-letter-spacing: -1.5px; --framer-line-height: 1.2em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: var(--token-f5991a55-9501-4c7c-a6b3-efbbf7c73e4f, #1a1a1a); --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-ADSSC\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["init_shims", "placeholderUrl", "DotLottie", "props", "p", "OptimizationFriendly", "LottiePlayer", "isCanvas", "RenderTarget", "lottieInstanceRef", "pe", "shouldPlay", "src", "isReady", "setIsReady", "ye", "ue", "lastVariant", "addPropertyControls", "ControlType", "loading", "loaded", "isLoading", "setLoading", "init_shims", "fontStore", "fonts", "css", "className", "init_shims", "DotLottieFonts", "getFonts", "DotLottie", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1oya6tn", "args", "onTap1yqpaal", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "Link", "RichText", "x", "SVG", "css", "Framerj6pG0sHKr", "withCSS", "j6pG0sHKr_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "init_shims", "fontStore", "fonts", "css", "className"]
}
