{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/lCCHkyxRhTRISnOtUlPa/YxsUCHppGMmW58xnaFYY/Bookmark_Button.js", "ssg:https://framerusercontent.com/modules/C9tf1yvpZSDF10QsvY5J/27crTvYaorv6juO7NV1K/um7XNSlec.js", "ssg:https://framerusercontent.com/modules/hSs5D8W794LvgGDXEG7k/elSvtdjCjz2bFPvYEABP/Hsipe6xvN.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useState,useEffect}from\"react\";import{addPropertyControls,ControlType}from\"framer\";import{thentyAuth}from\"https://cdn.thenty.io/beta/thenty-sdk.min.js\";import{fetchUserData}from\"https://framer.com/m/ThentyHelpers-I0Oh.js\";/**\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */export default function BookmarkButton(props){const{cmsCollectionName,slug,colors,border}=props;const{userData}=fetchUserData();const borderRadius=props.radiusIsMixed?`${props.radiusTopLeft}px ${props.radiusTopRight}px ${props.radiusBottomRight}px ${props.radiusBottomLeft}px`:`${props.radius}px`;const[favourite,setFavourite]=useState(false);useEffect(()=>{var _userData_bookmarks;var _userData_bookmarks_includes;setFavourite((_userData_bookmarks_includes=userData===null||userData===void 0?void 0:(_userData_bookmarks=userData.bookmarks)===null||_userData_bookmarks===void 0?void 0:_userData_bookmarks.includes(`/${cmsCollectionName}/${slug}`.toLowerCase()))!==null&&_userData_bookmarks_includes!==void 0?_userData_bookmarks_includes:false);},[userData===null||userData===void 0?void 0:userData.bookmarks]);function onButtonClick(event){event.preventDefault();event.stopPropagation();try{thentyAuth.toggleBookmark(cmsCollectionName,slug,!favourite);setFavourite(f=>!f);}catch(err){console.error(err);}}return /*#__PURE__*/_jsxs(\"div\",{style:{backgroundColor:favourite?colors.fillOn:colors.fillOff,borderRadius:borderRadius,padding:props.paddingIsMixed?`${props.paddingTop}px ${props.paddingRight}px ${props.paddingBottom}px ${props.paddingLeft}px`:`${props.padding}px`,cursor:\"pointer\",overflow:\"hidden\",display:\"flex\",justifyContent:\"center\",alignItems:\"center\",...props.style},onClick:onButtonClick,children:[/*#__PURE__*/_jsx(HeartIcon,{filled:favourite,size:props.iconSize,color:favourite?colors.iconOn:colors.iconOff,customIcons:props.customIcons}),border&&/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",inset:0,borderWidth:border.widthIsMixed?`${border.widthTop}px ${border.widthRight}px ${border.widthBottom}px ${border.widthLeft}px`:`${border.width}px`,borderStyle:border.style,borderColor:favourite?border.colorOn:border.colorOff,borderRadius:borderRadius,pointerEvents:\"none\"}})]});}BookmarkButton.displayName=\"Bookmark Button\";addPropertyControls(BookmarkButton,{cmsCollectionName:{type:ControlType.String,defaultValue:\"\",title:\"CMS Collection Name\"},slug:{type:ControlType.String,defaultValue:\"\",description:\"Connect to Slug field.\"},colors:{type:ControlType.Object,buttonTitle:\"Icon & Fill\",controls:{iconOn:{type:ControlType.Color,defaultValue:\"#FF0000\"},iconOff:{type:ControlType.Color,defaultValue:\"#919191\"},fillOn:{type:ControlType.Color,defaultValue:\"rgba(255, 0, 0, 0)\"},fillOff:{type:ControlType.Color,defaultValue:\"rgba(145, 145, 145, 0)\"}}},iconSize:{type:ControlType.Number,defaultValue:24,min:1,step:1},radius:{type:ControlType.FusedNumber,defaultValue:8,toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"TL\",\"TR\",\"BR\",\"BL\"],min:0},padding:{type:ControlType.FusedNumber,defaultValue:12,toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},border:{type:ControlType.Object,optional:true,controls:{colorOn:{type:ControlType.Color,defaultValue:\"#FF0000\"},colorOff:{type:ControlType.Color,defaultValue:\"#919191\"},width:{type:ControlType.FusedNumber,defaultValue:1,toggleKey:\"widthIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"widthTop\",\"widthRight\",\"widthBottom\",\"widthLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},style:{type:ControlType.Enum,defaultValue:\"solid\",options:[\"solid\",\"dashed\",\"dotted\",\"double\"],optionTitles:[\"Solid\",\"Dashed\",\"Dotted\",\"Double\"]}}},customIcons:{type:ControlType.Object,optional:true,buttonTitle:\"Icons\",controls:{type:{type:ControlType.Enum,defaultValue:\"svg\",options:[\"svg\",\"image\"],optionTitles:[\"SVG\",\"Image\"],displaySegmentedControl:true},svgOn:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"On\",hidden:props=>props.type!=\"svg\"},svgOff:{type:ControlType.String,placeholder:\"<svg></svg>\",displayTextArea:true,title:\"Off\",hidden:props=>props.type!=\"svg\"},imageOn:{type:ControlType.ResponsiveImage,title:\"On\",hidden:props=>props.type!=\"image\"},imageOff:{type:ControlType.ResponsiveImage,title:\"Off\",hidden:props=>props.type!=\"image\"},sizing:{type:ControlType.Enum,defaultValue:\"cover\",options:[\"cover\",\"contain\",\"fill\"],optionTitles:[\"Fill\",\"Fit\",\"Stretch\"],hidden:props=>props.type!=\"image\"},opacity:{type:ControlType.Number,defaultValue:1,min:0,max:1,step:.01}}},transition:{type:ControlType.Transition}});function HeartIcon(props){const{filled,customIcons,size,color}=props;if(customIcons){if(customIcons.type==\"svg\"){return /*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(\"div\",{className:\"superfields-social-share-icon\",style:{width:size,height:size,opacity:customIcons.opacity,color:color,pointerEvents:\"none\"},dangerouslySetInnerHTML:customIcons.type==\"svg\"?{__html:(filled?customIcons.svgOn:customIcons.svgOff).replace(/width=\"(\\d+)\"/,`width=\"${size}\"`).replace(/height=\"(\\d+)\"/,`width=\"${size}\"`)}:undefined}),(customIcons===null||customIcons===void 0?void 0:customIcons.type)==\"svg\"&&/*#__PURE__*/_jsx(\"style\",{children:`.superfields-social-share-icon svg { display: block; }`})]});}else if(customIcons.type==\"image\"){var _customIcons_imageOn,_customIcons_imageOff,_customIcons_image;return /*#__PURE__*/_jsx(\"img\",{src:filled?(_customIcons_imageOn=customIcons.imageOn)===null||_customIcons_imageOn===void 0?void 0:_customIcons_imageOn.src:(_customIcons_imageOff=customIcons.imageOff)===null||_customIcons_imageOff===void 0?void 0:_customIcons_imageOff.src,alt:(_customIcons_image=customIcons.image)===null||_customIcons_image===void 0?void 0:_customIcons_image.alt,style:{display:\"block\",width:size,height:size,opacity:customIcons.opacity,color:color,objectFit:customIcons.sizing,objectPosition:\"center\",pointerEvents:\"none\"}});}}return /*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",width:size,height:size,viewBox:\"0 0 24 24\",strokeWidth:\"2\",stroke:\"currentColor\",fill:\"none\",strokeLinecap:\"round\",strokeLinejoin:\"round\",style:{color:color,display:\"block\"},children:filled?/*#__PURE__*/_jsx(\"path\",{d:\"M6.979 3.074a6 6 0 0 1 4.988 1.425l.037 .033l.034 -.03a6 6 0 0 1 4.733 -1.44l.246 .036a6 6 0 0 1 3.364 10.008l-.18 .185l-.048 .041l-7.45 7.379a1 1 0 0 1 -1.313 .082l-.094 -.082l-7.493 -7.422a6 6 0 0 1 3.176 -10.215z\",strokeWidth:\"0\",fill:\"currentColor\"}):/*#__PURE__*/_jsx(\"path\",{d:\"M19.5 12.572l-7.5 7.428l-7.5 -7.428a5 5 0 1 1 7.5 -6.566a5 5 0 1 1 7.5 6.572\"})});}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"BookmarkButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Bookmark_Button.map", "// Generated by Framer (9f68555)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-eoyJE .framer-styles-preset-54de99:not(.rich-text-wrapper), .framer-eoyJE .framer-styles-preset-54de99.rich-text-wrapper a { --framer-link-current-text-decoration: none; --framer-link-hover-text-decoration: none; --framer-link-text-decoration: none; }\"];export const className=\"framer-eoyJE\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (890879b)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ChildrenCanSuspend,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,Link,PathVariablesContext,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useQueryData,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Vimeo from\"https://framerusercontent.com/modules/0sWquksFr1YDkaIgrl9Z/jKzAzDE1dbmgPC3q8RAo/Vimeo.js\";import SVG from\"https://framerusercontent.com/modules/I1DC9cTt2FcHsDUAaRxW/6iIIX4SzvuX6GX8XtSv5/SVG_Prod.js\";import VideoFrame from\"https://framerusercontent.com/modules/iBoj3HPqfrCqnqNOPaXI/wEFzjPAloZpbgmAX16Fq/VideoFrame.js\";import BookmarkButton from\"https://framerusercontent.com/modules/lCCHkyxRhTRISnOtUlPa/YxsUCHppGMmW58xnaFYY/Bookmark_Button.js\";import Songs from\"https://framerusercontent.com/modules/Qr6Mx126YkDxYc5itaf7/w1r8SL334FZpiXFLObFL/yMpG5GtZl.js\";import SongArtists from\"https://framerusercontent.com/modules/nSCaksThF4eaUY2fT15K/N0Zvo748lD4bB9g2vth5/ZljLpOx1u.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/tzBclFpLDlSJkXnjLlHh/2ncTyNiAvM1HkwF9GsPy/KVRzZD9B2.js\";import*as sharedStyle2 from\"https://framerusercontent.com/modules/rNg6CEHQZhdYMI6MEqpZ/XzLebU4O48no4Q2B96XE/mFUHYJnoP.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/C9tf1yvpZSDF10QsvY5J/27crTvYaorv6juO7NV1K/um7XNSlec.js\";import Icon from\"https://framerusercontent.com/modules/mPXUEDgWVUlMp1YghR4X/aDGnqthFqKGxgERrSdjC/Hfq5HNiYa.js\";import BalletComponentsInteractivePropDiagram from\"https://framerusercontent.com/modules/4VOmTuBNFzL1WXKKuQiN/YZ6i8Uwo8tsdAE03FrXf/mFRsEZcTH.js\";import MaterialsGlass from\"https://framerusercontent.com/modules/yxfTZIiSXJkeTUMRfsFY/tMFzbV1z4whcfLEb6z9h/pijgRwa2L.js\";import UtilityIcon from\"https://framerusercontent.com/modules/9704nPNiSBUdwK47zbiQ/rynDUa8JyvFjMcrz4Ar1/wUxBNn35D.js\";const VimeoFonts=getFonts(Vimeo);const VideoFrameFonts=getFonts(VideoFrame);const BookmarkButtonFonts=getFonts(BookmarkButton);const UtilityIconFonts=getFonts(UtilityIcon);const MaterialsGlassFonts=getFonts(MaterialsGlass);const BalletComponentsInteractivePropDiagramFonts=getFonts(BalletComponentsInteractivePropDiagram);const SVGFonts=getFonts(SVG);const cycleOrder=[\"bnAtB60W1\",\"p2TURciU3\",\"zPVwOywTw\",\"uC4jeg1Fb\",\"tkwlXqJws\",\"kvDeC0hM4\"];const serializationHash=\"framer-nwHbj\";const variantClassNames={bnAtB60W1:\"framer-v-1gywvm\",kvDeC0hM4:\"framer-v-4mgokb\",p2TURciU3:\"framer-v-1mdig8n\",tkwlXqJws:\"framer-v-2ik212\",uC4jeg1Fb:\"framer-v-1yrbcyv\",zPVwOywTw:\"framer-v-zwt3sj\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const equals=(a,b)=>{return typeof a===\"string\"&&typeof b===\"string\"?a.toLowerCase()===b.toLowerCase():a===b;};const query=(prequery,{jtkqS55_R})=>prequery({from:{alias:\"bxFSvTyU6\",data:Songs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"bxFSvTyU6\",name:\"ExVuX_tPT\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"yB5FkazOt\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"Apg02_LHW\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"OYEV6NJnp\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"gNDcWJ9U8\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"bgw7w4fme\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"OxP_9gTO_\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"lH5FvT0uq\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"id\",type:\"Identifier\"},{alias:\"r3i76YmKZ\",arguments:[{from:{alias:\"r3i76YmKZ\",data:SongArtists,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"r3i76YmKZ\",name:\"kv2kKj1Tb\",type:\"Identifier\"},{collection:\"r3i76YmKZ\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"r3i76YmKZ\",name:\"lpYOAuepw\",type:\"Identifier\"},operator:\"==\",right:{collection:\"bxFSvTyU6\",name:\"lH5FvT0uq\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}],where:{left:{collection:\"bxFSvTyU6\",name:\"Apg02_LHW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:jtkqS55_R},type:\"BinaryOperation\"}});const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableEnumMap={\"Music Video\":\"yPjPo_JOu\",\"Practice Video\":\"o4CfKjPmf\"};const humanReadableVariantMap={\"Desktop/Tablet\":\"bnAtB60W1\",\"Variant 2\":\"p2TURciU3\",\"Variant 4\":\"uC4jeg1Fb\",\"Variant 5\":\"tkwlXqJws\",\"Variant 6\":\"kvDeC0hM4\",Phone:\"zPVwOywTw\"};const getProps=({height,id,option,slug,width,...props})=>{return{...props,gBLzTtUO1:humanReadableEnumMap[option]??option??props.gBLzTtUO1??\"yPjPo_JOu\",jtkqS55_R:slug??props.jtkqS55_R??\"vehi-sheamda-(yonatan-razel)\",variant:humanReadableVariantMap[props.variant]??props.variant??\"bnAtB60W1\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,jtkqS55_R,gBLzTtUO1,ExVuX_tPTbxFSvTyU6,yB5FkazOtbxFSvTyU6,Apg02_LHWbxFSvTyU6,OYEV6NJnpbxFSvTyU6,gNDcWJ9U8bxFSvTyU6,bgw7w4fmebxFSvTyU6,OxP_9gTO_bxFSvTyU6,kv2kKj1Tbr3i76YmKZ,lH5FvT0uqbxFSvTyU6,idr3i76YmKZ,idbxFSvTyU6,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"bnAtB60W1\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onTaph7tj2v=activeVariantCallback(async(...args)=>{setVariant(\"tkwlXqJws\");});const onTapu1ed67=activeVariantCallback(async(...args)=>{setVariant(\"kvDeC0hM4\");});const onTap12w1zto=activeVariantCallback(async(...args)=>{setVariant(\"bnAtB60W1\");});const onTap1l7x0s7=activeVariantCallback(async(...args)=>{setVariant(\"zPVwOywTw\");});const onTapkcvlcw=activeVariantCallback(async(...args)=>{setVariant(\"p2TURciU3\");});const onTap1hljkl7=activeVariantCallback(async(...args)=>{setVariant(\"uC4jeg1Fb\");});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const visible=equals(gBLzTtUO1,\"yPjPo_JOu\");const isDisplayed=value=>{if([\"p2TURciU3\",\"uC4jeg1Fb\"].includes(baseVariant))return value;return false;};const isDisplayed1=()=>{if([\"p2TURciU3\",\"uC4jeg1Fb\"].includes(baseVariant))return false;return true;};const visible1=equals(gBLzTtUO1,\"o4CfKjPmf\");const isDisplayed2=value=>{if([\"p2TURciU3\",\"uC4jeg1Fb\"].includes(baseVariant))return false;return value;};const isDisplayed3=()=>{if([\"tkwlXqJws\",\"kvDeC0hM4\"].includes(baseVariant))return true;return false;};return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(motion.div,{...restProps,...gestureHandlers,className:cx(scopingClassNames,\"framer-1gywvm\",className,classNames),\"data-framer-name\":\"Desktop/Tablet\",layoutDependency:layoutDependency,layoutId:\"bnAtB60W1\",ref:refBinding,style:{...style},...addPropertyOverrides({kvDeC0hM4:{\"data-framer-name\":\"Variant 6\"},p2TURciU3:{\"data-framer-name\":\"Variant 2\"},tkwlXqJws:{\"data-framer-name\":\"Variant 5\"},uC4jeg1Fb:{\"data-framer-name\":\"Variant 4\"},zPVwOywTw:{\"data-framer-name\":\"Phone\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ao6wxj\",layoutDependency:layoutDependency,layoutId:\"bxFSvTyU6\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"bxFSvTyU6\",data:Songs,type:\"Collection\"},limit:{type:\"LiteralValue\",value:1},select:[{collection:\"bxFSvTyU6\",name:\"ExVuX_tPT\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"yB5FkazOt\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"Apg02_LHW\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"OYEV6NJnp\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"gNDcWJ9U8\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"bgw7w4fme\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"OxP_9gTO_\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"lH5FvT0uq\",type:\"Identifier\"},{collection:\"bxFSvTyU6\",name:\"id\",type:\"Identifier\"},{alias:\"r3i76YmKZ\",arguments:[{from:{alias:\"r3i76YmKZ\",data:SongArtists,type:\"Collection\"},limit:{type:\"LiteralValue\",value:10},select:[{collection:\"r3i76YmKZ\",name:\"kv2kKj1Tb\",type:\"Identifier\"},{collection:\"r3i76YmKZ\",name:\"id\",type:\"Identifier\"}],type:\"Select\",where:{left:{collection:\"r3i76YmKZ\",name:\"lpYOAuepw\",type:\"Identifier\"},operator:\"==\",right:{collection:\"bxFSvTyU6\",name:\"lH5FvT0uq\",type:\"Identifier\"},type:\"BinaryOperation\"}}],functionName:\"ARRAY\",type:\"FunctionCall\"}],where:{left:{collection:\"bxFSvTyU6\",name:\"Apg02_LHW\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:jtkqS55_R},type:\"BinaryOperation\"}},children:(collection1,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection1?.map(({Apg02_LHW:Apg02_LHWbxFSvTyU6,bgw7w4fme:bgw7w4fmebxFSvTyU6,ExVuX_tPT:ExVuX_tPTbxFSvTyU6,gNDcWJ9U8:gNDcWJ9U8bxFSvTyU6,id:idbxFSvTyU6,lH5FvT0uq:lH5FvT0uqbxFSvTyU6,OxP_9gTO_:OxP_9gTO_bxFSvTyU6,OYEV6NJnp:OYEV6NJnpbxFSvTyU6,r3i76YmKZ:collection,yB5FkazOt:yB5FkazOtbxFSvTyU6},index1)=>{ExVuX_tPTbxFSvTyU6??=\"\";yB5FkazOtbxFSvTyU6??=\"\";Apg02_LHWbxFSvTyU6??=\"\";OYEV6NJnpbxFSvTyU6??=\"\";gNDcWJ9U8bxFSvTyU6??=true;bgw7w4fmebxFSvTyU6??=\"\";OxP_9gTO_bxFSvTyU6??=\"\";lH5FvT0uqbxFSvTyU6??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`bxFSvTyU6-${idbxFSvTyU6}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{Apg02_LHW:Apg02_LHWbxFSvTyU6},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-k7igta\",layoutDependency:layoutDependency,layoutId:\"HTjlCE2vW\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-lsrvz0\",layoutDependency:layoutDependency,layoutId:\"kt9G9xi4g\",style:{borderBottomLeftRadius:15,borderBottomRightRadius:15,borderTopLeftRadius:15,borderTopRightRadius:15,boxShadow:\"0px 0.7409732186279143px 0.7409732186279143px -0.5px rgba(0, 0, 0, 0.13), 0px 2.0178668455264415px 2.0178668455264415px -1px rgba(0, 0, 0, 0.13), 0px 4.430505261661892px 4.430505261661892px -1.5px rgba(0, 0, 0, 0.13), 0px 9.834710084098335px 9.834710084098335px -2px rgba(0, 0, 0, 0.13), 0px 25px 25px -2.5px rgba(0, 0, 0, 0.13)\"},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-gsy6hi\",layoutDependency:layoutDependency,layoutId:\"zfqwjQPu1\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11pmz6r\",layoutDependency:layoutDependency,layoutId:\"RIkSEV3Sx\",children:[isDisplayed(visible)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-pfhstr-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"WVqP5UO1i-container\",nodeId:\"WVqP5UO1i\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"var(--token-1797699c-0d5a-49b3-abe0-403c643c0fe7, rgba(0, 0, 0, 0.15))\",borderRadius:0,bottomLeftRadius:10,bottomRightRadius:10,controls:false,height:\"100%\",id:\"WVqP5UO1i\",isMixedBorderRadius:false,layoutId:\"WVqP5UO1i\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:ExVuX_tPTbxFSvTyU6,width:\"100%\",...addPropertyOverrides({p2TURciU3:{autoplay:true,controls:true},uC4jeg1Fb:{autoplay:true,controls:true}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-kvftt4-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"tU1HvcRi2-container\",nodeId:\"tU1HvcRi2\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(VideoFrame,{autoPlay:false,height:\"100%\",id:\"tU1HvcRi2\",layoutId:\"tU1HvcRi2\",loop:false,muted:true,preload:\"none\",radius:\"0px\",sizing:\"contain\",source:\"vimeo\",speed:\"1\",startTime:\"0:00\",style:{height:\"100%\",width:\"100%\"},tapToPlay:true,urlType:\"text\",videoUrl:\"\",vimeoType:\"text\",vimeoUrl:ExVuX_tPTbxFSvTyU6,volume:1,width:\"100%\",youTubeType:\"text\",youTubeUrl:\"\"})})}),isDisplayed2(visible1)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1d8kw4k-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"skwtOWPpP-container\",nodeId:\"skwtOWPpP\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(VideoFrame,{autoPlay:false,height:\"100%\",id:\"skwtOWPpP\",layoutId:\"skwtOWPpP\",loop:false,muted:true,preload:\"none\",radius:\"0px\",sizing:\"contain\",source:\"vimeo\",speed:\"1\",startTime:\"0:00\",style:{height:\"100%\",width:\"100%\"},tapToPlay:true,urlType:\"text\",videoUrl:\"\",vimeoType:\"text\",vimeoUrl:yB5FkazOtbxFSvTyU6,volume:1,width:\"100%\",youTubeType:\"text\",youTubeUrl:\"\"})})}),isDisplayed(visible1)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1qbc624-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"Pfcsq9MPh-container\",nodeId:\"Pfcsq9MPh\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(Vimeo,{autoplay:false,backgroundColor:\"var(--token-1797699c-0d5a-49b3-abe0-403c643c0fe7, rgba(0, 0, 0, 0.15))\",borderRadius:0,bottomLeftRadius:10,bottomRightRadius:10,controls:false,height:\"100%\",id:\"Pfcsq9MPh\",isMixedBorderRadius:false,layoutId:\"Pfcsq9MPh\",loop:false,mute:false,style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,video:yB5FkazOtbxFSvTyU6,width:\"100%\",...addPropertyOverrides({p2TURciU3:{autoplay:true,controls:true},uC4jeg1Fb:{autoplay:true,controls:true}},baseVariant,gestureVariant)})})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Apg02_LHW:Apg02_LHWbxFSvTyU6},webPageId:\"fy2lx3Xgc\"},motionChild:true,nodeId:\"gRO955925\",openInNewTab:false,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1u9n0ah framer-1eomwb7\",layoutDependency:layoutDependency,layoutId:\"gRO955925\",style:{borderBottomLeftRadius:25,borderBottomRightRadius:25,borderTopLeftRadius:25,borderTopRightRadius:25}})})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-51ai9x-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"noIrvpboz-container\",nodeId:\"noIrvpboz\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(BookmarkButton,{cmsCollectionName:\"\uD83C\uDFB5 Songs\",colors:{fillOff:\"rgba(145, 145, 145, 0)\",fillOn:\"rgba(255, 0, 0, 0)\",iconOff:\"rgba(255, 255, 255, 0.75)\",iconOn:\"var(--token-5bb58ce8-be7a-4a26-85c4-88019ca205f6, rgb(245, 49, 38))\"},height:\"100%\",iconSize:20,id:\"noIrvpboz\",layoutId:\"noIrvpboz\",padding:12,paddingBottom:12,paddingIsMixed:false,paddingLeft:12,paddingRight:12,paddingTop:12,radius:8,radiusBottomLeft:8,radiusBottomRight:8,radiusIsMixed:false,radiusTopLeft:8,radiusTopRight:8,slug:Apg02_LHWbxFSvTyU6,transition:{damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"},width:\"100%\",...addPropertyOverrides({kvDeC0hM4:{iconSize:15},zPVwOywTw:{iconSize:15}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1erqs13\",layoutDependency:layoutDependency,layoutId:\"l89pUA6sk\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"15px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.75))\"},children:\"04:31\"})}),className:\"framer-14js3ep\",fonts:[\"Inter-SemiBold\"],layoutDependency:layoutDependency,layoutId:\"fSkzTgWAm\",style:{\"--extracted-r6o4lv\":\"rgba(255, 255, 255, 0.75)\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:OYEV6NJnpbxFSvTyU6,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({kvDeC0hM4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.75))\"},children:\"04:31\"})})},zPVwOywTw:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"SW50ZXItU2VtaUJvbGQ=\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgba(255, 255, 255, 0.75))\"},children:\"04:31\"})})}},baseVariant,gestureVariant)})}),isDisplayed2(gNDcWJ9U8bxFSvTyU6)&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-rn0izl\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"vU0argRRV\",onTap:onTaph7tj2v,...addPropertyOverrides({kvDeC0hM4:{onTap:onTap1l7x0s7},tkwlXqJws:{onTap:onTap12w1zto},zPVwOywTw:{onTap:onTapu1ed67}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:15,width:\"15px\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||289)-0-289)/2+0+0)+0+0+0+0+0+15,...addPropertyOverrides({kvDeC0hM4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||261)-0-260.875)/2+0+0)+0+0+0+0+0+15},zPVwOywTw:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||261)-0-260.875)/2+0+0)+0+0+0+0+0+15}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-12u0zoj-container\",layoutDependency:layoutDependency,layoutId:\"RO9BaS9SE-container\",nodeId:\"RO9BaS9SE\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",style:{opacity:.75},variants:{kvDeC0hM4:{opacity:1},tkwlXqJws:{opacity:1}},children:/*#__PURE__*/_jsx(UtilityIcon,{bKZznseIx:\"rgb(255, 255, 255)\",height:\"100%\",id:\"RO9BaS9SE\",layoutId:\"RO9BaS9SE\",o7do2U6du:Icon,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed3()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1v63d6v\",layoutDependency:layoutDependency,layoutId:\"wqeIMgUWU\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({kvDeC0hM4:{height:196.875,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||261)-0-260.875)/2+0+0)+0+0+0+0+0+0},tkwlXqJws:{height:225,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+(((componentViewport?.height||289)-0-289)/2+0+0)+0+0+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-5robw1-container\",layoutDependency:layoutDependency,layoutId:\"Ib7N9CPWX-container\",nodeId:\"Ib7N9CPWX\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(MaterialsGlass,{BMQi4ISZ8:true,bzJ6Ql9JY:\"Lc9Kk5AeN\",eptPPyiW9:true,height:\"100%\",id:\"Ib7N9CPWX\",layoutId:\"Ib7N9CPWX\",pZOBKy0bI:\"TynNqr7iX\",SB5oE761E:10,style:{height:\"100%\",width:\"100%\"},t3QeXzQQO:\"10px\",variant:\"o7QsOT_cY\",VbrJvVaeL:\"MQtQP9rTM\",width:\"100%\",ZPTY_wKBP:true})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:200,width:\"350px\",...addPropertyOverrides({kvDeC0hM4:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||261)-0-260.875)/2+0+0)+0+0+0+0+0+-1.5625},tkwlXqJws:{y:(componentViewport?.y||0)+0+(((componentViewport?.height||289)-0-289)/2+0+0)+0+0+0+0+0+12.5}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-bdzr0v-container\",layoutDependency:layoutDependency,layoutId:\"QeHCMpvad-container\",nodeId:\"QeHCMpvad\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(BalletComponentsInteractivePropDiagram,{b1O_rjJLH:\"rgb(255, 255, 255)\",height:\"100%\",id:\"QeHCMpvad\",JYsuAGvHY:\"rgb(255, 255, 255)\",layoutId:\"QeHCMpvad\",LLWF5eJbg:bgw7w4fmebxFSvTyU6,qzmGrBUlq:\"var(--token-395276c8-608e-474c-acd5-4290003f7246, rgb(0, 112, 245))\",style:{height:\"100%\",width:\"100%\"},width:\"100%\",y9KggMImV:\"rgba(0, 0, 0, 0.25)\",...addPropertyOverrides({tkwlXqJws:{LLWF5eJbg:\"\"}},baseVariant,gestureVariant)})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-fx7eme\",layoutDependency:layoutDependency,layoutId:\"Nl1EJ4huL\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1brosgk\",layoutDependency:layoutDependency,layoutId:\"AbU2BWUMK\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{className:\"framer-styles-preset-13icy4l\",\"data-styles-preset\":\"KVRzZD9B2\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{Apg02_LHW:Apg02_LHWbxFSvTyU6},webPageId:\"fy2lx3Xgc\"},motionChild:true,nodeId:\"BDmc7Y_BY\",openInNewTab:false,scopeId:\"Hsipe6xvN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-54de99\",\"data-styles-preset\":\"um7XNSlec\",children:\"Happy Chanukah\"})})})}),className:\"framer-1yo9hkh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"BDmc7Y_BY\",text:OxP_9gTO_bxFSvTyU6,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jxt9dx\",layoutDependency:layoutDependency,layoutId:\"r3i76YmKZ\",children:collection?.map(({id:idr3i76YmKZ,kv2kKj1Tb:kv2kKj1Tbr3i76YmKZ},index)=>{kv2kKj1Tbr3i76YmKZ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`r3i76YmKZ-${idr3i76YmKZ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{kv2kKj1Tb:kv2kKj1Tbr3i76YmKZ},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h2,{className:\"framer-styles-preset-j13dkn\",\"data-styles-preset\":\"mFUHYJnoP\",children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{kv2kKj1Tb:kv2kKj1Tbr3i76YmKZ},webPageId:\"WojurA03s\"},motionChild:true,nodeId:\"lo_5ZOM_c\",openInNewTab:false,scopeId:\"Hsipe6xvN\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-54de99\",\"data-styles-preset\":\"um7XNSlec\",children:\"Yoni Z\"})})})}),className:\"framer-ftrli2\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"lo_5ZOM_c\",text:lH5FvT0uqbxFSvTyU6,verticalAlignment:\"top\",withExternalLayout:true})})},idr3i76YmKZ);})})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-ojps03\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"bJrY1Wk4b\",onTap:onTapkcvlcw,...addPropertyOverrides({kvDeC0hM4:{onTap:onTap1hljkl7},p2TURciU3:{onTap:onTap12w1zto},uC4jeg1Fb:{onTap:onTap1l7x0s7},zPVwOywTw:{onTap:onTap1hljkl7}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1jh3yhd-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"cFvg53F5d-container\",nodeId:\"cFvg53F5d\",rendersWithMotion:true,scopeId:\"Hsipe6xvN\",children:/*#__PURE__*/_jsx(SVG,{customColor:\"var(--token-0debba51-ec19-4281-a8bf-d05907239f72, rgba(0, 0, 0, 0.5))\",customPadding:0,customStrokeWidth:2,customSvgCode:'<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 94.238 106.152\">   <path id=\"Path_3\" data-name=\"Path 3\" d=\"M6.836,106.2c2.295,0,4.15-.781,6.494-2.148l74.561-43.36c4.639-2.637,6.348-4.492,6.348-7.568,0-3.027-1.709-4.883-6.348-7.568L13.33,2.246C10.986.879,9.131.049,6.836.049,2.637.049,0,3.223,0,8.252V98.047C0,103.027,2.637,106.2,6.836,106.2Z\" transform=\"translate(0 -0.049)\" fill=\"rgba(255,255,255,0.85)\"/> </svg>',description:\"\",height:\"100%\",id:\"cFvg53F5d\",layoutId:\"cFvg53F5d\",lineCap:\"butt\",lineJoin:\"miter\",style:{height:\"100%\",width:\"100%\"},title:\"\",width:\"100%\",...addPropertyOverrides({p2TURciU3:{customSvgCode:'<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"        \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 74.1699 101.221\">  <g>   <rect height=\"101.221\" opacity=\"0\" width=\"74.1699\" x=\"0\" y=\"0\"/>   <path d=\"M7.8125 101.172L21.875 101.172C27.0996 101.172 29.6875 98.584 29.6875 93.3594L29.6875 7.8125C29.6875 2.44141 27.0996 0 21.875 0L7.8125 0C2.58789 0 0 2.63672 0 7.8125L0 93.3594C0 98.584 2.58789 101.172 7.8125 101.172ZM52.2949 101.172L66.3574 101.172C71.582 101.172 74.1699 98.584 74.1699 93.3594L74.1699 7.8125C74.1699 2.44141 71.582 0 66.3574 0L52.2949 0C47.0703 0 44.4824 2.63672 44.4824 7.8125L44.4824 93.3594C44.4824 98.584 47.0703 101.172 52.2949 101.172Z\" fill=\"#ffffff\" fill-opacity=\"0.85\"/>  </g> </svg>'},uC4jeg1Fb:{customSvgCode:'<?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.1//EN\"        \"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd\"> <svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 74.1699 101.221\">  <g>   <rect height=\"101.221\" opacity=\"0\" width=\"74.1699\" x=\"0\" y=\"0\"/>   <path d=\"M7.8125 101.172L21.875 101.172C27.0996 101.172 29.6875 98.584 29.6875 93.3594L29.6875 7.8125C29.6875 2.44141 27.0996 0 21.875 0L7.8125 0C2.58789 0 0 2.63672 0 7.8125L0 93.3594C0 98.584 2.58789 101.172 7.8125 101.172ZM52.2949 101.172L66.3574 101.172C71.582 101.172 74.1699 98.584 74.1699 93.3594L74.1699 7.8125C74.1699 2.44141 71.582 0 66.3574 0L52.2949 0C47.0703 0 44.4824 2.63672 44.4824 7.8125L44.4824 93.3594C44.4824 98.584 47.0703 101.172 52.2949 101.172Z\" fill=\"#ffffff\" fill-opacity=\"0.85\"/>  </g> </svg>'}},baseVariant,gestureVariant)})})})})]})]})})},idbxFSvTyU6);})})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-nwHbj.framer-1eomwb7, .framer-nwHbj .framer-1eomwb7 { display: block; }\",\".framer-nwHbj.framer-1gywvm { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 400px; }\",\".framer-nwHbj .framer-1ao6wxj { 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: center; padding: 0px; position: relative; width: 100%; }\",\".framer-nwHbj .framer-k7igta { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-nwHbj .framer-lsrvz0 { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 225px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-nwHbj .framer-gsy6hi { align-content: center; align-items: center; aspect-ratio: 1.7777777777777777 / 1; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 225px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-nwHbj .framer-11pmz6r { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 1; }\",\".framer-nwHbj .framer-pfhstr-container, .framer-nwHbj .framer-kvftt4-container, .framer-nwHbj .framer-1d8kw4k-container, .framer-nwHbj .framer-1qbc624-container { bottom: -1px; flex: none; left: -1px; position: absolute; right: -1px; top: -1px; z-index: 1; }\",\".framer-nwHbj .framer-1u9n0ah { bottom: 35px; flex: none; left: 35px; overflow: visible; position: absolute; right: 35px; text-decoration: none; top: 35px; z-index: 1; }\",\".framer-nwHbj .framer-51ai9x-container { flex: none; height: auto; position: absolute; right: 0px; top: 0px; width: auto; z-index: 1; }\",\".framer-nwHbj .framer-1erqs13 { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: visible; padding: 10px; position: absolute; width: min-content; z-index: 1; }\",\".framer-nwHbj .framer-14js3ep { flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-nwHbj .framer-rn0izl { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: 0px; overflow: hidden; padding: 15px; position: absolute; top: 0px; width: min-content; z-index: 4; }\",\".framer-nwHbj .framer-12u0zoj-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 15px); position: relative; width: 15px; }\",\".framer-nwHbj .framer-1v63d6v { align-content: center; align-items: center; bottom: 0px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; justify-content: center; left: 0px; overflow: visible; padding: 0px; position: absolute; right: 0px; top: 0px; z-index: 3; }\",\".framer-nwHbj .framer-5robw1-container { bottom: 0px; flex: none; left: 0px; position: absolute; right: 0px; top: 0px; }\",\".framer-nwHbj .framer-bdzr0v-container { flex: none; height: 200px; left: calc(50.00000000000002% - 350px / 2); position: absolute; top: calc(50.00000000000002% - 200px / 2); width: 350px; z-index: 1; }\",\".framer-nwHbj .framer-fx7eme { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 10px; position: relative; width: 100%; }\",\".framer-nwHbj .framer-1brosgk { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 2px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-nwHbj .framer-1yo9hkh, .framer-nwHbj .framer-ftrli2 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-nwHbj .framer-1jxt9dx { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; padding: 0px; position: relative; width: 100%; }\",\".framer-nwHbj .framer-ojps03 { align-content: center; align-items: center; aspect-ratio: 1 / 1; cursor: pointer; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: var(--framer-aspect-ratio-supported, 25px); justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 25px; }\",\".framer-nwHbj .framer-1jh3yhd-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 17px); position: relative; width: 15px; }\",\".framer-nwHbj.framer-v-1mdig8n .framer-1jh3yhd-container, .framer-nwHbj.framer-v-1yrbcyv .framer-1jh3yhd-container { height: var(--framer-aspect-ratio-supported, 18px); width: 13px; }\",\".framer-nwHbj.framer-v-zwt3sj.framer-1gywvm, .framer-nwHbj.framer-v-1yrbcyv.framer-1gywvm, .framer-nwHbj.framer-v-4mgokb.framer-1gywvm { width: 350px; }\",\".framer-nwHbj.framer-v-zwt3sj .framer-lsrvz0, .framer-nwHbj.framer-v-zwt3sj .framer-gsy6hi, .framer-nwHbj.framer-v-1yrbcyv .framer-lsrvz0, .framer-nwHbj.framer-v-1yrbcyv .framer-gsy6hi, .framer-nwHbj.framer-v-4mgokb .framer-lsrvz0, .framer-nwHbj.framer-v-4mgokb .framer-gsy6hi { height: var(--framer-aspect-ratio-supported, 197px); }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 289\n * @framerIntrinsicWidth 400\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"p2TURciU3\":{\"layout\":[\"fixed\",\"auto\"]},\"zPVwOywTw\":{\"layout\":[\"fixed\",\"auto\"]},\"uC4jeg1Fb\":{\"layout\":[\"fixed\",\"auto\"]},\"tkwlXqJws\":{\"layout\":[\"fixed\",\"auto\"]},\"kvDeC0hM4\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"jtkqS55_R\":\"slug\",\"gBLzTtUO1\":\"option\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerHsipe6xvN=withCSS(Component,css,\"framer-nwHbj\");export default FramerHsipe6xvN;FramerHsipe6xvN.displayName=\"Cards/Vimeo Video Card\";FramerHsipe6xvN.defaultProps={height:289,width:400};addPropertyControls(FramerHsipe6xvN,{variant:{options:[\"bnAtB60W1\",\"p2TURciU3\",\"zPVwOywTw\",\"uC4jeg1Fb\",\"tkwlXqJws\",\"kvDeC0hM4\"],optionTitles:[\"Desktop/Tablet\",\"Variant 2\",\"Phone\",\"Variant 4\",\"Variant 5\",\"Variant 6\"],title:\"Variant\",type:ControlType.Enum},jtkqS55_R:{defaultValue:\"vehi-sheamda-(yonatan-razel)\",title:\"Slug\",type:ControlType.String},gBLzTtUO1:{defaultValue:\"yPjPo_JOu\",options:[\"yPjPo_JOu\",\"o4CfKjPmf\"],optionTitles:[\"Music Video\",\"Practice Video\"],title:\"Option\",type:ControlType.Enum}});addFonts(FramerHsipe6xvN,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/hyOgCu0Xnghbimh0pE8QTvtt2AU.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/NeGmSOXrPBfEFIy5YZeHq17LEDA.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/oYaAX5himiTPYuN8vLWnqBbfD2s.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/lEJLP4R0yuCaMCjSXYHtJw72M.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/cRJyLNuTJR5jbyKzGi33wU9cqIQ.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/1ZFS7N918ojhhd0nQWdj3jz4w.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/A0Wcc7NgXMjUuFdquHDrIZpzZw0.woff2\",weight:\"600\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"}]},...VimeoFonts,...VideoFrameFonts,...BookmarkButtonFonts,...UtilityIconFonts,...MaterialsGlassFonts,...BalletComponentsInteractivePropDiagramFonts,...SVGFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerHsipe6xvN\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"289\",\"framerIntrinsicWidth\":\"400\",\"framerColorSyntax\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerVariables\":\"{\\\"jtkqS55_R\\\":\\\"slug\\\",\\\"gBLzTtUO1\\\":\\\"option\\\"}\",\"framerAutoSizeImages\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"p2TURciU3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zPVwOywTw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"uC4jeg1Fb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"tkwlXqJws\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"kvDeC0hM4\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "+xBAGkB,SAARA,EAAgCC,EAAM,CAAC,GAAK,CAAC,kBAAAC,EAAkB,KAAAC,EAAK,OAAAC,EAAO,OAAAC,CAAM,EAAEJ,EAAW,CAAC,SAAAK,CAAQ,EAAEC,GAAc,EAAQC,EAAaP,EAAM,cAAc,GAAGA,EAAM,aAAa,MAAMA,EAAM,cAAc,MAAMA,EAAM,iBAAiB,MAAMA,EAAM,gBAAgB,KAAK,GAAGA,EAAM,MAAM,KAAU,CAACQ,EAAUC,CAAY,EAAEC,GAAS,EAAK,EAAEC,GAAU,IAAI,CAAC,IAAIC,EAAwBC,EAA6BJ,GAAcI,EAA6BR,GAAW,OAAgCO,EAAoBP,EAAS,aAAa,MAAMO,IAAsB,OAA9E,OAA4FA,EAAoB,SAAS,IAAIX,CAAiB,IAAIC,CAAI,GAAG,YAAY,CAAC,KAAK,MAAMW,IAA+B,OAAOA,EAA6B,EAAK,CAAE,EAAE,CAA2CR,GAAS,SAAS,CAAC,EAAE,SAASS,EAAcC,EAAM,CAACA,EAAM,eAAe,EAAEA,EAAM,gBAAgB,EAAE,GAAG,CAACC,GAAW,eAAef,EAAkBC,EAAK,CAACM,CAAS,EAAEC,EAAaQ,GAAG,CAACA,CAAC,CAAE,OAAOC,EAAI,CAAC,QAAQ,MAAMA,CAAG,CAAE,CAAC,CAAC,OAAoBC,EAAM,MAAM,CAAC,MAAM,CAAC,gBAAgBX,EAAUL,EAAO,OAAOA,EAAO,QAAQ,aAAaI,EAAa,QAAQP,EAAM,eAAe,GAAGA,EAAM,UAAU,MAAMA,EAAM,YAAY,MAAMA,EAAM,aAAa,MAAMA,EAAM,WAAW,KAAK,GAAGA,EAAM,OAAO,KAAK,OAAO,UAAU,SAAS,SAAS,QAAQ,OAAO,eAAe,SAAS,WAAW,SAAS,GAAGA,EAAM,KAAK,EAAE,QAAQc,EAAc,SAAS,CAAcM,EAAKC,GAAU,CAAC,OAAOb,EAAU,KAAKR,EAAM,SAAS,MAAMQ,EAAUL,EAAO,OAAOA,EAAO,QAAQ,YAAYH,EAAM,WAAW,CAAC,EAAEI,GAAqBgB,EAAK,MAAM,CAAC,MAAM,CAAC,SAAS,WAAW,MAAM,EAAE,YAAYhB,EAAO,aAAa,GAAGA,EAAO,QAAQ,MAAMA,EAAO,UAAU,MAAMA,EAAO,WAAW,MAAMA,EAAO,SAAS,KAAK,GAAGA,EAAO,KAAK,KAAK,YAAYA,EAAO,MAAM,YAAYI,EAAUJ,EAAO,QAAQA,EAAO,SAAS,aAAaG,EAAa,cAAc,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAACR,EAAe,YAAY,kBAAkBuB,EAAoBvB,EAAe,CAAC,kBAAkB,CAAC,KAAKwB,EAAY,OAAO,aAAa,GAAG,MAAM,qBAAqB,EAAE,KAAK,CAAC,KAAKA,EAAY,OAAO,aAAa,GAAG,YAAY,wBAAwB,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,YAAY,cAAc,SAAS,CAAC,OAAO,CAAC,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,QAAQ,CAAC,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,OAAO,CAAC,KAAKA,EAAY,MAAM,aAAa,oBAAoB,EAAE,QAAQ,CAAC,KAAKA,EAAY,MAAM,aAAa,wBAAwB,CAAC,CAAC,EAAE,SAAS,CAAC,KAAKA,EAAY,OAAO,aAAa,GAAG,IAAI,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,YAAY,aAAa,EAAE,UAAU,gBAAgB,aAAa,CAAC,MAAM,YAAY,EAAE,UAAU,CAAC,gBAAgB,iBAAiB,oBAAoB,kBAAkB,EAAE,YAAY,CAAC,KAAK,KAAK,KAAK,IAAI,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC,KAAKA,EAAY,YAAY,aAAa,GAAG,UAAU,iBAAiB,aAAa,CAAC,MAAM,YAAY,EAAE,UAAU,CAAC,aAAa,eAAe,gBAAgB,aAAa,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,OAAO,CAAC,KAAKA,EAAY,OAAO,SAAS,GAAK,SAAS,CAAC,QAAQ,CAAC,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,SAAS,CAAC,KAAKA,EAAY,MAAM,aAAa,SAAS,EAAE,MAAM,CAAC,KAAKA,EAAY,YAAY,aAAa,EAAE,UAAU,eAAe,aAAa,CAAC,MAAM,YAAY,EAAE,UAAU,CAAC,WAAW,aAAa,cAAc,WAAW,EAAE,YAAY,CAAC,IAAI,IAAI,IAAI,GAAG,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,KAAKA,EAAY,KAAK,aAAa,QAAQ,QAAQ,CAAC,QAAQ,SAAS,SAAS,QAAQ,EAAE,aAAa,CAAC,QAAQ,SAAS,SAAS,QAAQ,CAAC,CAAC,CAAC,EAAE,YAAY,CAAC,KAAKA,EAAY,OAAO,SAAS,GAAK,YAAY,QAAQ,SAAS,CAAC,KAAK,CAAC,KAAKA,EAAY,KAAK,aAAa,MAAM,QAAQ,CAAC,MAAM,OAAO,EAAE,aAAa,CAAC,MAAM,OAAO,EAAE,wBAAwB,EAAI,EAAE,MAAM,CAAC,KAAKA,EAAY,OAAO,YAAY,cAAc,gBAAgB,GAAK,MAAM,KAAK,OAAOvB,GAAOA,EAAM,MAAM,KAAK,EAAE,OAAO,CAAC,KAAKuB,EAAY,OAAO,YAAY,cAAc,gBAAgB,GAAK,MAAM,MAAM,OAAOvB,GAAOA,EAAM,MAAM,KAAK,EAAE,QAAQ,CAAC,KAAKuB,EAAY,gBAAgB,MAAM,KAAK,OAAOvB,GAAOA,EAAM,MAAM,OAAO,EAAE,SAAS,CAAC,KAAKuB,EAAY,gBAAgB,MAAM,MAAM,OAAOvB,GAAOA,EAAM,MAAM,OAAO,EAAE,OAAO,CAAC,KAAKuB,EAAY,KAAK,aAAa,QAAQ,QAAQ,CAAC,QAAQ,UAAU,MAAM,EAAE,aAAa,CAAC,OAAO,MAAM,SAAS,EAAE,OAAOvB,GAAOA,EAAM,MAAM,OAAO,EAAE,QAAQ,CAAC,KAAKuB,EAAY,OAAO,aAAa,EAAE,IAAI,EAAE,IAAI,EAAE,KAAK,GAAG,CAAC,CAAC,EAAE,WAAW,CAAC,KAAKA,EAAY,UAAU,CAAC,CAAC,EAAE,SAASF,GAAUrB,EAAM,CAAC,GAAK,CAAC,OAAAwB,EAAO,YAAAC,EAAY,KAAAC,EAAK,MAAAC,CAAK,EAAE3B,EAAM,GAAGyB,EAAY,CAAC,GAAGA,EAAY,MAAM,MAAO,OAAoBN,EAAMS,EAAU,CAAC,SAAS,CAAcR,EAAK,MAAM,CAAC,UAAU,gCAAgC,MAAM,CAAC,MAAMM,EAAK,OAAOA,EAAK,QAAQD,EAAY,QAAQ,MAAME,EAAM,cAAc,MAAM,EAAE,wBAAwBF,EAAY,MAAM,MAAM,CAAC,QAAQD,EAAOC,EAAY,MAAMA,EAAY,QAAQ,QAAQ,gBAAgB,UAAUC,CAAI,GAAG,EAAE,QAAQ,iBAAiB,UAAUA,CAAI,GAAG,CAAC,EAAE,MAAS,CAAC,EAAmDD,GAAY,MAAO,OAAoBL,EAAK,QAAQ,CAAC,SAAS,wDAAwD,CAAC,CAAC,CAAC,CAAC,EAAQ,GAAGK,EAAY,MAAM,QAAQ,CAAC,IAAII,EAAqBC,EAAsBC,EAAmB,OAAoBX,EAAK,MAAM,CAAC,IAAII,GAAQK,EAAqBJ,EAAY,WAAW,MAAMI,IAAuB,OAAO,OAAOA,EAAqB,KAAKC,EAAsBL,EAAY,YAAY,MAAMK,IAAwB,OAAO,OAAOA,EAAsB,IAAI,KAAKC,EAAmBN,EAAY,SAAS,MAAMM,IAAqB,OAAO,OAAOA,EAAmB,IAAI,MAAM,CAAC,QAAQ,QAAQ,MAAML,EAAK,OAAOA,EAAK,QAAQD,EAAY,QAAQ,MAAME,EAAM,UAAUF,EAAY,OAAO,eAAe,SAAS,cAAc,MAAM,CAAC,CAAC,CAAE,CAAC,CAAC,OAAoBL,EAAK,MAAM,CAAC,MAAM,6BAA6B,MAAMM,EAAK,OAAOA,EAAK,QAAQ,YAAY,YAAY,IAAI,OAAO,eAAe,KAAK,OAAO,cAAc,QAAQ,eAAe,QAAQ,MAAM,CAAC,MAAMC,EAAM,QAAQ,OAAO,EAAE,SAASH,EAAoBJ,EAAK,OAAO,CAAC,EAAE,0NAA0N,YAAY,IAAI,KAAK,cAAc,CAAC,EAAeA,EAAK,OAAO,CAAC,EAAE,8EAA8E,CAAC,CAAC,CAAC,CAAE,CCF9vMY,GAAU,UAAU,CAAC,CAAC,EAAS,IAAMC,GAAM,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,CAAC,EAAeC,GAAI,CAAC,qQAAqQ,EAAeC,GAAU,eCA8mD,IAAMC,GAAWC,EAASC,CAAK,EAAQC,GAAgBF,EAASG,CAAU,EAAQC,GAAoBJ,EAASK,CAAc,EAAQC,GAAiBN,EAASO,CAAW,EAAQC,GAAoBR,EAASS,CAAc,EAAQC,GAA4CV,EAASW,CAAsC,EAAQC,GAASZ,EAASa,CAAG,EAAQC,GAAW,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAQC,GAAkB,eAAqBC,GAAkB,CAAC,UAAU,kBAAkB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,kBAAkB,UAAU,mBAAmB,UAAU,iBAAiB,EAAE,SAASC,EAAqBC,KAAaC,EAAS,CAAC,IAAMC,EAAc,CAAC,EAAE,OAAAD,GAAU,QAAQE,GAASA,GAAS,OAAO,OAAOD,EAAcF,EAAUG,CAAO,CAAC,CAAC,EAASD,CAAc,CAAC,IAAME,GAAY,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAQC,GAAO,CAACC,EAAEC,IAAY,OAAOD,GAAI,UAAU,OAAOC,GAAI,SAASD,EAAE,YAAY,IAAIC,EAAE,YAAY,EAAED,IAAIC,EAA0yC,IAAMC,GAAU,CAAC,CAAC,MAAAC,EAAM,SAAAC,EAAS,SAAAC,CAAQ,IAAI,CAAC,IAAMC,EAAKC,GAAaJ,CAAK,EAAE,OAAOE,EAASC,CAAI,CAAE,EAAQE,GAAW,CAAC,CAAC,MAAAC,EAAM,SAAAJ,CAAQ,IAAI,CAAC,IAAMK,EAAaC,GAAWC,CAAmB,EAAQC,EAAWJ,GAAOC,EAAO,WAAiBI,EAAmBC,GAAQ,KAAK,CAAC,GAAGL,EAAO,WAAAG,CAAU,GAAG,CAAC,KAAK,UAAUA,CAAU,CAAC,CAAC,EAAE,OAAoBG,EAAKJ,EAAoB,SAAS,CAAC,MAAME,EAAa,SAAST,CAAQ,CAAC,CAAE,EAAQY,GAASC,EAAO,OAAaC,CAAQ,EAAQC,GAAqB,CAAC,cAAc,YAAY,iBAAiB,WAAW,EAAQC,GAAwB,CAAC,iBAAiB,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,YAAY,MAAM,WAAW,EAAQC,GAAS,CAAC,CAAC,OAAAC,EAAO,GAAAC,EAAG,OAAAC,EAAO,KAAAC,EAAK,MAAAC,EAAM,GAAGC,CAAK,KAAW,CAAC,GAAGA,EAAM,UAAUR,GAAqBK,CAAM,GAAGA,GAAQG,EAAM,WAAW,YAAY,UAAUF,GAAME,EAAM,WAAW,+BAA+B,QAAQP,GAAwBO,EAAM,OAAO,GAAGA,EAAM,SAAS,WAAW,GAAUC,GAAuB,CAACD,EAAME,IAAeF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAEF,EAAM,iBAAwBE,EAAS,KAAK,GAAG,EAAUC,GAA6BC,GAAW,SAASJ,EAAMK,EAAI,CAAC,IAAMC,EAAYC,GAAO,IAAI,EAAQC,EAAWH,GAAKC,EAAkBG,EAAsBC,GAAM,EAAO,CAAC,aAAAC,EAAa,UAAAC,CAAS,EAAEC,GAAc,EAAQC,EAAkBC,GAAqB,EAAO,CAAC,MAAAC,EAAM,UAAAC,EAAU,SAAAC,EAAS,QAAAC,EAAQ,UAAAC,GAAU,UAAAC,EAAU,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,mBAAAC,GAAmB,YAAAC,GAAY,YAAAC,GAAY,GAAGC,EAAS,EAAEvC,GAASM,CAAK,EAAO,CAAC,YAAAkC,EAAY,WAAAC,GAAW,oBAAAC,GAAoB,gBAAAC,GAAgB,eAAAC,EAAe,UAAAC,GAAU,gBAAAC,GAAgB,WAAAC,EAAW,SAAAvC,CAAQ,EAAEwC,GAAgB,CAAC,WAAAC,GAAW,eAAe,YAAY,IAAInC,EAAW,QAAAW,EAAQ,kBAAAyB,EAAiB,CAAC,EAAQC,EAAiB5C,GAAuBD,EAAME,CAAQ,EAAO,CAAC,sBAAA4C,EAAsB,MAAAC,EAAK,EAAEC,GAAyBd,CAAW,EAAQe,GAAYH,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQU,GAAYL,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQW,EAAaN,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQY,EAAaP,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQa,GAAYR,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAAQc,EAAaT,EAAsB,SAASI,IAAO,CAACT,EAAW,WAAW,CAAE,CAAC,EAA0Ge,GAAkBC,EAAGC,GAAkB,GAAnH,CAAazC,GAAuBA,GAAuBA,EAAS,CAAuE,EAAQ0C,GAAQC,GAAOvC,EAAU,WAAW,EAAQwC,GAAYhF,GAAW,CAAC,YAAY,WAAW,EAAE,SAASqD,CAAW,EAASrD,EAAa,GAAciF,EAAa,IAAQ,EAAC,YAAY,WAAW,EAAE,SAAS5B,CAAW,EAAmC6B,GAASH,GAAOvC,EAAU,WAAW,EAAQ2C,GAAanF,GAAW,CAAC,YAAY,WAAW,EAAE,SAASqD,CAAW,EAAS,GAAarD,EAAcoF,GAAa,IAAQ,GAAC,YAAY,WAAW,EAAE,SAAS/B,CAAW,EAA6B,OAAoB9C,EAAK8E,EAAY,CAAC,GAAGhD,GAAUT,EAAgB,SAAsBrB,EAAKC,GAAS,CAAC,QAAQa,EAAS,QAAQ,GAAM,SAAsBd,EAAKR,GAAW,CAAC,MAAMuF,GAAY,SAAsB/E,EAAKE,EAAO,IAAI,CAAC,GAAG2C,GAAU,GAAGI,GAAgB,UAAUoB,EAAGD,GAAkB,gBAAgBvC,EAAUkB,EAAU,EAAE,mBAAmB,iBAAiB,iBAAiBU,EAAiB,SAAS,YAAY,IAAIrC,EAAW,MAAM,CAAC,GAAGQ,CAAK,EAAE,GAAGoD,EAAqB,CAAC,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,WAAW,EAAE,UAAU,CAAC,mBAAmB,OAAO,CAAC,EAAElC,EAAYI,CAAc,EAAE,SAAsBlD,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBzD,EAAKiF,GAAmB,CAAC,SAAsBjF,EAAKd,GAAU,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKgG,GAAM,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,EAAE,CAAC,MAAM,YAAY,UAAU,CAAC,CAAC,KAAK,CAAC,MAAM,YAAY,KAAKC,GAAY,KAAK,YAAY,EAAE,MAAM,CAAC,KAAK,eAAe,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,CAAC,WAAW,YAAY,KAAK,KAAK,KAAK,YAAY,CAAC,EAAE,KAAK,SAAS,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,KAAK,iBAAiB,CAAC,CAAC,EAAE,aAAa,QAAQ,KAAK,cAAc,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,WAAW,YAAY,KAAK,YAAY,KAAK,YAAY,EAAE,SAAS,KAAK,MAAM,CAAC,KAAK,eAAe,MAAMnD,EAAS,EAAE,KAAK,iBAAiB,CAAC,EAAE,SAAS,CAACoD,EAAYC,GAAeC,KAAwBtF,EAAKuF,EAAU,CAAC,SAASH,GAAa,IAAI,CAAC,CAAC,UAAUhD,EAAmB,UAAUG,GAAmB,UAAUL,EAAmB,UAAUI,GAAmB,GAAGM,GAAY,UAAUF,GAAmB,UAAUF,GAAmB,UAAUH,GAAmB,UAAUmD,GAAW,UAAUrD,CAAkB,EAAEsD,MAAUvD,IAAqB,GAAGC,IAAqB,GAAGC,IAAqB,GAAGC,KAAqB,GAAGC,KAAqB,GAAKC,KAAqB,GAAGC,KAAqB,GAAGE,KAAqB,GAAuB1C,EAAK8E,EAAY,CAAC,GAAG,aAAalC,EAAW,GAAG,SAAsB5C,EAAK0F,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUtD,CAAkB,EAAE,SAAsBuD,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAckC,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,GAAG,UAAU,0UAA0U,EAAE,SAAS,CAAckC,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAckC,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAACgB,GAAYF,EAAO,GAAgBvE,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAK8F,EAAM,CAAC,SAAS,GAAM,gBAAgB,yEAAyE,aAAa,EAAE,iBAAiB,GAAG,kBAAkB,GAAG,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAM,KAAK,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM5D,EAAmB,MAAM,OAAO,GAAG8C,EAAqB,CAAC,UAAU,CAAC,SAAS,GAAK,SAAS,EAAI,EAAE,UAAU,CAAC,SAAS,GAAK,SAAS,EAAI,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAK+F,EAAW,CAAC,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,GAAM,MAAM,GAAK,QAAQ,OAAO,OAAO,MAAM,OAAO,UAAU,OAAO,QAAQ,MAAM,IAAI,UAAU,OAAO,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAK,QAAQ,OAAO,SAAS,GAAG,UAAU,OAAO,SAAS7D,EAAmB,OAAO,EAAE,MAAM,OAAO,YAAY,OAAO,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE0C,GAAaD,EAAQ,GAAgB3E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAK+F,EAAW,CAAC,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,KAAK,GAAM,MAAM,GAAK,QAAQ,OAAO,OAAO,MAAM,OAAO,UAAU,OAAO,QAAQ,MAAM,IAAI,UAAU,OAAO,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,GAAK,QAAQ,OAAO,SAAS,GAAG,UAAU,OAAO,SAAS5D,EAAmB,OAAO,EAAE,MAAM,OAAO,YAAY,OAAO,WAAW,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEsC,GAAYE,EAAQ,GAAgB3E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAK8F,EAAM,CAAC,SAAS,GAAM,gBAAgB,yEAAyE,aAAa,EAAE,iBAAiB,GAAG,kBAAkB,GAAG,SAAS,GAAM,OAAO,OAAO,GAAG,YAAY,oBAAoB,GAAM,SAAS,YAAY,KAAK,GAAM,KAAK,GAAM,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM3D,EAAmB,MAAM,OAAO,GAAG6C,EAAqB,CAAC,UAAU,CAAC,SAAS,GAAK,SAAS,EAAI,EAAE,UAAU,CAAC,SAAS,GAAK,SAAS,EAAI,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgB1E,EAAKgG,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU5D,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,SAAsBpC,EAAKE,EAAO,EAAE,CAAC,UAAU,gCAAgC,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,uBAAuB,GAAG,wBAAwB,GAAG,oBAAoB,GAAG,qBAAqB,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEiB,EAAa,GAAgB1E,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAKiG,EAAe,CAAC,kBAAkB,kBAAW,OAAO,CAAC,QAAQ,yBAAyB,OAAO,qBAAqB,QAAQ,4BAA4B,OAAO,qEAAqE,EAAE,OAAO,OAAO,SAAS,GAAG,GAAG,YAAY,SAAS,YAAY,QAAQ,GAAG,cAAc,GAAG,eAAe,GAAM,YAAY,GAAG,aAAa,GAAG,WAAW,GAAG,OAAO,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,cAAc,GAAM,cAAc,EAAE,eAAe,EAAE,KAAK7D,EAAmB,WAAW,CAAC,QAAQ,GAAG,MAAM,EAAE,KAAK,EAAE,UAAU,IAAI,KAAK,QAAQ,EAAE,MAAM,OAAO,GAAG4C,EAAqB,CAAC,UAAU,CAAC,SAAS,EAAE,EAAE,UAAU,CAAC,SAAS,EAAE,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEwB,EAAa,GAAgB1E,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAsBzD,EAAKkG,EAAS,CAAC,sBAAsB,GAAK,SAAsBlG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oDAAoD,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,gBAAgB,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,MAAM,CAAC,qBAAqB,4BAA4B,2BAA2B,mBAAmB,gCAAgC,WAAW,EAAE,KAAKpB,GAAmB,kBAAkB,MAAM,mBAAmB,GAAK,GAAG2C,EAAqB,CAAC,UAAU,CAAC,SAAsBhF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oDAAoD,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,CAAC,SAAsBF,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,EAAE,CAAC,MAAM,CAAC,kBAAkB,uBAAuB,uBAAuB,2CAA2C,qBAAqB,OAAO,uBAAuB,MAAM,sBAAsB,oDAAoD,EAAE,SAAS,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE4C,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,EAAE0B,GAAatC,EAAkB,GAAgBtC,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiBuD,EAAiB,SAAS,YAAY,MAAMI,GAAY,GAAGmB,EAAqB,CAAC,UAAU,CAAC,MAAMf,CAAY,EAAE,UAAU,CAAC,MAAMD,CAAY,EAAE,UAAU,CAAC,MAAMD,EAAW,CAAC,EAAEjB,EAAYI,CAAc,EAAE,SAAsBlD,EAAK4F,EAA0B,CAAC,OAAO,GAAG,MAAM,OAAO,GAAGlE,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,GAAG,GAAGsD,EAAqB,CAAC,UAAU,CAAC,GAAGtD,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAEoB,EAAYI,CAAc,EAAE,SAAsBlD,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,MAAM,CAAC,QAAQ,GAAG,EAAE,SAAS,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,UAAU,CAAC,QAAQ,CAAC,CAAC,EAAE,SAAsBzD,EAAKmG,EAAY,CAAC,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAUC,GAAK,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEvB,GAAa,GAAgBc,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAczD,EAAK4F,EAA0B,CAAC,GAAGZ,EAAqB,CAAC,UAAU,CAAC,OAAO,QAAQ,MAAMtD,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,UAAU,CAAC,OAAO,IAAI,MAAMA,GAAmB,OAAO,QAAQ,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAEoB,EAAYI,CAAc,EAAE,SAAsBlD,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAKqG,EAAe,CAAC,UAAU,GAAK,UAAU,YAAY,UAAU,GAAK,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,UAAU,YAAY,UAAU,GAAG,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,UAAU,OAAO,QAAQ,YAAY,UAAU,YAAY,MAAM,OAAO,UAAU,EAAI,CAAC,CAAC,CAAC,CAAC,CAAC,EAAerG,EAAK4F,EAA0B,CAAC,OAAO,IAAI,MAAM,QAAQ,GAAGZ,EAAqB,CAAC,UAAU,CAAC,GAAGtD,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,UAAU,CAAC,GAAGA,GAAmB,GAAG,GAAG,KAAKA,GAAmB,QAAQ,KAAK,EAAE,KAAK,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,EAAE,IAAI,CAAC,EAAEoB,EAAYI,CAAc,EAAE,SAAsBlD,EAAK6F,EAA8B,CAAC,UAAU,0BAA0B,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAKsG,EAAuC,CAAC,UAAU,qBAAqB,OAAO,OAAO,GAAG,YAAY,UAAU,qBAAqB,SAAS,YAAY,UAAU/D,GAAmB,UAAU,sEAAsE,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,OAAO,UAAU,sBAAsB,GAAGyC,EAAqB,CAAC,UAAU,CAAC,UAAU,EAAE,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAeyC,EAAMzF,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAckC,EAAMzF,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS,CAAczD,EAAKkG,EAAS,CAAC,sBAAsB,GAAK,SAAsBlG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,+BAA+B,qBAAqB,YAAY,SAAsBF,EAAKgG,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAU5D,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBpC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,iBAAiB,MAAM,CAAC,OAAO,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,KAAKjB,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,EAAexC,EAAKE,EAAO,IAAI,CAAC,UAAU,iBAAiB,iBAAiBuD,EAAiB,SAAS,YAAY,SAAS+B,IAAY,IAAI,CAAC,CAAC,GAAG7C,GAAY,UAAUF,CAAkB,EAAE8D,MAAS9D,IAAqB,GAAuBzC,EAAK8E,EAAY,CAAC,GAAG,aAAanC,EAAW,GAAG,SAAsB3C,EAAK0F,EAAqB,SAAS,CAAC,MAAM,CAAC,UAAUjD,CAAkB,EAAE,SAAsBzC,EAAKkG,EAAS,CAAC,sBAAsB,GAAK,SAAsBlG,EAAWG,EAAS,CAAC,SAAsBH,EAAKE,EAAO,GAAG,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAsBF,EAAKgG,EAAK,CAAC,KAAK,CAAC,cAAc,CAAC,UAAUvD,CAAkB,EAAE,UAAU,WAAW,EAAE,YAAY,GAAK,OAAO,YAAY,aAAa,GAAM,QAAQ,YAAY,aAAa,GAAM,SAAsBzC,EAAKE,EAAO,EAAE,CAAC,UAAU,8BAA8B,qBAAqB,YAAY,SAAS,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,UAAU,gBAAgB,MAAM,CAAC,OAAO,EAAE,iBAAiBuD,EAAiB,SAAS,YAAY,KAAKf,GAAmB,kBAAkB,MAAM,mBAAmB,EAAI,CAAC,CAAC,CAAC,CAAC,EAAEC,EAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAe3C,EAAKE,EAAO,IAAI,CAAC,UAAU,gBAAgB,iBAAiB,GAAK,iBAAiBuD,EAAiB,SAAS,YAAY,MAAMS,GAAY,GAAGc,EAAqB,CAAC,UAAU,CAAC,MAAMb,CAAY,EAAE,UAAU,CAAC,MAAMH,CAAY,EAAE,UAAU,CAAC,MAAMC,CAAY,EAAE,UAAU,CAAC,MAAME,CAAY,CAAC,EAAErB,EAAYI,CAAc,EAAE,SAAsBlD,EAAK4F,EAA0B,CAAC,SAAsB5F,EAAK6F,EAA8B,CAAC,UAAU,2BAA2B,iBAAiB,GAAK,iBAAiB,GAAK,iBAAiBpC,EAAiB,SAAS,sBAAsB,OAAO,YAAY,kBAAkB,GAAK,QAAQ,YAAY,SAAsBzD,EAAKwG,EAAI,CAAC,YAAY,wEAAwE,cAAc,EAAE,kBAAkB,EAAE,cAAc,4bAA4b,YAAY,GAAG,OAAO,OAAO,GAAG,YAAY,SAAS,YAAY,QAAQ,OAAO,SAAS,QAAQ,MAAM,CAAC,OAAO,OAAO,MAAM,MAAM,EAAE,MAAM,GAAG,MAAM,OAAO,GAAGxB,EAAqB,CAAC,UAAU,CAAC,cAAc,23BAA23B,EAAE,UAAU,CAAC,cAAc,23BAA23B,CAAC,EAAElC,EAAYI,CAAc,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAEN,EAAW,EAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAE,CAAC,EAAQ6D,GAAI,CAAC,kFAAkF,kFAAkF,2QAA2Q,qQAAqQ,+QAA+Q,gZAAgZ,iVAAiV,qSAAqS,qQAAqQ,4KAA4K,0IAA0I,yTAAyT,6HAA6H,qUAAqU,oKAAoK,wSAAwS,2HAA2H,6MAA6M,oRAAoR,yRAAyR,mMAAmM,sQAAsQ,gVAAgV,oKAAoK,0LAA0L,2JAA2J,gVAAgV,GAAeA,GAAI,GAAgBA,GAAI,GAAgBA,EAAG,EAWt1gCC,EAAgBC,GAAQ5F,GAAU0F,GAAI,cAAc,EAASG,GAAQF,EAAgBA,EAAgB,YAAY,yBAAyBA,EAAgB,aAAa,CAAC,OAAO,IAAI,MAAM,GAAG,EAAEG,EAAoBH,EAAgB,CAAC,QAAQ,CAAC,QAAQ,CAAC,YAAY,YAAY,YAAY,YAAY,YAAY,WAAW,EAAE,aAAa,CAAC,iBAAiB,YAAY,QAAQ,YAAY,YAAY,WAAW,EAAE,MAAM,UAAU,KAAKI,EAAY,IAAI,EAAE,UAAU,CAAC,aAAa,+BAA+B,MAAM,OAAO,KAAKA,EAAY,MAAM,EAAE,UAAU,CAAC,aAAa,YAAY,QAAQ,CAAC,YAAY,WAAW,EAAE,aAAa,CAAC,cAAc,gBAAgB,EAAE,MAAM,SAAS,KAAKA,EAAY,IAAI,CAAC,CAAC,EAAEC,GAASL,EAAgB,CAAC,CAAC,cAAc,GAAK,MAAM,CAAC,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,uEAAuE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,0EAA0E,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,wDAAwD,IAAI,yEAAyE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,cAAc,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,uGAAuG,IAAI,wEAAwE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,6JAA6J,IAAI,sEAAsE,OAAO,KAAK,EAAE,CAAC,OAAO,QAAQ,OAAO,SAAS,MAAM,SAAS,aAAa,oGAAoG,IAAI,wEAAwE,OAAO,KAAK,CAAC,CAAC,EAAE,GAAGM,GAAW,GAAGC,GAAgB,GAAGC,GAAoB,GAAGC,GAAiB,GAAGC,GAAoB,GAAGC,GAA4C,GAAGC,GAAS,GAAGC,EAAoCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,EAAE,GAAGD,EAAqCC,EAAK,CAAC,EAAE,CAAC,6BAA6B,EAAI,CAAC",
  "names": ["BookmarkButton", "props", "cmsCollectionName", "slug", "colors", "border", "userData", "fetchUserData", "borderRadius", "favourite", "setFavourite", "ye", "ue", "_userData_bookmarks", "_userData_bookmarks_includes", "onButtonClick", "event", "thentyAuth", "f", "err", "u", "p", "HeartIcon", "addPropertyControls", "ControlType", "filled", "customIcons", "size", "color", "l", "_customIcons_imageOn", "_customIcons_imageOff", "_customIcons_image", "fontStore", "fonts", "css", "className", "VimeoFonts", "getFonts", "Vimeo_default", "VideoFrameFonts", "VideoFrame", "BookmarkButtonFonts", "BookmarkButton", "UtilityIconFonts", "wUxBNn35D_default", "MaterialsGlassFonts", "pijgRwa2L_default", "BalletComponentsInteractivePropDiagramFonts", "mFRsEZcTH_default", "SVGFonts", "SVG_Prod_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "equals", "a", "b", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableEnumMap", "humanReadableVariantMap", "getProps", "height", "id", "option", "slug", "width", "props", "createLayoutDependency", "variants", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "jtkqS55_R", "gBLzTtUO1", "ExVuX_tPTbxFSvTyU6", "yB5FkazOtbxFSvTyU6", "Apg02_LHWbxFSvTyU6", "OYEV6NJnpbxFSvTyU6", "gNDcWJ9U8bxFSvTyU6", "bgw7w4fmebxFSvTyU6", "OxP_9gTO_bxFSvTyU6", "kv2kKj1Tbr3i76YmKZ", "lH5FvT0uqbxFSvTyU6", "idr3i76YmKZ", "idbxFSvTyU6", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "variantClassNames", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onTaph7tj2v", "args", "onTapu1ed67", "onTap12w1zto", "onTap1l7x0s7", "onTapkcvlcw", "onTap1hljkl7", "scopingClassNames", "cx", "serializationHash", "visible", "equals", "isDisplayed", "isDisplayed1", "visible1", "isDisplayed2", "isDisplayed3", "LayoutGroup", "transition1", "addPropertyOverrides", "ChildrenCanSuspend", "yMpG5GtZl_default", "ZljLpOx1u_default", "collection1", "paginationInfo", "loadMore", "l", "collection", "index1", "PathVariablesContext", "u", "ComponentViewportProvider", "SmartComponentScopedContainer", "Vimeo_default", "VideoFrame", "Link", "BookmarkButton", "RichText2", "wUxBNn35D_default", "Hfq5HNiYa_default", "pijgRwa2L_default", "mFRsEZcTH_default", "index", "SVG_Prod_default", "css", "FramerHsipe6xvN", "withCSS", "Hsipe6xvN_default", "addPropertyControls", "ControlType", "addFonts", "VimeoFonts", "VideoFrameFonts", "BookmarkButtonFonts", "UtilityIconFonts", "MaterialsGlassFonts", "BalletComponentsInteractivePropDiagramFonts", "SVGFonts", "getFontsFromSharedStyle", "fonts"]
}
