{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js", "ssg:https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/V6UPjHLBAvBWqyNKvY6M/SlideShow.js", "ssg:https://framerusercontent.com/modules/B5t2tTHBVpKnXI22TE3A/SETYUzeIBV0V07Ezoufl/IQj9M5tBF-0.js", "ssg:https://framerusercontent.com/modules/B5t2tTHBVpKnXI22TE3A/SETYUzeIBV0V07Ezoufl/IQj9M5tBF.js", "ssg:https://framerusercontent.com/modules/KJjuOkC6QVQ8bIK6TxNF/SVtdI8FosPNSy7tOWOL2/iG0o2oLpL.js", "ssg:https://framerusercontent.com/modules/YD70JRVmmUUhLyucSz9q/exlFo01AC0G664AaKnC6/IQu7ITYE8.js", "ssg:https://framerusercontent.com/modules/nMI5znxcvY32mkp2QL9o/lAo2x8AQ4ZEYrvjV52Uy/EFGvXgM0Y.js", "ssg:https://framerusercontent.com/modules/zHvvuhtxoMzWmT9rg8ig/tMue1cR67Qu1jvB9PrMD/K95MaGD3l-0.js", "ssg:https://framerusercontent.com/modules/zHvvuhtxoMzWmT9rg8ig/tMue1cR67Qu1jvB9PrMD/K95MaGD3l.js", "ssg:https://framerusercontent.com/modules/xZpQSXVnpKbYvxwhKXXI/sXYeGtubqY7L8baDdFdH/kM1Dn_wkQ-0.js", "ssg:https://framerusercontent.com/modules/xZpQSXVnpKbYvxwhKXXI/sXYeGtubqY7L8baDdFdH/kM1Dn_wkQ.js", "ssg:https://framerusercontent.com/modules/ju2i1tdRci4ZnfCT8lpN/DZfoWLKlFNZyV0hga05e/MbF3iMk2Z.js", "ssg:https://framerusercontent.com/modules/8ucWSb2sTNItSSxwAsZ3/JdFroyuYcEBidbnHdtUj/Tug5Ol6sO-0.js", "ssg:https://framerusercontent.com/modules/8ucWSb2sTNItSSxwAsZ3/JdFroyuYcEBidbnHdtUj/Tug5Ol6sO.js"],
  "sourcesContent": ["import{useState,useEffect}from\"react\";export const isBrowser=()=>typeof document===\"object\";export function getBrowserVisibilityProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){// Opera 12.10 and Firefox 18 and later support\nreturn\"visibilitychange\";}else if(typeof document.msHidden!==\"undefined\"){return\"msvisibilitychange\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitvisibilitychange\";}}export function getBrowserDocumentHiddenProp(){if(!isBrowser())return;if(typeof document.hidden!==\"undefined\"){return\"hidden\";}else if(typeof document.msHidden!==\"undefined\"){return\"msHidden\";}else if(typeof document.webkitHidden!==\"undefined\"){return\"webkitHidden\";}}export function getIsDocumentHidden(){if(!isBrowser())return;return!document[getBrowserDocumentHiddenProp()];}export function usePageVisibility(){if(!isBrowser())return;const[isVisible,setIsVisible]=useState(getIsDocumentHidden());const onVisibilityChange=()=>setIsVisible(getIsDocumentHidden());useEffect(()=>{const visibilityChange=getBrowserVisibilityProp();document.addEventListener(visibilityChange,onVisibilityChange,false);return()=>{document.removeEventListener(visibilityChange,onVisibilityChange);};});return isVisible;}\nexport const __FramerMetadata__ = {\"exports\":{\"getBrowserVisibilityProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getIsDocumentHidden\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePageVisibility\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"isBrowser\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"getBrowserDocumentHiddenProp\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./UsePageVisibility.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{Children,useLayoutEffect,useEffect,useState,useRef,useMemo,createRef,useCallback,cloneElement,forwardRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget}from\"framer\";import{motion,animate,useMotionValue,useTransform,LayoutGroup,wrap,sync}from\"framer-motion\";import{resize}from\"@motionone/dom\";import{usePageVisibility}from\"https://framerusercontent.com/modules/V9ryrjN5Am9WM1dJeyyJ/9mrJHeWj7rhvLTLu7Yzt/UsePageVisibility.js\";/**\n *\n * SLIDESHOW\n * V2 with Drag\n * By Benjamin and Matt\n *\n * @framerIntrinsicWidth 400\n * @framerIntrinsicHeight 200\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */export default function Slideshow(props){/**\n     * Properties\n     */const{slots,startFrom,direction,effectsOptions,autoPlayControl,dragControl,alignment,gap,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,itemAmount,fadeOptions,intervalControl,transitionControl,arrowOptions,borderRadius,progressOptions,style}=props;const{effectsOpacity,effectsScale,effectsRotate,effectsPerspective,effectsHover}=effectsOptions;const{fadeContent,overflow,fadeWidth,fadeInset,fadeAlpha}=fadeOptions;const{showMouseControls,arrowSize,arrowRadius,arrowFill,leftArrow,rightArrow,arrowShouldSpace=true,arrowShouldFadeIn=false,arrowPosition,arrowPadding,arrowGap,arrowPaddingTop,arrowPaddingRight,arrowPaddingBottom,arrowPaddingLeft}=arrowOptions;const{showProgressDots,dotSize,dotsInset,dotsRadius,dotsPadding,dotsGap,dotsFill,dotsBackground,dotsActiveOpacity,dotsOpacity,dotsBlur}=progressOptions;const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;/**\n     * Checks\n     */const isCanvas=RenderTarget.current()===RenderTarget.canvas;const hasChildren=Children.count(slots)>0;const isHorizontal=direction===\"left\"||direction===\"right\";const isInverted=direction===\"right\"||direction===\"bottom\";/**\n     * Empty state for Canvas\n     */if(!hasChildren){return /*#__PURE__*/_jsxs(\"section\",{style:placeholderStyles,children:[/*#__PURE__*/_jsx(\"div\",{style:emojiStyles,children:\"\u2B50\uFE0F\"}),/*#__PURE__*/_jsx(\"p\",{style:titleStyles,children:\"Connect to Content\"}),/*#__PURE__*/_jsx(\"p\",{style:subtitleStyles,children:\"Add layers or components to make infinite auto-playing slideshows.\"})]});}/**\n     * Refs, State\n     */const parentRef=useRef(null);const childrenRef=useMemo(()=>{return slots.map(index=>/*#__PURE__*/createRef());},[slots]);const timeoutRef=useRef(undefined);const[size,setSize]=useState({parent:null,children:null,item:null,itemWidth:null,itemHeight:null});/* For pausing on hover */const[isHovering,setIsHovering]=useState(false);const[shouldPlayOnHover,setShouldPlayOnHover]=useState(autoPlayControl);/* For cursor updates */const[isMouseDown,setIsMouseDown]=useState(false);/* Check if resizing */const[isResizing,setIsResizing]=useState(false);/**\n     * Array for children\n     */const dupedChildren=[];let duplicateBy=4;if(isCanvas){duplicateBy=1;}/**\n     * Measure parent, child, items\n     */const measure=useCallback(()=>{sync.read(()=>{if(hasChildren&&parentRef.current){const total=slots.length-1;const parentLength=isHorizontal?parentRef.current.offsetWidth:parentRef.current.offsetHeight;const start=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetLeft:childrenRef[0].current.offsetTop:0;const end=childrenRef[total].current?isHorizontal?childrenRef[total].current.offsetLeft+childrenRef[total].current.offsetWidth:childrenRef[total].current.offsetTop+childrenRef[total].current.offsetHeight:0;const childrenLength=end-start+gap;const itemSize=childrenRef[0].current?isHorizontal?childrenRef[0].current.offsetWidth:childrenRef[0].current.offsetHeight:0;const itemWidth=childrenRef[0].current?childrenRef[0].current.offsetWidth:0;const itemHeight=childrenRef[0].current?childrenRef[0].current.offsetHeight:0;setSize({parent:parentLength,children:childrenLength,item:itemSize,itemWidth,itemHeight});}});},[hasChildren]);/**\n     * Add refs to all children\n     * Added itemAmount for resizing\n     */useLayoutEffect(()=>{if(hasChildren)measure();},[hasChildren,itemAmount]);/**\n     * Track whether this is the initial resize event. By default this will fire on mount,\n     * which we do in the useEffect. We should only fire it on subsequent resizes.\n     */let initialResize=useRef(true);useEffect(()=>{return resize(parentRef.current,({contentSize})=>{if(!initialResize.current&&(contentSize.width||contentSize.height)){measure();setIsResizing(true);}initialResize.current=false;});},[]);useEffect(()=>{if(isResizing){const timer=setTimeout(()=>setIsResizing(false),500);return()=>clearTimeout(timer);}},[isResizing]);/**\n     * Animation, pagination\n     */const totalItems=slots===null||slots===void 0?void 0:slots.length;const childrenSize=isCanvas?0:size===null||size===void 0?void 0:size.children;const itemWithGap=(size===null||size===void 0?void 0:size.item)+gap;const itemOffset=startFrom*itemWithGap;const[currentItem,setCurrentItem]=useState(startFrom+totalItems);const[isDragging,setIsDragging]=useState(false);/* Check for browser window visibility *//* Otherwise, it will re-play all the item increments */const isVisible=usePageVisibility();const factor=isInverted?1:-1;/* The x and y values to start from */const xOrY=useMotionValue(childrenSize);/* For canvas only. Using xOrY is slower upon page switching */const canvasPosition=isHorizontal?-startFrom*((size===null||size===void 0?void 0:size.itemWidth)+gap):-startFrom*((size===null||size===void 0?void 0:size.itemHeight)+gap);/* Calculate the new value to animate to */const newPosition=()=>factor*currentItem*itemWithGap;/* Wrapped values for infinite looping *//* Instead of 0 to a negative full duplicated row, we start with an offset */const wrappedValue=!isCanvas?useTransform(xOrY,value=>{const wrapped=wrap(-childrenSize,-childrenSize*2,value);return isNaN(wrapped)?0:wrapped;}):0;/* Convert the current item to a wrapping index for dots */const wrappedIndex=wrap(0,totalItems,currentItem);const wrappedIndexInverted=wrap(0,-totalItems,currentItem);/* Update x or y with the provided starting point *//* The subtraction of a full row of children is for overflow */useLayoutEffect(()=>{if((size===null||size===void 0?void 0:size.children)===null)return;/* Initial measure */// if (initialResize.current) {\n//     xOrY.set((childrenSize + itemOffset) * factor)\n// }\n/* Subsequent resizes */if(!initialResize.current&&isResizing){xOrY.set(newPosition());}},[size,childrenSize,factor,itemOffset,currentItem,itemWithGap,isResizing]);/**\n     * Page item methods\n     * Switching, deltas, autoplaying\n     *//* Next and previous function, animates the X */const switchPages=()=>{if(isCanvas||!hasChildren||!size.parent||isDragging)return;if(xOrY.get()!==newPosition()){animate(xOrY,newPosition(),transitionControl);}if(autoPlayControl&&shouldPlayOnHover){timeoutRef.current=setTimeout(()=>{setCurrentItem(currentItem+1);switchPages();},intervalControl*1e3);}};/* Page navigation functions */const setDelta=delta=>{if(!isInverted){setCurrentItem(currentItem+delta);}else{setCurrentItem(currentItem-delta);}};const setPage=index=>{const currentItemWrapped=wrap(0,totalItems,currentItem);const currentItemWrappedInvert=wrap(0,-totalItems,currentItem);const goto=index-currentItemWrapped;const gotoInverted=index-Math.abs(currentItemWrappedInvert);if(!isInverted){setCurrentItem(currentItem+goto);}else{setCurrentItem(currentItem-gotoInverted);}};/**\n     * Drag\n     */const handleDragStart=()=>{setIsDragging(true);};const handleDragEnd=(event,{offset,velocity})=>{setIsDragging(false);const offsetXorY=isHorizontal?offset.x:offset.y;const velocityThreshold=200// Based on testing, can be tweaked or could be 0\n;const velocityXorY=isHorizontal?velocity.x:velocity.y;const isHalfOfNext=offsetXorY<-size.item/2;const isHalfOfPrev=offsetXorY>size.item/2;/* In case you drag more than 1 item left or right */const normalizedOffset=Math.abs(offsetXorY);const itemDelta=Math.round(normalizedOffset/size.item);/* Minimum delta is 1 to initiate a page switch *//* For velocity use only */const itemDeltaFromOne=itemDelta===0?1:itemDelta;/* For quick flicks, even with low offsets */if(velocityXorY>velocityThreshold){setDelta(-itemDeltaFromOne);}else if(velocityXorY<-velocityThreshold){setDelta(itemDeltaFromOne);}else{/* For dragging over half of the current item with 0 velocity */if(isHalfOfNext){setDelta(itemDelta);}if(isHalfOfPrev){setDelta(-itemDelta);}}};/* Kickstart the auto-playing once we have all the children */useEffect(()=>{if(!isVisible||isResizing)return;switchPages();return()=>timeoutRef.current&&clearTimeout(timeoutRef.current);},[dupedChildren,isVisible,isResizing]);/* Create copies of our children to create a perfect loop */let childCounter=0;/**\n     * Sizing\n     * */let columnOrRowValue=`calc(${100/itemAmount}% - ${gap}px + ${gap/itemAmount}px)`;/**\n     * Nested array to create duplicates of the children for infinite looping\n     * These are wrapped around, and start at a full \"page\" worth of offset\n     * as defined above.\n     */for(let index=0;index<duplicateBy;index++){dupedChildren.push(...Children.map(slots,(child,childIndex)=>{let ref;if(childIndex===0){ref=childrenRef[0];}if(childIndex===slots.length-1){ref=childrenRef[1];}return /*#__PURE__*/_jsx(Slide,{ref:childrenRef[childIndex],slideKey:index+childIndex+\"lg\",index:index,width:isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",height:!isHorizontal?itemAmount>1?columnOrRowValue:\"100%\":\"100%\",size:size,child:child,numChildren:slots===null||slots===void 0?void 0:slots.length,wrappedValue:wrappedValue,childCounter:childCounter++,gap:gap,isCanvas:isCanvas,isHorizontal:isHorizontal,effectsOpacity:effectsOpacity,effectsScale:effectsScale,effectsRotate:effectsRotate,children:index+childIndex},index+childIndex+\"lg\");}));}/**\n     * Fades with masks\n     */const fadeDirection=isHorizontal?\"to right\":\"to bottom\";const fadeWidthStart=fadeWidth/2;const fadeWidthEnd=100-fadeWidth/2;const fadeInsetStart=clamp(fadeInset,0,fadeWidthStart);const fadeInsetEnd=100-fadeInset;const fadeMask=`linear-gradient(${fadeDirection}, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetStart}%, rgba(0, 0, 0, 1) ${fadeWidthStart}%, rgba(0, 0, 0, 1) ${fadeWidthEnd}%, rgba(0, 0, 0, ${fadeAlpha}) ${fadeInsetEnd}%)`;/**\n     * Dots\n     */const dots=[];const dotsBlurStyle={};if(showProgressDots){for(let i=0;i<(slots===null||slots===void 0?void 0:slots.length);i++){dots.push(/*#__PURE__*/_jsx(Dot,{dotStyle:{...dotStyle,width:dotSize,height:dotSize,backgroundColor:dotsFill},buttonStyle:baseButtonStyles,selectedOpacity:dotsActiveOpacity,opacity:dotsOpacity,onClick:()=>setPage(i),wrappedIndex:wrappedIndex,wrappedIndexInverted:wrappedIndexInverted,total:totalItems,index:i,gap:dotsGap,padding:dotsPadding,isHorizontal:isHorizontal,isInverted:isInverted},i));}if(dotsBlur>0){dotsBlurStyle.backdropFilter=dotsBlurStyle.WebkitBackdropFilter=dotsBlurStyle.MozBackdropFilter=`blur(${dotsBlur}px)`;}}const dragProps=dragControl?{drag:isHorizontal?\"x\":\"y\",onDragStart:handleDragStart,onDragEnd:handleDragEnd,dragDirectionLock:true,values:{x:xOrY,y:xOrY},dragMomentum:false}:{};const arrowHasTop=arrowPosition===\"top-left\"||arrowPosition===\"top-mid\"||arrowPosition===\"top-right\";const arrowHasBottom=arrowPosition===\"bottom-left\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"bottom-right\";const arrowHasLeft=arrowPosition===\"top-left\"||arrowPosition===\"bottom-left\";const arrowHasRight=arrowPosition===\"top-right\"||arrowPosition===\"bottom-right\";const arrowHasMid=arrowPosition===\"top-mid\"||arrowPosition===\"bottom-mid\"||arrowPosition===\"auto\";return /*#__PURE__*/_jsxs(\"section\",{style:{...containerStyle,padding:paddingValue,WebkitMaskImage:fadeContent?fadeMask:undefined,MozMaskImage:fadeContent?fadeMask:undefined,maskImage:fadeContent?fadeMask:undefined,opacity:(size===null||size===void 0?void 0:size.item)!==null?1:0,userSelect:\"none\"},onMouseEnter:()=>{setIsHovering(true);if(!effectsHover)setShouldPlayOnHover(false);},onMouseLeave:()=>{setIsHovering(false);if(!effectsHover)setShouldPlayOnHover(true);},onMouseDown:event=>{// Preventdefault fixes the cursor switching to text on drag on safari\nevent.preventDefault();setIsMouseDown(true);},onMouseUp:()=>setIsMouseDown(false),children:[/*#__PURE__*/_jsx(\"div\",{style:{width:\"100%\",height:\"100%\",margin:0,padding:\"inherit\",position:\"absolute\",inset:0,overflow:overflow?\"visible\":\"hidden\",borderRadius:borderRadius,userSelect:\"none\",perspective:isCanvas?\"none\":effectsPerspective},children:/*#__PURE__*/_jsx(motion.ul,{ref:parentRef,...dragProps,style:{...containerStyle,gap:gap,placeItems:alignment,x:isHorizontal?isCanvas?canvasPosition:wrappedValue:0,y:!isHorizontal?isCanvas?canvasPosition:wrappedValue:0,flexDirection:isHorizontal?\"row\":\"column\",transformStyle:effectsRotate!==0&&!isCanvas?\"preserve-3d\":undefined,cursor:dragControl?isMouseDown?\"grabbing\":\"grab\":\"auto\",userSelect:\"none\",...style},children:dupedChildren})}),/*#__PURE__*/_jsxs(\"fieldset\",{style:{...controlsStyles},\"aria-label\":\"Slideshow pagination controls\",className:\"framer--slideshow-controls\",children:[/*#__PURE__*/_jsxs(motion.div,{style:{position:\"absolute\",display:\"flex\",flexDirection:isHorizontal?\"row\":\"column\",justifyContent:arrowShouldSpace?\"space-between\":\"center\",gap:arrowShouldSpace?\"unset\":arrowGap,opacity:arrowShouldFadeIn?0:1,alignItems:\"center\",inset:arrowPadding,top:arrowShouldSpace?arrowPadding:arrowHasTop?arrowPaddingTop:\"unset\",left:arrowShouldSpace?arrowPadding:arrowHasLeft?arrowPaddingLeft:arrowHasMid?0:\"unset\",right:arrowShouldSpace?arrowPadding:arrowHasRight?arrowPaddingRight:arrowHasMid?0:\"unset\",bottom:arrowShouldSpace?arrowPadding:arrowHasBottom?arrowPaddingBottom:\"unset\"},animate:arrowShouldFadeIn&&{opacity:isHovering?1:0},transition:transitionControl,children:[/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(-1),\"aria-label\":\"Previous\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:leftArrow||\"https://framerusercontent.com/images/6tTbkXggWgQCAJ4DO2QEdXXmgM.svg\",alt:\"Back Arrow\"})}),/*#__PURE__*/_jsx(motion.button,{type:\"button\",style:{...baseButtonStyles,backgroundColor:arrowFill,width:arrowSize,height:arrowSize,borderRadius:arrowRadius,rotate:!isHorizontal?90:0,display:showMouseControls?\"block\":\"none\",pointerEvents:\"auto\"},onClick:()=>setDelta(1),\"aria-label\":\"Next\",whileTap:{scale:.9},transition:{duration:.15},children:/*#__PURE__*/_jsx(\"img\",{width:arrowSize,height:arrowSize,src:rightArrow||\"https://framerusercontent.com/images/11KSGbIZoRSg4pjdnUoif6MKHI.svg\",alt:\"Next Arrow\"})})]}),dots.length>1?/*#__PURE__*/_jsx(\"div\",{style:{...dotsContainerStyle,left:isHorizontal?\"50%\":dotsInset,top:!isHorizontal?\"50%\":\"unset\",transform:isHorizontal?\"translateX(-50%)\":\"translateY(-50%)\",flexDirection:isHorizontal?\"row\":\"column\",bottom:isHorizontal?dotsInset:\"unset\",borderRadius:dotsRadius,backgroundColor:dotsBackground,userSelect:\"none\",...dotsBlurStyle},children:dots}):null]})]});}/* Default Properties */Slideshow.defaultProps={direction:\"left\",dragControl:false,startFrom:0,itemAmount:1,infinity:true,gap:10,padding:10,autoPlayControl:true,effectsOptions:{effectsOpacity:1,effectsScale:1,effectsRotate:0,effectsPerspective:1200,effectsHover:true},transitionControl:{type:\"spring\",stiffness:200,damping:40},fadeOptions:{fadeContent:false,overflow:false,fadeWidth:25,fadeAlpha:0,fadeInset:0},arrowOptions:{showMouseControls:true,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowFill:\"rgba(0,0,0,0.2)\",arrowSize:40},progressOptions:{showProgressDots:true}};/* Property Controls */addPropertyControls(Slideshow,{slots:{type:ControlType.Array,title:\"Content\",control:{type:ControlType.ComponentInstance}},direction:{type:ControlType.Enum,title:\"Direction\",options:[\"left\",\"right\",\"top\",\"bottom\"],optionIcons:[\"direction-left\",\"direction-right\",\"direction-up\",\"direction-down\"],optionTitles:[\"Left\",\"Right\",\"Top\",\"Bottom\"],displaySegmentedControl:true,defaultValue:Slideshow.defaultProps.direction},autoPlayControl:{type:ControlType.Boolean,title:\"Auto Play\",defaultValue:true},intervalControl:{type:ControlType.Number,title:\"Interval\",defaultValue:1.5,min:.5,max:10,step:.1,displayStepper:true,unit:\"s\",hidden:props=>!props.autoPlayControl},dragControl:{type:ControlType.Boolean,title:\"Draggable\",defaultValue:false},startFrom:{type:ControlType.Number,title:\"Current\",min:0,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.startFrom},effectsOptions:{type:ControlType.Object,title:\"Effects\",controls:{effectsOpacity:{type:ControlType.Number,title:\"Opacity\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsOpacity,min:0,max:1,step:.01,displayStepper:true},effectsScale:{type:ControlType.Number,title:\"Scale\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsScale,min:0,max:1,step:.01,displayStepper:true},effectsPerspective:{type:ControlType.Number,title:\"Perspective\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsPerspective,min:200,max:2e3,step:1},effectsRotate:{type:ControlType.Number,title:\"Rotate\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsRotate,min:-180,max:180,step:1},effectsHover:{type:ControlType.Boolean,title:\"On Hover\",enabledTitle:\"Play\",disabledTitle:\"Pause\",defaultValue:Slideshow.defaultProps.effectsOptions.effectsHover}}},alignment:{type:ControlType.Enum,title:\"Align\",options:[\"flex-start\",\"center\",\"flex-end\"],optionIcons:{direction:{right:[\"align-top\",\"align-middle\",\"align-bottom\"],left:[\"align-top\",\"align-middle\",\"align-bottom\"],top:[\"align-left\",\"align-center\",\"align-right\"],bottom:[\"align-left\",\"align-center\",\"align-right\"]}},defaultValue:\"center\",displaySegmentedControl:true},itemAmount:{type:ControlType.Number,title:\"Items\",min:1,max:10,displayStepper:true,defaultValue:Slideshow.defaultProps.itemAmount},gap:{type:ControlType.Number,title:\"Gap\",min:0},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:0,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},borderRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,displayStepper:true,defaultValue:0},transitionControl:{type:ControlType.Transition,defaultValue:Slideshow.defaultProps.transitionControl,title:\"Transition\"},fadeOptions:{type:ControlType.Object,title:\"Clipping\",controls:{fadeContent:{type:ControlType.Boolean,title:\"Fade\",defaultValue:false},overflow:{type:ControlType.Boolean,title:\"Overflow\",enabledTitle:\"Show\",disabledTitle:\"Hide\",defaultValue:false,hidden(props){return props.fadeContent===true;}},fadeWidth:{type:ControlType.Number,title:\"Width\",defaultValue:25,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeInset:{type:ControlType.Number,title:\"Inset\",defaultValue:0,min:0,max:100,unit:\"%\",hidden(props){return props.fadeContent===false;}},fadeAlpha:{type:ControlType.Number,title:\"Opacity\",defaultValue:0,min:0,max:1,step:.05,hidden(props){return props.fadeContent===false;}}}},arrowOptions:{type:ControlType.Object,title:\"Arrows\",controls:{showMouseControls:{type:ControlType.Boolean,title:\"Show\",defaultValue:Slideshow.defaultProps.arrowOptions.showMouseControls},arrowFill:{type:ControlType.Color,title:\"Fill\",hidden:props=>!props.showMouseControls,defaultValue:Slideshow.defaultProps.arrowOptions.arrowFill},leftArrow:{type:ControlType.Image,title:\"Previous\",hidden:props=>!props.showMouseControls},rightArrow:{type:ControlType.Image,title:\"Next\",hidden:props=>!props.showMouseControls},arrowSize:{type:ControlType.Number,title:\"Size\",min:0,max:200,displayStepper:true,defaultValue:Slideshow.defaultProps.arrowOptions.arrowSize,hidden:props=>!props.showMouseControls},arrowRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:500,defaultValue:40,hidden:props=>!props.showMouseControls},arrowShouldFadeIn:{type:ControlType.Boolean,title:\"Fade In\",defaultValue:false,hidden:props=>!props.showMouseControls},arrowShouldSpace:{type:ControlType.Boolean,title:\"Distance\",enabledTitle:\"Space\",disabledTitle:\"Group\",defaultValue:Slideshow.defaultProps.arrowOptions.arrowShouldSpace,hidden:props=>!props.showMouseControls},arrowPosition:{type:ControlType.Enum,title:\"Position\",options:[\"auto\",\"top-left\",\"top-mid\",\"top-right\",\"bottom-left\",\"bottom-mid\",\"bottom-right\"],optionTitles:[\"Center\",\"Top Left\",\"Top Middle\",\"Top Right\",\"Bottom Left\",\"Bottom Middle\",\"Bottom Right\"],hidden:props=>!props.showMouseControls||props.arrowShouldSpace},arrowPadding:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:20,displayStepper:true,hidden:props=>!props.showMouseControls||!props.arrowShouldSpace},arrowPaddingTop:{type:ControlType.Number,title:\"Top\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"bottom-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-right\"},arrowPaddingBottom:{type:ControlType.Number,title:\"Bottom\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-right\"},arrowPaddingRight:{type:ControlType.Number,title:\"Right\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-left\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-left\"||props.arrowPosition===\"bottom-mid\"},arrowPaddingLeft:{type:ControlType.Number,title:\"Left\",min:-500,max:500,defaultValue:0,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace||props.arrowPosition===\"auto\"||props.arrowPosition===\"top-right\"||props.arrowPosition===\"top-mid\"||props.arrowPosition===\"bottom-right\"||props.arrowPosition===\"bottom-mid\"},arrowGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showMouseControls||props.arrowShouldSpace}}},progressOptions:{type:ControlType.Object,title:\"Dots\",controls:{showProgressDots:{type:ControlType.Boolean,title:\"Show\",defaultValue:false},dotSize:{type:ControlType.Number,title:\"Size\",min:1,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsInset:{type:ControlType.Number,title:\"Inset\",min:-100,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsGap:{type:ControlType.Number,title:\"Gap\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsPadding:{type:ControlType.Number,title:\"Padding\",min:0,max:100,defaultValue:10,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsFill:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#fff\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBackground:{type:ControlType.Color,title:\"Backdrop\",defaultValue:\"rgba(0,0,0,0.2)\",hidden:props=>!props.showProgressDots||props.showScrollbar},dotsRadius:{type:ControlType.Number,title:\"Radius\",min:0,max:200,defaultValue:50,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsOpacity:{type:ControlType.Number,title:\"Opacity\",min:0,max:1,defaultValue:.5,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsActiveOpacity:{type:ControlType.Number,title:\"Current\",min:0,max:1,defaultValue:1,step:.1,displayStepper:true,hidden:props=>!props.showProgressDots||props.showScrollbar},dotsBlur:{type:ControlType.Number,title:\"Blur\",min:0,max:50,defaultValue:0,step:1,hidden:props=>!props.showProgressDots||props.showScrollbar}}}});/* Placeholder Styles */const containerStyle={display:\"flex\",flexDirection:\"row\",width:\"100%\",height:\"100%\",maxWidth:\"100%\",maxHeight:\"100%\",placeItems:\"center\",margin:0,padding:0,listStyleType:\"none\",textIndent:\"none\"};/* Component Styles */const placeholderStyles={display:\"flex\",width:\"100%\",height:\"100%\",placeContent:\"center\",placeItems:\"center\",flexDirection:\"column\",color:\"#96F\",background:\"rgba(136, 85, 255, 0.1)\",fontSize:11,overflow:\"hidden\",padding:\"20px 20px 30px 20px\"};const emojiStyles={fontSize:32,marginBottom:10};const titleStyles={margin:0,marginBottom:10,fontWeight:600,textAlign:\"center\"};const subtitleStyles={margin:0,opacity:.7,maxWidth:180,lineHeight:1.5,textAlign:\"center\"};/* Control Styles */const baseButtonStyles={border:\"none\",display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",background:\"transparent\",cursor:\"pointer\",margin:0,padding:0};const controlsStyles={display:\"flex\",justifyContent:\"space-between\",alignItems:\"center\",position:\"absolute\",pointerEvents:\"none\",userSelect:\"none\",top:0,left:0,right:0,bottom:0,border:0,padding:0,margin:0};/* Clamp function, used for fadeInset */const clamp=(num,min,max)=>Math.min(Math.max(num,min),max);/* Slide Component */const Slide=/*#__PURE__*/forwardRef(function Component(props,ref){var _child_props,_child_props1;const{slideKey,width,height,child,size,gap,wrappedValue,numChildren,childCounter,isCanvas,effects,effectsOpacity,effectsScale,effectsRotate,isHorizontal,isLast,index}=props;/**\n     * Unique offsets + scroll range [0, 1, 1, 0]\n     */const childOffset=((size===null||size===void 0?void 0:size.item)+gap)*childCounter;const scrollRange=[-(size===null||size===void 0?void 0:size.item),0,(size===null||size===void 0?void 0:size.parent)-(size===null||size===void 0?void 0:size.item)+gap,size===null||size===void 0?void 0:size.parent].map(val=>val-childOffset);/**\n     * Effects\n     */const rotateY=!isCanvas&&useTransform(wrappedValue,scrollRange,[-effectsRotate,0,0,effectsRotate]);const rotateX=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsRotate,0,0,-effectsRotate]);const opacity=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsOpacity,1,1,effectsOpacity]);const scale=!isCanvas&&useTransform(wrappedValue,scrollRange,[effectsScale,1,1,effectsScale]);const originXorY=!isCanvas&&useTransform(wrappedValue,scrollRange,[1,1,0,0]);const isVisible=!isCanvas&&useTransform(wrappedValue,latest=>latest>=scrollRange[1]&&latest<=scrollRange[2]);useEffect(()=>{if(!isVisible)return;return isVisible.onChange(newValue=>{var _ref_current;(_ref_current=ref.current)===null||_ref_current===void 0?void 0:_ref_current.setAttribute(\"aria-hidden\",!newValue);});},[]);return /*#__PURE__*/_jsx(LayoutGroup,{inherit:\"id\",children:/*#__PURE__*/_jsx(\"li\",{style:{display:\"contents\"},\"aria-hidden\":index===0?false:true,children:/*#__PURE__*/cloneElement(child,{ref:ref,key:slideKey+\"child\",style:{...(_child_props=child.props)===null||_child_props===void 0?void 0:_child_props.style,flexShrink:0,userSelect:\"none\",width,height,opacity:opacity,scale:scale,originX:isHorizontal?originXorY:.5,originY:!isHorizontal?originXorY:.5,rotateY:isHorizontal?rotateY:0,rotateX:!isHorizontal?rotateX:0},layoutId:child.props.layoutId?child.props.layoutId+\"-original-\"+index:undefined},(_child_props1=child.props)===null||_child_props1===void 0?void 0:_child_props1.children)})});});function Dot({selectedOpacity,opacity,total,index,wrappedIndex,wrappedIndexInverted,dotStyle,buttonStyle,gap,padding,isHorizontal,isInverted,...props}){/* Check active item *//* Go 0\u20141\u20142\u20143\u20144\u20145\u20140 */let isSelected=wrappedIndex===index;/* Go 0\u20145\u20144\u20143\u20142\u20141\u20140\u20145 instead when inverted */if(isInverted){isSelected=Math.abs(wrappedIndexInverted)===index;}const inlinePadding=gap/2;let top=!isHorizontal&&index>0?inlinePadding:padding;let bottom=!isHorizontal&&index!==total-1?inlinePadding:padding;let right=isHorizontal&&index!==total-1?inlinePadding:padding;let left=isHorizontal&&index>0?inlinePadding:padding;return /*#__PURE__*/_jsx(\"button\",{\"aria-label\":`Scroll to page ${index+1}`,type:\"button\",...props,style:{...buttonStyle,padding:`${top}px ${right}px ${bottom}px ${left}px`},children:/*#__PURE__*/_jsx(motion.div,{style:{...dotStyle},initial:false,animate:{opacity:isSelected?selectedOpacity:opacity},transition:{duration:.3}})});}/* Dot Styles */const dotsContainerStyle={display:\"flex\",placeContent:\"center\",placeItems:\"center\",overflow:\"hidden\",position:\"absolute\",pointerEvents:\"auto\"};const dotStyle={borderRadius:\"50%\",background:\"white\",cursor:\"pointer\",border:\"none\",placeContent:\"center\",placeItems:\"center\",padding:0};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Slideshow\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"fixed\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"400\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerDisableUnlink\":\"*\",\"framerIntrinsicHeight\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SlideShow.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__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-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Gym Tour\"})});export const v1=/*#__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-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Gym Tour\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"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,RichText,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./IQj9M5tBF-0.js\";const enabledGestures={orDtyyqtq:{hover:true}};const cycleOrder=[\"orDtyyqtq\"];const serializationHash=\"framer-jsOBB\";const variantClassNames={orDtyyqtq:\"framer-v-1sodej6\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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 getProps=({cTA,height,id,tap,width,...props})=>{var _ref;return{...props,Jj5kaA5vy:(_ref=cTA!==null&&cTA!==void 0?cTA:props.Jj5kaA5vy)!==null&&_ref!==void 0?_ref:\"Prohl\\xe9dnout\\nprostory\",rgMHDgxat:tap!==null&&tap!==void 0?tap:props.rgMHDgxat};};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,rgMHDgxat,Jj5kaA5vy,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"orDtyyqtq\",enabledGestures,transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTap1rfnf5c=activeVariantCallback(async(...args)=>{setGestureState({isPressed:false});if(rgMHDgxat){const res=await rgMHDgxat(...args);if(res===false)return false;}});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.div,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1sodej6\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"orDtyyqtq\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onTap:onTap1rfnf5c,onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(0, 0, 0, 0.6)\",borderBottomLeftRadius:130,borderBottomRightRadius:130,borderTopLeftRadius:130,borderTopRightRadius:130,...style},variants:{\"orDtyyqtq-hover\":{backgroundColor:\"rgb(0, 0, 0)\"}},...addPropertyOverrides({\"orDtyyqtq-hover\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Prohl\\xe9dnout\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\" prostory\"})]}),className:\"framer-ke9uck\",\"data-framer-name\":\"\uD83D\uDD20 Text\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"eWxBd15A6\",style:{\"--extracted-2gxw0f\":\"rgb(255, 255, 255)\",\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:Jj5kaA5vy,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({\"orDtyyqtq-hover\":{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Prohl\\xe9dnout\"}),/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy01MDA=\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-2gxw0f, rgb(255, 255, 255))\"},children:\" prostory\"})]})}},baseVariant,gestureVariant)})})})});});const css=['.framer-jsOBB[data-border=\"true\"]::after, .framer-jsOBB [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-jsOBB.framer-19xbqkv, .framer-jsOBB .framer-19xbqkv { display: block; }\",\".framer-jsOBB.framer-1sodej6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 170px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 170px; }\",\".framer-jsOBB .framer-ke9uck { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-jsOBB.framer-1sodej6 { gap: 0px; } .framer-jsOBB.framer-1sodej6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-jsOBB.framer-1sodej6 > :first-child { margin-top: 0px; } .framer-jsOBB.framer-1sodej6 > :last-child { margin-bottom: 0px; } }\",\".framer-jsOBB.framer-v-1sodej6.hover.framer-1sodej6 { height: 130px; width: 130px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 170\n * @framerIntrinsicWidth 170\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"T01_wmXfi\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"rgMHDgxat\":\"tap\",\"Jj5kaA5vy\":\"cTA\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerIQj9M5tBF=withCSS(Component,css,\"framer-jsOBB\");export default FramerIQj9M5tBF;FramerIQj9M5tBF.displayName=\"Circle Button\";FramerIQj9M5tBF.defaultProps={height:170,width:170};addPropertyControls(FramerIQj9M5tBF,{rgMHDgxat:{title:\"Tap\",type:ControlType.EventHandler},Jj5kaA5vy:{defaultValue:\"Prohl\\xe9dnout\\nprostory\",displayTextArea:true,title:\"CTA\",type:ControlType.String}});addFonts(FramerIQj9M5tBF,[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIQj9M5tBF\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"rgMHDgxat\\\":\\\"tap\\\",\\\"Jj5kaA5vy\\\":\\\"cTA\\\"}\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"T01_wmXfi\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicHeight\":\"170\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"170\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IQj9M5tBF.map", "// Generated by Framer (1119174)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./iG0o2oLpL-0.js\";const cycleOrder=[\"cIjZuASTf\"];const serializationHash=\"framer-hRKmW\";const variantClassNames={cIjZuASTf:\"framer-v-lwjt07\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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 getProps=({height,id,image,text,width,...props})=>{var _ref,_ref1;return{...props,xYa4ftCvP:(_ref=image!==null&&image!==void 0?image:props.xYa4ftCvP)!==null&&_ref!==void 0?_ref:{src:\"https://framerusercontent.com/images/rxCc2u3eOjNsPZ1j163s4UShc.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/rxCc2u3eOjNsPZ1j163s4UShc.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/rxCc2u3eOjNsPZ1j163s4UShc.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/rxCc2u3eOjNsPZ1j163s4UShc.jpg 1600w\"},ybwav2FJV:(_ref1=text!==null&&text!==void 0?text:props.ybwav2FJV)!==null&&_ref1!==void 0?_ref1:\"\u010Cist\\xe1 a profesion\\xe1ln\\xed \u017E\\xedn\u011Bnka, kter\\xe1 zajist\\xed bezpe\u010Dn\\xfd a kvalitn\\xed tr\\xe9nink.\"};};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,ybwav2FJV,xYa4ftCvP,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"cIjZuASTf\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(motion.div,{initial:variant,animate:variants,onHoverStart:()=>setGestureState({isHovered:true}),onHoverEnd:()=>setGestureState({isHovered:false}),onTapStart:()=>setGestureState({isPressed:true}),onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),className:cx(\"framer-hRKmW\",...sharedStyleClassNames,classNames),style:{display:\"contents\"},children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(\"framer-lwjt07\",className),\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"cIjZuASTf\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"min(730px, 100vw)\",...toResponsiveImage(xYa4ftCvP)},className:\"framer-1xl32a8\",\"data-framer-name\":\"01_zinenka\",layoutDependency:layoutDependency,layoutId:\"ZB6nW97iE\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-letter-spacing\":\"-0.2px\",\"--framer-line-height\":\"22px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"\u010Cist\\xe1 a profesion\\xe1ln\\xed \u017E\\xedn\u011Bnka, kter\\xe1 zajist\\xed bezpe\u010Dn\\xfd a kvalitn\\xed tr\\xe9nink.\"})}),className:\"framer-177qlhz\",\"data-framer-name\":\"The beauty of astron\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"tvIanVom_\",style:{\"--extracted-r6o4lv\":\"rgb(181, 181, 181)\",\"--framer-paragraph-spacing\":\"0px\"},text:ybwav2FJV,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=['.framer-hRKmW [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-hRKmW .framer-8rjl4y { display: block; }\",\".framer-hRKmW .framer-lwjt07 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 477px; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 730px; }\",\".framer-hRKmW .framer-1xl32a8 { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-hRKmW .framer-177qlhz { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 90%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-hRKmW .framer-lwjt07 { gap: 0px; } .framer-hRKmW .framer-lwjt07 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-hRKmW .framer-lwjt07 > :first-child { margin-top: 0px; } .framer-hRKmW .framer-lwjt07 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 477\n * @framerIntrinsicWidth 730\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"ybwav2FJV\":\"text\",\"xYa4ftCvP\":\"image\"}\n * @framerImmutableVariables true\n */const FrameriG0o2oLpL=withCSS(Component,css,\"framer-hRKmW\");export default FrameriG0o2oLpL;FrameriG0o2oLpL.displayName=\"Image Carousel Item\";FrameriG0o2oLpL.defaultProps={height:477,width:730};addPropertyControls(FrameriG0o2oLpL,{ybwav2FJV:{defaultValue:\"\u010Cist\\xe1 a profesion\\xe1ln\\xed \u017E\\xedn\u011Bnka, kter\\xe1 zajist\\xed bezpe\u010Dn\\xfd a kvalitn\\xed tr\\xe9nink.\",displayTextArea:true,title:\"Text\",type:ControlType.String},xYa4ftCvP:{__defaultAssetReference:\"data:framer/asset-reference,rxCc2u3eOjNsPZ1j163s4UShc.jpg?originalFilename=07_1_zinenka.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage}});addFonts(FrameriG0o2oLpL,[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameriG0o2oLpL\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"730\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"ybwav2FJV\\\":\\\"text\\\",\\\"xYa4ftCvP\\\":\\\"image\\\"}\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"477\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./iG0o2oLpL.map", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Slideshow from\"https://framerusercontent.com/modules/zvkTOpMSuRzRhLzZZIwG/V6UPjHLBAvBWqyNKvY6M/SlideShow.js\";import ImageCarouselItem from\"https://framerusercontent.com/modules/KJjuOkC6QVQ8bIK6TxNF/SVtdI8FosPNSy7tOWOL2/iG0o2oLpL.js\";import*as localizedValues from\"./IQu7ITYE8-0.js\";const ImageCarouselItemFonts=getFonts(ImageCarouselItem);const SlideshowFonts=getFonts(Slideshow);const cycleOrder=[\"LgYS_X3kQ\",\"wWUo_bcQx\"];const serializationHash=\"framer-QMr9q\";const variantClassNames={LgYS_X3kQ:\"framer-v-1euxfjp\",wWUo_bcQx:\"framer-v-529zz0\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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={\"Galerie 1\":\"LgYS_X3kQ\",Mobile:\"wWUo_bcQx\"};const getProps=({height,id,popis1,popis2,popis3,popis4,popis5,popis6,popis7,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5,_ref6,_ref7;return{...props,cMVPvnspy:(_ref=popis3!==null&&popis3!==void 0?popis3:props.cMVPvnspy)!==null&&_ref!==void 0?_ref:\"Nab\\xedz\\xedme suplementy nejvy\u0161\u0161\\xed kvality a osv\u011B\u017Een\\xed po tr\\xe9ninku.\",HtZO1i8bc:(_ref1=popis1!==null&&popis1!==void 0?popis1:props.HtZO1i8bc)!==null&&_ref1!==void 0?_ref1:\"\u010Cist\\xe1 a profesion\\xe1ln\\xed \u017E\\xedn\u011Bnka, kter\\xe1 zajist\\xed bezpe\u010Dn\\xfd a kvalitn\\xed tr\\xe9nink.\",msJt69AA5:(_ref2=popis7!==null&&popis7!==void 0?popis7:props.msJt69AA5)!==null&&_ref2!==void 0?_ref2:\"Odpo\u010Dinkov\\xe1 z\\xf3na, playstation a netflix.\",nmpyMD0X9:(_ref3=popis5!==null&&popis5!==void 0?popis5:props.nmpyMD0X9)!==null&&_ref3!==void 0?_ref3:\"Pln\u011B vybaven\\xe1 posilovna, kter\\xe1 obsahuje v\u0161e pot\u0159ebn\\xe9 k dosa\u017Een\\xed va\u0161ich c\\xedl\u016F.\",Q_ghodeYQ:(_ref4=popis2!==null&&popis2!==void 0?popis2:props.Q_ghodeYQ)!==null&&_ref4!==void 0?_ref4:\"Finsk\\xe1 sauna je jedn\\xedm z nejlep\u0161\\xedch zp\u016Fsob\u016F regenerace po n\\xe1ro\u010Dn\\xe9m tr\\xe9ninku.\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"LgYS_X3kQ\",XPI1uwVNf:(_ref6=popis4!==null&&popis4!==void 0?popis4:props.XPI1uwVNf)!==null&&_ref6!==void 0?_ref6:\"K dispozici jsou 3 sprchy s ru\u010Dn\\xedky, \u0161amp\\xf3ny, sprchov\\xfdmi gely a dal\u0161\\xedmi nezbytnostmi.\",ZBolqw4fv:(_ref7=popis6!==null&&popis6!==void 0?popis6:props.ZBolqw4fv)!==null&&_ref7!==void 0?_ref7:\"Pro \u010Dleny MATA jsou k dispozici certifikov\\xe1ni terapeuti, kte\u0159\\xed v\\xe1m\\npom\u016F\u017Eou p\u0159i akutn\\xedch \u010Di dlouhotrvaj\\xedc\\xedch pot\\xed\u017E\\xedch.\"};};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,HtZO1i8bc,Q_ghodeYQ,cMVPvnspy,XPI1uwVNf,nmpyMD0X9,ZBolqw4fv,msJt69AA5,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"LgYS_X3kQ\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"wWUo_bcQx\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"wWUo_bcQx\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-1euxfjp\",className,classNames),\"data-framer-name\":\"Galerie 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"LgYS_X3kQ\",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:{...style},...addPropertyOverrides({wWUo_bcQx:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-16or0b8-container\",\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"O2gX7pi1p-container\",name:\"Desktop\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(255, 255, 255)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/6cmrat43VRpI5wNLT7ybtGBsSk.svg\",rightArrow:\"https://framerusercontent.com/images/4JO6QWY1Z4TqwpFiMCdOHKnH8mI.svg\",showMouseControls:true},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:36,height:\"100%\",id:\"O2gX7pi1p\",intervalControl:1.5,itemAmount:1,layoutId:\"O2gX7pi1p\",name:\"Desktop\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bjnm3y-container\",\"data-framer-name\":\"1\",layoutDependency:layoutDependency,layoutId:\"o_EdvEJhM-container\",name:\"1\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"o_EdvEJhM\",layoutId:\"o_EdvEJhM\",name:\"1\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",ybwav2FJV:HtZO1i8bc})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-17olb9c-container\",\"data-framer-name\":\"2\",layoutDependency:layoutDependency,layoutId:\"F3uW_FfR2-container\",name:\"2\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"F3uW_FfR2\",layoutId:\"F3uW_FfR2\",name:\"2\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg\",srcSet:\"https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg 1460w\"},\"Finsk\\xe1 sauna\"),ybwav2FJV:Q_ghodeYQ})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-rk880w-container\",\"data-framer-name\":\"3\",layoutDependency:layoutDependency,layoutId:\"OFzRBrEKm-container\",name:\"3\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"OFzRBrEKm\",layoutId:\"OFzRBrEKm\",name:\"3\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg\",srcSet:\"https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg 1460w\"},\"Bar\"),ybwav2FJV:cMVPvnspy})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-nv1d7t-container\",\"data-framer-name\":\"4\",layoutDependency:layoutDependency,layoutId:\"FLGq8ymHE-container\",name:\"4\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"FLGq8ymHE\",layoutId:\"FLGq8ymHE\",name:\"4\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg\",srcSet:\"https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg 1460w\"},\"Sprchy\"),ybwav2FJV:XPI1uwVNf})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1nocke9-container\",\"data-framer-name\":\"5\",layoutDependency:layoutDependency,layoutId:\"OLFzWjmOx-container\",name:\"5\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"OLFzWjmOx\",layoutId:\"OLFzWjmOx\",name:\"5\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg\",srcSet:\"https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg 1460w\"},\"Vybaven\\xe1 t\u011Blocvi\u010Dna\"),ybwav2FJV:nmpyMD0X9})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-6m9rsn-container\",\"data-framer-name\":\"6\",layoutDependency:layoutDependency,layoutId:\"QYMcndkSB-container\",name:\"6\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"QYMcndkSB\",layoutId:\"QYMcndkSB\",name:\"6\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg\",srcSet:\"https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg 1460w\"},\"Certifikovan\\xed terapeuti\"),ybwav2FJV:ZBolqw4fv})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-15i5b7j-container\",\"data-framer-name\":\"7\",layoutDependency:layoutDependency,layoutId:\"mDfL1KEM8-container\",name:\"7\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"mDfL1KEM8\",layoutId:\"mDfL1KEM8\",name:\"7\",style:{width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg\",srcSet:\"https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg 1460w\"},\"Gau\u010D televize\"),ybwav2FJV:msJt69AA5})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1brv6j0-container\",\"data-framer-name\":\"Mobile\",layoutDependency:layoutDependency,layoutId:\"FJbklpaxr-container\",name:\"Mobile\",children:/*#__PURE__*/_jsx(Slideshow,{alignment:\"center\",arrowOptions:{arrowFill:\"rgb(255, 255, 255)\",arrowGap:10,arrowPadding:20,arrowPaddingBottom:0,arrowPaddingLeft:0,arrowPaddingRight:0,arrowPaddingTop:0,arrowPosition:\"auto\",arrowRadius:40,arrowShouldFadeIn:false,arrowShouldSpace:true,arrowSize:40,leftArrow:\"https://framerusercontent.com/images/6cmrat43VRpI5wNLT7ybtGBsSk.svg\",rightArrow:\"https://framerusercontent.com/images/4JO6QWY1Z4TqwpFiMCdOHKnH8mI.svg\",showMouseControls:false},autoPlayControl:false,borderRadius:0,direction:\"left\",dragControl:true,effectsOptions:{effectsHover:true,effectsOpacity:1,effectsPerspective:1200,effectsRotate:0,effectsScale:1},fadeOptions:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeWidth:25,overflow:false},gap:16,height:\"100%\",id:\"FJbklpaxr\",intervalControl:1.5,itemAmount:1,layoutId:\"FJbklpaxr\",name:\"Mobile\",padding:0,paddingBottom:0,paddingLeft:0,paddingPerSide:false,paddingRight:0,paddingTop:0,progressOptions:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:-40,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:true},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-srv83e-container\",\"data-framer-name\":\"1 M\",layoutDependency:layoutDependency,layoutId:\"eXSft8w_u-container\",name:\"1 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"eXSft8w_u\",layoutId:\"eXSft8w_u\",name:\"1 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",ybwav2FJV:HtZO1i8bc})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-udlat2-container\",\"data-framer-name\":\"2 M\",layoutDependency:layoutDependency,layoutId:\"tpiwtwNHf-container\",name:\"2 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"tpiwtwNHf\",layoutId:\"tpiwtwNHf\",name:\"2 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg\",srcSet:\"https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/k85mcYusaEL6Wj2LHtd1JS62OtQ.jpg 1460w\"},\"Finsk\\xe1 sauna\"),ybwav2FJV:Q_ghodeYQ})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5wg7q0-container\",\"data-framer-name\":\"3 M\",layoutDependency:layoutDependency,layoutId:\"Src_IXVvs-container\",name:\"3 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"Src_IXVvs\",layoutId:\"Src_IXVvs\",name:\"3 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg\",srcSet:\"https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/LqPoiJsvT2RMfZs5DPV6QN2E8.jpg 1460w\"},\"Bar\"),ybwav2FJV:cMVPvnspy})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ivyrgj-container\",\"data-framer-name\":\"4 M\",layoutDependency:layoutDependency,layoutId:\"vPj3Y0IvG-container\",name:\"4 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"vPj3Y0IvG\",layoutId:\"vPj3Y0IvG\",name:\"4 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg\",srcSet:\"https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/Viv3NywpNEpFtVu3uBfvj0TnmE.jpg 1460w\"},\"Sprchy\"),ybwav2FJV:XPI1uwVNf})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2aso7l-container\",\"data-framer-name\":\"5 M\",layoutDependency:layoutDependency,layoutId:\"pM_h7N7A4-container\",name:\"5 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"pM_h7N7A4\",layoutId:\"pM_h7N7A4\",name:\"5 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg\",srcSet:\"https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/U79pM0r2w6D5qzsc8t18GKR3YY.jpg 1460w\"},\"Vybaven\\xe1 t\u011Blocvi\u010Dna\"),ybwav2FJV:nmpyMD0X9})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1uo03bu-container\",\"data-framer-name\":\"6 M\",layoutDependency:layoutDependency,layoutId:\"uihbOIXn9-container\",name:\"6 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"uihbOIXn9\",layoutId:\"uihbOIXn9\",name:\"6 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg\",srcSet:\"https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/EH5AGmeTt3dZ1PGABUKTXyChqx4.jpg 1460w\"},\"Certifikovan\\xed terapeuti\"),ybwav2FJV:ZBolqw4fv})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-e20dl1-container\",\"data-framer-name\":\"7 M\",layoutDependency:layoutDependency,layoutId:\"YBBUrFUkS-container\",name:\"7 M\",children:/*#__PURE__*/_jsx(ImageCarouselItem,{height:\"100%\",id:\"YBBUrFUkS\",layoutId:\"YBBUrFUkS\",name:\"7 M\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",xYa4ftCvP:addImageAlt({src:\"https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg\",srcSet:\"https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/bwFqwYugns8fdaShmyYIpS5sLA.jpg 1460w\"},\"Gau\u010D televize\"),ybwav2FJV:msJt69AA5})})],startFrom:0,style:{height:\"100%\",width:\"100%\"},transitionControl:{damping:40,stiffness:200,type:\"spring\"},width:\"100%\"})})]})})});});const css=['.framer-QMr9q[data-border=\"true\"]::after, .framer-QMr9q [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-QMr9q.framer-5u5bir, .framer-QMr9q .framer-5u5bir { display: block; }\",\".framer-QMr9q.framer-1euxfjp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 519px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 730px; }\",\".framer-QMr9q .framer-16or0b8-container, .framer-QMr9q .framer-1brv6j0-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-QMr9q .framer-1bjnm3y-container { height: 477px; position: relative; width: 730px; }\",\".framer-QMr9q .framer-17olb9c-container, .framer-QMr9q .framer-rk880w-container, .framer-QMr9q .framer-nv1d7t-container, .framer-QMr9q .framer-1nocke9-container, .framer-QMr9q .framer-6m9rsn-container, .framer-QMr9q .framer-15i5b7j-container { height: auto; position: relative; width: 730px; }\",\".framer-QMr9q .framer-srv83e-container, .framer-QMr9q .framer-5wg7q0-container, .framer-QMr9q .framer-1ivyrgj-container, .framer-QMr9q .framer-2aso7l-container { height: 280px; position: relative; width: 370px; }\",\".framer-QMr9q .framer-udlat2-container { height: 242px; position: relative; width: 370px; }\",\".framer-QMr9q .framer-1uo03bu-container { height: 302px; position: relative; width: 370px; }\",\".framer-QMr9q .framer-e20dl1-container { height: 259px; position: relative; width: 370px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-QMr9q.framer-1euxfjp { gap: 0px; } .framer-QMr9q.framer-1euxfjp > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-QMr9q.framer-1euxfjp > :first-child { margin-left: 0px; } .framer-QMr9q.framer-1euxfjp > :last-child { margin-right: 0px; } }\",\".framer-QMr9q.framer-v-529zz0.framer-1euxfjp { height: min-content; width: 370px; }\",\".framer-QMr9q.framer-v-529zz0 .framer-1brv6j0-container { flex: none; height: 308px; width: 371px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 519\n * @framerIntrinsicWidth 730\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"wWUo_bcQx\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"HtZO1i8bc\":\"popis1\",\"Q_ghodeYQ\":\"popis2\",\"cMVPvnspy\":\"popis3\",\"XPI1uwVNf\":\"popis4\",\"nmpyMD0X9\":\"popis5\",\"ZBolqw4fv\":\"popis6\",\"msJt69AA5\":\"popis7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerIQu7ITYE8=withCSS(Component,css,\"framer-QMr9q\");export default FramerIQu7ITYE8;FramerIQu7ITYE8.displayName=\"Galerie\";FramerIQu7ITYE8.defaultProps={height:519,width:730};addPropertyControls(FramerIQu7ITYE8,{variant:{options:[\"LgYS_X3kQ\",\"wWUo_bcQx\"],optionTitles:[\"Galerie 1\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},HtZO1i8bc:{defaultValue:\"\u010Cist\\xe1 a profesion\\xe1ln\\xed \u017E\\xedn\u011Bnka, kter\\xe1 zajist\\xed bezpe\u010Dn\\xfd a kvalitn\\xed tr\\xe9nink.\",displayTextArea:true,title:\"Popis 1\",type:ControlType.String},Q_ghodeYQ:{defaultValue:\"Finsk\\xe1 sauna je jedn\\xedm z nejlep\u0161\\xedch zp\u016Fsob\u016F regenerace po n\\xe1ro\u010Dn\\xe9m tr\\xe9ninku.\",displayTextArea:true,title:\"Popis 2\",type:ControlType.String},cMVPvnspy:{defaultValue:\"Nab\\xedz\\xedme suplementy nejvy\u0161\u0161\\xed kvality a osv\u011B\u017Een\\xed po tr\\xe9ninku.\",displayTextArea:true,title:\"Popis 3\",type:ControlType.String},XPI1uwVNf:{defaultValue:\"K dispozici jsou 3 sprchy s ru\u010Dn\\xedky, \u0161amp\\xf3ny, sprchov\\xfdmi gely a dal\u0161\\xedmi nezbytnostmi.\",displayTextArea:true,title:\"Popis 4\",type:ControlType.String},nmpyMD0X9:{defaultValue:\"Pln\u011B vybaven\\xe1 posilovna, kter\\xe1 obsahuje v\u0161e pot\u0159ebn\\xe9 k dosa\u017Een\\xed va\u0161ich c\\xedl\u016F.\",displayTextArea:true,title:\"Popis 5\",type:ControlType.String},ZBolqw4fv:{defaultValue:\"Pro \u010Dleny MATA jsou k dispozici certifikov\\xe1ni terapeuti, kte\u0159\\xed v\\xe1m\\npom\u016F\u017Eou p\u0159i akutn\\xedch \u010Di dlouhotrvaj\\xedc\\xedch pot\\xed\u017E\\xedch.\",displayTextArea:true,title:\"Popis 6\",type:ControlType.String},msJt69AA5:{defaultValue:\"Odpo\u010Dinkov\\xe1 z\\xf3na, playstation a netflix.\",displayTextArea:true,title:\"Popis 7\",type:ControlType.String}});addFonts(FramerIQu7ITYE8,[...ImageCarouselItemFonts,...SlideshowFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerIQu7ITYE8\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"519\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"wWUo_bcQx\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"730\",\"framerVariables\":\"{\\\"HtZO1i8bc\\\":\\\"popis1\\\",\\\"Q_ghodeYQ\\\":\\\"popis2\\\",\\\"cMVPvnspy\\\":\\\"popis3\\\",\\\"XPI1uwVNf\\\":\\\"popis4\\\",\\\"nmpyMD0X9\\\":\\\"popis5\\\",\\\"ZBolqw4fv\\\":\\\"popis6\\\",\\\"msJt69AA5\\\":\\\"popis7\\\"}\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./IQu7ITYE8.map", "// Generated by Framer (b0f2619)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import*as localizedValues from\"./EFGvXgM0Y-0.js\";const IconoirFonts=getFonts(Iconoir);const cycleOrder=[\"iuPXp0qJZ\",\"EFRwHQfqy\"];const serializationHash=\"framer-xZhvB\";const variantClassNames={EFRwHQfqy:\"framer-v-1g04160\",iuPXp0qJZ:\"framer-v-3rx5hf\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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={\"Variant 1\":\"iuPXp0qJZ\",\"Variant 2\":\"EFRwHQfqy\"};const getProps=({font,height,hover,icon,id,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,EQb7imAmk:(_ref=font!==null&&font!==void 0?font:props.EQb7imAmk)!==null&&_ref!==void 0?_ref:\"rgb(255, 255, 255)\",LKMYjRakl:hover!==null&&hover!==void 0?hover:props.LKMYjRakl,sV7CnZhKt:(_ref1=icon!==null&&icon!==void 0?icon:props.sV7CnZhKt)!==null&&_ref1!==void 0?_ref1:\"rgb(255, 255, 255)\",variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"iuPXp0qJZ\"};};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,LKMYjRakl,sV7CnZhKt,EQb7imAmk,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"iuPXp0qJZ\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEnterpczycp=activeVariantCallback(async(...args)=>{if(LKMYjRakl){const res=await LKMYjRakl(...args);if(res===false)return false;}});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-3rx5hf\",className,classNames),\"data-framer-name\":\"Variant 1\",\"data-highlight\":true,initial:variant,layoutDependency:layoutDependency,layoutId:\"iuPXp0qJZ\",onHoverEnd:()=>setGestureState({isHovered:false}),onHoverStart:()=>setGestureState({isHovered:true}),onMouseEnter:onMouseEnterpczycp,onTap:()=>setGestureState({isPressed:false}),onTapCancel:()=>setGestureState({isPressed:false}),onTapStart:()=>setGestureState({isPressed:true}),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({EFRwHQfqy:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1j7afix\",layoutDependency:layoutDependency,layoutId:\"dlLJK6BSi\",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\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--variable-reference-EQb7imAmk-EFGvXgM0Y))\"},children:\"Brazilian Jiu-Jitsu\"})}),className:\"framer-1nda9ig\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"JNlILzRpD\",style:{\"--extracted-r6o4lv\":\"var(--variable-reference-EQb7imAmk-EFGvXgM0Y)\",\"--variable-reference-EQb7imAmk-EFGvXgM0Y\":EQb7imAmk},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-2hhbtf-container\",layoutDependency:layoutDependency,layoutId:\"wVi4XI8wg-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:sV7CnZhKt,height:\"100%\",iconSearch:\"Home\",iconSelection:\"NavArrowDown\",id:\"wVi4XI8wg\",layoutId:\"wVi4XI8wg\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\",...addPropertyOverrides({EFRwHQfqy:{iconSelection:\"NavArrowUp\"}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-xZhvB[data-border=\"true\"]::after, .framer-xZhvB [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-xZhvB.framer-1wuxgac, .framer-xZhvB .framer-1wuxgac { display: block; }\",\".framer-xZhvB.framer-3rx5hf { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-xZhvB .framer-1j7afix { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-xZhvB .framer-1nda9ig { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-xZhvB .framer-2hhbtf-container { flex: none; height: 24px; position: relative; width: 25px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-xZhvB.framer-3rx5hf, .framer-xZhvB .framer-1j7afix { gap: 0px; } .framer-xZhvB.framer-3rx5hf > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-xZhvB.framer-3rx5hf > :first-child { margin-left: 0px; } .framer-xZhvB.framer-3rx5hf > :last-child { margin-right: 0px; } .framer-xZhvB .framer-1j7afix > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-xZhvB .framer-1j7afix > :first-child { margin-top: 0px; } .framer-xZhvB .framer-1j7afix > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 141.5\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"EFRwHQfqy\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"LKMYjRakl\":\"hover\",\"sV7CnZhKt\":\"icon\",\"EQb7imAmk\":\"font\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerEFGvXgM0Y=withCSS(Component,css,\"framer-xZhvB\");export default FramerEFGvXgM0Y;FramerEFGvXgM0Y.displayName=\"nav_drop_MATA\";FramerEFGvXgM0Y.defaultProps={height:24,width:141.5};addPropertyControls(FramerEFGvXgM0Y,{variant:{options:[\"iuPXp0qJZ\",\"EFRwHQfqy\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},LKMYjRakl:{title:\"Hover\",type:ControlType.EventHandler},sV7CnZhKt:{defaultValue:\"rgb(255, 255, 255)\",title:\"Icon\",type:ControlType.Color},EQb7imAmk:{defaultValue:\"rgb(255, 255, 255)\",title:\"Font\",type:ControlType.Color}});addFonts(FramerEFGvXgM0Y,[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},...IconoirFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEFGvXgM0Y\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"LKMYjRakl\\\":\\\"hover\\\",\\\"sV7CnZhKt\\\":\\\"icon\\\",\\\"EQb7imAmk\\\":\\\"font\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"EFRwHQfqy\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"141.5\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"24\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EFGvXgM0Y.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Why MATA?\"})});export const v1=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Why MATA?\"})});export const v2=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Why MATA?\"})});export const v3=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Why MATA?\"})});export const v4=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Why MATA?\"})});export const v5=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Coaches\"})});export const v6=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Coaches\"})});export const v7=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Coaches\"})});export const v8=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Coaches\"})});export const v9=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Coaches\"})});export const v10=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Spaces\"})});export const v11=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Spaces\"})});export const v12=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Spaces\"})});export const v13=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Spaces\"})});export const v14=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Spaces\"})});export const v15=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Schedule\"})});export const v16=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Schedule\"})});export const v17=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Schedule\"})});export const v18=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Schedule\"})});export const v19=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Schedule\"})});export const v20=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prices\"})});export const v21=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prices\"})});export const v22=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prices\"})});export const v23=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prices\"})});export const v24=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Prices\"})});export const v25=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"FAQ\"})});export const v26=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"FAQ\"})});export const v27=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"FAQ\"})});export const v28=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"FAQ\"})});export const v29=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"FAQ\"})});export const v30=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})});export const v31=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})});export const v32=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})});export const v33=/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Contact\"})});export const v34=/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Contact\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v17\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v7\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v10\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v27\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v13\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v12\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v26\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v34\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v31\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v9\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v11\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v29\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v25\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v20\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v24\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v32\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v16\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v23\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v22\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v28\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v21\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v8\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v6\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v15\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v19\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v14\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v33\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v30\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v18\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (a96673f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Floating,getFonts,Image,Link,ResolveLinks,RichText,SVG,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Twemoji}from\"https://framerusercontent.com/modules/xwmmLiR3CC4FXXYz8XsN/lYH3CKjOKcdUfcu0ZKf2/Twemoji.js\";import Nav_drop_MATA from\"https://framerusercontent.com/modules/nMI5znxcvY32mkp2QL9o/lAo2x8AQ4ZEYrvjV52Uy/EFGvXgM0Y.js\";import MainHeaderButton from\"https://framerusercontent.com/modules/800mOVEQpJgsAQgyxafe/ZA6KReM6RZAk7G4DniDE/iuk6A9wgH.js\";import*as localizedValues from\"./K95MaGD3l-0.js\";import ElementsMenuIcon from\"https://framerusercontent.com/modules/eaNJmGUd47Ia0tOXcykX/ChvaOc4ovvFPOI4DBQri/QuZvRKYht.js\";import Logo from\"https://framerusercontent.com/modules/A3ugvugiDSyITOaY0Mc5/lpfhMbnBz7jJ8FnFyNiI/tEOUum8by.js\";import DropdownMenuItem from\"https://framerusercontent.com/modules/gH73jMXZydy7S4W1lFyt/lHcsSVGR71YldC1n96cJ/WswuaoERr.js\";import LanguageSelector from\"https://framerusercontent.com/modules/fjiNiLgDH6fuqCEHSg36/1znSNeewCSDaaXup9NRN/XwSFGjZMx.js\";const ElementsMenuIconFonts=getFonts(ElementsMenuIcon);const LogoFonts=getFonts(Logo);const Nav_drop_MATAFonts=getFonts(Nav_drop_MATA);const MotionDivWithFX=withFX(motion.div);const LanguageSelectorFonts=getFonts(LanguageSelector);const TwemojiFonts=getFonts(Twemoji);const MainHeaderButtonFonts=getFonts(MainHeaderButton);const DropdownMenuItemFonts=getFonts(DropdownMenuItem);const cycleOrder=[\"KsI_YY3m0\",\"y2zPnm3Yw\",\"iYKl1cmY3\",\"KbCCAR__t\",\"HROUFpIqo\",\"kyAn5zwdj\",\"MF3ugnC1R\",\"f8eHtqs_m\"];const serializationHash=\"framer-Md33f\";const variantClassNames={f8eHtqs_m:\"framer-v-cfs7jz\",HROUFpIqo:\"framer-v-1ayyv91\",iYKl1cmY3:\"framer-v-ac036k\",KbCCAR__t:\"framer-v-15plg09\",KsI_YY3m0:\"framer-v-19t5d3w\",kyAn5zwdj:\"framer-v-14weozj\",MF3ugnC1R:\"framer-v-rstcrc\",y2zPnm3Yw:\"framer-v-1ij2ti8\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,scale:1,x:0,y:0};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const 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={\"After Scroll\":\"HROUFpIqo\",\"Chose version\":\"MF3ugnC1R\",\"Mobile - Open\":\"kyAn5zwdj\",Mobile:\"y2zPnm3Yw\",Nav_Black:\"KbCCAR__t\",Nav_Choose:\"iYKl1cmY3\",Nav_Transparent:\"KsI_YY3m0\",Nav_White:\"f8eHtqs_m\"};const getProps=({bJJ,height,home,id,invisible,kotva1,kotva2,kotva3,kotva4,kotva5,kotva6,kotva7,language,mT,nav1,nav2,nav3,nav4,nav5,nav6,nav7,nav8,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7,_ref8,_ref9,_ref10,_ref11;return{...props,C6fblerVX:kotva4!==null&&kotva4!==void 0?kotva4:props.C6fblerVX,CbkS1mzRK:kotva2!==null&&kotva2!==void 0?kotva2:props.CbkS1mzRK,CMHqbvXST:(_ref=nav2!==null&&nav2!==void 0?nav2:props.CMHqbvXST)!==null&&_ref!==void 0?_ref:\"Pro\u010D MATA?\",HzxkonORB:(_ref1=language!==null&&language!==void 0?language:props.HzxkonORB)!==null&&_ref1!==void 0?_ref1:\"CZ\",i5KDpDPH0:(_ref2=title!==null&&title!==void 0?title:props.i5KDpDPH0)!==null&&_ref2!==void 0?_ref2:\"Chci tr\\xe9novat\",JG2E7Bsvr:kotva3!==null&&kotva3!==void 0?kotva3:props.JG2E7Bsvr,nJ8zVsIHu:kotva1!==null&&kotva1!==void 0?kotva1:props.nJ8zVsIHu,nMyP4YZl7:(_ref3=invisible!==null&&invisible!==void 0?invisible:props.nMyP4YZl7)!==null&&_ref3!==void 0?_ref3:\"rgba(24, 24, 24, 0)\",oKnVgbDu7:(_ref4=nav5!==null&&nav5!==void 0?nav5:props.oKnVgbDu7)!==null&&_ref4!==void 0?_ref4:\"Rozvrh\",qKxWRt66x:(_ref5=nav8!==null&&nav8!==void 0?nav8:props.qKxWRt66x)!==null&&_ref5!==void 0?_ref5:\"Kontakt\",Qwgca531d:(_ref6=nav1!==null&&nav1!==void 0?nav1:props.Qwgca531d)!==null&&_ref6!==void 0?_ref6:\"O BJJ\",rJVxe95mM:home!==null&&home!==void 0?home:props.rJVxe95mM,sUg9maMVr:kotva5!==null&&kotva5!==void 0?kotva5:props.sUg9maMVr,t9AUozYjC:bJJ!==null&&bJJ!==void 0?bJJ:props.t9AUozYjC,TgI1k0yG1:mT!==null&&mT!==void 0?mT:props.TgI1k0yG1,ULh86CKic:kotva7!==null&&kotva7!==void 0?kotva7:props.ULh86CKic,variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"KsI_YY3m0\",WD3HREoiT:(_ref8=nav7!==null&&nav7!==void 0?nav7:props.WD3HREoiT)!==null&&_ref8!==void 0?_ref8:\"\u010Cast\\xe9 dotazy\",WsZu3Mn_Y:(_ref9=nav4!==null&&nav4!==void 0?nav4:props.WsZu3Mn_Y)!==null&&_ref9!==void 0?_ref9:\"Prostory\",xOE3_1jRu:kotva6!==null&&kotva6!==void 0?kotva6:props.xOE3_1jRu,XtnSrZJ4X:(_ref10=nav3!==null&&nav3!==void 0?nav3:props.XtnSrZJ4X)!==null&&_ref10!==void 0?_ref10:\"Tren\\xe9\u0159i\",yYcUmdCT4:(_ref11=nav6!==null&&nav6!==void 0?nav6:props.yYcUmdCT4)!==null&&_ref11!==void 0?_ref11:\"Cen\\xedk\"};};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,nMyP4YZl7,i5KDpDPH0,Qwgca531d,CMHqbvXST,XtnSrZJ4X,WsZu3Mn_Y,oKnVgbDu7,yYcUmdCT4,WD3HREoiT,qKxWRt66x,HzxkonORB,TgI1k0yG1,t9AUozYjC,rJVxe95mM,nJ8zVsIHu,CbkS1mzRK,JG2E7Bsvr,C6fblerVX,sUg9maMVr,xOE3_1jRu,ULh86CKic,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"KsI_YY3m0\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const TBgHLr7MW16cwygf=activeVariantCallback(async(...args)=>{setVariant(\"kyAn5zwdj\");});const TBgHLr7MW4yfpsm=activeVariantCallback(async(...args)=>{setVariant(\"HROUFpIqo\");});const onTap4yfpsm=activeVariantCallback(async(...args)=>{setVariant(\"HROUFpIqo\");});const LKMYjRakl1gx595p=overlay=>activeVariantCallback(async(...args)=>{overlay.show();});const onTapk9ayvd=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HROUFpIqo\"),300);});const onTapStartk9ayvd=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"HROUFpIqo\"),300);});const Rfm_mfJTk1gx595p=overlay=>activeVariantCallback(async(...args)=>{overlay.show();});const onMouseLeave1b79xn0=activeVariantCallback(async(...args)=>{setVariant(\"KsI_YY3m0\");});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"y2zPnm3Yw\",\"HROUFpIqo\",\"kyAn5zwdj\",\"MF3ugnC1R\"].includes(baseVariant))return true;return false;};const ref2=React.useRef(null);const ref3=React.useRef(null);const isDisplayed1=()=>{if([\"y2zPnm3Yw\",\"HROUFpIqo\",\"MF3ugnC1R\"].includes(baseVariant))return false;return true;};const ref4=React.useRef(null);const ref5=React.useRef(null);const isDisplayed2=()=>{if([\"iYKl1cmY3\",\"MF3ugnC1R\"].includes(baseVariant))return true;return false;};const isDisplayed3=()=>{if([\"iYKl1cmY3\",\"MF3ugnC1R\"].includes(baseVariant))return false;return true;};const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5,_getLocalizedValue6,_getLocalizedValue7,_getLocalizedValue8,_getLocalizedValue9,_getLocalizedValue10,_getLocalizedValue11,_getLocalizedValue12,_getLocalizedValue13,_getLocalizedValue14,_getLocalizedValue15,_getLocalizedValue16,_getLocalizedValue17,_getLocalizedValue18,_getLocalizedValue19,_getLocalizedValue20,_getLocalizedValue21,_getLocalizedValue22,_getLocalizedValue23,_getLocalizedValue24,_getLocalizedValue25,_getLocalizedValue26,_getLocalizedValue27,_getLocalizedValue28,_getLocalizedValue29,_getLocalizedValue30,_getLocalizedValue31,_getLocalizedValue32,_getLocalizedValue33,_getLocalizedValue34;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsx(motion.nav,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-19t5d3w\",className,classNames),\"data-framer-name\":\"Nav_Transparent\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"KsI_YY3m0\",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:{backgroundColor:nMyP4YZl7,...style},variants:{f8eHtqs_m:{backgroundColor:\"rgb(255, 255, 255)\"},HROUFpIqo:{backgroundColor:\"rgb(24, 24, 24)\"},iYKl1cmY3:{backgroundColor:\"rgb(23, 23, 23)\"},KbCCAR__t:{backgroundColor:\"rgb(23, 23, 23)\"},kyAn5zwdj:{backgroundColor:\"rgb(24, 24, 24)\"},MF3ugnC1R:{backgroundColor:\"rgb(24, 24, 24)\"}},...addPropertyOverrides({f8eHtqs_m:{\"data-framer-name\":\"Nav_White\"},HROUFpIqo:{\"data-framer-name\":\"After Scroll\"},iYKl1cmY3:{\"data-framer-name\":\"Nav_Choose\"},KbCCAR__t:{\"data-framer-name\":\"Nav_Black\"},kyAn5zwdj:{\"data-framer-name\":\"Mobile - Open\"},MF3ugnC1R:{\"data-framer-name\":\"Chose version\"},y2zPnm3Yw:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1av53js\",layoutDependency:layoutDependency,layoutId:\"Vla8ZvkRj\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e7vw6v\",\"data-framer-name\":\"Logo & Nav Items\",layoutDependency:layoutDependency,layoutId:\"KROanUuWE\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1rfufv6\",layoutDependency:layoutDependency,layoutId:\"KLbjMvLc0\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1g4vgcw\",layoutDependency:layoutDependency,layoutId:\"U2K0lQFWc\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-s5cbq7-container\",layoutDependency:layoutDependency,layoutId:\"A8v4AB7ZK-container\",children:/*#__PURE__*/_jsx(ElementsMenuIcon,{height:\"100%\",id:\"A8v4AB7ZK\",iWF8EWIN1:'var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)) /* {\"name\":\"Template Text Color (Dark & Light)\"} */',layoutId:\"A8v4AB7ZK\",style:{height:\"100%\",width:\"100%\"},variant:\"W98mendxl\",width:\"100%\",...addPropertyOverrides({HROUFpIqo:{iWF8EWIN1:\"rgb(255, 255, 255)\",TBgHLr7MW:TBgHLr7MW16cwygf},kyAn5zwdj:{iWF8EWIN1:\"rgb(255, 255, 255)\",TBgHLr7MW:TBgHLr7MW4yfpsm,variant:\"BgjeCWa9F\"},MF3ugnC1R:{iWF8EWIN1:\"rgb(255, 255, 255)\",TBgHLr7MW:TBgHLr7MW16cwygf},y2zPnm3Yw:{iWF8EWIN1:\"rgb(255, 255, 255)\",TBgHLr7MW:TBgHLr7MW16cwygf}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-o7qf3z\",layoutDependency:layoutDependency,layoutId:\"Ry1XVe9JJ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ucicun\",layoutDependency:layoutDependency,layoutId:\"ewSco1qOy\",children:[/*#__PURE__*/_jsx(Link,{href:rJVxe95mM,openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-ssru8r framer-p1zskq\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"M9OSSj1BQ\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zv2byr-container\",layoutDependency:layoutDependency,layoutId:\"InUrFRsN4-container\",children:/*#__PURE__*/_jsx(Logo,{height:\"100%\",id:\"InUrFRsN4\",layoutId:\"InUrFRsN4\",style:{height:\"100%\",width:\"100%\"},variant:\"X1S6GjFVB\",width:\"100%\",...addPropertyOverrides({f8eHtqs_m:{variant:\"xSa8I9HKm\"}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-k44h9y\",layoutDependency:layoutDependency,layoutId:\"ihH7P2EyL\",...addPropertyOverrides({MF3ugnC1R:{\"data-highlight\":true,onTap:onTap4yfpsm}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-zij0ym-container\",id:`${layoutId}-zij0ym`,layoutDependency:layoutDependency,layoutId:\"q3aY6DdHa-container\",ref:ref2,children:[/*#__PURE__*/_jsx(Nav_drop_MATA,{EQb7imAmk:\"rgb(255, 255, 255)\",height:\"100%\",id:\"q3aY6DdHa\",layoutId:\"q3aY6DdHa\",LKMYjRakl:LKMYjRakl1gx595p(overlay),sV7CnZhKt:\"rgb(255, 255, 255)\",variant:overlay.visible?\"EFRwHQfqy\":\"iuPXp0qJZ\",width:\"100%\",...addPropertyOverrides({f8eHtqs_m:{EQb7imAmk:\"rgb(25, 25, 25)\",sV7CnZhKt:\"rgb(25, 25, 25)\"}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:false,\"data-framer-portal-id\":`${layoutId}-zij0ym`,offsetX:10.5,offsetY:24,onDismiss:overlay.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-12rthca\",\"data-border\":true,\"data-framer-name\":\"Menu\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"yn8W5zZCb\",ref:ref3,role:\"dialog\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(238, 238, 238)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"rgb(255, 255, 255)\"},children:[/*#__PURE__*/_jsx(Link,{href:TgI1k0yG1,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1cdotvl framer-p1zskq\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"XGTBOJ8P0\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1yyke0n\",layoutDependency:layoutDependency,layoutId:\"iGTCHT_j7\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-whxnsx\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"ieUF7V1KH\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1occioa\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"XUNQBR4JN\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40 20V0H7.91838e-07V40H40V20ZM2.27274 19.9838L2.28854 2.40347H37.7115L37.7431 37.5632H2.25694L2.27274 19.9828V19.9838ZM29.4498 33.6355L30.9061 32.724L30.9081 19.3106C30.9081 11.9336 30.8992 5.89714 30.8854 5.89714C30.8202 5.89714 19.963 12.2707 19.9245 12.3323C19.8998 12.3717 19.8633 12.404 19.8435 12.404C19.8238 12.404 19.7872 12.3717 19.7626 12.3323C19.7241 12.2707 8.86684 5.89714 8.80168 5.89714C8.78786 5.89714 8.77798 11.9336 8.77897 19.3106L8.78095 32.724L10.2451 33.6375C11.0507 34.1402 11.727 34.5511 11.7487 34.5511H11.7872V16.9737L11.8781 17.009C11.9284 17.0292 12.9019 17.6258 14.0412 18.3364L16.1126 19.6275L16.1145 32.724L17.3526 33.5103C18.0328 33.9434 18.6815 34.3572 18.794 34.4299L18.9974 34.5632V17.7772L15.3948 15.7634L11.7922 13.7506L11.7902 12.7411L11.7882 11.7317H11.8208C11.8386 11.7317 11.959 11.7983 12.0874 11.8811C12.2157 11.9629 13.0549 12.4141 13.9514 12.8835C14.8478 13.3528 16.5154 14.2371 17.6577 14.8498L19.7339 15.9622H19.9571L22.0333 14.8498C23.1746 14.2381 24.8431 13.3528 25.7396 12.8835C26.6361 12.4141 27.4753 11.9629 27.6036 11.8811C27.732 11.7983 27.8524 11.7317 27.8702 11.7317H27.9028L27.9008 12.7411L27.8988 13.7506L24.2962 15.7634L20.6936 17.7772V34.5642L20.897 34.4309C21.0095 34.3582 21.6572 33.9444 22.3384 33.5113L23.5765 32.725L23.5784 19.6285L25.6498 18.3375C26.7891 17.6268 27.7626 17.0302 27.8129 17.01L27.9037 16.9747V34.5531L27.9511 34.5511C27.9768 34.5511 28.6531 34.1392 29.4538 33.6375L29.4498 33.6355Z\" fill=\"#2F2F2F\"/>\\n</svg>\\n',withExternalLayout:true})})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-7t1bb\",layoutDependency:layoutDependency,layoutId:\"UR17pHGw9\",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-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"Movement & Therapy\"})}),className:\"framer-1ryam6o\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"eZVBZs5qC\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1nxyva8\",layoutDependency:layoutDependency,layoutId:\"kpB_uy0FW\",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\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-74b7aa81-315b-4da0-99e7-aaaa28832c4f, rgb(92, 92, 92)))\"},children:\"powered by\"})}),className:\"framer-4dfi3g\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"Nt_BaqsWN\",style:{\"--extracted-r6o4lv\":\"var(--token-74b7aa81-315b-4da0-99e7-aaaa28832c4f, rgb(92, 92, 92))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:189,pixelHeight:200,pixelWidth:378,src:\"https://framerusercontent.com/images/nmwwOm7p0gppH2IUzSszTCA7Fo.png\"},className:\"framer-1um85fp\",\"data-framer-name\":\"complete_logo_white\",layoutDependency:layoutDependency,layoutId:\"kLMwykjGX\"})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:t9AUozYjC,openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-wbmrek framer-p1zskq\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"mprKmMgD1\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-dtsipi\",layoutDependency:layoutDependency,layoutId:\"ol0JcmWgC\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-134iwib\",layoutDependency:layoutDependency,layoutId:\"UNo3zB855\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rnj1wy\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"gj25SAER7\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-lrdcvh\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"Kd3Aj95mh\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 34 17 L 34 0 L 0 0 L 0 34 L 34 34 Z M 1.932 16.986 L 1.945 2.043 L 32.055 2.043 L 32.082 31.929 L 1.918 31.929 L 1.932 16.985 Z M 25.032 28.59 L 26.27 27.815 L 26.272 16.414 C 26.272 10.144 26.264 5.013 26.253 5.013 C 26.197 5.013 16.969 10.43 16.936 10.482 C 16.915 10.516 16.884 10.543 16.867 10.543 C 16.85 10.543 16.819 10.516 16.798 10.482 C 16.765 10.43 7.537 5.013 7.481 5.013 C 7.47 5.013 7.461 10.144 7.462 16.414 L 7.464 27.815 L 8.708 28.592 C 9.393 29.019 9.968 29.368 9.986 29.368 L 10.019 29.368 L 10.019 14.428 L 10.096 14.458 C 10.139 14.475 10.967 14.982 11.935 15.586 L 13.696 16.683 L 13.697 27.815 L 14.75 28.484 C 15.328 28.852 15.879 29.204 15.975 29.265 L 16.148 29.379 L 16.148 15.111 L 13.086 13.399 L 10.023 11.688 L 10.022 10.83 L 10.02 9.972 L 10.048 9.972 C 10.063 9.972 10.165 10.029 10.274 10.099 C 10.383 10.168 11.097 10.552 11.859 10.951 C 12.621 11.35 14.038 12.102 15.009 12.622 L 16.774 13.568 L 16.964 13.568 L 18.728 12.622 C 19.698 12.102 21.117 11.35 21.879 10.951 C 22.641 10.552 23.354 10.168 23.463 10.099 C 23.572 10.029 23.675 9.972 23.69 9.972 L 23.717 9.972 L 23.716 10.83 L 23.714 11.688 L 20.652 13.399 L 17.59 15.111 L 17.59 29.38 L 17.762 29.266 C 17.858 29.204 18.409 28.853 18.988 28.485 L 20.04 27.816 L 20.042 16.684 L 21.802 15.587 C 22.771 14.983 23.598 14.476 23.641 14.459 L 23.718 14.428 L 23.718 29.37 L 23.758 29.368 C 23.78 29.368 24.355 29.018 25.036 28.592 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:386281943,withExternalLayout:true})})})}),/*#__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-weight\":\"500\",\"--framer-line-height\":\"1.3em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"Brazilian Jiu-Jitsu\"})}),className:\"framer-12rfjmu\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"jGQa72c0l\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})})]})})})]})})})})]})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-u24drd\",\"data-framer-name\":\"Nav Items\",layoutDependency:layoutDependency,layoutId:\"kefvAJ8ov\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-o9tiz1\",layoutDependency:layoutDependency,layoutId:\"faevM6DDa\",children:[/*#__PURE__*/_jsx(Link,{href:nJ8zVsIHu,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1djhupb framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"EYHFB1ulc\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"O BJJ\"})}),className:\"framer-6cr80y\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"SCDiKOpsT\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:Qwgca531d,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"rgb(25, 25, 25)\"},kyAn5zwdj:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(25, 25, 25))\"},children:\"O BJJ\"})})},kyAn5zwdj:{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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"O BJJ\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:CbkS1mzRK,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-17exe12 framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"gvcJD3HSu\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTapStart:onTapStartk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Pro\u010D MATA?\"})}),className:\"framer-12vbju\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"ahPXy91qp\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:CMHqbvXST,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue1=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Pro\u010D MATA?\"})})},iYKl1cmY3:{children:(_getLocalizedValue2=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Pro\u010D MATA?\"})})},KbCCAR__t:{children:(_getLocalizedValue3=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Pro\u010D MATA?\"})})},kyAn5zwdj:{children:(_getLocalizedValue4=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Pro\u010D MATA?\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:JG2E7Bsvr,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-16f2kaj framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"PKV2PWx0Z\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Tren\\xe9\u0159i\"})}),className:\"framer-5hw0pl\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"OrpTcJ1PB\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:XtnSrZJ4X,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue6=getLocalizedValue(\"v9\",activeLocale))!==null&&_getLocalizedValue6!==void 0?_getLocalizedValue6:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Tren\\xe9\u0159i\"})})},iYKl1cmY3:{children:(_getLocalizedValue7=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue7!==void 0?_getLocalizedValue7:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Tren\\xe9\u0159i\"})})},KbCCAR__t:{children:(_getLocalizedValue8=getLocalizedValue(\"v7\",activeLocale))!==null&&_getLocalizedValue8!==void 0?_getLocalizedValue8:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Tren\\xe9\u0159i\"})})},kyAn5zwdj:{children:(_getLocalizedValue9=getLocalizedValue(\"v8\",activeLocale))!==null&&_getLocalizedValue9!==void 0?_getLocalizedValue9:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Tren\\xe9\u0159i\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:C6fblerVX,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-9sjjcv framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"TeBCOo2J3\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue10=getLocalizedValue(\"v10\",activeLocale))!==null&&_getLocalizedValue10!==void 0?_getLocalizedValue10:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prostory\"})}),className:\"framer-jgo4n7\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"nY7CnbbBP\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:WsZu3Mn_Y,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue11=getLocalizedValue(\"v14\",activeLocale))!==null&&_getLocalizedValue11!==void 0?_getLocalizedValue11:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Prostory\"})})},iYKl1cmY3:{children:(_getLocalizedValue12=getLocalizedValue(\"v11\",activeLocale))!==null&&_getLocalizedValue12!==void 0?_getLocalizedValue12:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prostory\"})})},KbCCAR__t:{children:(_getLocalizedValue13=getLocalizedValue(\"v12\",activeLocale))!==null&&_getLocalizedValue13!==void 0?_getLocalizedValue13:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prostory\"})})},kyAn5zwdj:{children:(_getLocalizedValue14=getLocalizedValue(\"v13\",activeLocale))!==null&&_getLocalizedValue14!==void 0?_getLocalizedValue14:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Prostory\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:\"https://movement-therapy-academy-mata.reservio.com/events\",openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1t1ow9e framer-p1zskq\",\"data-framer-name\":\"Nav Item 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"dWGSGicMb\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue15=getLocalizedValue(\"v15\",activeLocale))!==null&&_getLocalizedValue15!==void 0?_getLocalizedValue15:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Rozvrh\"})}),className:\"framer-12wlpnf\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"VFe3c6LNK\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:oKnVgbDu7,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue16=getLocalizedValue(\"v19\",activeLocale))!==null&&_getLocalizedValue16!==void 0?_getLocalizedValue16:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Rozvrh\"})})},iYKl1cmY3:{children:(_getLocalizedValue17=getLocalizedValue(\"v16\",activeLocale))!==null&&_getLocalizedValue17!==void 0?_getLocalizedValue17:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Rozvrh\"})})},KbCCAR__t:{children:(_getLocalizedValue18=getLocalizedValue(\"v17\",activeLocale))!==null&&_getLocalizedValue18!==void 0?_getLocalizedValue18:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Rozvrh\"})})},kyAn5zwdj:{children:(_getLocalizedValue19=getLocalizedValue(\"v18\",activeLocale))!==null&&_getLocalizedValue19!==void 0?_getLocalizedValue19:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Rozvrh\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:sUg9maMVr,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-bkjcs6 framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"kqUZ1Mlq1\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue20=getLocalizedValue(\"v20\",activeLocale))!==null&&_getLocalizedValue20!==void 0?_getLocalizedValue20:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Cen\\xedk\"})}),className:\"framer-urwuah\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"PYaQTtxTL\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:yYcUmdCT4,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue21=getLocalizedValue(\"v24\",activeLocale))!==null&&_getLocalizedValue21!==void 0?_getLocalizedValue21:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Cen\\xedk\"})})},iYKl1cmY3:{children:(_getLocalizedValue22=getLocalizedValue(\"v21\",activeLocale))!==null&&_getLocalizedValue22!==void 0?_getLocalizedValue22:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Cen\\xedk\"})})},KbCCAR__t:{children:(_getLocalizedValue23=getLocalizedValue(\"v22\",activeLocale))!==null&&_getLocalizedValue23!==void 0?_getLocalizedValue23:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Cen\\xedk\"})})},kyAn5zwdj:{children:(_getLocalizedValue24=getLocalizedValue(\"v23\",activeLocale))!==null&&_getLocalizedValue24!==void 0?_getLocalizedValue24:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"Cen\\xedk\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:xOE3_1jRu,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-6bp305 framer-p1zskq\",\"data-framer-name\":\"Nav Item 3\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"pe0bVFSVl\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue25=getLocalizedValue(\"v25\",activeLocale))!==null&&_getLocalizedValue25!==void 0?_getLocalizedValue25:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"\u010Cast\\xe9 dotazy\"})}),className:\"framer-bk9obi\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"DLiEGyhBP\",style:{\"--extracted-r6o4lv\":\"var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255))\"},text:WD3HREoiT,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue26=getLocalizedValue(\"v29\",activeLocale))!==null&&_getLocalizedValue26!==void 0?_getLocalizedValue26:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"\u010Cast\\xe9 dotazy\"})})},iYKl1cmY3:{children:(_getLocalizedValue27=getLocalizedValue(\"v26\",activeLocale))!==null&&_getLocalizedValue27!==void 0?_getLocalizedValue27:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"\u010Cast\\xe9 dotazy\"})})},KbCCAR__t:{children:(_getLocalizedValue28=getLocalizedValue(\"v27\",activeLocale))!==null&&_getLocalizedValue28!==void 0?_getLocalizedValue28:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"\u010Cast\\xe9 dotazy\"})})},kyAn5zwdj:{children:(_getLocalizedValue29=getLocalizedValue(\"v28\",activeLocale))!==null&&_getLocalizedValue29!==void 0?_getLocalizedValue29:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-b6e0829d-dd86-4f75-adaf-a8c97081f898, rgb(255, 255, 255)))\"},children:\"\u010Cast\\xe9 dotazy\"})})}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(Link,{href:ULh86CKic,openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-jq1zi4 framer-p1zskq\",\"data-framer-name\":\"Nav Item 1\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"fdkaGhm9d\",style:{backgroundColor:\"rgba(0, 153, 255, 0)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10},...addPropertyOverrides({kyAn5zwdj:{\"data-highlight\":true,onTap:onTapk9ayvd}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue30=getLocalizedValue(\"v30\",activeLocale))!==null&&_getLocalizedValue30!==void 0?_getLocalizedValue30:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kontakt\"})}),className:\"framer-vkmqbz\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"tkzz3a4US\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:qKxWRt66x,variants:{f8eHtqs_m:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25))\"}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({f8eHtqs_m:{children:(_getLocalizedValue31=getLocalizedValue(\"v34\",activeLocale))!==null&&_getLocalizedValue31!==void 0?_getLocalizedValue31:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)))\"},children:\"Kontakt\"})})},iYKl1cmY3:{children:(_getLocalizedValue32=getLocalizedValue(\"v31\",activeLocale))!==null&&_getLocalizedValue32!==void 0?_getLocalizedValue32:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kontakt\"})})},KbCCAR__t:{children:(_getLocalizedValue33=getLocalizedValue(\"v32\",activeLocale))!==null&&_getLocalizedValue33!==void 0?_getLocalizedValue33:/*#__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\":\"15px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kontakt\"})})},kyAn5zwdj:{children:(_getLocalizedValue34=getLocalizedValue(\"v33\",activeLocale))!==null&&_getLocalizedValue34!==void 0?_getLocalizedValue34:/*#__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\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Kontakt\"})})}},baseVariant,gestureVariant)})})})]})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-b2jpbp\",layoutDependency:layoutDependency,layoutId:\"auUto2LjF\",children:[/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-y7fyp5-container\",id:`${layoutId}-y7fyp5`,layoutDependency:layoutDependency,layoutId:\"GNt5m1txh-container\",ref:ref4,children:[/*#__PURE__*/_jsx(LanguageSelector,{height:\"100%\",id:\"GNt5m1txh\",layoutId:\"GNt5m1txh\",nrczIFTnW:HzxkonORB,NSd2R1EPW:\"rgb(255, 255, 255)\",Rfm_mfJTk:Rfm_mfJTk1gx595p(overlay1),variant:overlay1.visible?\"HoI9rtvLQ\":\"Dze_02oYx\",width:\"100%\",...addPropertyOverrides({f8eHtqs_m:{NSd2R1EPW:'var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(25, 25, 25)) /* {\"name\":\"Template Text Color (Dark & Light)\"} */'}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref4,className:cx(serializationHash,classNames,...sharedStyleClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":`${layoutId}-y7fyp5`,offsetX:-32,offsetY:-.5,onDismiss:overlay1.hide,placement:\"bottom\",portalSelector:\"#overlay\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation1,className:\"framer-10pntbw\",exit:animation,initial:animation2,layoutDependency:layoutDependency,layoutId:\"kGpHwpF99\",ref:ref5,role:\"dialog\",style:{backgroundColor:\"rgb(255, 255, 255)\",boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\"},children:[/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Mi7F7BFGJ\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-g2ztdx framer-p1zskq\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"NPiztIPkQ\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gtusne\",layoutDependency:layoutDependency,layoutId:\"Q18AfAzQL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1tgkt1r-container\",layoutDependency:layoutDependency,layoutId:\"OSzeCamlZ-container\",children:/*#__PURE__*/_jsx(Twemoji,{height:\"100%\",id:\"OSzeCamlZ\",isSelection:false,layoutId:\"OSzeCamlZ\",search:\"\uD83C\uDDE8\uD83C\uDDFF\",selection:\"\uD83D\uDD25\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__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-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"\u010Ce\u0161tina\"})}),className:\"framer-1mhfh2v\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"uyT_Blv1P\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"qS7mUH081\"},openInNewTab:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1byj6sr framer-p1zskq\",\"data-framer-name\":\"Item\",layoutDependency:layoutDependency,layoutId:\"mK_sMr6_9\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gizt0j\",layoutDependency:layoutDependency,layoutId:\"cK14YmzGb\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-qhv29r-container\",layoutDependency:layoutDependency,layoutId:\"hoUI76uNC-container\",children:/*#__PURE__*/_jsx(Twemoji,{height:\"100%\",id:\"hoUI76uNC\",isSelection:false,layoutId:\"hoUI76uNC\",search:\"\uD83C\uDDFA\uD83C\uDDF8\",selection:\"\uD83D\uDD25\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})}),/*#__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-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"English\"})}),className:\"framer-myfugq\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"LZTWiHVwx\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})]})})})]})})})]})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z98t96-container\",layoutDependency:layoutDependency,layoutId:\"nLpFrcois-container\",children:/*#__PURE__*/_jsx(MainHeaderButton,{gIRdKEp2A:false,height:\"100%\",id:\"nLpFrcois\",layoutId:\"nLpFrcois\",mso6iTdH4:\"https://movement-therapy-academy-mata.reservio.com/events\",MUwQZW7kQ:i5KDpDPH0,Rucaa05ae:\"ArrowRight\",SBWiGknM5:14,variant:\"oILG5AxYK\",W1CfOP6DB:false,width:\"100%\",...addPropertyOverrides({f8eHtqs_m:{variant:\"E1jxQ1mGL\"},kyAn5zwdj:{style:{width:\"100%\"},variant:\"E1jxQ1mGL\"}},baseVariant,gestureVariant)})})]})]})}),isDisplayed2()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1k0806z\",\"data-framer-name\":\"Dropdown\",layoutDependency:layoutDependency,layoutId:\"hsnWvM0d_\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1di5uak\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"xiTuCkzqE\",onMouseLeave:onMouseLeave1b79xn0,style:{backgroundColor:\"var(--token-1c6c07bc-add0-4e58-81e7-e571ab4ce5be, rgb(255, 255, 255))\",boxShadow:\"0px 8px 40px 3px rgba(0, 0, 0, 0.1)\"},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-h19az4\",\"data-framer-name\":\"Col 1\",layoutDependency:layoutDependency,layoutId:\"GyQ3Zqfjh\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-18pf9vr\",layoutDependency:layoutDependency,layoutId:\"EUF_XcIKJ\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://helpful-value-927243.framer.app/\",openInNewTab:false,children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-1htq161 framer-p1zskq\",layoutDependency:layoutDependency,layoutId:\"o7IFf7dMW\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-r4ccyt\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"OxuI9ebjo\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-mosbtc\",\"data-framer-name\":\"Vector\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:40,layoutDependency:layoutDependency,layoutId:\"xqlOtZeAa\",svg:'<svg width=\"40\" height=\"40\" viewBox=\"0 0 40 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M40 20V0H7.91838e-07V40H40V20ZM2.27274 19.9838L2.28854 2.40347H37.7115L37.7431 37.5632H2.25694L2.27274 19.9828V19.9838ZM29.4498 33.6355L30.9061 32.724L30.9081 19.3106C30.9081 11.9336 30.8992 5.89714 30.8854 5.89714C30.8202 5.89714 19.963 12.2707 19.9245 12.3323C19.8998 12.3717 19.8633 12.404 19.8435 12.404C19.8238 12.404 19.7872 12.3717 19.7626 12.3323C19.7241 12.2707 8.86684 5.89714 8.80168 5.89714C8.78786 5.89714 8.77798 11.9336 8.77897 19.3106L8.78095 32.724L10.2451 33.6375C11.0507 34.1402 11.727 34.5511 11.7487 34.5511H11.7872V16.9737L11.8781 17.009C11.9284 17.0292 12.9019 17.6258 14.0412 18.3364L16.1126 19.6275L16.1145 32.724L17.3526 33.5103C18.0328 33.9434 18.6815 34.3572 18.794 34.4299L18.9974 34.5632V17.7772L15.3948 15.7634L11.7922 13.7506L11.7902 12.7411L11.7882 11.7317H11.8208C11.8386 11.7317 11.959 11.7983 12.0874 11.8811C12.2157 11.9629 13.0549 12.4141 13.9514 12.8835C14.8478 13.3528 16.5154 14.2371 17.6577 14.8498L19.7339 15.9622H19.9571L22.0333 14.8498C23.1746 14.2381 24.8431 13.3528 25.7396 12.8835C26.6361 12.4141 27.4753 11.9629 27.6036 11.8811C27.732 11.7983 27.8524 11.7317 27.8702 11.7317H27.9028L27.9008 12.7411L27.8988 13.7506L24.2962 15.7634L20.6936 17.7772V34.5642L20.897 34.4309C21.0095 34.3582 21.6572 33.9444 22.3384 33.5113L23.5765 32.725L23.5784 19.6285L25.6498 18.3375C26.7891 17.6268 27.7626 17.0302 27.8129 17.01L27.9037 16.9747V34.5531L27.9511 34.5511C27.9768 34.5511 28.6531 34.1392 29.4538 33.6375L29.4498 33.6355Z\" fill=\"#2F2F2F\"/>\\n</svg>\\n',withExternalLayout:true})}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q0ve7g\",layoutDependency:layoutDependency,layoutId:\"MS8A5GvbQ\",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-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"Movement & Therapy\"})}),className:\"framer-b8rl80\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"sDvi6WRLQ\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1fs9a3t\",layoutDependency:layoutDependency,layoutId:\"azCPpvL7b\",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\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-74b7aa81-315b-4da0-99e7-aaaa28832c4f, rgb(92, 92, 92)))\"},children:\"powered by\"})}),className:\"framer-1o7495z\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"drNTpFh5T\",style:{\"--extracted-r6o4lv\":\"var(--token-74b7aa81-315b-4da0-99e7-aaaa28832c4f, rgb(92, 92, 92))\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:100,intrinsicWidth:189,pixelHeight:200,pixelWidth:378,src:\"https://framerusercontent.com/images/nmwwOm7p0gppH2IUzSszTCA7Fo.png\"},className:\"framer-kw07za\",\"data-framer-name\":\"complete_logo_white\",layoutDependency:layoutDependency,layoutId:\"aLEkGXdMP\"})]})]})]})}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Mi7F7BFGJ\"},children:/*#__PURE__*/_jsxs(motion.a,{className:\"framer-qx7p43 framer-p1zskq\",layoutDependency:layoutDependency,layoutId:\"DxjZ33WCq\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-k4axbi\",layoutDependency:layoutDependency,layoutId:\"pgnwyJbhV\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1gcjrzq\",layoutDependency:layoutDependency,layoutId:\"TCdKmFxPT\",style:{backgroundColor:\"rgb(0, 0, 0)\"},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-119n2zw\",\"data-framer-name\":\"Logo\",layoutDependency:layoutDependency,layoutId:\"rdYMsMvLv\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-1mzngxt\",\"data-framer-name\":\"Vector\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"tiVE9ICyi\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 34 34\"><path d=\"M 34 17 L 34 0 L 0 0 L 0 34 L 34 34 Z M 1.932 16.986 L 1.945 2.043 L 32.055 2.043 L 32.082 31.929 L 1.918 31.929 L 1.932 16.985 Z M 25.032 28.59 L 26.27 27.815 L 26.272 16.414 C 26.272 10.144 26.264 5.013 26.253 5.013 C 26.197 5.013 16.969 10.43 16.936 10.482 C 16.915 10.516 16.884 10.543 16.867 10.543 C 16.85 10.543 16.819 10.516 16.798 10.482 C 16.765 10.43 7.537 5.013 7.481 5.013 C 7.47 5.013 7.461 10.144 7.462 16.414 L 7.464 27.815 L 8.708 28.592 C 9.393 29.019 9.968 29.368 9.986 29.368 L 10.019 29.368 L 10.019 14.428 L 10.096 14.458 C 10.139 14.475 10.967 14.982 11.935 15.586 L 13.696 16.683 L 13.697 27.815 L 14.75 28.484 C 15.328 28.852 15.879 29.204 15.975 29.265 L 16.148 29.379 L 16.148 15.111 L 13.086 13.399 L 10.023 11.688 L 10.022 10.83 L 10.02 9.972 L 10.048 9.972 C 10.063 9.972 10.165 10.029 10.274 10.099 C 10.383 10.168 11.097 10.552 11.859 10.951 C 12.621 11.35 14.038 12.102 15.009 12.622 L 16.774 13.568 L 16.964 13.568 L 18.728 12.622 C 19.698 12.102 21.117 11.35 21.879 10.951 C 22.641 10.552 23.354 10.168 23.463 10.099 C 23.572 10.029 23.675 9.972 23.69 9.972 L 23.717 9.972 L 23.716 10.83 L 23.714 11.688 L 20.652 13.399 L 17.59 15.111 L 17.59 29.38 L 17.762 29.266 C 17.858 29.204 18.409 28.853 18.988 28.485 L 20.04 27.816 L 20.042 16.684 L 21.802 15.587 C 22.771 14.983 23.598 14.476 23.641 14.459 L 23.718 14.428 L 23.718 29.37 L 23.758 29.368 C 23.78 29.368 24.355 29.018 25.036 28.592 Z\" fill=\"hsl(0, 0%, 100%)\"></path></svg>',svgContentId:386281943,withExternalLayout:true})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8hw1zm\",layoutDependency:layoutDependency,layoutId:\"lkQPZkqIU\",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-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0)))\"},children:\"Brazilian Jiu-Jitsu\"})}),className:\"framer-1me7svw\",fonts:[\"GF;DM Sans-500\"],layoutDependency:layoutDependency,layoutId:\"lpNjnCaGU\",style:{\"--extracted-r6o4lv\":\"var(--token-03e42024-a4ba-4e9a-b19a-807b23c130af, rgb(0, 0, 0))\"},verticalAlignment:\"top\",withExternalLayout:true})})]})})]})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-118e1mz\",\"data-framer-name\":\"Col 2\",layoutDependency:layoutDependency,layoutId:\"jF88sRcN5\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-10e6zh6\",layoutDependency:layoutDependency,layoutId:\"hD4n0deBL\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1udjqwr-container\",layoutDependency:layoutDependency,layoutId:\"qvmly1vm5-container\",children:/*#__PURE__*/_jsx(DropdownMenuItem,{height:\"100%\",I7bBfzfuO:\"/contact\",id:\"qvmly1vm5\",layoutId:\"qvmly1vm5\",mpzEUkxus:false,rhextRJEh:\"Soukrom\\xe9 tr\\xe9ninky\",style:{width:\"100%\"},width:\"100%\",ZuEZQ8HGS:\"Send Us a Message and we'll be on our way to Help you!\"})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"lUD_rjO_K\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(motion.div,{className:\"framer-95pw4b-container\",layoutDependency:layoutDependency,layoutId:\"nkA_F0yoy-container\",children:/*#__PURE__*/_jsx(DropdownMenuItem,{height:\"100%\",I7bBfzfuO:resolvedLinks[0],id:\"nkA_F0yoy\",layoutId:\"nkA_F0yoy\",mpzEUkxus:false,rhextRJEh:\"Skupinov\\xe9 tr\\xe9ninky\",style:{width:\"100%\"},width:\"100%\",ZuEZQ8HGS:\"If you've any questions, It's best to look at FAQs first!\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ha73q4-container\",layoutDependency:layoutDependency,layoutId:\"puuo1XQlM-container\",children:/*#__PURE__*/_jsx(DropdownMenuItem,{height:\"100%\",I7bBfzfuO:\"https://www.framer.com/motion/\",id:\"puuo1XQlM\",layoutId:\"puuo1XQlM\",mpzEUkxus:true,rhextRJEh:\"Manu\\xe1ln\\xed terapie (mas\\xe1\u017E)\",style:{width:\"100%\"},width:\"100%\",ZuEZQ8HGS:\"Uvoln\u011Bn\\xed od aktun\\xed bolesti.\"})})]})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1grtdn7\",layoutDependency:layoutDependency,layoutId:\"IBlh0GgIc\",style:{backgroundColor:\"var(--token-1c6c07bc-add0-4e58-81e7-e571ab4ce5be, rgb(255, 255, 255))\",borderBottomLeftRadius:5,borderBottomRightRadius:5,borderTopLeftRadius:5,borderTopRightRadius:5,rotate:-45},variants:{iYKl1cmY3:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0},MF3ugnC1R:{borderBottomLeftRadius:0,borderBottomRightRadius:0,borderTopLeftRadius:0,borderTopRightRadius:0}}})]})]})})})});});const css=['.framer-Md33f[data-border=\"true\"]::after, .framer-Md33f [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-Md33f.framer-p1zskq, .framer-Md33f .framer-p1zskq { display: block; }\",\".framer-Md33f.framer-19t5d3w { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: wrap; gap: 10px; height: auto; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1400px; }\",\".framer-Md33f .framer-1av53js { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 100%; overflow: visible; padding: 16px 24px 16px 24px; position: relative; width: 100%; z-index: 1; }\",\".framer-Md33f .framer-1e7vw6v { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px 10px 0px 10px; position: relative; width: 100%; z-index: 1; }\",\".framer-Md33f .framer-1rfufv6 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Md33f .framer-1g4vgcw { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Md33f .framer-s5cbq7-container { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-Md33f .framer-o7qf3z { align-content: center; align-items: center; display: flex; flex: 40 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Md33f .framer-1ucicun { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-Md33f .framer-ssru8r { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; text-decoration: none; width: 40px; }\",\".framer-Md33f .framer-zv2byr-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-Md33f .framer-k44h9y { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 20px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-zij0ym-container, .framer-Md33f .framer-y7fyp5-container, .framer-Md33f .framer-z98t96-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-Md33f .framer-12rthca { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 24px 24px 24px 24px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1cdotvl, .framer-Md33f .framer-wbmrek, .framer-Md33f .framer-g2ztdx, .framer-Md33f .framer-1byj6sr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Md33f .framer-1yyke0n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 40px; }\",\".framer-Md33f .framer-whxnsx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1occioa { flex: none; height: 34px; position: relative; width: 34px; }\",\".framer-Md33f .framer-7t1bb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1ryam6o, .framer-Md33f .framer-4dfi3g, .framer-Md33f .framer-6cr80y, .framer-Md33f .framer-12vbju, .framer-Md33f .framer-5hw0pl, .framer-Md33f .framer-jgo4n7, .framer-Md33f .framer-12wlpnf, .framer-Md33f .framer-urwuah, .framer-Md33f .framer-bk9obi, .framer-Md33f .framer-vkmqbz, .framer-Md33f .framer-1mhfh2v, .framer-Md33f .framer-myfugq, .framer-Md33f .framer-b8rl80, .framer-Md33f .framer-1o7495z, .framer-Md33f .framer-1me7svw { flex: none; height: auto; overflow: visible; position: relative; white-space: pre; width: auto; }\",\".framer-Md33f .framer-1nxyva8, .framer-Md33f .framer-1fs9a3t { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1um85fp, .framer-Md33f .framer-kw07za { flex: none; height: 12px; overflow: visible; position: relative; width: 23px; }\",\".framer-Md33f .framer-dtsipi, .framer-Md33f .framer-k4axbi { flex: none; height: 40px; overflow: visible; position: relative; width: 40px; }\",\".framer-Md33f .framer-134iwib, .framer-Md33f .framer-1gcjrzq { flex: none; height: 40px; left: 0px; overflow: visible; position: absolute; top: 0px; width: 40px; }\",\".framer-Md33f .framer-rnj1wy, .framer-Md33f .framer-119n2zw { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 3232px); left: -1596px; overflow: visible; position: absolute; right: -1596px; top: -1596px; }\",\".framer-Md33f .framer-lrdcvh, .framer-Md33f .framer-mosbtc, .framer-Md33f .framer-1mzngxt { flex: none; height: 34px; left: calc(50.00000000000002% - 34px / 2); position: absolute; top: calc(50.00000000000002% - 34px / 2); width: 34px; }\",\".framer-Md33f .framer-12rfjmu { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-Md33f .framer-u24drd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-o9tiz1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 45px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1djhupb, .framer-Md33f .framer-bkjcs6, .framer-Md33f .framer-6bp305 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: 45px; justify-content: center; padding: 5px 16px 5px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Md33f .framer-17exe12, .framer-Md33f .framer-16f2kaj, .framer-Md33f .framer-9sjjcv, .framer-Md33f .framer-1t1ow9e, .framer-Md33f .framer-jq1zi4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 45px; justify-content: center; padding: 5px 16px 5px 16px; position: relative; text-decoration: none; width: min-content; }\",\".framer-Md33f .framer-b2jpbp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-end; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 1px; }\",\".framer-Md33f .framer-10pntbw { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px 16px 16px 16px; position: relative; width: min-content; }\",\".framer-Md33f .framer-gtusne, .framer-Md33f .framer-gizt0j { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1tgkt1r-container, .framer-Md33f .framer-qhv29r-container { flex: none; height: 20px; position: relative; width: 20px; }\",\".framer-Md33f .framer-1k0806z { align-content: center; align-items: center; bottom: -385px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; left: -1px; overflow: visible; padding: 0px 0px 0px 0px; pointer-events: auto; position: absolute; width: min-content; z-index: 1; }\",\".framer-Md33f .framer-1di5uak { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: auto; justify-content: center; overflow: hidden; padding: 24px 25px 24px 25px; position: relative; width: auto; z-index: 10; }\",\".framer-Md33f .framer-h19az4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 25px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-18pf9vr { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 1335px; }\",\".framer-Md33f .framer-1htq161 { align-content: center; align-items: center; aspect-ratio: 4.153846153846154 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: var(--framer-aspect-ratio-supported, 65px); justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 270px; }\",\".framer-Md33f .framer-r4ccyt { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 40px); overflow: visible; position: relative; width: 40px; }\",\".framer-Md33f .framer-1q0ve7g { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 134px; }\",\".framer-Md33f .framer-qx7p43 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 65px; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; text-decoration: none; width: 270px; }\",\".framer-Md33f .framer-8hw1zm { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 134px; }\",\".framer-Md33f .framer-118e1mz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-10e6zh6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 15px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: min-content; }\",\".framer-Md33f .framer-1udjqwr-container, .framer-Md33f .framer-95pw4b-container, .framer-Md33f .framer-1ha73q4-container { flex: none; height: auto; position: relative; width: 270px; }\",\".framer-Md33f .framer-1grtdn7 { flex: none; height: 27px; left: 95px; overflow: hidden; position: absolute; top: -9px; width: 25px; will-change: var(--framer-will-change-override, transform); z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-19t5d3w, .framer-Md33f .framer-1av53js, .framer-Md33f .framer-1e7vw6v, .framer-Md33f .framer-1rfufv6, .framer-Md33f .framer-1g4vgcw, .framer-Md33f .framer-o7qf3z, .framer-Md33f .framer-1ucicun, .framer-Md33f .framer-k44h9y, .framer-Md33f .framer-12rthca, .framer-Md33f .framer-1cdotvl, .framer-Md33f .framer-1yyke0n, .framer-Md33f .framer-whxnsx, .framer-Md33f .framer-7t1bb, .framer-Md33f .framer-1nxyva8, .framer-Md33f .framer-wbmrek, .framer-Md33f .framer-u24drd, .framer-Md33f .framer-o9tiz1, .framer-Md33f .framer-1djhupb, .framer-Md33f .framer-17exe12, .framer-Md33f .framer-16f2kaj, .framer-Md33f .framer-9sjjcv, .framer-Md33f .framer-1t1ow9e, .framer-Md33f .framer-bkjcs6, .framer-Md33f .framer-6bp305, .framer-Md33f .framer-jq1zi4, .framer-Md33f .framer-b2jpbp, .framer-Md33f .framer-10pntbw, .framer-Md33f .framer-g2ztdx, .framer-Md33f .framer-gtusne, .framer-Md33f .framer-1byj6sr, .framer-Md33f .framer-gizt0j, .framer-Md33f .framer-1k0806z, .framer-Md33f .framer-1di5uak, .framer-Md33f .framer-h19az4, .framer-Md33f .framer-18pf9vr, .framer-Md33f .framer-1htq161, .framer-Md33f .framer-1q0ve7g, .framer-Md33f .framer-1fs9a3t, .framer-Md33f .framer-qx7p43, .framer-Md33f .framer-8hw1zm, .framer-Md33f .framer-118e1mz, .framer-Md33f .framer-10e6zh6 { gap: 0px; } .framer-Md33f.framer-19t5d3w > *, .framer-Md33f .framer-1av53js > *, .framer-Md33f .framer-1k0806z > *, .framer-Md33f .framer-118e1mz > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Md33f.framer-19t5d3w > :first-child, .framer-Md33f .framer-1av53js > :first-child, .framer-Md33f .framer-12rthca > :first-child, .framer-Md33f .framer-7t1bb > :first-child, .framer-Md33f .framer-10pntbw > :first-child, .framer-Md33f .framer-1k0806z > :first-child, .framer-Md33f .framer-1di5uak > :first-child, .framer-Md33f .framer-h19az4 > :first-child, .framer-Md33f .framer-1q0ve7g > :first-child, .framer-Md33f .framer-8hw1zm > :first-child, .framer-Md33f .framer-118e1mz > :first-child, .framer-Md33f .framer-10e6zh6 > :first-child { margin-top: 0px; } .framer-Md33f.framer-19t5d3w > :last-child, .framer-Md33f .framer-1av53js > :last-child, .framer-Md33f .framer-12rthca > :last-child, .framer-Md33f .framer-7t1bb > :last-child, .framer-Md33f .framer-10pntbw > :last-child, .framer-Md33f .framer-1k0806z > :last-child, .framer-Md33f .framer-1di5uak > :last-child, .framer-Md33f .framer-h19az4 > :last-child, .framer-Md33f .framer-1q0ve7g > :last-child, .framer-Md33f .framer-8hw1zm > :last-child, .framer-Md33f .framer-118e1mz > :last-child, .framer-Md33f .framer-10e6zh6 > :last-child { margin-bottom: 0px; } .framer-Md33f .framer-1e7vw6v > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-Md33f .framer-1e7vw6v > :first-child, .framer-Md33f .framer-1rfufv6 > :first-child, .framer-Md33f .framer-1g4vgcw > :first-child, .framer-Md33f .framer-o7qf3z > :first-child, .framer-Md33f .framer-1ucicun > :first-child, .framer-Md33f .framer-k44h9y > :first-child, .framer-Md33f .framer-1cdotvl > :first-child, .framer-Md33f .framer-1yyke0n > :first-child, .framer-Md33f .framer-whxnsx > :first-child, .framer-Md33f .framer-1nxyva8 > :first-child, .framer-Md33f .framer-wbmrek > :first-child, .framer-Md33f .framer-u24drd > :first-child, .framer-Md33f .framer-o9tiz1 > :first-child, .framer-Md33f .framer-1djhupb > :first-child, .framer-Md33f .framer-17exe12 > :first-child, .framer-Md33f .framer-16f2kaj > :first-child, .framer-Md33f .framer-9sjjcv > :first-child, .framer-Md33f .framer-1t1ow9e > :first-child, .framer-Md33f .framer-bkjcs6 > :first-child, .framer-Md33f .framer-6bp305 > :first-child, .framer-Md33f .framer-jq1zi4 > :first-child, .framer-Md33f .framer-b2jpbp > :first-child, .framer-Md33f .framer-g2ztdx > :first-child, .framer-Md33f .framer-gtusne > :first-child, .framer-Md33f .framer-1byj6sr > :first-child, .framer-Md33f .framer-gizt0j > :first-child, .framer-Md33f .framer-18pf9vr > :first-child, .framer-Md33f .framer-1htq161 > :first-child, .framer-Md33f .framer-1fs9a3t > :first-child, .framer-Md33f .framer-qx7p43 > :first-child { margin-left: 0px; } .framer-Md33f .framer-1e7vw6v > :last-child, .framer-Md33f .framer-1rfufv6 > :last-child, .framer-Md33f .framer-1g4vgcw > :last-child, .framer-Md33f .framer-o7qf3z > :last-child, .framer-Md33f .framer-1ucicun > :last-child, .framer-Md33f .framer-k44h9y > :last-child, .framer-Md33f .framer-1cdotvl > :last-child, .framer-Md33f .framer-1yyke0n > :last-child, .framer-Md33f .framer-whxnsx > :last-child, .framer-Md33f .framer-1nxyva8 > :last-child, .framer-Md33f .framer-wbmrek > :last-child, .framer-Md33f .framer-u24drd > :last-child, .framer-Md33f .framer-o9tiz1 > :last-child, .framer-Md33f .framer-1djhupb > :last-child, .framer-Md33f .framer-17exe12 > :last-child, .framer-Md33f .framer-16f2kaj > :last-child, .framer-Md33f .framer-9sjjcv > :last-child, .framer-Md33f .framer-1t1ow9e > :last-child, .framer-Md33f .framer-bkjcs6 > :last-child, .framer-Md33f .framer-6bp305 > :last-child, .framer-Md33f .framer-jq1zi4 > :last-child, .framer-Md33f .framer-b2jpbp > :last-child, .framer-Md33f .framer-g2ztdx > :last-child, .framer-Md33f .framer-gtusne > :last-child, .framer-Md33f .framer-1byj6sr > :last-child, .framer-Md33f .framer-gizt0j > :last-child, .framer-Md33f .framer-18pf9vr > :last-child, .framer-Md33f .framer-1htq161 > :last-child, .framer-Md33f .framer-1fs9a3t > :last-child, .framer-Md33f .framer-qx7p43 > :last-child { margin-right: 0px; } .framer-Md33f .framer-1rfufv6 > *, .framer-Md33f .framer-1g4vgcw > *, .framer-Md33f .framer-o7qf3z > *, .framer-Md33f .framer-1ucicun > *, .framer-Md33f .framer-1yyke0n > *, .framer-Md33f .framer-b2jpbp > *, .framer-Md33f .framer-1htq161 > *, .framer-Md33f .framer-qx7p43 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-Md33f .framer-k44h9y > *, .framer-Md33f .framer-17exe12 > *, .framer-Md33f .framer-16f2kaj > *, .framer-Md33f .framer-9sjjcv > *, .framer-Md33f .framer-1t1ow9e > *, .framer-Md33f .framer-jq1zi4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Md33f .framer-12rthca > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Md33f .framer-1cdotvl > *, .framer-Md33f .framer-wbmrek > *, .framer-Md33f .framer-g2ztdx > *, .framer-Md33f .framer-1byj6sr > * { margin: 0px; margin-left: calc(15px / 2); margin-right: calc(15px / 2); } .framer-Md33f .framer-whxnsx > *, .framer-Md33f .framer-u24drd > *, .framer-Md33f .framer-o9tiz1 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-Md33f .framer-7t1bb > *, .framer-Md33f .framer-1q0ve7g > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Md33f .framer-1nxyva8 > *, .framer-Md33f .framer-1djhupb > *, .framer-Md33f .framer-bkjcs6 > *, .framer-Md33f .framer-6bp305 > *, .framer-Md33f .framer-1fs9a3t > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-Md33f .framer-10pntbw > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Md33f .framer-gtusne > *, .framer-Md33f .framer-gizt0j > * { margin: 0px; margin-left: calc(6px / 2); margin-right: calc(6px / 2); } .framer-Md33f .framer-1di5uak > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-Md33f .framer-h19az4 > * { margin: 0px; margin-bottom: calc(25px / 2); margin-top: calc(25px / 2); } .framer-Md33f .framer-18pf9vr > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-Md33f .framer-8hw1zm > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-Md33f .framer-10e6zh6 > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } }\",\".framer-Md33f.framer-v-1ij2ti8.framer-19t5d3w, .framer-Md33f.framer-v-1ayyv91.framer-19t5d3w, .framer-Md33f.framer-v-rstcrc.framer-19t5d3w { width: 370px; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-1av53js { padding: 16px 0px 16px 0px; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-1e7vw6v, .framer-Md33f.framer-v-1ayyv91 .framer-1e7vw6v, .framer-Md33f.framer-v-rstcrc .framer-1e7vw6v { gap: unset; justify-content: space-between; padding: 0px 16px 0px 16px; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-1rfufv6, .framer-Md33f.framer-v-1ayyv91 .framer-1rfufv6, .framer-Md33f.framer-v-rstcrc .framer-1rfufv6 { flex: none; flex-direction: column; height: min-content; justify-content: center; width: 100%; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-1g4vgcw { flex: none; gap: unset; height: 40px; justify-content: space-between; width: 100%; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-s5cbq7-container, .framer-Md33f.framer-v-1ayyv91 .framer-s5cbq7-container, .framer-Md33f.framer-v-14weozj .framer-s5cbq7-container, .framer-Md33f.framer-v-rstcrc .framer-s5cbq7-container { height: 20px; order: 1; width: 25px; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-o7qf3z, .framer-Md33f.framer-v-ac036k .framer-h19az4, .framer-Md33f.framer-v-1ayyv91 .framer-o7qf3z, .framer-Md33f.framer-v-14weozj .framer-o7qf3z, .framer-Md33f.framer-v-rstcrc .framer-o7qf3z { order: 0; }\",\".framer-Md33f.framer-v-1ij2ti8 .framer-1ucicun, .framer-Md33f.framer-v-1ayyv91 .framer-1ucicun, .framer-Md33f.framer-v-14weozj .framer-1ucicun, .framer-Md33f.framer-v-rstcrc .framer-1ucicun { flex: 1 0 0px; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-v-1ij2ti8 .framer-1e7vw6v, .framer-Md33f.framer-v-1ij2ti8 .framer-1rfufv6, .framer-Md33f.framer-v-1ij2ti8 .framer-1g4vgcw { gap: 0px; } .framer-Md33f.framer-v-1ij2ti8 .framer-1e7vw6v > *, .framer-Md33f.framer-v-1ij2ti8 .framer-1e7vw6v > :first-child, .framer-Md33f.framer-v-1ij2ti8 .framer-1e7vw6v > :last-child, .framer-Md33f.framer-v-1ij2ti8 .framer-1g4vgcw > *, .framer-Md33f.framer-v-1ij2ti8 .framer-1g4vgcw > :first-child, .framer-Md33f.framer-v-1ij2ti8 .framer-1g4vgcw > :last-child { margin: 0px; } .framer-Md33f.framer-v-1ij2ti8 .framer-1rfufv6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Md33f.framer-v-1ij2ti8 .framer-1rfufv6 > :first-child { margin-top: 0px; } .framer-Md33f.framer-v-1ij2ti8 .framer-1rfufv6 > :last-child { margin-bottom: 0px; } }\",\".framer-Md33f.framer-v-ac036k .framer-1av53js { gap: 0px; height: 72px; }\",\".framer-Md33f.framer-v-ac036k .framer-1k0806z { bottom: -113px; left: 0px; }\",\".framer-Md33f.framer-v-ac036k .framer-1di5uak { width: 1400px; }\",\".framer-Md33f.framer-v-ac036k .framer-1q0ve7g, .framer-Md33f.framer-v-rstcrc .framer-1q0ve7g { width: min-content; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-v-ac036k .framer-1av53js { gap: 0px; } .framer-Md33f.framer-v-ac036k .framer-1av53js > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-Md33f.framer-v-ac036k .framer-1av53js > :first-child { margin-top: 0px; } .framer-Md33f.framer-v-ac036k .framer-1av53js > :last-child { margin-bottom: 0px; } }\",\".framer-Md33f.framer-v-1ayyv91 .framer-1av53js { height: 72px; padding: 16px 0px 16px 0px; }\",\".framer-Md33f.framer-v-1ayyv91 .framer-1g4vgcw, .framer-Md33f.framer-v-14weozj .framer-1g4vgcw, .framer-Md33f.framer-v-rstcrc .framer-1g4vgcw { flex: none; gap: unset; justify-content: space-between; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-v-1ayyv91 .framer-1e7vw6v, .framer-Md33f.framer-v-1ayyv91 .framer-1rfufv6, .framer-Md33f.framer-v-1ayyv91 .framer-1g4vgcw { gap: 0px; } .framer-Md33f.framer-v-1ayyv91 .framer-1e7vw6v > *, .framer-Md33f.framer-v-1ayyv91 .framer-1e7vw6v > :first-child, .framer-Md33f.framer-v-1ayyv91 .framer-1e7vw6v > :last-child, .framer-Md33f.framer-v-1ayyv91 .framer-1g4vgcw > *, .framer-Md33f.framer-v-1ayyv91 .framer-1g4vgcw > :first-child, .framer-Md33f.framer-v-1ayyv91 .framer-1g4vgcw > :last-child { margin: 0px; } .framer-Md33f.framer-v-1ayyv91 .framer-1rfufv6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Md33f.framer-v-1ayyv91 .framer-1rfufv6 > :first-child { margin-top: 0px; } .framer-Md33f.framer-v-1ayyv91 .framer-1rfufv6 > :last-child { margin-bottom: 0px; } }\",\".framer-Md33f.framer-v-14weozj.framer-19t5d3w { gap: 16px; width: 370px; }\",\".framer-Md33f.framer-v-14weozj .framer-1av53js { height: calc(var(--framer-viewport-height, 100vh) * 1); max-width: unset; overflow: hidden; padding: 16px 0px 144px 0px; }\",\".framer-Md33f.framer-v-14weozj .framer-1e7vw6v { align-content: flex-start; align-items: flex-start; flex: 1 0 0px; height: 1px; justify-content: flex-start; padding: 0px 16px 0px 16px; }\",\".framer-Md33f.framer-v-14weozj .framer-1rfufv6 { flex: none; flex-direction: column; gap: 24px; height: 100%; width: 100%; }\",\".framer-Md33f.framer-v-14weozj .framer-u24drd { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 15px; justify-content: flex-start; width: 100%; }\",\".framer-Md33f.framer-v-14weozj .framer-o9tiz1 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 4px; height: min-content; justify-content: flex-start; }\",\".framer-Md33f.framer-v-14weozj .framer-1djhupb, .framer-Md33f.framer-v-14weozj .framer-17exe12, .framer-Md33f.framer-v-14weozj .framer-16f2kaj, .framer-Md33f.framer-v-14weozj .framer-9sjjcv, .framer-Md33f.framer-v-14weozj .framer-1t1ow9e, .framer-Md33f.framer-v-14weozj .framer-bkjcs6, .framer-Md33f.framer-v-14weozj .framer-jq1zi4 { cursor: pointer; padding: 5px 16px 5px 0px; }\",\".framer-Md33f.framer-v-14weozj .framer-6bp305 { cursor: pointer; justify-content: flex-start; padding: 5px 16px 5px 0px; }\",\".framer-Md33f.framer-v-14weozj .framer-b2jpbp { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 24px; height: 1px; width: 100%; }\",\".framer-Md33f.framer-v-14weozj .framer-z98t96-container { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-v-14weozj.framer-19t5d3w, .framer-Md33f.framer-v-14weozj .framer-1rfufv6, .framer-Md33f.framer-v-14weozj .framer-1g4vgcw, .framer-Md33f.framer-v-14weozj .framer-u24drd, .framer-Md33f.framer-v-14weozj .framer-o9tiz1, .framer-Md33f.framer-v-14weozj .framer-b2jpbp { gap: 0px; } .framer-Md33f.framer-v-14weozj.framer-19t5d3w > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-Md33f.framer-v-14weozj.framer-19t5d3w > :first-child, .framer-Md33f.framer-v-14weozj .framer-1rfufv6 > :first-child, .framer-Md33f.framer-v-14weozj .framer-u24drd > :first-child, .framer-Md33f.framer-v-14weozj .framer-o9tiz1 > :first-child, .framer-Md33f.framer-v-14weozj .framer-b2jpbp > :first-child { margin-top: 0px; } .framer-Md33f.framer-v-14weozj.framer-19t5d3w > :last-child, .framer-Md33f.framer-v-14weozj .framer-1rfufv6 > :last-child, .framer-Md33f.framer-v-14weozj .framer-u24drd > :last-child, .framer-Md33f.framer-v-14weozj .framer-o9tiz1 > :last-child, .framer-Md33f.framer-v-14weozj .framer-b2jpbp > :last-child { margin-bottom: 0px; } .framer-Md33f.framer-v-14weozj .framer-1rfufv6 > *, .framer-Md33f.framer-v-14weozj .framer-b2jpbp > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-Md33f.framer-v-14weozj .framer-1g4vgcw > *, .framer-Md33f.framer-v-14weozj .framer-1g4vgcw > :first-child, .framer-Md33f.framer-v-14weozj .framer-1g4vgcw > :last-child { margin: 0px; } .framer-Md33f.framer-v-14weozj .framer-u24drd > * { margin: 0px; margin-bottom: calc(15px / 2); margin-top: calc(15px / 2); } .framer-Md33f.framer-v-14weozj .framer-o9tiz1 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-Md33f.framer-v-rstcrc .framer-1av53js { padding: 16px 0px 0px 0px; }\",\".framer-Md33f.framer-v-rstcrc .framer-k44h9y { cursor: pointer; }\",\".framer-Md33f.framer-v-rstcrc .framer-1k0806z { bottom: unset; left: unset; position: relative; width: 100%; }\",\".framer-Md33f.framer-v-rstcrc .framer-1di5uak { align-content: center; align-items: center; justify-content: flex-start; order: 0; padding: 24px 0px 24px 0px; width: 100%; }\",\".framer-Md33f.framer-v-rstcrc .framer-h19az4 { width: 90%; }\",\".framer-Md33f.framer-v-rstcrc .framer-18pf9vr { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; }\",\".framer-Md33f.framer-v-rstcrc .framer-1htq161 { aspect-ratio: unset; height: min-content; width: min-content; }\",\".framer-Md33f.framer-v-rstcrc .framer-qx7p43 { height: min-content; width: min-content; }\",\".framer-Md33f.framer-v-rstcrc .framer-1grtdn7 { order: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Md33f.framer-v-rstcrc .framer-1e7vw6v, .framer-Md33f.framer-v-rstcrc .framer-1rfufv6, .framer-Md33f.framer-v-rstcrc .framer-1g4vgcw, .framer-Md33f.framer-v-rstcrc .framer-18pf9vr { gap: 0px; } .framer-Md33f.framer-v-rstcrc .framer-1e7vw6v > *, .framer-Md33f.framer-v-rstcrc .framer-1e7vw6v > :first-child, .framer-Md33f.framer-v-rstcrc .framer-1e7vw6v > :last-child, .framer-Md33f.framer-v-rstcrc .framer-1g4vgcw > *, .framer-Md33f.framer-v-rstcrc .framer-1g4vgcw > :first-child, .framer-Md33f.framer-v-rstcrc .framer-1g4vgcw > :last-child { margin: 0px; } .framer-Md33f.framer-v-rstcrc .framer-1rfufv6 > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-Md33f.framer-v-rstcrc .framer-1rfufv6 > :first-child, .framer-Md33f.framer-v-rstcrc .framer-18pf9vr > :first-child { margin-top: 0px; } .framer-Md33f.framer-v-rstcrc .framer-1rfufv6 > :last-child, .framer-Md33f.framer-v-rstcrc .framer-18pf9vr > :last-child { margin-bottom: 0px; } .framer-Md33f.framer-v-rstcrc .framer-18pf9vr > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 72\n * @framerIntrinsicWidth 1400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"y2zPnm3Yw\":{\"layout\":[\"fixed\",\"auto\"]},\"iYKl1cmY3\":{\"layout\":[\"fixed\",\"auto\"]},\"KbCCAR__t\":{\"layout\":[\"fixed\",\"auto\"]},\"HROUFpIqo\":{\"layout\":[\"fixed\",\"auto\"]},\"kyAn5zwdj\":{\"layout\":[\"fixed\",\"auto\"]},\"MF3ugnC1R\":{\"layout\":[\"fixed\",\"auto\"]},\"f8eHtqs_m\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nMyP4YZl7\":\"invisible\",\"i5KDpDPH0\":\"title\",\"Qwgca531d\":\"nav1\",\"CMHqbvXST\":\"nav2\",\"XtnSrZJ4X\":\"nav3\",\"WsZu3Mn_Y\":\"nav4\",\"oKnVgbDu7\":\"nav5\",\"yYcUmdCT4\":\"nav6\",\"WD3HREoiT\":\"nav7\",\"qKxWRt66x\":\"nav8\",\"HzxkonORB\":\"language\",\"TgI1k0yG1\":\"mT\",\"t9AUozYjC\":\"bJJ\",\"rJVxe95mM\":\"home\",\"nJ8zVsIHu\":\"kotva1\",\"CbkS1mzRK\":\"kotva2\",\"JG2E7Bsvr\":\"kotva3\",\"C6fblerVX\":\"kotva4\",\"sUg9maMVr\":\"kotva5\",\"xOE3_1jRu\":\"kotva6\",\"ULh86CKic\":\"kotva7\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerK95MaGD3l=withCSS(Component,css,\"framer-Md33f\");export default FramerK95MaGD3l;FramerK95MaGD3l.displayName=\"Main Header (MATA)\";FramerK95MaGD3l.defaultProps={height:72,width:1400};addPropertyControls(FramerK95MaGD3l,{variant:{options:[\"KsI_YY3m0\",\"y2zPnm3Yw\",\"iYKl1cmY3\",\"KbCCAR__t\",\"HROUFpIqo\",\"kyAn5zwdj\",\"MF3ugnC1R\",\"f8eHtqs_m\"],optionTitles:[\"Nav_Transparent\",\"Mobile\",\"Nav_Choose\",\"Nav_Black\",\"After Scroll\",\"Mobile - Open\",\"Chose version\",\"Nav_White\"],title:\"Variant\",type:ControlType.Enum},nMyP4YZl7:{defaultValue:\"rgba(24, 24, 24, 0)\",title:\"Invisible\",type:ControlType.Color},i5KDpDPH0:{defaultValue:\"Chci tr\\xe9novat\",displayTextArea:false,title:\"Title\",type:ControlType.String},Qwgca531d:{defaultValue:\"O BJJ\",displayTextArea:false,title:\"Nav 1\",type:ControlType.String},CMHqbvXST:{defaultValue:\"Pro\u010D MATA?\",displayTextArea:false,title:\"Nav 2\",type:ControlType.String},XtnSrZJ4X:{defaultValue:\"Tren\\xe9\u0159i\",displayTextArea:false,title:\"Nav 3\",type:ControlType.String},WsZu3Mn_Y:{defaultValue:\"Prostory\",displayTextArea:false,title:\"Nav 4\",type:ControlType.String},oKnVgbDu7:{defaultValue:\"Rozvrh\",displayTextArea:false,title:\"Nav 5\",type:ControlType.String},yYcUmdCT4:{defaultValue:\"Cen\\xedk\",displayTextArea:false,title:\"Nav 6\",type:ControlType.String},WD3HREoiT:{defaultValue:\"\u010Cast\\xe9 dotazy\",displayTextArea:false,title:\"Nav 7\",type:ControlType.String},qKxWRt66x:{defaultValue:\"Kontakt\",displayTextArea:false,title:\"Nav 8\",type:ControlType.String},HzxkonORB:{defaultValue:\"CZ\",displayTextArea:false,title:\"Language\",type:ControlType.String},TgI1k0yG1:{title:\"M&T\",type:ControlType.Link},t9AUozYjC:{title:\"BJJ\",type:ControlType.Link},rJVxe95mM:{title:\"Home\",type:ControlType.Link},nJ8zVsIHu:{title:\"Kotva 1\",type:ControlType.Link},CbkS1mzRK:{title:\"Kotva 2\",type:ControlType.Link},JG2E7Bsvr:{title:\"Kotva 3\",type:ControlType.Link},C6fblerVX:{title:\"Kotva 4\",type:ControlType.Link},sUg9maMVr:{title:\"Kotva 5\",type:ControlType.Link},xOE3_1jRu:{title:\"Kotva 6\",type:ControlType.Link},ULh86CKic:{title:\"Kotva 7\",type:ControlType.Link}});addFonts(FramerK95MaGD3l,[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAkJxhS2f3ZGMZpg.woff2\",weight:\"500\"},...ElementsMenuIconFonts,...LogoFonts,...Nav_drop_MATAFonts,...LanguageSelectorFonts,...TwemojiFonts,...MainHeaderButtonFonts,...DropdownMenuItemFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerK95MaGD3l\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"nMyP4YZl7\\\":\\\"invisible\\\",\\\"i5KDpDPH0\\\":\\\"title\\\",\\\"Qwgca531d\\\":\\\"nav1\\\",\\\"CMHqbvXST\\\":\\\"nav2\\\",\\\"XtnSrZJ4X\\\":\\\"nav3\\\",\\\"WsZu3Mn_Y\\\":\\\"nav4\\\",\\\"oKnVgbDu7\\\":\\\"nav5\\\",\\\"yYcUmdCT4\\\":\\\"nav6\\\",\\\"WD3HREoiT\\\":\\\"nav7\\\",\\\"qKxWRt66x\\\":\\\"nav8\\\",\\\"HzxkonORB\\\":\\\"language\\\",\\\"TgI1k0yG1\\\":\\\"mT\\\",\\\"t9AUozYjC\\\":\\\"bJJ\\\",\\\"rJVxe95mM\\\":\\\"home\\\",\\\"nJ8zVsIHu\\\":\\\"kotva1\\\",\\\"CbkS1mzRK\\\":\\\"kotva2\\\",\\\"JG2E7Bsvr\\\":\\\"kotva3\\\",\\\"C6fblerVX\\\":\\\"kotva4\\\",\\\"sUg9maMVr\\\":\\\"kotva5\\\",\\\"xOE3_1jRu\\\":\\\"kotva6\\\",\\\"ULh86CKic\\\":\\\"kotva7\\\"}\",\"framerIntrinsicHeight\":\"72\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"y2zPnm3Yw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"iYKl1cmY3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"KbCCAR__t\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"HROUFpIqo\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kyAn5zwdj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"MF3ugnC1R\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f8eHtqs_m\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1400\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./K95MaGD3l.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"References\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"References\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"References\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"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,RichText,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Carousel from\"https://framerusercontent.com/modules/UIrMjSS6ZX89L0CsT8k6/w90zR0qzeh1mgaDSvD54/Carousel.js\";import KartaPavelMobil from\"https://framerusercontent.com/modules/IlXZ8OJyOVgTQYqz8XWn/JklyxgOn8OziWeBmBOgf/HNccN8xK3.js\";import Karta from\"https://framerusercontent.com/modules/OI1saEt5PievbMvd0OFD/sneA08FX6vprZnmpU0np/iPBsqjiNe.js\";import*as localizedValues from\"./kM1Dn_wkQ-0.js\";const RichTextWithFX=withFX(RichText);const KartaFonts=getFonts(Karta);const CarouselFonts=getFonts(Carousel);const MotionDivWithFX=withFX(motion.div);const KartaPavelMobilFonts=getFonts(KartaPavelMobil);const cycleOrder=[\"MjsXJuHwh\",\"lx5ZLtfT2\",\"oWC9L5sdp\"];const serializationHash=\"framer-o7sgc\";const variantClassNames={lx5ZLtfT2:\"framer-v-etq38r\",MjsXJuHwh:\"framer-v-14nlp9g\",oWC9L5sdp:\"framer-v-6wvsbw\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const animation={opacity:0,rotate:0,scale:1,x:0,y:30};const transition1={damping:100,delay:.3,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,scale:1,transition:transition1,x:0,y:30};const transformTemplate1=(_,t)=>`perspective(1200px) ${t}`;const addImageAlt=(image,alt)=>{if(!image||typeof image!==\"object\"){return;}return{...image,alt};};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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={Desktop:\"MjsXJuHwh\",Phone:\"oWC9L5sdp\",Tablet:\"lx5ZLtfT2\"};const getProps=({adam,dima,height,id,pavel,semyon,sofian,standa,title,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_ref5,_ref6,_humanReadableVariantMap_props_variant,_ref7;return{...props,hZpIJ5kmQ:(_ref=title!==null&&title!==void 0?title:props.hZpIJ5kmQ)!==null&&_ref!==void 0?_ref:\"Reference\",I_e4cdsmJ:(_ref1=semyon!==null&&semyon!==void 0?semyon:props.I_e4cdsmJ)!==null&&_ref1!==void 0?_ref1:\"Pokud hled\\xe1te m\\xedsto pro studium BJJ n\u011Bkde v okol\\xed Dejvic, m\\xe1te \u0161t\u011Bst\\xed. Vybaven\\xed t\u011Blocvi\u010Dny je ide\\xe1ln\\xed pro za\u010D\\xe1te\u010Dn\\xedky, jako jsem j\\xe1. Tr\\xe9ninkov\\xe9 prostory jsou \u010Dist\\xe9 a dob\u0159e udr\u017Eovan\\xe9. V\u0161ichni, jsou neuv\u011B\u0159iteln\u011B podporuj\\xedc\\xed a povzbuzuj\\xedc\\xed. Pokud chcete za\u010D\\xedt svou cestu BJJ, z cel\\xe9ho srdce v\\xe1m tuto t\u011Blocvi\u010Dnu doporu\u010Duji.\",MXUZDYWrV:(_ref2=adam!==null&&adam!==void 0?adam:props.MXUZDYWrV)!==null&&_ref2!==void 0?_ref2:\"Osobit\\xfd a neobvykl\\xfd design prostor, dokonal\\xfd servis v mal\\xe9 skupin\u011B fighter\u016F. Nikita je nav\\xedc mistr anal\\xfdzy.\",nsOaym5oF:(_ref3=pavel!==null&&pavel!==void 0?pavel:props.nsOaym5oF)!==null&&_ref3!==void 0?_ref3:'\"Jako za\u010D\\xe1te\u010Dn\\xedk mus\\xedm \u0159\\xedct, \u017Ee mi MATA extr\\xe9mn\u011B vyhovuje. V\u0161echny techniky i sparringy jsou pod dohledem tren\\xe9ra, tak\u017Ee zlep\u0161en\\xed je mnohem rychlej\u0161\\xed. Nikita bjj u\u010D\\xed systematicky, tak aby i za\u010D\\xe1te\u010Dn\\xedk pochopil co m\\xe1 v ka\u017Ed\\xe9 f\\xe1zi z\\xe1pasu d\u011Blat. Nav\\xedc atmosf\\xe9ra v gymu je 10/10.\"',oeX5zQIOo:(_ref4=sofian!==null&&sofian!==void 0?sofian:props.oeX5zQIOo)!==null&&_ref4!==void 0?_ref4:\"MATA je super. Prost\u0159ed\\xed, lidi, kvalita v\\xfduky, kvalita sparingu, v\u0161e top t\u0159ida. T\u011B\u0161\\xedte se na ka\u017Ed\\xfd dal\u0161\\xed tr\\xe9nink. Velmi doporu\u010Duji.je par\\xe1dn\\xed tren\\xe9r, ukazuje skv\u011Bl\\xe9 v\u011Bc\\xed, a co je nejd\u016Fle\u017Eit\u011Bj\u0161\\xed pro m\u011B, - d\u011Bl\\xe1 to systematick\\xfd. Gym je skv\u011Bl\\xfd, tatami velice pohodln\\xe9 a vhodn\\xe9 pro BJJ. Pl\\xe1nuji chodit do MATA regul\\xe9rn\u011B, v\u017Edy dozv\\xedm n\u011Bco nov\\xe9ho.\",P0g6IYikT:(_ref5=standa!==null&&standa!==void 0?standa:props.P0g6IYikT)!==null&&_ref5!==void 0?_ref5:\"Lekce v MATA Academy m\u016F\u017Eu jen doporu\u010Dit ka\u017Ed\\xe9mu, kdo chce posunout sv\\xe9 jiu jitsu na vy\u0161\u0161\\xed \\xfarove\u0148. Tr\\xe9ninky jsou zam\u011B\u0159eny i na pochopen\\xed z\\xe1kladn\\xedch princip\u016F, kter\\xe9 jsou i pro \u010Dlov\u011Bka za\u010D\\xednaj\\xedc\\xedho s brazilsk\\xfdm jiu jitsu nesm\\xedrn\u011B p\u0159\\xednosn\\xe9. Syst\\xe9m, kter\\xfdm Nikita vyu\u010Duje mi osobn\u011B p\u0159in\\xe1\u0161\\xed p\u0159edev\u0161\\xedm kvalitn\\xed v\\xfduku, skv\u011Blou partu lid\\xed, co se sna\u017E\\xed vz\\xe1jemn\u011B se zlep\u0161ovat a siln\u011Bj\u0161\\xedho bojov\\xe9ho ducha.\",UNpVj5vqA:(_ref6=dima!==null&&dima!==void 0?dima:props.UNpVj5vqA)!==null&&_ref6!==void 0?_ref6:\"Tr\\xe9nuji BJJ u\u017E n\u011Bjakou dobu, a ob\u010Das zajdu do nov\\xe9ho klubu pod\\xedvat se a zkusit n\u011Bco nov\\xe9ho. Volba MATA byla, pravd\u011Bpodobn\u011B, nejlep\u0161\\xed z t\u011Bch pokus\u016F. Nikita je par\\xe1dn\\xed tren\\xe9r, ukazuje skv\u011Bl\\xe9 v\u011Bc\\xed, a co je nejd\u016Fle\u017Eit\u011Bj\u0161\\xed pro m\u011B, - d\u011Bl\\xe1 to systematick\\xfd. Gym je skv\u011Bl\\xfd, tatami velice pohodln\\xe9 a vhodn\\xe9 pro BJJ. Pl\\xe1nuji chodit do MATA regul\\xe9rn\u011B, v\u017Edy dozv\\xedm n\u011Bco nov\\xe9ho.\",variant:(_ref7=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref7!==void 0?_ref7:\"MjsXJuHwh\"};};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,nsOaym5oF,P0g6IYikT,I_e4cdsmJ,MXUZDYWrV,UNpVj5vqA,oeX5zQIOo,hZpIJ5kmQ,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"MjsXJuHwh\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"oWC9L5sdp\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"oWC9L5sdp\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2;return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Transition,{value:transition,children:/*#__PURE__*/_jsxs(motion.section,{...restProps,animate:variants,className:cx(serializationHash,...sharedStyleClassNames,\"framer-14nlp9g\",className,classNames),\"data-framer-name\":\"Desktop\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"MjsXJuHwh\",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:{backgroundColor:\"rgb(255, 255, 255)\",...style},...addPropertyOverrides({lx5ZLtfT2:{\"data-framer-name\":\"Tablet\"},oWC9L5sdp:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-ogojla\",\"data-framer-name\":\"Testimonial-Header\",layoutDependency:layoutDependency,layoutId:\"jrq01CyGP\",children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Reference\"})}),className:\"framer-ho4488\",\"data-framer-name\":\"\uD83C\uDD70\uFE0F Heading\",fonts:[\"CUSTOM;Monument Extended Regular\"],layoutDependency:layoutDependency,layoutId:\"dbjCne879\",text:hZpIJ5kmQ,transformTemplate:transformTemplate1,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({lx5ZLtfT2:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"40px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Reference\"})})},oWC9L5sdp:{children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"Q1VTVE9NO01vbnVtZW50IEV4dGVuZGVkIFJlZ3VsYXI=\",\"--framer-font-family\":'\"Monument Extended Regular\", \"Monument Extended Regular Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"56px\",\"--framer-text-alignment\":\"center\",\"--framer-text-transform\":\"uppercase\"},children:\"Reference\"})})}},baseVariant,gestureVariant)})}),isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1gs88ca-container\",layoutDependency:layoutDependency,layoutId:\"TrwLvjgBU-container\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:'var(--token-64990846-1147-4915-89ba-e974bfe7f2a4, rgb(32, 33, 36)) /* {\"name\":\"Secondary\"} */',arrowPadding:34,arrowRadius:32,arrowSize:60,leftArrow:\"https://framerusercontent.com/images/ZrS7oDapJWeE1Jny4SlK51OsdJE.svg\",rightArrow:\"https://framerusercontent.com/images/OERvLRGKaVXw8opYUrZpXFzoU.svg\",showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:24,height:\"100%\",id:\"TrwLvjgBU\",layoutId:\"TrwLvjgBU\",padding:0,paddingBottom:0,paddingLeft:64,paddingPerSide:true,paddingRight:64,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:2,heightType:\"auto\",widthColumns:1,widthInset:0,widthType:\"columns\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-bszana-container\",\"data-framer-name\":\"Karta Pavel\",layoutDependency:layoutDependency,layoutId:\"Uc7AGVw7L-container\",name:\"Karta Pavel\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"White Belt\",Gbg7iuoJ0:nsOaym5oF,height:\"100%\",id:\"Uc7AGVw7L\",JcQm_60Xs:true,layoutId:\"Uc7AGVw7L\",name:\"Karta Pavel\",OJnMtIGiB:false,QG_Lj8qro:\"Pavel\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/BZkjGDtNEXVhsb9txkTePi8orw.webp?scale-down-to=512\"},\"Pavel Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-108eggw-container\",\"data-framer-name\":\"Karta Semyon\",layoutDependency:layoutDependency,layoutId:\"ziqnC3aWO-container\",name:\"Karta Semyon\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"White Belt\",Gbg7iuoJ0:I_e4cdsmJ,height:\"100%\",id:\"ziqnC3aWO\",JcQm_60Xs:true,layoutId:\"ziqnC3aWO\",name:\"Karta Semyon\",OJnMtIGiB:false,QG_Lj8qro:\"Semyon\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/4V1BosY8EK0HvtWFA1cGNtVqdKs.jpg?scale-down-to=512\"},\"Semyon Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1lotkll-container\",\"data-framer-name\":\"Karta Standa\",layoutDependency:layoutDependency,layoutId:\"yKy6rpCwA-container\",name:\"Karta Standa\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"Purple Belt\",Gbg7iuoJ0:P0g6IYikT,height:\"100%\",id:\"yKy6rpCwA\",JcQm_60Xs:true,layoutId:\"yKy6rpCwA\",name:\"Karta Standa\",OJnMtIGiB:false,QG_Lj8qro:\"Stanislav\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/6EBazQTyKipmEZoJq7H9zx402bQ.jpg?scale-down-to=512\"},\"Standa Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1glzl3q-container\",\"data-framer-name\":\"Karta Adam\",layoutDependency:layoutDependency,layoutId:\"c2jzN40pE-container\",name:\"Karta Adam\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"Blue Belt\",Gbg7iuoJ0:MXUZDYWrV,height:\"100%\",id:\"c2jzN40pE\",JcQm_60Xs:true,layoutId:\"c2jzN40pE\",name:\"Karta Adam\",OJnMtIGiB:false,QG_Lj8qro:\"Adam\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/3V5PIgYwf2Q3915gOk7RZymqINY.webp?scale-down-to=512\"},\"Adam Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-8np6ro-container\",\"data-framer-name\":\"Karta Dima\",layoutDependency:layoutDependency,layoutId:\"vbqOX0NJ8-container\",name:\"Karta Dima\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"Blue Belt\",Gbg7iuoJ0:UNpVj5vqA,height:\"100%\",id:\"vbqOX0NJ8\",JcQm_60Xs:true,layoutId:\"vbqOX0NJ8\",name:\"Karta Dima\",OJnMtIGiB:false,QG_Lj8qro:\"Dimitrij\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/I9b6vlnifiJDBsjxc1ehR9yQKY0.webp?scale-down-to=512\"},\"Dimitrij Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-v0ykcn-container\",\"data-framer-name\":\"Karta Sofian\",layoutDependency:layoutDependency,layoutId:\"eqg5DwRUv-container\",name:\"Karta Sofian\",children:/*#__PURE__*/_jsx(Karta,{CUUJypY_y:\"Purple Belt\",Gbg7iuoJ0:oeX5zQIOo,height:\"100%\",id:\"eqg5DwRUv\",JcQm_60Xs:true,layoutId:\"eqg5DwRUv\",name:\"Karta Sofian\",OJnMtIGiB:false,QG_Lj8qro:\"Sofian\",style:{width:\"100%\"},Whl2a7zaa:addImageAlt({src:\"https://framerusercontent.com/images/JVKCGh8Mh7I3WfM2QiDye8ZEZk.webp?scale-down-to=512\"},\"Sofian Portr\\xe9t\"),width:\"100%\",y1WRwb293:\"P\u0159e\u010D\\xedst si v\\xedce\"})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-1kiqzyo-container\",\"data-framer-name\":\"Carousel Mobile\",layoutDependency:layoutDependency,layoutId:\"G7N56RKUv-container\",name:\"Carousel Mobile\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(Carousel,{align:\"center\",ariaLabel:\"\",arrowObject:{arrowFill:'var(--token-64990846-1147-4915-89ba-e974bfe7f2a4, rgb(32, 33, 36)) /* {\"name\":\"Secondary\"} */',arrowPadding:16,arrowRadius:32,arrowSize:32,showMouseControls:true},axis:true,borderRadius:0,fadeObject:{fadeAlpha:0,fadeContent:false,fadeInset:0,fadeTransition:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:500,type:\"spring\"},fadeWidth:25},gap:8,height:\"100%\",id:\"G7N56RKUv\",layoutId:\"G7N56RKUv\",name:\"Carousel Mobile\",padding:0,paddingBottom:0,paddingLeft:16,paddingPerSide:true,paddingRight:0,paddingTop:0,progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0.2)\",dotsBlur:4,dotsFill:\"rgb(255, 255, 255)\",dotsGap:10,dotsInset:10,dotSize:10,dotsOpacity:.5,dotsPadding:10,dotsRadius:50,showProgressDots:false,showScrollbar:false},sizingObject:{heightInset:0,heightRows:1,heightType:\"auto\",widthColumns:1,widthInset:0,widthType:\"auto\"},slots:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-jtigdx-container\",layoutDependency:layoutDependency,layoutId:\"jRjaKHwkf-container\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:24,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/BZkjGDtNEXVhsb9txkTePi8orw.webp?scale-down-to=512\"},\"Pavel Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"White Belt\",id:\"jRjaKHwkf\",IIiH8ET6g:false,JgUJJdPT8:nsOaym5oF,layoutId:\"jRjaKHwkf\",M8pt3xETG:\"Pavel\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-jdfj6u-container\",\"data-framer-name\":\"Karta Semyon Mobil\",layoutDependency:layoutDependency,layoutId:\"bxyY8YEzQ-container\",name:\"Karta Semyon Mobil\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:24,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/4V1BosY8EK0HvtWFA1cGNtVqdKs.jpg?scale-down-to=512\"},\"Semyon Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"White Belt\",id:\"bxyY8YEzQ\",IIiH8ET6g:false,JgUJJdPT8:I_e4cdsmJ,layoutId:\"bxyY8YEzQ\",M8pt3xETG:\"Semyon\",name:\"Karta Semyon Mobil\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-kfsrl2-container\",\"data-framer-name\":\"Karta Standa Mobil\",layoutDependency:layoutDependency,layoutId:\"Fr9aESIHu-container\",name:\"Karta Standa Mobil\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:6,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/cLUMffhPFO8wGNGRsX4UCcIQqA.jpg?scale-down-to=512\"},\"Standa Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"Purple Belt\",id:\"Fr9aESIHu\",IIiH8ET6g:false,JgUJJdPT8:P0g6IYikT,layoutId:\"Fr9aESIHu\",M8pt3xETG:\"Stanislav\",name:\"Karta Standa Mobil\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-33dt3y-container\",\"data-framer-name\":\"Karta Adam Mobil\",layoutDependency:layoutDependency,layoutId:\"aOiUl6OLF-container\",name:\"Karta Adam Mobil\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:20,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/aZlr24oJgsIGs0g0WsrWRxw6pA8.jpg?scale-down-to=512\"},\"Adam Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"Blue Belt\",id:\"aOiUl6OLF\",IIiH8ET6g:false,JgUJJdPT8:MXUZDYWrV,layoutId:\"aOiUl6OLF\",M8pt3xETG:\"Adam\",name:\"Karta Adam Mobil\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-z4ny3v-container\",\"data-framer-name\":\"Karta Dima Mobil\",layoutDependency:layoutDependency,layoutId:\"XpBxH7sg9-container\",name:\"Karta Dima Mobil\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:24,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/I9b6vlnifiJDBsjxc1ehR9yQKY0.webp\",srcSet:\"https://framerusercontent.com/images/I9b6vlnifiJDBsjxc1ehR9yQKY0.webp 400w\"},\"Dimitrij Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"Blue Belt\",id:\"XpBxH7sg9\",IIiH8ET6g:false,JgUJJdPT8:UNpVj5vqA,layoutId:\"XpBxH7sg9\",M8pt3xETG:\"Dimitrij\",name:\"Karta Dima Mobil\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-19xo2da-container\",\"data-framer-name\":\"Karta Sofian Mobil\",layoutDependency:layoutDependency,layoutId:\"XaKsaA8Pl-container\",name:\"Karta Sofian Mobil\",children:/*#__PURE__*/_jsx(KartaPavelMobil,{CXQj2K90N:24,f_eC0Uy6n:addImageAlt({src:\"https://framerusercontent.com/images/JVKCGh8Mh7I3WfM2QiDye8ZEZk.webp?scale-down-to=512\"},\"Sofian Portr\\xe9t\"),F1bRh8vpx:\"P\u0159e\u010D\\xedst si v\\xedce\",height:\"100%\",hftEVI35G:\"Purple Belt\",id:\"XaKsaA8Pl\",IIiH8ET6g:false,JgUJJdPT8:oeX5zQIOo,layoutId:\"XaKsaA8Pl\",M8pt3xETG:\"Sofian\",name:\"Karta Sofian Mobil\",style:{height:\"100%\",width:\"100%\"},T_CUVsrgP:14,width:\"100%\"})})],snapObject:{fluid:true,snap:true,snapEdge:\"center\"},style:{width:\"100%\"},width:\"100%\",...addPropertyOverrides({oWC9L5sdp:{align:\"flex-start\",arrowObject:{arrowFill:'var(--token-64990846-1147-4915-89ba-e974bfe7f2a4, rgb(32, 33, 36)) /* {\"name\":\"Secondary\"} */',arrowPadding:16,arrowRadius:32,arrowSize:32,showMouseControls:false},progressObject:{dotsActiveOpacity:1,dotsBackground:\"rgba(0, 0, 0, 0)\",dotsBlur:0,dotsFill:\"rgb(24, 24, 24)\",dotsGap:10,dotsInset:12,dotSize:10,dotsOpacity:.2,dotsPadding:10,dotsRadius:50,showProgressDots:true,showScrollbar:false},snapObject:{fluid:false,snap:true,snapEdge:\"center\"}}},baseVariant,gestureVariant)})})]})})});});const css=['.framer-o7sgc[data-border=\"true\"]::after, .framer-o7sgc [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-o7sgc.framer-1b6dlp9, .framer-o7sgc .framer-1b6dlp9 { display: block; }\",\".framer-o7sgc.framer-14nlp9g { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: auto; justify-content: center; overflow: hidden; padding: 150px 0px 150px 0px; position: relative; width: 1200px; }\",\".framer-o7sgc .framer-ogojla { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-o7sgc .framer-ho4488 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-o7sgc .framer-1gs88ca-container, .framer-o7sgc .framer-1kiqzyo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-o7sgc .framer-bszana-container, .framer-o7sgc .framer-108eggw-container, .framer-o7sgc .framer-1lotkll-container, .framer-o7sgc .framer-1glzl3q-container, .framer-o7sgc .framer-8np6ro-container, .framer-o7sgc .framer-v0ykcn-container { height: auto; position: relative; width: 341px; }\",\".framer-o7sgc .framer-jtigdx-container, .framer-o7sgc .framer-jdfj6u-container, .framer-o7sgc .framer-kfsrl2-container, .framer-o7sgc .framer-33dt3y-container, .framer-o7sgc .framer-z4ny3v-container, .framer-o7sgc .framer-19xo2da-container { height: 720px; position: relative; width: 320px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o7sgc.framer-14nlp9g, .framer-o7sgc .framer-ogojla { gap: 0px; } .framer-o7sgc.framer-14nlp9g > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-o7sgc.framer-14nlp9g > :first-child, .framer-o7sgc .framer-ogojla > :first-child { margin-top: 0px; } .framer-o7sgc.framer-14nlp9g > :last-child, .framer-o7sgc .framer-ogojla > :last-child { margin-bottom: 0px; } .framer-o7sgc .framer-ogojla > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }\",\".framer-o7sgc.framer-v-etq38r.framer-14nlp9g { width: 810px; }\",\".framer-o7sgc.framer-v-6wvsbw.framer-14nlp9g { gap: 24px; padding: 40px 0px 40px 0px; width: 370px; }\",\".framer-o7sgc.framer-v-6wvsbw .framer-ogojla { gap: 16px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-o7sgc.framer-v-6wvsbw.framer-14nlp9g, .framer-o7sgc.framer-v-6wvsbw .framer-ogojla { gap: 0px; } .framer-o7sgc.framer-v-6wvsbw.framer-14nlp9g > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-o7sgc.framer-v-6wvsbw.framer-14nlp9g > :first-child, .framer-o7sgc.framer-v-6wvsbw .framer-ogojla > :first-child { margin-top: 0px; } .framer-o7sgc.framer-v-6wvsbw.framer-14nlp9g > :last-child, .framer-o7sgc.framer-v-6wvsbw .framer-ogojla > :last-child { margin-bottom: 0px; } .framer-o7sgc.framer-v-6wvsbw .framer-ogojla > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 821\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"lx5ZLtfT2\":{\"layout\":[\"fixed\",\"auto\"]},\"oWC9L5sdp\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"nsOaym5oF\":\"pavel\",\"P0g6IYikT\":\"standa\",\"I_e4cdsmJ\":\"semyon\",\"MXUZDYWrV\":\"adam\",\"UNpVj5vqA\":\"dima\",\"oeX5zQIOo\":\"sofian\",\"hZpIJ5kmQ\":\"title\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerkM1Dn_wkQ=withCSS(Component,css,\"framer-o7sgc\");export default FramerkM1Dn_wkQ;FramerkM1Dn_wkQ.displayName=\"Testimonials/MATA\";FramerkM1Dn_wkQ.defaultProps={height:821,width:1200};addPropertyControls(FramerkM1Dn_wkQ,{variant:{options:[\"MjsXJuHwh\",\"lx5ZLtfT2\",\"oWC9L5sdp\"],optionTitles:[\"Desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum},nsOaym5oF:{defaultValue:'\"Jako za\u010D\\xe1te\u010Dn\\xedk mus\\xedm \u0159\\xedct, \u017Ee mi MATA extr\\xe9mn\u011B vyhovuje. V\u0161echny techniky i sparringy jsou pod dohledem tren\\xe9ra, tak\u017Ee zlep\u0161en\\xed je mnohem rychlej\u0161\\xed. Nikita bjj u\u010D\\xed systematicky, tak aby i za\u010D\\xe1te\u010Dn\\xedk pochopil co m\\xe1 v ka\u017Ed\\xe9 f\\xe1zi z\\xe1pasu d\u011Blat. Nav\\xedc atmosf\\xe9ra v gymu je 10/10.\"',displayTextArea:true,title:\"Pavel\",type:ControlType.String},P0g6IYikT:{defaultValue:\"Lekce v MATA Academy m\u016F\u017Eu jen doporu\u010Dit ka\u017Ed\\xe9mu, kdo chce posunout sv\\xe9 jiu jitsu na vy\u0161\u0161\\xed \\xfarove\u0148. Tr\\xe9ninky jsou zam\u011B\u0159eny i na pochopen\\xed z\\xe1kladn\\xedch princip\u016F, kter\\xe9 jsou i pro \u010Dlov\u011Bka za\u010D\\xednaj\\xedc\\xedho s brazilsk\\xfdm jiu jitsu nesm\\xedrn\u011B p\u0159\\xednosn\\xe9. Syst\\xe9m, kter\\xfdm Nikita vyu\u010Duje mi osobn\u011B p\u0159in\\xe1\u0161\\xed p\u0159edev\u0161\\xedm kvalitn\\xed v\\xfduku, skv\u011Blou partu lid\\xed, co se sna\u017E\\xed vz\\xe1jemn\u011B se zlep\u0161ovat a siln\u011Bj\u0161\\xedho bojov\\xe9ho ducha.\",displayTextArea:true,title:\"Standa\",type:ControlType.String},I_e4cdsmJ:{defaultValue:\"Pokud hled\\xe1te m\\xedsto pro studium BJJ n\u011Bkde v okol\\xed Dejvic, m\\xe1te \u0161t\u011Bst\\xed. Vybaven\\xed t\u011Blocvi\u010Dny je ide\\xe1ln\\xed pro za\u010D\\xe1te\u010Dn\\xedky, jako jsem j\\xe1. Tr\\xe9ninkov\\xe9 prostory jsou \u010Dist\\xe9 a dob\u0159e udr\u017Eovan\\xe9. V\u0161ichni, jsou neuv\u011B\u0159iteln\u011B podporuj\\xedc\\xed a povzbuzuj\\xedc\\xed. Pokud chcete za\u010D\\xedt svou cestu BJJ, z cel\\xe9ho srdce v\\xe1m tuto t\u011Blocvi\u010Dnu doporu\u010Duji.\",displayTextArea:true,title:\"Semyon\",type:ControlType.String},MXUZDYWrV:{defaultValue:\"Osobit\\xfd a neobvykl\\xfd design prostor, dokonal\\xfd servis v mal\\xe9 skupin\u011B fighter\u016F. Nikita je nav\\xedc mistr anal\\xfdzy.\",displayTextArea:true,title:\"Adam\",type:ControlType.String},UNpVj5vqA:{defaultValue:\"Tr\\xe9nuji BJJ u\u017E n\u011Bjakou dobu, a ob\u010Das zajdu do nov\\xe9ho klubu pod\\xedvat se a zkusit n\u011Bco nov\\xe9ho. Volba MATA byla, pravd\u011Bpodobn\u011B, nejlep\u0161\\xed z t\u011Bch pokus\u016F. Nikita je par\\xe1dn\\xed tren\\xe9r, ukazuje skv\u011Bl\\xe9 v\u011Bc\\xed, a co je nejd\u016Fle\u017Eit\u011Bj\u0161\\xed pro m\u011B, - d\u011Bl\\xe1 to systematick\\xfd. Gym je skv\u011Bl\\xfd, tatami velice pohodln\\xe9 a vhodn\\xe9 pro BJJ. Pl\\xe1nuji chodit do MATA regul\\xe9rn\u011B, v\u017Edy dozv\\xedm n\u011Bco nov\\xe9ho.\",displayTextArea:true,title:\"Dima\",type:ControlType.String},oeX5zQIOo:{defaultValue:\"MATA je super. Prost\u0159ed\\xed, lidi, kvalita v\\xfduky, kvalita sparingu, v\u0161e top t\u0159ida. T\u011B\u0161\\xedte se na ka\u017Ed\\xfd dal\u0161\\xed tr\\xe9nink. Velmi doporu\u010Duji.je par\\xe1dn\\xed tren\\xe9r, ukazuje skv\u011Bl\\xe9 v\u011Bc\\xed, a co je nejd\u016Fle\u017Eit\u011Bj\u0161\\xed pro m\u011B, - d\u011Bl\\xe1 to systematick\\xfd. Gym je skv\u011Bl\\xfd, tatami velice pohodln\\xe9 a vhodn\\xe9 pro BJJ. Pl\\xe1nuji chodit do MATA regul\\xe9rn\u011B, v\u017Edy dozv\\xedm n\u011Bco nov\\xe9ho.\",displayTextArea:true,title:\"Sofian\",type:ControlType.String},hZpIJ5kmQ:{defaultValue:\"Reference\",displayTextArea:false,title:\"Title\",type:ControlType.String}});addFonts(FramerkM1Dn_wkQ,[{family:\"Monument Extended Regular\",source:\"custom\",url:\"https://framerusercontent.com/assets/Hnh4lvWLuO87bVJ2MbY2lQRUNk.otf\"},...KartaFonts,...CarouselFonts,...KartaPavelMobilFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerkM1Dn_wkQ\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"lx5ZLtfT2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"oWC9L5sdp\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"nsOaym5oF\\\":\\\"pavel\\\",\\\"P0g6IYikT\\\":\\\"standa\\\",\\\"I_e4cdsmJ\\\":\\\"semyon\\\",\\\"MXUZDYWrV\\\":\\\"adam\\\",\\\"UNpVj5vqA\\\":\\\"dima\\\",\\\"oeX5zQIOo\\\":\\\"sofian\\\",\\\"hZpIJ5kmQ\\\":\\\"title\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"821\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (e75c18f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,Image,RichText,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as localizedValues from\"./MbF3iMk2Z-0.js\";const cycleOrder=[\"FG5HawzoP\"];const serializationHash=\"framer-ZwoPm\";const variantClassNames={FG5HawzoP:\"framer-v-1itdlwn\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==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 getProps=({height,id,image,text,title,width,...props})=>{var _ref,_ref1,_ref2;return{...props,B789qmRnX:(_ref=title!==null&&title!==void 0?title:props.B789qmRnX)!==null&&_ref!==void 0?_ref:\"Tr\\xe9nink v mal\\xe9 skupin\u011B\",Fc7SAZ1xE:(_ref1=image!==null&&image!==void 0?image:props.Fc7SAZ1xE)!==null&&_ref1!==void 0?_ref1:{src:\"https://framerusercontent.com/images/t7YaQqzqVlwuN0h3Q7rXojKeAs.jpg?scale-down-to=1024\",srcSet:\"https://framerusercontent.com/images/t7YaQqzqVlwuN0h3Q7rXojKeAs.jpg?scale-down-to=512 512w, https://framerusercontent.com/images/t7YaQqzqVlwuN0h3Q7rXojKeAs.jpg?scale-down-to=1024 1024w, https://framerusercontent.com/images/t7YaQqzqVlwuN0h3Q7rXojKeAs.jpg 1600w\"},mHZjNe6mh:(_ref2=text!==null&&text!==void 0?text:props.mHZjNe6mh)!==null&&_ref2!==void 0?_ref2:\"Jsme semi-soukrom\\xfd gym, kde preferujeme kvalitu v\\xfduky nad mno\u017Estv\\xedm student\u016F. Po\u010Det m\\xedst na tr\\xe9ninku je omezen pouze na 4 osoby.  Tren\\xe9r tak dok\\xe1\u017Ee v\u011Bnovat maxim\\xe1ln\\xed pozornost opravdu ka\u017Ed\\xe9mu.\"};};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,Fc7SAZ1xE,B789qmRnX,mHZjNe6mh,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"FG5HawzoP\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];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-1itdlwn\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:variant,layoutDependency:layoutDependency,layoutId:\"FG5HawzoP\",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:{...style},children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"min(300px, 100vw)\",...toResponsiveImage(Fc7SAZ1xE)},className:\"framer-12qr2pj\",\"data-framer-name\":\"05_1_zacatecnik\",layoutDependency:layoutDependency,layoutId:\"mMiIKeQJ0\"}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1onmcik\",layoutDependency:layoutDependency,layoutId:\"YKsw6j8y1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"20px\"},children:\"Tr\\xe9nink v mal\\xe9 skupin\u011B\"})}),className:\"framer-1gyxl1g\",\"data-framer-name\":\"\uD83C\uDD70\uFE0F Heading\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"XsNnhY_Pw\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:B789qmRnX,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"140%\"},children:\"Jsme semi-soukrom\\xfd gym, kde preferujeme kvalitu v\\xfduky nad mno\u017Estv\\xedm student\u016F. Po\u010Det m\\xedst na tr\\xe9ninku je omezen pouze na 4 osoby.  Tren\\xe9r tak dok\\xe1\u017Ee v\u011Bnovat maxim\\xe1ln\\xed pozornost opravdu ka\u017Ed\\xe9mu.\"})}),className:\"framer-1lonssj\",\"data-framer-name\":\"\uD83D\uDD24 Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"O3hENZ2BZ\",style:{\"--framer-paragraph-spacing\":\"0px\"},text:mHZjNe6mh,verticalAlignment:\"top\",withExternalLayout:true})]})]})})});});const css=['.framer-ZwoPm[data-border=\"true\"]::after, .framer-ZwoPm [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-ZwoPm.framer-184f3vg, .framer-ZwoPm .framer-184f3vg { display: block; }\",\".framer-ZwoPm.framer-1itdlwn { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: 600px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 300px; }\",\".framer-ZwoPm .framer-12qr2pj { flex: none; height: 360px; position: relative; width: 300px; }\",\".framer-ZwoPm .framer-1onmcik { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: 173px; justify-content: flex-start; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-ZwoPm .framer-1gyxl1g { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 317px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZwoPm .framer-1lonssj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-ZwoPm.framer-1itdlwn, .framer-ZwoPm .framer-1onmcik { gap: 0px; } .framer-ZwoPm.framer-1itdlwn > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-ZwoPm.framer-1itdlwn > :first-child, .framer-ZwoPm .framer-1onmcik > :first-child { margin-top: 0px; } .framer-ZwoPm.framer-1itdlwn > :last-child, .framer-ZwoPm .framer-1onmcik > :last-child { margin-bottom: 0px; } .framer-ZwoPm .framer-1onmcik > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 600\n * @framerIntrinsicWidth 300\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"Fc7SAZ1xE\":\"image\",\"B789qmRnX\":\"title\",\"mHZjNe6mh\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerMbF3iMk2Z=withCSS(Component,css,\"framer-ZwoPm\");export default FramerMbF3iMk2Z;FramerMbF3iMk2Z.displayName=\"Carousel 2\";FramerMbF3iMk2Z.defaultProps={height:600,width:300};addPropertyControls(FramerMbF3iMk2Z,{Fc7SAZ1xE:{__defaultAssetReference:\"data:framer/asset-reference,t7YaQqzqVlwuN0h3Q7rXojKeAs.jpg?originalFilename=05_1_zacatecnik.jpg&preferredSize=auto\",title:\"Image\",type:ControlType.ResponsiveImage},B789qmRnX:{defaultValue:\"Tr\\xe9nink v mal\\xe9 skupin\u011B\",displayTextArea:false,title:\"Title\",type:ControlType.String},mHZjNe6mh:{defaultValue:\"Jsme semi-soukrom\\xfd gym, kde preferujeme kvalitu v\\xfduky nad mno\u017Estv\\xedm student\u016F. Po\u010Det m\\xedst na tr\\xe9ninku je omezen pouze na 4 osoby.  Tren\\xe9r tak dok\\xe1\u017Ee v\u011Bnovat maxim\\xe1ln\\xed pozornost opravdu ka\u017Ed\\xe9mu.\",displayTextArea:true,title:\"Text\",type:ControlType.String}});addFonts(FramerMbF3iMk2Z,[{family:\"DM Sans\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"}]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerMbF3iMk2Z\",\"slots\":[],\"annotations\":{\"framerVariables\":\"{\\\"Fc7SAZ1xE\\\":\\\"image\\\",\\\"B789qmRnX\\\":\\\"title\\\",\\\"mHZjNe6mh\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerIntrinsicWidth\":\"300\",\"framerIntrinsicHeight\":\"600\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./MbF3iMk2Z.map", "import{jsx as _jsx}from\"react/jsx-runtime\";import{motion}from\"framer-motion\";import*as React from\"react\";export const v0=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"BJJ teaches you not only to win and lose, but also to think strategically and plan. You gain the ability to remain calm under any pressure. It will help you to get rid of stress and discover new life goals. As soon as you start to feel the first results, you get a huge amount of motivation. It is a lifestyle that changes people's lives. Join us and start your BJJ journey.\"})});export const v1=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"BJJ teaches you not only to win and lose, but also to think strategically and plan. You gain the ability to remain calm under any pressure. It will help you to get rid of stress and discover new life goals. As soon as you start to feel the first results, you get a huge amount of motivation. It is a lifestyle that changes people's lives. Join us and start your BJJ journey.\"})});export const v2=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"What is Brazilian Jiu-Jitsu anyway?\"})});export const v3=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"What is Brazilian Jiu-Jitsu anyway?\"})});export const v4=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"Brazilian jiu jitsu is a modern martial art that focus on the skills of taking the opponent to the ground, achieving control and establishing dominant position where we force our opponent to submit with the help of various chokes and locks. The main concept of Brazilian Jiu Jitsu is that a smaller and weaker person can successfully defend against a stronger and larger oponent by using right techniques, distributing the center of gravity, moving the fight to the ground and using a series of holds and finishes.\"})});export const v5=/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"Brazilian jiu jitsu is a modern martial art that focus on the skills of taking the opponent to the ground, achieving control and establishing dominant position where we force our opponent to submit with the help of various chokes and locks. The main concept of Brazilian Jiu Jitsu is that a smaller and weaker person can successfully defend against a stronger and larger oponent by using right techniques, distributing the center of gravity, moving the fight to the ground and using a series of holds and finishes.\"})});\nexport const __FramerMetadata__ = {\"exports\":{\"v1\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v2\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v5\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v0\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v3\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"v4\":{\"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,RichText,useActiveVariantCallback,useConstant,useIsOnFramerCanvas,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import SecondaryButton from\"https://framerusercontent.com/modules/ofq0Wrt8YftLqAAHEOUo/8S7Ucfsgn5yMUuYFiw8q/e4E_N3U0E.js\";import*as localizedValues from\"./Tug5Ol6sO-0.js\";const SecondaryButtonFonts=getFonts(SecondaryButton);const cycleOrder=[\"Zf56KVowf\",\"xJ0uygle0\"];const serializationHash=\"framer-sygY8\";const variantClassNames={xJ0uygle0:\"framer-v-2675an\",Zf56KVowf:\"framer-v-8xxua3\"};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 valuesByLocaleId={THzdWbN6B:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};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={\"Variant 1\":\"Zf56KVowf\",\"Variant 2\":\"xJ0uygle0\"};const getProps=({button,height,id,text1,text2,width,...props})=>{var _ref,_ref1,_ref2,_humanReadableVariantMap_props_variant,_ref3;return{...props,fVKSuj69j:(_ref=button!==null&&button!==void 0?button:props.fVKSuj69j)!==null&&_ref!==void 0?_ref:\"Co to v\u016Fbec Brazilsk\\xe9 Jiu-Jitsu je?\",rxDCYi6ub:(_ref1=text2!==null&&text2!==void 0?text2:props.rxDCYi6ub)!==null&&_ref1!==void 0?_ref1:\"Brazilsk\\xe9 jiu jitsu je modern\\xed bojov\\xe9 um\u011Bn\\xed, kter\\xe9 se zam\u011B\u0159uje na dovednost vz\\xedt protivn\\xedka na zem, dos\\xe1hnout kontroly a p\u0159evz\\xedt dominantn\\xed pozici kde sv\\xe9ho soupe\u0159e donut\\xedme k podroben\\xed za pomoc\\xed r\u016Fzn\\xfdch \u0161krt\\xedc\\xedch \u010Di p\\xe1\u010D\\xedc\\xedch technik. Hlavn\\xedm konceptem Brazilsk\\xe9ho jiu jitsu je, \u017Ee men\u0161\\xed a slab\u0161\\xed osoba se dok\\xe1\u017Ee \\xfasp\u011B\u0161n\u011B ubr\\xe1nit proti siln\u011Bj\u0161\\xedmu a v\u011Bt\u0161\\xedmu pomoc\\xed d\u016Fkladn\\xfdch technik, rozlo\u017Een\\xed t\u011B\u017Ei\u0161t\u011B, p\u0159em\\xedst\u011Bn\\xed boje na zem a pou\u017Eit\\xed \u0159ady chyt\u016F a ukon\u010Den\\xed.\",TaYXpX2YZ:(_ref2=text1!==null&&text1!==void 0?text1:props.TaYXpX2YZ)!==null&&_ref2!==void 0?_ref2:\"BJJ v\\xe1s nau\u010D\\xed nejen v\\xedt\u011Bzit a prohr\\xe1vat, ale tak\\xe9 strategicky p\u0159em\\xfd\u0161let a pl\\xe1novat. Z\\xedsk\\xe1te schopnost z\u016Fstat klidn\\xfdm pod jak\\xfdmkoliv n\\xe1tlakem. Pom\u016F\u017Ee V\\xe1m zbavit se stresu a objevit nov\\xe9 \u017Eivotn\\xed c\\xedle. Jakmile za\u010Dnete c\\xedtit prvn\\xed v\\xfdsledky dostanete obrovskou m\\xedru motivace, kter\\xe9 v\\xe1s disciplinovan\u011B poh\\xe1n\\xed d\\xe1l b\\xfdt je\u0161t\u011B lep\u0161\\xedm. Je to lifestyle kter\\xfd lidem m\u011Bn\\xed \u017Eivot. P\u0159idejte se k n\\xe1m a zahajte svoji BJJ cestu.\",variant:(_ref3=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref3!==void 0?_ref3:\"Zf56KVowf\"};};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,TaYXpX2YZ,rxDCYi6ub,fVKSuj69j,...restProps}=getProps(props);const{baseVariant,classNames,gestureVariant,setGestureState,setVariant,transition,variants}=useVariantState({cycleOrder,defaultVariant:\"Zf56KVowf\",transitions,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const e7QJZ6Lzc5bubgg=activeVariantCallback(async(...args)=>{setVariant(\"xJ0uygle0\");});const isOnCanvas=useIsOnFramerCanvas();const initialVariant=useConstant(()=>variant);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"xJ0uygle0\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"xJ0uygle0\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4,_getLocalizedValue5;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-8xxua3\",className,classNames),\"data-framer-name\":\"Variant 1\",initial:isOnCanvas?variant:initialVariant,layoutDependency:layoutDependency,layoutId:\"Zf56KVowf\",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:{...style},...addPropertyOverrides({xJ0uygle0:{\"data-framer-name\":\"Variant 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"BJJ v\\xe1s nau\u010D\\xed nejen v\\xedt\u011Bzit a prohr\\xe1vat, ale tak\\xe9 strategicky p\u0159em\\xfd\u0161let a pl\\xe1novat. Z\\xedsk\\xe1te schopnost z\u016Fstat klidn\\xfdm pod jak\\xfdmkoliv n\\xe1tlakem. Pom\u016F\u017Ee V\\xe1m zbavit se stresu a objevit nov\\xe9 \u017Eivotn\\xed c\\xedle. Jakmile za\u010Dnete c\\xedtit prvn\\xed v\\xfdsledky dostanete obrovskou m\\xedru motivace, kter\\xe9 v\\xe1s disciplinovan\u011B poh\\xe1n\\xed d\\xe1l b\\xfdt je\u0161t\u011B lep\u0161\\xedm. Je to lifestyle kter\\xfd lidem m\u011Bn\\xed \u017Eivot. P\u0159idejte se k n\\xe1m a zahajte svoji BJJ cestu.\"})}),className:\"framer-19f7ekq\",\"data-framer-name\":\"\uD83D\uDD24 Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"tsPmphhuD\",style:{\"--extracted-r6o4lv\":\"rgb(181, 181, 181)\"},text:TaYXpX2YZ,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xJ0uygle0:{children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"BJJ v\\xe1s nau\u010D\\xed nejen v\\xedt\u011Bzit a prohr\\xe1vat, ale tak\\xe9 strategicky p\u0159em\\xfd\u0161let a pl\\xe1novat. Z\\xedsk\\xe1te schopnost z\u016Fstat klidn\\xfdm pod jak\\xfdmkoliv n\\xe1tlakem. Pom\u016F\u017Ee V\\xe1m zbavit se stresu a objevit nov\\xe9 \u017Eivotn\\xed c\\xedle. Jakmile za\u010Dnete c\\xedtit prvn\\xed v\\xfdsledky dostanete obrovskou m\\xedru motivace, kter\\xe9 v\\xe1s disciplinovan\u011B poh\\xe1n\\xed d\\xe1l b\\xfdt je\u0161t\u011B lep\u0161\\xedm. Je to lifestyle kter\\xfd lidem m\u011Bn\\xed \u017Eivot. P\u0159idejte se k n\\xe1m a zahajte svoji BJJ cestu.\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-170oemx\",layoutDependency:layoutDependency,layoutId:\"Bchz_uzYq\",children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-3q2ieq-container\",layoutDependency:layoutDependency,layoutId:\"minSvl3Fe-container\",children:/*#__PURE__*/_jsx(SecondaryButton,{e7QJZ6Lzc:e7QJZ6Lzc5bubgg,gYZvArEfK:fVKSuj69j,height:\"100%\",id:\"minSvl3Fe\",layoutId:\"minSvl3Fe\",style:{width:\"100%\"},variant:\"zBCs7MI6c\",width:\"100%\"})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Co to v\u016Fbec brazlisk\\xe9 Jiu-Jitsu je?\"})}),className:\"framer-s01dqj\",\"data-framer-name\":\"\uD83D\uDD24 Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"ot8r61l45\",style:{\"--extracted-r6o4lv\":\"rgb(255, 255, 255)\"},text:fVKSuj69j,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xJ0uygle0:{children:(_getLocalizedValue3=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"30px\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(255, 255, 255))\"},children:\"Co to v\u016Fbec brazlisk\\xe9 Jiu-Jitsu je?\"})})}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"Brazilsk\\xe9 jiu jitsu je modern\\xed bojov\\xe9 um\u011Bn\\xed, kter\\xe9 se zam\u011B\u0159uje na dovednost vz\\xedt protivn\\xedka na zem, dos\\xe1hnout kontroly a p\u0159evz\\xedt dominantn\\xed pozici kde sv\\xe9ho soupe\u0159e donut\\xedme k podroben\\xed za pomoc\\xed r\u016Fzn\\xfdch \u0161krt\\xedc\\xedch \u010Di p\\xe1\u010D\\xedc\\xedch technik. Hlavn\\xedm konceptem Brazilsk\\xe9ho jiu jitsu je, \u017Ee men\u0161\\xed a slab\u0161\\xed osoba se dok\\xe1\u017Ee \\xfasp\u011B\u0161n\u011B ubr\\xe1nit proti siln\u011Bj\u0161\\xedmu a v\u011Bt\u0161\\xedmu pomoc\\xed d\u016Fkladn\\xfdch technik, rozlo\u017Een\\xed t\u011B\u017Ei\u0161t\u011B, p\u0159em\\xedst\u011Bn\\xed boje na zem a pou\u017Eit\\xed \u0159ady chyt\u016F a ukon\u010Den\\xed.\"})}),className:\"framer-1nsudul\",\"data-framer-name\":\"\uD83D\uDD24 Text\",fonts:[\"GF;DM Sans-regular\"],layoutDependency:layoutDependency,layoutId:\"Wp3a_vysQ\",style:{\"--extracted-r6o4lv\":\"rgb(181, 181, 181)\"},text:rxDCYi6ub,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({xJ0uygle0:{children:(_getLocalizedValue5=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue5!==void 0?_getLocalizedValue5:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7RE0gU2Fucy1yZWd1bGFy\",\"--framer-font-family\":'\"DM Sans\", \"DM Sans Placeholder\", sans-serif',\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(181, 181, 181))\"},children:\"Brazilsk\\xe9 jiu jitsu je modern\\xed bojov\\xe9 um\u011Bn\\xed, kter\\xe9 se zam\u011B\u0159uje na dovednost vz\\xedt protivn\\xedka na zem, dos\\xe1hnout kontroly a p\u0159evz\\xedt dominantn\\xed pozici kde sv\\xe9ho soupe\u0159e donut\\xedme k podroben\\xed za pomoc\\xed r\u016Fzn\\xfdch \u0161krt\\xedc\\xedch \u010Di p\\xe1\u010D\\xedc\\xedch technik. Hlavn\\xedm konceptem Brazilsk\\xe9ho jiu jitsu je, \u017Ee men\u0161\\xed a slab\u0161\\xed osoba se dok\\xe1\u017Ee \\xfasp\u011B\u0161n\u011B ubr\\xe1nit proti siln\u011Bj\u0161\\xedmu a v\u011Bt\u0161\\xedmu pomoc\\xed d\u016Fkladn\\xfdch technik, rozlo\u017Een\\xed t\u011B\u017Ei\u0161t\u011B, p\u0159em\\xedst\u011Bn\\xed boje na zem a pou\u017Eit\\xed \u0159ady chyt\u016F a ukon\u010Den\\xed.\"})})}},baseVariant,gestureVariant)})]})]})})});});const css=['.framer-sygY8[data-border=\"true\"]::after, .framer-sygY8 [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-sygY8.framer-7g0gpa, .framer-sygY8 .framer-7g0gpa { display: block; }\",\".framer-sygY8.framer-8xxua3 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 0px 0px 0px; position: relative; width: 818px; }\",\".framer-sygY8 .framer-19f7ekq, .framer-sygY8 .framer-1nsudul { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sygY8 .framer-170oemx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px 0px 0px 0px; position: relative; width: 818px; }\",\".framer-sygY8 .framer-3q2ieq-container { flex: none; height: auto; position: relative; width: 318px; }\",\".framer-sygY8 .framer-s01dqj { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 318px; word-break: break-word; word-wrap: break-word; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sygY8.framer-8xxua3, .framer-sygY8 .framer-170oemx { gap: 0px; } .framer-sygY8.framer-8xxua3 > * { margin: 0px; margin-bottom: calc(48px / 2); margin-top: calc(48px / 2); } .framer-sygY8.framer-8xxua3 > :first-child, .framer-sygY8 .framer-170oemx > :first-child { margin-top: 0px; } .framer-sygY8.framer-8xxua3 > :last-child, .framer-sygY8 .framer-170oemx > :last-child { margin-bottom: 0px; } .framer-sygY8 .framer-170oemx > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-sygY8.framer-v-2675an .framer-170oemx { width: 100%; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 200.5\n * @framerIntrinsicWidth 818\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"xJ0uygle0\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"TaYXpX2YZ\":\"text1\",\"rxDCYi6ub\":\"text2\",\"fVKSuj69j\":\"button\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n */const FramerTug5Ol6sO=withCSS(Component,css,\"framer-sygY8\");export default FramerTug5Ol6sO;FramerTug5Ol6sO.displayName=\"BJJ accordion\";FramerTug5Ol6sO.defaultProps={height:200.5,width:818};addPropertyControls(FramerTug5Ol6sO,{variant:{options:[\"Zf56KVowf\",\"xJ0uygle0\"],optionTitles:[\"Variant 1\",\"Variant 2\"],title:\"Variant\",type:ControlType.Enum},TaYXpX2YZ:{defaultValue:\"BJJ v\\xe1s nau\u010D\\xed nejen v\\xedt\u011Bzit a prohr\\xe1vat, ale tak\\xe9 strategicky p\u0159em\\xfd\u0161let a pl\\xe1novat. Z\\xedsk\\xe1te schopnost z\u016Fstat klidn\\xfdm pod jak\\xfdmkoliv n\\xe1tlakem. Pom\u016F\u017Ee V\\xe1m zbavit se stresu a objevit nov\\xe9 \u017Eivotn\\xed c\\xedle. Jakmile za\u010Dnete c\\xedtit prvn\\xed v\\xfdsledky dostanete obrovskou m\\xedru motivace, kter\\xe9 v\\xe1s disciplinovan\u011B poh\\xe1n\\xed d\\xe1l b\\xfdt je\u0161t\u011B lep\u0161\\xedm. Je to lifestyle kter\\xfd lidem m\u011Bn\\xed \u017Eivot. P\u0159idejte se k n\\xe1m a zahajte svoji BJJ cestu.\",displayTextArea:false,title:\"Text 1\",type:ControlType.String},rxDCYi6ub:{defaultValue:\"Brazilsk\\xe9 jiu jitsu je modern\\xed bojov\\xe9 um\u011Bn\\xed, kter\\xe9 se zam\u011B\u0159uje na dovednost vz\\xedt protivn\\xedka na zem, dos\\xe1hnout kontroly a p\u0159evz\\xedt dominantn\\xed pozici kde sv\\xe9ho soupe\u0159e donut\\xedme k podroben\\xed za pomoc\\xed r\u016Fzn\\xfdch \u0161krt\\xedc\\xedch \u010Di p\\xe1\u010D\\xedc\\xedch technik. Hlavn\\xedm konceptem Brazilsk\\xe9ho jiu jitsu je, \u017Ee men\u0161\\xed a slab\u0161\\xed osoba se dok\\xe1\u017Ee \\xfasp\u011B\u0161n\u011B ubr\\xe1nit proti siln\u011Bj\u0161\\xedmu a v\u011Bt\u0161\\xedmu pomoc\\xed d\u016Fkladn\\xfdch technik, rozlo\u017Een\\xed t\u011B\u017Ei\u0161t\u011B, p\u0159em\\xedst\u011Bn\\xed boje na zem a pou\u017Eit\\xed \u0159ady chyt\u016F a ukon\u010Den\\xed.\",displayTextArea:false,title:\"Text 2\",type:ControlType.String},fVKSuj69j:{defaultValue:\"Co to v\u016Fbec Brazilsk\\xe9 Jiu-Jitsu je?\",displayTextArea:false,title:\"Button\",type:ControlType.String}});addFonts(FramerTug5Ol6sO,[{family:\"DM Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/dmsans/v14/rP2tp2ywxg089UriI5-g4vlH9VoD8CmcqZG40F9JadbnoEwAopxhS2f3ZGMZpg.woff2\",weight:\"400\"},...SecondaryButtonFonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerTug5Ol6sO\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"200.5\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"818\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"xJ0uygle0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"TaYXpX2YZ\\\":\\\"text1\\\",\\\"rxDCYi6ub\\\":\\\"text2\\\",\\\"fVKSuj69j\\\":\\\"button\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Tug5Ol6sO.map"],
  "mappings": "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,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,IAAM,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAAG,CAAC,EAAE,GAAK,CAAC,KAAO,WAAW,YAAc,CAAC,sBAAwB,GAA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",
  "names": ["isBrowser", "getBrowserVisibilityProp", "getBrowserDocumentHiddenProp", "getIsDocumentHidden", "usePageVisibility", "isVisible", "setIsVisible", "ye", "onVisibilityChange", "ue", "visibilityChange", "Slideshow", "props", "slots", "startFrom", "direction", "effectsOptions", "autoPlayControl", "dragControl", "alignment", "gap", "padding", "paddingPerSide", "paddingTop", "paddingRight", "paddingBottom", "paddingLeft", "itemAmount", "fadeOptions", "intervalControl", "transitionControl", "arrowOptions", "borderRadius", "progressOptions", "style", "effectsOpacity", "effectsScale", "effectsRotate", "effectsPerspective", "effectsHover", "fadeContent", "overflow", "fadeWidth", "fadeInset", "fadeAlpha", "showMouseControls", "arrowSize", "arrowRadius", "arrowFill", "leftArrow", "rightArrow", "arrowShouldSpace", "arrowShouldFadeIn", "arrowPosition", "arrowPadding", "arrowGap", "arrowPaddingTop", "arrowPaddingRight", "arrowPaddingBottom", "arrowPaddingLeft", "showProgressDots", "dotSize", "dotsInset", "dotsRadius", "dotsPadding", "dotsGap", "dotsFill", "dotsBackground", "dotsActiveOpacity", "dotsOpacity", "dotsBlur", "paddingValue", "isCanvas", "RenderTarget", "hasChildren", "j", "isHorizontal", "isInverted", "u", "placeholderStyles", "p", "emojiStyles", "titleStyles", "subtitleStyles", "parentRef", "pe", "childrenRef", "se", "index", "W", "timeoutRef", "size", "setSize", "ye", "isHovering", "setIsHovering", "shouldPlayOnHover", "setShouldPlayOnHover", "isMouseDown", "setIsMouseDown", "isResizing", "setIsResizing", "dupedChildren", "duplicateBy", "measure", "te", "sync", "total", "parentLength", "start", "childrenLength", "itemSize", "itemWidth", "itemHeight", "fe", "initialResize", "ue", "resize", "contentSize", "timer", "totalItems", "childrenSize", "itemWithGap", "itemOffset", "currentItem", "setCurrentItem", "isDragging", "setIsDragging", "isVisible", "usePageVisibility", "factor", "xOrY", "useMotionValue", "canvasPosition", "newPosition", "wrappedValue", "useTransform", "value", "wrapped", "wrap", "wrappedIndex", "wrappedIndexInverted", "switchPages", "animate", "setDelta", "delta", "setPage", "currentItemWrapped", "currentItemWrappedInvert", "goto", "gotoInverted", "handleDragStart", "handleDragEnd", "event", "offset", "velocity", "offsetXorY", "velocityThreshold", "velocityXorY", "isHalfOfNext", "isHalfOfPrev", "normalizedOffset", "itemDelta", "itemDeltaFromOne", "childCounter", "columnOrRowValue", "child", "childIndex", "ref", "Slide", "fadeDirection", "fadeWidthStart", "fadeWidthEnd", "fadeInsetStart", "clamp", "fadeInsetEnd", "fadeMask", "dots", "dotsBlurStyle", "i", "Dot", "dotStyle", "baseButtonStyles", "dragProps", "arrowHasTop", "arrowHasBottom", "arrowHasLeft", "arrowHasRight", "arrowHasMid", "containerStyle", "motion", "controlsStyles", "dotsContainerStyle", "addPropertyControls", "ControlType", "num", "min", "max", "Y", "_child_props", "_child_props1", "slideKey", "width", "height", "numChildren", "effects", "isLast", "childOffset", "scrollRange", "val", "rotateY", "rotateX", "opacity", "scale", "originXorY", "latest", "newValue", "_ref_current", "LayoutGroup", "q", "selectedOpacity", "buttonStyle", "isSelected", "inlinePadding", "top", "bottom", "right", "left", "IQj9M5tBF_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v0", "p", "x", "motion", "v1", "__FramerMetadata__", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "IQj9M5tBF_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "cTA", "height", "id", "tap", "width", "props", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "rgMHDgxat", "Jj5kaA5vy", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTap1rfnf5c", "args", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "LayoutGroup", "motion", "cx", "RichText2", "u", "x", "css", "FramerIQj9M5tBF", "withCSS", "IQj9M5tBF_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "text", "width", "props", "_ref", "_ref1", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "ybwav2FJV", "xYa4ftCvP", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "motion", "cx", "u", "Image2", "RichText2", "x", "css", "FrameriG0o2oLpL", "withCSS", "iG0o2oLpL_default", "addPropertyControls", "ControlType", "addFonts", "ImageCarouselItemFonts", "getFonts", "iG0o2oLpL_default", "SlideshowFonts", "Slideshow", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "addImageAlt", "image", "alt", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "height", "id", "popis1", "popis2", "popis3", "popis4", "popis5", "popis6", "popis7", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "_ref6", "_ref7", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "HtZO1i8bc", "Q_ghodeYQ", "cMVPvnspy", "XPI1uwVNf", "nmpyMD0X9", "ZBolqw4fv", "msJt69AA5", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "addPropertyOverrides", "Slideshow", "iG0o2oLpL_default", "css", "FramerIQu7ITYE8", "withCSS", "IQu7ITYE8_default", "addPropertyControls", "ControlType", "addFonts", "ImageCarouselItemFonts", "SlideshowFonts", "IconoirFonts", "getFonts", "Icon", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "font", "height", "hover", "icon", "id", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "LKMYjRakl", "sV7CnZhKt", "EQb7imAmk", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEnterpczycp", "args", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "addPropertyOverrides", "RichText2", "x", "Icon", "css", "FramerEFGvXgM0Y", "withCSS", "EFGvXgM0Y_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "K95MaGD3l_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v2", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v3", "v30", "v31", "v32", "v33", "v34", "v4", "v5", "v6", "v7", "v8", "v9", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8", "v9", "v10", "v11", "v12", "v13", "v14", "v15", "v16", "v17", "v18", "v19", "v20", "v21", "v22", "v23", "v24", "v25", "v26", "v27", "v28", "v29", "v30", "v31", "v32", "v33", "v34", "__FramerMetadata__", "ElementsMenuIconFonts", "getFonts", "QuZvRKYht_default", "LogoFonts", "tEOUum8by_default", "Nav_drop_MATAFonts", "EFGvXgM0Y_default", "MotionDivWithFX", "withFX", "motion", "LanguageSelectorFonts", "XwSFGjZMx_default", "TwemojiFonts", "Twemoji", "MainHeaderButtonFonts", "iuk6A9wgH_default", "DropdownMenuItemFonts", "WswuaoERr_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "K95MaGD3l_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "transition1", "animation", "animation1", "animation2", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "bJJ", "height", "home", "id", "invisible", "kotva1", "kotva2", "kotva3", "kotva4", "kotva5", "kotva6", "kotva7", "language", "mT", "nav1", "nav2", "nav3", "nav4", "nav5", "nav6", "nav7", "nav8", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "_ref8", "_ref9", "_ref10", "_ref11", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nMyP4YZl7", "i5KDpDPH0", "Qwgca531d", "CMHqbvXST", "XtnSrZJ4X", "WsZu3Mn_Y", "oKnVgbDu7", "yYcUmdCT4", "WD3HREoiT", "qKxWRt66x", "HzxkonORB", "TgI1k0yG1", "t9AUozYjC", "rJVxe95mM", "nJ8zVsIHu", "CbkS1mzRK", "JG2E7Bsvr", "C6fblerVX", "sUg9maMVr", "xOE3_1jRu", "ULh86CKic", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "TBgHLr7MW16cwygf", "args", "TBgHLr7MW4yfpsm", "onTap4yfpsm", "LKMYjRakl1gx595p", "overlay", "onTapk9ayvd", "onTapStartk9ayvd", "Rfm_mfJTk1gx595p", "onMouseLeave1b79xn0", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "ref2", "ref3", "isDisplayed1", "ref4", "ref5", "isDisplayed2", "isDisplayed3", "router", "useRouter", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "_getLocalizedValue6", "_getLocalizedValue7", "_getLocalizedValue8", "_getLocalizedValue9", "_getLocalizedValue10", "_getLocalizedValue11", "_getLocalizedValue12", "_getLocalizedValue13", "_getLocalizedValue14", "_getLocalizedValue15", "_getLocalizedValue16", "_getLocalizedValue17", "_getLocalizedValue18", "_getLocalizedValue19", "_getLocalizedValue20", "_getLocalizedValue21", "_getLocalizedValue22", "_getLocalizedValue23", "_getLocalizedValue24", "_getLocalizedValue25", "_getLocalizedValue26", "_getLocalizedValue27", "_getLocalizedValue28", "_getLocalizedValue29", "_getLocalizedValue30", "_getLocalizedValue31", "_getLocalizedValue32", "_getLocalizedValue33", "_getLocalizedValue34", "LayoutGroup", "cx", "u", "Link", "l", "AnimatePresence", "Floating", "SVG", "RichText2", "x", "Image2", "overlay1", "ResolveLinks", "resolvedLinks", "css", "FramerK95MaGD3l", "withCSS", "K95MaGD3l_default", "addPropertyControls", "ControlType", "addFonts", "kM1Dn_wkQ_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v0", "p", "x", "motion", "v1", "v2", "__FramerMetadata__", "RichTextWithFX", "withFX", "RichText2", "KartaFonts", "getFonts", "iPBsqjiNe_default", "CarouselFonts", "Carousel", "MotionDivWithFX", "motion", "KartaPavelMobilFonts", "HNccN8xK3_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "kM1Dn_wkQ_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "animation", "transition1", "animation1", "transformTemplate1", "_", "t", "addImageAlt", "image", "alt", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "adam", "dima", "height", "id", "pavel", "semyon", "sofian", "standa", "title", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_ref5", "_ref6", "_humanReadableVariantMap_props_variant", "_ref7", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "nsOaym5oF", "P0g6IYikT", "I_e4cdsmJ", "MXUZDYWrV", "UNpVj5vqA", "oeX5zQIOo", "hZpIJ5kmQ", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "LayoutGroup", "u", "cx", "x", "css", "FramerkM1Dn_wkQ", "withCSS", "kM1Dn_wkQ_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "transitions", "toResponsiveImage", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "getProps", "height", "id", "image", "text", "title", "width", "props", "_ref", "_ref1", "_ref2", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "Fc7SAZ1xE", "B789qmRnX", "mHZjNe6mh", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "transitions", "variantClassNames", "layoutDependency", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "LayoutGroup", "u", "motion", "cx", "serializationHash", "Image2", "RichText2", "x", "css", "FramerMbF3iMk2Z", "withCSS", "MbF3iMk2Z_default", "addPropertyControls", "ControlType", "addFonts", "Tug5Ol6sO_0_exports", "__export", "__FramerMetadata__", "v0", "v1", "v2", "v3", "v4", "v5", "v0", "p", "x", "motion", "v1", "v2", "v3", "v4", "v5", "__FramerMetadata__", "SecondaryButtonFonts", "getFonts", "e4E_N3U0E_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transitions", "valuesByLocaleId", "Tug5Ol6sO_0_exports", "getLocalizedValue", "key", "locale", "values", "value", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "humanReadableVariantMap", "getProps", "button", "height", "id", "text1", "text2", "width", "props", "_ref", "_ref1", "_ref2", "_humanReadableVariantMap_props_variant", "_ref3", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TaYXpX2YZ", "rxDCYi6ub", "fVKSuj69j", "restProps", "baseVariant", "classNames", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "e7QJZ6Lzc5bubgg", "args", "isOnCanvas", "useIsOnFramerCanvas", "initialVariant", "useConstant", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "_getLocalizedValue", "_getLocalizedValue1", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "_getLocalizedValue5", "LayoutGroup", "u", "motion", "cx", "RichText2", "x", "css", "FramerTug5Ol6sO", "withCSS", "Tug5Ol6sO_default", "addPropertyControls", "ControlType", "addFonts"]
}
