{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/4kde9b1X7xZfay7oERrp/pj6yxRgGRU6oJc2hutqD/NegativeGap.js", "ssg:https://framerusercontent.com/modules/bbamgitPBUNHcon2XrmL/zSJ0zDRYEtA1HhUf7t5H/fDlZODnRF.js", "ssg:https://framerusercontent.com/modules/Sj2tICB5DQKsLdZqTB5k/vNLe2fXiB0MAFM2w2Oi7/YZrlMPCZR.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import*as React from\"react\";import{motion}from\"framer-motion\";import{addPropertyControls,ControlType}from\"framer\";/**\n * @framerIntrinsicWidth 300\n * @framerIntrinsicHeight 200\n\n *\n * @framerSupportedLayoutWidth any-prefer-fit\n * @framerSupportedLayoutHeight any-prefer-fit\n */export function NegativeGap({gap=-12,direction=false,distribute=\"center\",alignHorizontal=\"middle\",alignVertical=\"middle\",fillColorEnabled=false,fill=\"rgba(255, 255, 255, 0)\",children,layoutId,forceRender,layoutIdKey,willChangeTransform,maxWidth,maxHeight,minHeight,minWidth,reverseOrder=false,padding=0,individualPadding=false,T=0,R=0,B=0,L=0,...rest}){const flexDirection=direction?\"column\":\"row\";const justifyContent={start:\"flex-start\",center:\"center\",end:\"flex-end\",\"space-between\":\"space-between\"}[distribute];const alignItems=direction?({left:\"flex-start\",middle:\"center\",right:\"flex-end\"})[alignHorizontal]:({top:\"flex-start\",middle:\"center\",bottom:\"flex-end\"})[alignVertical];const containerStyle={display:\"flex\",flexDirection,justifyContent,alignItems,height:\"100%\",padding:individualPadding?undefined:`${padding}px`,paddingTop:individualPadding?`${T}px`:undefined,paddingRight:individualPadding?`${R}px`:undefined,paddingBottom:individualPadding?`${B}px`:undefined,paddingLeft:individualPadding?`${L}px`:undefined,backgroundColor:fillColorEnabled?fill:\"transparent\"};const renderChildren=()=>{const childArray=React.Children.toArray(children);if(childArray.length===0){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",height:\"100%\",width:\"100%\",padding:\"32px\",boxSizing:\"border-box\",backgroundColor:\"#9168F61A\",border:\"1px solid #9168F6\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{color:\"#9168F6\",fontWeight:\"bold\",fontSize:\"16px\",fontFamily:\"Inter, sans-serif\",textAlign:\"center\"},children:\"Connect to a Frame \u26D3\uFE0E\"}),/*#__PURE__*/_jsxs(\"div\",{style:{marginTop:\"32px\",color:\"#9168F6\",fontWeight:\"normal\",fontSize:\"14px\",fontFamily:\"Inter, sans-serif\",textAlign:\"center\"},children:[\"Use the three dots or the\",/*#__PURE__*/_jsx(\"br\",{}),\"Connect Elements option\"]})]});}return(reverseOrder?childArray.reverse():childArray).map((child,index)=>/*#__PURE__*/_jsx(motion.div,{layoutId:layoutId,style:{margin:direction?`${index===0?0:gap}px 0 0 0`:`0 0 0 ${index===0?0:gap}px`},children:child},index));};return /*#__PURE__*/_jsx(\"div\",{...rest,style:containerStyle,children:renderChildren()});}NegativeGap.defaultProps={gap:-12,direction:false,distribute:\"center\",alignHorizontal:\"middle\",alignVertical:\"middle\",fillColorEnabled:false,fill:\"#FFFFFF\",reverseOrder:false,padding:0,individualPadding:false,T:0,R:0,B:0,L:0};addPropertyControls(NegativeGap,{direction:{type:ControlType.Boolean,title:\"Direction\",defaultValue:false,enabledTitle:\"\u21C5\",disabledTitle:\"\u2194\"},distribute:{type:ControlType.Enum,title:\"Distribute\",options:[\"start\",\"center\",\"end\",\"space-between\"],optionTitles:[\"Start\",\"Center\",\"End\",\"Space Between\"],defaultValue:\"center\"},alignHorizontal:{type:ControlType.Enum,title:\"Align \u2194\",options:[\"left\",\"middle\",\"right\"],optionTitles:[\"Left\",\"Middle\",\"Right\"],defaultValue:\"middle\",hidden:({direction})=>!direction},alignVertical:{type:ControlType.Enum,title:\"Align \u21C5\",options:[\"top\",\"middle\",\"bottom\"],optionTitles:[\"Top\",\"Middle\",\"Bottom\"],defaultValue:\"middle\",hidden:({direction})=>direction},gap:{type:ControlType.Number,title:\"Gap\",defaultValue:-12,min:-3e3,max:3e3,step:1,displayStepper:true},reverseOrder:{type:ControlType.Boolean,title:\"Sorting\",defaultValue:false,enabledTitle:\"Reverse\",disabledTitle:\"Default\"},padding:{type:ControlType.FusedNumber,title:\"Padding\",toggleKey:\"individualPadding\",toggleTitles:[\"Uniform\",\"Individual\"],valueKeys:[\"T\",\"R\",\"B\",\"L\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],defaultValue:0,min:0,max:3e3},fillColorEnabled:{type:ControlType.Boolean,title:\"Fill Color\",defaultValue:false,enabledTitle:\"Yes\",disabledTitle:\"No\"},fill:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFFFFF\",hidden:({fillColorEnabled})=>!fillColorEnabled},children:{type:ControlType.Array,title:\"Connect Elements\",propertyControl:{type:ControlType.ComponentInstance}}});\nexport const __FramerMetadata__ = {\"exports\":{\"NegativeGap\":{\"type\":\"reactComponent\",\"name\":\"NegativeGap\",\"slots\":[\"children\"],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"200\",\"framerIntrinsicWidth\":\"300\",\"framerSupportedLayoutHeight\":\"any-prefer-fit\",\"framerSupportedLayoutWidth\":\"any-prefer-fit\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./NegativeGap.map", "// Generated by Framer (d894e1b)\nimport{jsx as e,jsxs as r}from\"react/jsx-runtime\";import{addFonts as t,addPropertyControls as a,ControlType as o,cx as i,RichText as l,useLocaleInfo as n,useVariantState as d,withCSS as s}from\"framer\";import{LayoutGroup as c,motion as m,MotionConfigContext as p}from\"framer-motion\";import*as f from\"react\";import*as u from\"https://framerusercontent.com/modules/u76ynn8H4SjvIl5ag7Q7/ZfvraBRg6ijlxJ2RAjBO/ECH7GbkBK.js\";import*as x from\"https://framerusercontent.com/modules/w57aQcr8XEQnpODcHJiy/aLSqFNQWEmDtyh0ukoNJ/wTr7klAIi.js\";let b=[\"McELeK_iQ\",\"FRGrUM9Jj\"],g=\"framer-T09Rx\",h={FRGrUM9Jj:\"framer-v-b3lnie\",McELeK_iQ:\"framer-v-1d5laog\"};function v(e,...r){let t={};return null==r||r.forEach(r=>r&&Object.assign(t,e[r])),t;}let y={default:{duration:0,type:\"tween\"}},w=({value:r,children:t})=>{let a=f.useContext(p),o=null!=r?r:a.transition,i=f.useMemo(()=>({...a,transition:o}),[JSON.stringify(o)]);return /*#__PURE__*/e(p.Provider,{value:i,children:t});},k={dark:\"FRGrUM9Jj\",light:\"McELeK_iQ\"},T=({description:e,description1:r,height:t,id:a,title:o,title1:i,width:l,...n})=>{var d,s,c,m,p,f;return{...n,Ald7004lm:null!==(d=null!=i?i:n.Ald7004lm)&&void 0!==d?d:\"Title\",Cp6Fy6h1V:null===(s=null!=o?o:n.Cp6Fy6h1V)||void 0===s||s,EJPqoxmO8:null===(c=null!=e?e:n.EJPqoxmO8)||void 0===c||c,m6GHI2nWU:null!==(m=null!=r?r:n.m6GHI2nWU)&&void 0!==m?m:\"Description\",variant:null!==(f=null!==(p=k[n.variant])&&void 0!==p?p:n.variant)&&void 0!==f?f:\"McELeK_iQ\"};},R=(e,r)=>r.join(\"-\")+e.layoutDependency,E=/*#__PURE__*/f.forwardRef(function(t,a){let{activeLocale:o}=n(),{style:s,className:p,layoutId:g,variant:k,Cp6Fy6h1V:E,Ald7004lm:j,EJPqoxmO8:M,m6GHI2nWU:C,...L}=T(t),{baseVariant:F,classNames:G,gestureVariant:J,setGestureState:_,setVariant:K,transition:N,variants:V}=d({cycleOrder:b,defaultVariant:\"McELeK_iQ\",transitions:y,variant:k,variantClassNames:h}),A=R(t,V),D=f.useRef(null),H=f.useId(),I=[u.className,x.className];return /*#__PURE__*/e(c,{id:null!=g?g:H,children:/*#__PURE__*/e(m.div,{initial:k,animate:V,onHoverStart:()=>_({isHovered:!0}),onHoverEnd:()=>_({isHovered:!1}),onTapStart:()=>_({isPressed:!0}),onTap:()=>_({isPressed:!1}),onTapCancel:()=>_({isPressed:!1}),className:i(\"framer-T09Rx\",...I,G),style:{display:\"contents\"},children:/*#__PURE__*/e(w,{value:N,children:/*#__PURE__*/r(m.div,{...L,className:i(\"framer-1d5laog\",p),\"data-framer-name\":\"light\",layoutDependency:A,layoutId:\"McELeK_iQ\",ref:null!=a?a:D,style:{backgroundColor:\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 10px 20px 0px rgba(0,0,0,0.05)\",originX:.5,originY:1,...s},variants:{FRGrUM9Jj:{backgroundColor:\"rgba(0, 0, 0, 0.45)\"}},...v({FRGrUM9Jj:{\"data-framer-name\":\"dark\"}},F,J),children:[E&&/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(f.Fragment,{children:/*#__PURE__*/e(m.p,{className:\"framer-styles-preset-11a1chn\",\"data-styles-preset\":\"ECH7GbkBK\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-10e45b2e-0c8c-4d7e-9bac-f401226c00cb, rgb(10, 10, 10)))\"},children:\"Title\"})}),className:\"framer-w9taji\",layoutDependency:A,layoutId:\"lc1KmxJdL\",style:{\"--extracted-r6o4lv\":\"var(--token-10e45b2e-0c8c-4d7e-9bac-f401226c00cb, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:j,verticalAlignment:\"top\",withExternalLayout:!0}),M&&/*#__PURE__*/e(l,{__fromCanvasComponent:!0,children:/*#__PURE__*/e(f.Fragment,{children:/*#__PURE__*/e(m.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-10e45b2e-0c8c-4d7e-9bac-f401226c00cb, rgb(10, 10, 10)))\"},children:\"Description\"})}),className:\"framer-4rju85\",layoutDependency:A,layoutId:\"VRyoMzz9s\",style:{\"--extracted-r6o4lv\":\"var(--token-10e45b2e-0c8c-4d7e-9bac-f401226c00cb, rgb(10, 10, 10))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",\"--framer-paragraph-spacing\":\"0px\"},text:C,verticalAlignment:\"top\",withExternalLayout:!0})]})})})});}),j=['.framer-T09Rx [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-T09Rx .framer-1t0kq9k { display: block; }\",\".framer-T09Rx .framer-1d5laog { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: 200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-T09Rx .framer-w9taji, .framer-T09Rx .framer-4rju85 { 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-T09Rx .framer-1d5laog { gap: 0px; } .framer-T09Rx .framer-1d5laog > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-T09Rx .framer-1d5laog > :first-child { margin-top: 0px; } .framer-T09Rx .framer-1d5laog > :last-child { margin-bottom: 0px; } }\",...u.css,...x.css],M=s(E,j,\"framer-T09Rx\");export default M;M.displayName=\"Tooltip\",M.defaultProps={height:67,width:200},a(M,{variant:{options:[\"McELeK_iQ\",\"FRGrUM9Jj\"],optionTitles:[\"light\",\"dark\"],title:\"Variant\",type:o.Enum},Cp6Fy6h1V:{defaultValue:!0,title:\"Title\",type:o.Boolean},Ald7004lm:{defaultValue:\"Title\",displayTextArea:!1,title:\"Title\",type:o.String},EJPqoxmO8:{defaultValue:!0,title:\"Description\",type:o.Boolean},m6GHI2nWU:{defaultValue:\"Description\",displayTextArea:!1,title:\"Description\",type:o.String}}),t(M,[...u.fonts,...x.fonts]);\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfDlZODnRF\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"67\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FRGrUM9Jj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"false\",\"framerIntrinsicWidth\":\"200\",\"framerVariables\":\"{\\\"Cp6Fy6h1V\\\":\\\"title\\\",\\\"Ald7004lm\\\":\\\"title1\\\",\\\"EJPqoxmO8\\\":\\\"description\\\",\\\"m6GHI2nWU\\\":\\\"description1\\\"}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fDlZODnRF.map", "// Generated by Framer (ba3e78f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,Floating,getFonts,getFontsFromSharedStyle,Image,RichText,SmartComponentScopedContainer,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOverlayState,useVariantState,withCSS,withFX}from\"framer\";import{AnimatePresence,LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import{NegativeGap}from\"https://framerusercontent.com/modules/4kde9b1X7xZfay7oERrp/pj6yxRgGRU6oJc2hutqD/NegativeGap.js\";import{Icon as Feather}from\"https://framerusercontent.com/modules/f0DboytQenYh21kfme7W/zb1zVBMZJKgPMiedOi0y/Feather.js\";import Embed from\"https://framerusercontent.com/modules/o1PI5S8YtkA5bP5g4dFz/9zLIz4fn80IR9zpOx18Q/Embed.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/w57aQcr8XEQnpODcHJiy/aLSqFNQWEmDtyh0ukoNJ/wTr7klAIi.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/zfufQoUA7l2wpNUgtpE7/CeE1kOzFyMk7zrq1JJEq/YAP816Y5n.js\";import Tooltip from\"https://framerusercontent.com/modules/bbamgitPBUNHcon2XrmL/zSJ0zDRYEtA1HhUf7t5H/fDlZODnRF.js\";const TooltipFonts=getFonts(Tooltip);const MotionDivWithFX=withFX(motion.div);const NegativeGapFonts=getFonts(NegativeGap);const FeatherFonts=getFonts(Feather);const EmbedFonts=getFonts(Embed);const cycleOrder=[\"FbofGg3Pv\",\"Pjomwk8h5\",\"fmKrHjdsa\",\"YZ16JHQpj\"];const serializationHash=\"framer-ZVHXD\";const variantClassNames={FbofGg3Pv:\"framer-v-90wdo5\",fmKrHjdsa:\"framer-v-hy35x0\",Pjomwk8h5:\"framer-v-15d0rvr\",YZ16JHQpj:\"framer-v-1gfk7vt\"};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 transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1.05,skewX:0,skewY:0,transition:transition2};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation2={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,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??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 humanReadableVariantMap={Big:\"Pjomwk8h5\",Desktop:\"FbofGg3Pv\",Mobile:\"YZ16JHQpj\",Tablet:\"fmKrHjdsa\"};const getProps=({embedCode,hasList,hasMeetingInfo,height,id,list1,list11,list2,list21,list3,list31,list4,list41,personas,text,timeToMeet,title,width,...props})=>{return{...props,d_vgCE1G9:text??props.d_vgCE1G9??\"Gameplan can be used in so many ways. Let us schedule a meeting to figure out how the platform can be customized for your needs.\",eEeYMQ43r:hasList??props.eEeYMQ43r??true,fDoQvjwjc:timeToMeet??props.fDoQvjwjc??\"15 - 30 min meeting\",Gpzs2W0Nj:hasMeetingInfo??props.Gpzs2W0Nj??true,iiuVxhzBl:list11??props.iiuVxhzBl??\"Explore how you can easily customize our platform and content to meet your needs\",jM3C_54Lh:list31??props.jM3C_54Lh??\"Answer any questions you might have\",kIuHiHRUc:list21??props.kIuHiHRUc??\"Discover how using our curriculum and platform improves attendance & grades\",q3fV2fkRL:title??props.q3fV2fkRL??\"Schedule a Gameplan Demo\",rUJNVjUcx:list4??props.rUJNVjUcx??true,rUuBbHP7b:personas??props.rUuBbHP7b??true,tRcVfF81E:list41??props.tRcVfF81E??\"No sales pitch, no scripts. Actual human beings\",UXcuEmXlB:list2??props.UXcuEmXlB??true,variant:humanReadableVariantMap[props.variant]??props.variant??\"FbofGg3Pv\",VGYMmRTex:embedCode??props.VGYMmRTex??'<!-- Start of Meetings Embed Script --><div class=\"meetings-iframe-container\" style=\"width: 100%;\" data-src=\"https://meetings-eu1.hubspot.com/boas-backstrom/meet-with-gameplan?embed=true\"></div><script type=\"text/javascript\" src=\"https://static.hsappstatic.net/MeetingsEmbed/ex/MeetingsEmbedCode.js\"></script><!-- End of Meetings Embed Script \u2014>',VuMTJb1GR:list1??props.VuMTJb1GR??true,YNaU2wslw:list3??props.YNaU2wslw??true};};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,VGYMmRTex,q3fV2fkRL,rUuBbHP7b,eEeYMQ43r,d_vgCE1G9,Gpzs2W0Nj,VuMTJb1GR,UXcuEmXlB,YNaU2wslw,rUJNVjUcx,iiuVxhzBl,kIuHiHRUc,jM3C_54Lh,tRcVfF81E,fDoQvjwjc,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"FbofGg3Pv\",ref:refBinding,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onMouseEntertxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const isDisplayed=value=>{if(baseVariant===\"YZ16JHQpj\")return false;return value;};const ref1=React.useRef(null);const ref2=React.useRef(null);const ref3=React.useRef(null);const ref4=React.useRef(null);const ref5=React.useRef(null);const ref6=React.useRef(null);const ref7=React.useRef(null);const ref8=React.useRef(null);const ref9=React.useRef(null);const ref10=React.useRef(null);const ref11=React.useRef(null);const ref12=React.useRef(null);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-90wdo5\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"FbofGg3Pv\",ref:refBinding,style:{backgroundColor:\"var(--token-adad75d2-abf0-48c6-b4df-7f307b22b894, rgb(23, 37, 84))\",...style},...addPropertyOverrides({fmKrHjdsa:{\"data-framer-name\":\"Tablet\"},Pjomwk8h5:{\"data-framer-name\":\"Big\"},YZ16JHQpj:{\"data-framer-name\":\"Mobile\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1yg9kfl\",\"data-framer-name\":\"container\",layoutDependency:layoutDependency,layoutId:\"IUhIPRO15\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-8udw8n\",layoutDependency:layoutDependency,layoutId:\"HJhat28ea\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-9y9jiq\",\"data-framer-name\":\"top\",layoutDependency:layoutDependency,layoutId:\"qghPpTo3e\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-caaed011-7622-4577-a2c8-a85457e5a691, rgb(254, 215, 170)))\"},children:\"Schedule a Gameplan Demo\"})}),className:\"framer-oytpc5\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"QAgfPLRxR\",style:{\"--extracted-tcooor\":\"var(--token-caaed011-7622-4577-a2c8-a85457e5a691, rgb(254, 215, 170))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:q3fV2fkRL,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({YZ16JHQpj:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-styles-preset-3nqyhf\",\"data-styles-preset\":\"YAP816Y5n\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-tcooor, var(--token-caaed011-7622-4577-a2c8-a85457e5a691, rgb(254, 215, 170)))\"},children:\"Schedule a Gameplan Demo\"})})}},baseVariant,gestureVariant)})}),isDisplayed(rUuBbHP7b)&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-10l2mg7-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BRZwUdsi0-container\",nodeId:\"BRZwUdsi0\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsxs(NegativeGap,{alignHorizontal:\"middle\",alignVertical:\"middle\",B:0,direction:false,distribute:\"center\",fill:\"rgb(255, 255, 255)\",fillColorEnabled:false,gap:-12,height:\"100%\",id:\"BRZwUdsi0\",individualPadding:false,L:0,layoutId:\"BRZwUdsi0\",padding:0,R:0,reverseOrder:false,T:0,width:\"100%\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rvlqnx\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"OSbpcAxnY\",style:{background:\"radial-gradient(92.9% 92.9% at 50% 50%, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:676,pixelWidth:692,sizes:\"56px\",src:\"https://framerusercontent.com/images/zAFrjVn2e4OWOivytV7j4mnjMBM.png\",srcSet:\"https://framerusercontent.com/images/zAFrjVn2e4OWOivytV7j4mnjMBM.png?scale-down-to=512 512w,https://framerusercontent.com/images/zAFrjVn2e4OWOivytV7j4mnjMBM.png 692w\"},className:\"framer-1i6i0mf\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-1i6i0mf`,layoutDependency:layoutDependency,layoutId:\"r5z6kczSP\",onMouseEnter:onMouseEntertxyyif({overlay}),ref:ref1,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref1,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1i6i0mf`,offsetX:0,offsetY:-10,onDismiss:overlay.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-1ijwvlb\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"pxVYEfVnd\",ref:ref2,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1wgdymu-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"xy366TP2s-container\",nodeId:\"xy366TP2s\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"William Krishok\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"xy366TP2s\",layoutId:\"xy366TP2s\",m6GHI2nWU:\"Sales Development Representative\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fg2khp\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"woExlln43\",style:{backgroundColor:\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay1=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:466,pixelWidth:512,src:\"https://framerusercontent.com/images/HWJCNFv0N72PZLHqWvo7Ie407E.png\"},className:\"framer-1qh7i7p\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-1qh7i7p`,layoutDependency:layoutDependency,layoutId:\"aAnOqLw82\",onMouseEnter:onMouseEntertxyyif({overlay:overlay1}),ref:ref3,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay1.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref3,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1qh7i7p`,offsetX:0,offsetY:-10,onDismiss:overlay1.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1cz8pxc\",layoutDependency:layoutDependency,layoutId:\"PBjnGZFwX\",ref:ref4,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1c9hwr1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"JJ9DIY7Sh-container\",nodeId:\"JJ9DIY7Sh\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"Chris Aviles\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"JJ9DIY7Sh\",layoutId:\"JJ9DIY7Sh\",m6GHI2nWU:\"Product Evangelist\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eoqukb\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"hUVBWPWsr\",style:{backgroundColor:\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay2=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:938,pixelWidth:783,sizes:\"56px\",src:\"https://framerusercontent.com/images/A71t4kQn2cj5wtwYeHqi6mxuJ4.png\",srcSet:\"https://framerusercontent.com/images/A71t4kQn2cj5wtwYeHqi6mxuJ4.png 783w\"},className:\"framer-1bqllrk\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-1bqllrk`,layoutDependency:layoutDependency,layoutId:\"AH59A_uG0\",onMouseEnter:onMouseEntertxyyif({overlay:overlay2}),ref:ref5,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay2.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref5,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1bqllrk`,offsetX:0,offsetY:-10,onDismiss:overlay2.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-lxhtwk\",layoutDependency:layoutDependency,layoutId:\"uZBaf6yrN\",ref:ref6,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-19rbkj3-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"vWy2P6JF2-container\",nodeId:\"vWy2P6JF2\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"Nick Carlucci\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"vWy2P6JF2\",layoutId:\"vWy2P6JF2\",m6GHI2nWU:\"Senior Director\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1mj6ynk\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"HEw04uixI\",style:{background:\"radial-gradient(92.9% 92.9% at 50% 50%, rgb(224, 224, 224) 0%, rgb(255, 255, 255) 100%)\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay3=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:300,pixelWidth:300,src:\"https://framerusercontent.com/images/qfIsThurzL6G48yNeZ6Gw8HLqg0.png\"},className:\"framer-k8km41\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-k8km41`,layoutDependency:layoutDependency,layoutId:\"ZK3tJi88S\",onMouseEnter:onMouseEntertxyyif({overlay:overlay3}),ref:ref7,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay3.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref7,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-k8km41`,offsetX:0,offsetY:-10,onDismiss:overlay3.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:animation2,className:\"framer-13jlsup\",exit:animation1,initial:animation3,layoutDependency:layoutDependency,layoutId:\"pACd9hVJA\",ref:ref8,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-35p1bn-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"ttLHjSYpU-container\",nodeId:\"ttLHjSYpU\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"Boas B\\xe4ckstr\\xf6m\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"ttLHjSYpU\",layoutId:\"ttLHjSYpU\",m6GHI2nWU:\"Scholastic Account Specialist\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-s3se65\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"J70ymiDTN\",style:{backgroundColor:\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay4=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:407,pixelWidth:486,src:\"https://framerusercontent.com/images/cgz9MBSOFn4SAXigMRI2dAnr3g.png\"},className:\"framer-jp366o\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-jp366o`,layoutDependency:layoutDependency,layoutId:\"ashvDBvPk\",onMouseEnter:onMouseEntertxyyif({overlay:overlay4}),ref:ref9,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay4.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref9,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-jp366o`,offsetX:0,offsetY:-10,onDismiss:overlay4.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1wy20oe\",layoutDependency:layoutDependency,layoutId:\"o4AtgRKSC\",ref:ref10,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-131b8rm-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"yBtSBG6m0-container\",nodeId:\"yBtSBG6m0\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"Bryan Dickens\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"yBtSBG6m0\",layoutId:\"yBtSBG6m0\",m6GHI2nWU:\"Chief Commercial Officer\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-23u8j9\",\"data-framer-name\":\"card\",layoutDependency:layoutDependency,layoutId:\"owZEKrauu\",style:{backgroundColor:\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",borderBottomLeftRadius:999,borderBottomRightRadius:999,borderTopLeftRadius:999,borderTopRightRadius:999},whileHover:animation,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay5=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(Image,{background:{alt:\"Image of Gameplan sales person\",fit:\"fill\",pixelHeight:1586,pixelWidth:1657,sizes:\"56px\",src:\"https://framerusercontent.com/images/uLiyszNPJGxDqpIuACANhycEs2o.png\",srcSet:\"https://framerusercontent.com/images/uLiyszNPJGxDqpIuACANhycEs2o.png?scale-down-to=512 512w,https://framerusercontent.com/images/uLiyszNPJGxDqpIuACANhycEs2o.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/uLiyszNPJGxDqpIuACANhycEs2o.png 1657w\"},className:\"framer-1k9gdpn\",\"data-framer-name\":\"image\",\"data-highlight\":true,id:`${layoutId}-1k9gdpn`,layoutDependency:layoutDependency,layoutId:\"BdJEWNGNQ\",onMouseEnter:onMouseEntertxyyif({overlay:overlay5}),ref:ref11,children:/*#__PURE__*/_jsx(AnimatePresence,{children:overlay5.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref11,className:cx(scopingClassNames,classNames),collisionDetection:true,collisionDetectionPadding:16,\"data-framer-portal-id\":`${layoutId}-1k9gdpn`,offsetX:0,offsetY:-10,onDismiss:overlay5.hide,placement:\"top\",safeArea:true,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1klz5zp\",layoutDependency:layoutDependency,layoutId:\"FgR8ViCFJ\",ref:ref12,role:\"dialog\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-wokts1-container\",inComponentSlot:true,layoutDependency:layoutDependency,layoutId:\"u1SyDNR2V-container\",nodeId:\"u1SyDNR2V\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Tooltip,{Ald7004lm:\"P\u0131nar Arslan\",Cp6Fy6h1V:true,EJPqoxmO8:true,height:\"100%\",id:\"u1SyDNR2V\",layoutId:\"u1SyDNR2V\",m6GHI2nWU:\"Digital Marketing Manager\",style:{width:\"100%\"},variant:\"McELeK_iQ\",width:\"100%\"})})})})})})})})})})]})})}),Gpzs2W0Nj&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-125erpw\",\"data-framer-name\":\"row\",layoutDependency:layoutDependency,layoutId:\"PgA7yqwHO\",style:{opacity:.8},children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-rr3wn8\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"oliA5Dde3\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-jxuh9n-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"BQYDbZVN3-container\",nodeId:\"BQYDbZVN3\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"clock\",id:\"BQYDbZVN3\",layoutId:\"BQYDbZVN3\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237)))\"},children:\"15 - 30 min meeting\"})}),className:\"framer-1dnzpmo\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"pdsFENpDK\",style:{\"--extracted-r6o4lv\":\"var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:fDoQvjwjc,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-kkptbh\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"a90Hffkua\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-53klzy-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"N5iXOB4Wz-container\",nodeId:\"N5iXOB4Wz\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"video\",id:\"N5iXOB4Wz\",layoutId:\"N5iXOB4Wz\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237)))\"},children:\"Online meeting\"})}),className:\"framer-l1bwvs\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"aQ6hViJUB\",style:{\"--extracted-r6o4lv\":\"var(--token-792a5c24-8f73-4cb1-a84b-312875243d0f, rgb(255, 247, 237))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255)))\"},children:\"Gameplan can be used in so many ways. Let us schedule a meeting to figure out how the platform can be customized for your needs.\"})}),className:\"framer-oxhdkh\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"IwibXHVhI\",style:{\"--extracted-r6o4lv\":\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:d_vgCE1G9,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1e38llh\",\"data-framer-name\":\"text\",layoutDependency:layoutDependency,layoutId:\"ZgR8btlFd\",children:eEeYMQ43r&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-wx6dlj\",\"data-framer-name\":\"list\",layoutDependency:layoutDependency,layoutId:\"eNDnq9CLU\",children:[VuMTJb1GR&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kwundw\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"Y4hatjMru\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-17raipn-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"n4K7qWo6G-container\",nodeId:\"n4K7qWo6G\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7669ac04-eb59-4e9c-886d-b9828d1ee536, rgb(59, 130, 246))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"check\",id:\"n4K7qWo6G\",layoutId:\"n4K7qWo6G\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255)))\"},children:\"Explore how you can easily customize our platform and content to meet your needs\"})}),className:\"framer-1cbnbmd\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"LhgYlp5Rz\",style:{\"--extracted-r6o4lv\":\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:iiuVxhzBl,verticalAlignment:\"top\",withExternalLayout:true})]}),UXcuEmXlB&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1sggqy8\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"lrnaz4wOK\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1j09rsm-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"isczvs3_4-container\",nodeId:\"isczvs3_4\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7669ac04-eb59-4e9c-886d-b9828d1ee536, rgb(59, 130, 246))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"check\",id:\"isczvs3_4\",layoutId:\"isczvs3_4\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255)))\"},children:\"Discover how using our curriculum and platform improves attendance & grades\"})}),className:\"framer-i9d146\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SVD_ui1Sp\",style:{\"--extracted-r6o4lv\":\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:kIuHiHRUc,verticalAlignment:\"top\",withExternalLayout:true})]}),YNaU2wslw&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-15gk9go\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"LyhSPLZZx\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1itrvg0-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"momh1tD4n-container\",nodeId:\"momh1tD4n\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7669ac04-eb59-4e9c-886d-b9828d1ee536, rgb(59, 130, 246))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"check\",id:\"momh1tD4n\",layoutId:\"momh1tD4n\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255)))\"},children:\"Answer any questions you might have\"})}),className:\"framer-insyzi\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"zcAq620Yd\",style:{\"--extracted-r6o4lv\":\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:jM3C_54Lh,verticalAlignment:\"top\",withExternalLayout:true})]}),rUJNVjUcx&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-12wh9ef\",\"data-framer-name\":\"list item\",layoutDependency:layoutDependency,layoutId:\"aI9_sReFQ\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-w0t1es-container\",isAuthoredByUser:true,isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"IMOZ_Vctu-container\",nodeId:\"IMOZ_Vctu\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Feather,{color:\"var(--token-7669ac04-eb59-4e9c-886d-b9828d1ee536, rgb(59, 130, 246))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"check\",id:\"IMOZ_Vctu\",layoutId:\"IMOZ_Vctu\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-k5uxlt\",\"data-styles-preset\":\"wTr7klAIi\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255)))\"},children:\"No sales pitch, no scripts. Actual human beings\"})}),className:\"framer-1ai0k3q\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"UwxTJ0cAF\",style:{\"--extracted-r6o4lv\":\"var(--token-e6f726a5-4519-4874-bfb1-326edce90d6e, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:tRcVfF81E,verticalAlignment:\"top\",withExternalLayout:true})]})]})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(SmartComponentScopedContainer,{className:\"framer-1rt9zb4-container\",isModuleExternal:true,layoutDependency:layoutDependency,layoutId:\"xz4azJCzQ-container\",nodeId:\"xz4azJCzQ\",rendersWithMotion:true,scopeId:\"YZrlMPCZR\",children:/*#__PURE__*/_jsx(Embed,{height:\"100%\",html:VGYMmRTex,id:\"xz4azJCzQ\",layoutId:\"xz4azJCzQ\",style:{height:\"100%\",width:\"100%\"},type:\"html\",url:\"\",width:\"100%\"})})})]})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ZVHXD.framer-118eg6l, .framer-ZVHXD .framer-118eg6l { display: block; }\",\".framer-ZVHXD.framer-90wdo5 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 150px 0px 150px 0px; position: relative; width: 1200px; }\",\".framer-ZVHXD .framer-1yg9kfl { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 48px; height: min-content; justify-content: center; max-width: 980px; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ZVHXD .framer-8udw8n { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-ZVHXD .framer-9y9jiq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 700px; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ZVHXD .framer-oytpc5, .framer-ZVHXD .framer-oxhdkh { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ZVHXD .framer-10l2mg7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-ZVHXD .framer-1rvlqnx, .framer-ZVHXD .framer-1eoqukb, .framer-ZVHXD .framer-1mj6ynk, .framer-ZVHXD .framer-s3se65, .framer-ZVHXD .framer-23u8j9 { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 56px); overflow: hidden; position: relative; width: 56px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-ZVHXD .framer-1i6i0mf, .framer-ZVHXD .framer-1qh7i7p, .framer-ZVHXD .framer-1bqllrk, .framer-ZVHXD .framer-k8km41, .framer-ZVHXD .framer-jp366o, .framer-ZVHXD .framer-1k9gdpn { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-ZVHXD .framer-1ijwvlb, .framer-ZVHXD .framer-1cz8pxc, .framer-ZVHXD .framer-lxhtwk, .framer-ZVHXD .framer-13jlsup, .framer-ZVHXD .framer-1wy20oe, .framer-ZVHXD .framer-1klz5zp { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZVHXD .framer-1wgdymu-container { flex: none; height: auto; position: relative; width: 344px; }\",\".framer-ZVHXD .framer-1fg2khp { aspect-ratio: 1 / 1; height: var(--framer-aspect-ratio-supported, 55px); overflow: hidden; position: relative; width: 55px; will-change: var(--framer-will-change-effect-override, transform); z-index: 1; }\",\".framer-ZVHXD .framer-1c9hwr1-container, .framer-ZVHXD .framer-19rbkj3-container, .framer-ZVHXD .framer-131b8rm-container, .framer-ZVHXD .framer-wokts1-container { flex: none; height: auto; position: relative; width: 240px; }\",\".framer-ZVHXD .framer-35p1bn-container { flex: none; height: auto; position: relative; width: 266px; }\",\".framer-ZVHXD .framer-125erpw { 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; position: relative; width: min-content; }\",\".framer-ZVHXD .framer-rr3wn8, .framer-ZVHXD .framer-kkptbh { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-ZVHXD .framer-jxuh9n-container, .framer-ZVHXD .framer-53klzy-container { flex: none; height: 15px; position: relative; width: 15px; }\",\".framer-ZVHXD .framer-1dnzpmo, .framer-ZVHXD .framer-l1bwvs { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-ZVHXD .framer-1e38llh { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-ZVHXD .framer-wx6dlj { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZVHXD .framer-1kwundw, .framer-ZVHXD .framer-1sggqy8, .framer-ZVHXD .framer-15gk9go, .framer-ZVHXD .framer-12wh9ef { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-ZVHXD .framer-17raipn-container, .framer-ZVHXD .framer-1j09rsm-container, .framer-ZVHXD .framer-1itrvg0-container, .framer-ZVHXD .framer-w0t1es-container { flex: none; height: 21px; position: relative; width: 21px; }\",\".framer-ZVHXD .framer-1cbnbmd, .framer-ZVHXD .framer-i9d146, .framer-ZVHXD .framer-insyzi, .framer-ZVHXD .framer-1ai0k3q { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-ZVHXD .framer-1rt9zb4-container { flex: none; height: 728px; position: relative; width: 401px; z-index: 2; }\",\".framer-ZVHXD.framer-v-15d0rvr.framer-90wdo5 { width: 1656px; }\",\".framer-ZVHXD.framer-v-15d0rvr .framer-1yg9kfl { max-width: 1280px; }\",\".framer-ZVHXD.framer-v-15d0rvr .framer-1rt9zb4-container { width: 682px; }\",\".framer-ZVHXD.framer-v-hy35x0.framer-90wdo5 { width: 810px; }\",\".framer-ZVHXD.framer-v-hy35x0 .framer-1yg9kfl, .framer-ZVHXD.framer-v-1gfk7vt .framer-1yg9kfl { flex-direction: column; max-width: 90%; }\",\".framer-ZVHXD.framer-v-hy35x0 .framer-8udw8n { flex: none; width: 100%; }\",\".framer-ZVHXD.framer-v-hy35x0 .framer-1rt9zb4-container, .framer-ZVHXD.framer-v-1gfk7vt .framer-1rt9zb4-container { width: 100%; }\",\".framer-ZVHXD.framer-v-1gfk7vt.framer-90wdo5 { padding: 80px 0px 80px 0px; width: 390px; }\",\".framer-ZVHXD.framer-v-1gfk7vt .framer-8udw8n { align-content: center; align-items: center; flex: none; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 1028\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Pjomwk8h5\":{\"layout\":[\"fixed\",\"auto\"]},\"fmKrHjdsa\":{\"layout\":[\"fixed\",\"auto\"]},\"YZ16JHQpj\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"VGYMmRTex\":\"embedCode\",\"q3fV2fkRL\":\"title\",\"rUuBbHP7b\":\"personas\",\"eEeYMQ43r\":\"hasList\",\"d_vgCE1G9\":\"text\",\"Gpzs2W0Nj\":\"hasMeetingInfo\",\"VuMTJb1GR\":\"list1\",\"UXcuEmXlB\":\"list2\",\"YNaU2wslw\":\"list3\",\"rUJNVjUcx\":\"list4\",\"iiuVxhzBl\":\"list11\",\"kIuHiHRUc\":\"list21\",\"jM3C_54Lh\":\"list31\",\"tRcVfF81E\":\"list41\",\"fDoQvjwjc\":\"timeToMeet\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n */const FramerYZrlMPCZR=withCSS(Component,css,\"framer-ZVHXD\");export default FramerYZrlMPCZR;FramerYZrlMPCZR.displayName=\"schedule a demo\";FramerYZrlMPCZR.defaultProps={height:1028,width:1200};addPropertyControls(FramerYZrlMPCZR,{variant:{options:[\"FbofGg3Pv\",\"Pjomwk8h5\",\"fmKrHjdsa\",\"YZ16JHQpj\"],optionTitles:[\"Desktop\",\"Big\",\"Tablet\",\"Mobile\"],title:\"Variant\",type:ControlType.Enum},VGYMmRTex:{defaultValue:'<!-- Start of Meetings Embed Script --><div class=\"meetings-iframe-container\" style=\"width: 100%;\" data-src=\"https://meetings-eu1.hubspot.com/boas-backstrom/meet-with-gameplan?embed=true\"></div><script type=\"text/javascript\" src=\"https://static.hsappstatic.net/MeetingsEmbed/ex/MeetingsEmbedCode.js\"></script><!-- End of Meetings Embed Script \u2014>',displayTextArea:true,title:\"Embed code\",type:ControlType.String},q3fV2fkRL:{defaultValue:\"Schedule a Gameplan Demo\",displayTextArea:false,title:\"Title\",type:ControlType.String},rUuBbHP7b:{defaultValue:true,title:\"Personas\",type:ControlType.Boolean},eEeYMQ43r:{defaultValue:true,title:\"has list\",type:ControlType.Boolean},d_vgCE1G9:{defaultValue:\"Gameplan can be used in so many ways. Let us schedule a meeting to figure out how the platform can be customized for your needs.\",displayTextArea:false,title:\"Text\",type:ControlType.String},Gpzs2W0Nj:{defaultValue:true,title:\"has meeting info\",type:ControlType.Boolean},VuMTJb1GR:{defaultValue:true,title:\"List 1\",type:ControlType.Boolean},UXcuEmXlB:{defaultValue:true,title:\"List 2\",type:ControlType.Boolean},YNaU2wslw:{defaultValue:true,title:\"List 3\",type:ControlType.Boolean},rUJNVjUcx:{defaultValue:true,title:\"List 4\",type:ControlType.Boolean},iiuVxhzBl:{defaultValue:\"Explore how you can easily customize our platform and content to meet your needs\",displayTextArea:false,title:\"List 1\",type:ControlType.String},kIuHiHRUc:{defaultValue:\"Discover how using our curriculum and platform improves attendance & grades\",displayTextArea:false,title:\"List 2\",type:ControlType.String},jM3C_54Lh:{defaultValue:\"Answer any questions you might have\",displayTextArea:false,title:\"List 3\",type:ControlType.String},tRcVfF81E:{defaultValue:\"No sales pitch, no scripts. Actual human beings\",displayTextArea:false,title:\"List 4\",type:ControlType.String},fDoQvjwjc:{defaultValue:\"15 - 30 min meeting\",displayTextArea:false,title:\"Time to meet\",type:ControlType.String}});addFonts(FramerYZrlMPCZR,[{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/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\"}]},...TooltipFonts,...NegativeGapFonts,...FeatherFonts,...EmbedFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYZrlMPCZR\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Pjomwk8h5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"fmKrHjdsa\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"YZ16JHQpj\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerAutoSizeImages\":\"true\",\"framerVariables\":\"{\\\"VGYMmRTex\\\":\\\"embedCode\\\",\\\"q3fV2fkRL\\\":\\\"title\\\",\\\"rUuBbHP7b\\\":\\\"personas\\\",\\\"eEeYMQ43r\\\":\\\"hasList\\\",\\\"d_vgCE1G9\\\":\\\"text\\\",\\\"Gpzs2W0Nj\\\":\\\"hasMeetingInfo\\\",\\\"VuMTJb1GR\\\":\\\"list1\\\",\\\"UXcuEmXlB\\\":\\\"list2\\\",\\\"YNaU2wslw\\\":\\\"list3\\\",\\\"rUJNVjUcx\\\":\\\"list4\\\",\\\"iiuVxhzBl\\\":\\\"list11\\\",\\\"kIuHiHRUc\\\":\\\"list21\\\",\\\"jM3C_54Lh\\\":\\\"list31\\\",\\\"tRcVfF81E\\\":\\\"list41\\\",\\\"fDoQvjwjc\\\":\\\"timeToMeet\\\"}\",\"framerIntrinsicWidth\":\"1200\",\"framerComponentViewportWidth\":\"true\",\"framerColorSyntax\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"1028\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YZrlMPCZR.map"],
  "mappings": "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",
  "names": ["NegativeGap", "gap", "direction", "distribute", "alignHorizontal", "alignVertical", "fillColorEnabled", "fill", "children", "layoutId", "forceRender", "layoutIdKey", "willChangeTransform", "maxWidth", "maxHeight", "minHeight", "minWidth", "reverseOrder", "padding", "individualPadding", "T", "R", "B", "L", "rest", "flexDirection", "justifyContent", "alignItems", "containerStyle", "p", "childArray", "j", "child", "index", "motion", "addPropertyControls", "ControlType", "b", "h", "v", "e", "r", "t", "y", "w", "a", "re", "MotionConfigContext", "o", "i", "se", "p", "k", "T", "l", "n", "d", "s", "c", "m", "f", "R", "E", "Y", "useLocaleInfo", "g", "j", "M", "C", "L", "F", "G", "J", "_", "K", "N", "V", "useVariantState", "b", "A", "D", "pe", "H", "ae", "I", "className", "LayoutGroup", "motion", "cx", "RichText2", "x", "css", "withCSS", "fDlZODnRF_default", "addPropertyControls", "ControlType", "addFonts", "fonts", "TooltipFonts", "getFonts", "fDlZODnRF_default", "MotionDivWithFX", "withFX", "motion", "NegativeGapFonts", "NegativeGap", "FeatherFonts", "Icon", "EmbedFonts", "Embed", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "animation1", "animation2", "animation3", "Overlay", "children", "blockDocumentScrolling", "enabled", "visible", "setVisible", "useOverlayState", "Transition", "value", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "embedCode", "hasList", "hasMeetingInfo", "height", "id", "list1", "list11", "list2", "list21", "list3", "list31", "list4", "list41", "personas", "text", "timeToMeet", "title", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "VGYMmRTex", "q3fV2fkRL", "rUuBbHP7b", "eEeYMQ43r", "d_vgCE1G9", "Gpzs2W0Nj", "VuMTJb1GR", "UXcuEmXlB", "YNaU2wslw", "rUJNVjUcx", "iiuVxhzBl", "kIuHiHRUc", "jM3C_54Lh", "tRcVfF81E", "fDoQvjwjc", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onMouseEntertxyyif", "overlay", "loadMore", "args", "scopingClassNames", "cx", "isDisplayed", "ref1", "ref2", "ref3", "ref4", "ref5", "ref6", "ref7", "ref8", "ref9", "ref10", "ref11", "ref12", "LayoutGroup", "RichText2", "ComponentViewportProvider", "SmartComponentScopedContainer", "l", "Image2", "AnimatePresence", "Floating", "overlay1", "overlay2", "overlay3", "overlay4", "overlay5", "css", "FramerYZrlMPCZR", "withCSS", "YZrlMPCZR_default", "addPropertyControls", "ControlType", "addFonts", "getFontsFromSharedStyle", "fonts"]
}
