{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/ZE0rripm6Hl23571Jj1P/jtvlDM7wXCFP3Upqi94e/zHDO5mDhO.js", "ssg:https://framerusercontent.com/modules/Jtqmr3MdOUEb94S10Eiv/xzTCmnf73nXc3HU6ULXt/EfHhaeP4h.js", "ssg:https://framerusercontent.com/modules/wSjzU6YUp3OeEKOXo9Eb/HbtCf1ZtxozYhIx14ndW/fwOrL6bKo.js", "ssg:https://framerusercontent.com/modules/FHLVOs6Y1QRi19LVuiUy/6H4q61RjJritAKpkFpKV/YIVF2FRK6.js", "ssg:https://framerusercontent.com/modules/WpPHFwSPi2wMAcKLLSRG/6HmgvuyFSDKom7r48Siz/mzBrCilf1.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,FormContainer,FormPlainTextInput,getFonts,optimizeAppear,RichText,SVG,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import ButtonCopy2 from\"https://framerusercontent.com/modules/epYP3iX3qscKvmJV6VHD/kEVjI31TsRj8PpaOWE72/BsPP49jEs.js\";const ButtonCopy2Fonts=getFonts(ButtonCopy2);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"WvIkGCde0\",\"CFt2Iw5xG\"];const serializationHash=\"framer-ar7n5\";const variantClassNames={CFt2Iw5xG:\"framer-v-1yx7tan\",WvIkGCde0:\"framer-v-r0tuto\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const transition2={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition2,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:10};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={Form:\"WvIkGCde0\",Thanks:\"CFt2Iw5xG\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"WvIkGCde0\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WvIkGCde0\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1uokdxs=activeVariantCallback(async(...args)=>{setVariant(\"CFt2Iw5xG\");});const onSuccess1uokdxs=activeVariantCallback(async(...args)=>{setVariant(\"CFt2Iw5xG\");});const onTap1uokdxs=activeVariantCallback(async(...args)=>{setVariant(\"CFt2Iw5xG\");});useOnVariantChange(baseVariant,{CFt2Iw5xG:onAppear1uokdxs});const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"CFt2Iw5xG\")return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"CFt2Iw5xG\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?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(serializationHash,...sharedStyleClassNames,\"framer-r0tuto\",className,classNames),\"data-framer-name\":\"Form\",layoutDependency:layoutDependency,layoutId:\"WvIkGCde0\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgba(255, 255, 255, 0)\",...style},...addPropertyOverrides({CFt2Iw5xG:{\"data-framer-name\":\"Thanks\",\"data-highlight\":true}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(FormContainer,{action:\"https://api.framer.com/forms/v1/forms/8f9df76b-a757-482b-9afa-96f5da1163c1/submit\",className:\"framer-nzr3tg\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"b64w3R0V0\",onSuccess:onSuccess1uokdxs,style:{backgroundColor:\"rgba(241, 245, 237, 0.13)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},children:formState=>/*#__PURE__*/_jsxs(_Fragment,{children:[isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1f37tdi\",layoutDependency:layoutDependency,layoutId:\"YL6wsfqGI\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Tee-time date?\"})}),className:\"framer-8jbtfj\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"yWhzTHc8F\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{autoFocus:true,className:\"framer-1j9c43c\",inputName:\"Email\",layoutDependency:layoutDependency,layoutId:\"tyyW6S8Hp\",placeholder:\"jane@framer.com\",required:true,style:{\"--framer-input-background\":\"rgba(187, 187, 187, 0.15)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(153, 153, 153)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"date\"})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mz1e2j\",layoutDependency:layoutDependency,layoutId:\"gVxTevvB4\",children:[/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1el9gr9\",layoutDependency:layoutDependency,layoutId:\"o5ffmod3C\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"How many golfer?\"})}),className:\"framer-10c71ic\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"wcSvEMPBJ\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-udexs4\",inputName:\"How many people?\",layoutDependency:layoutDependency,layoutId:\"Wsf1Le0eF\",min:1,placeholder:\"0\",required:true,style:{\"--framer-input-background\":\"rgba(187, 187, 187, 0.15)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(153, 153, 153)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"number\"})]}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bgjsyr\",layoutDependency:layoutDependency,layoutId:\"HSSnevCKw\",style:{backgroundColor:\"rgba(186, 221, 255, 0)\"}}),/*#__PURE__*/_jsxs(motion.label,{className:\"framer-1o8lz1s\",layoutDependency:layoutDependency,layoutId:\"UcvqQySyV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Tee-off time?\"})}),className:\"framer-5iqb1u\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"svfmwC9FG\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1ojo70o\",inputName:\"6:00\",layoutDependency:layoutDependency,layoutId:\"l930DhnLb\",placeholder:\"0\",required:true,style:{\"--framer-input-background\":\"rgba(187, 187, 187, 0.15)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(153, 153, 153)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"time\"})]})]}),isDisplayed()&&/*#__PURE__*/_jsxs(motion.label,{className:\"framer-vf77sg\",layoutDependency:layoutDependency,layoutId:\"y8wFsH4qO\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"var(--extracted-r6o4lv, rgb(136, 136, 136))\"},children:\"Email address?\"})}),className:\"framer-kk9gq3\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"IQ2xYgnrp\",style:{\"--extracted-r6o4lv\":\"rgb(136, 136, 136)\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{autofillEnabled:true,className:\"framer-1hg27lm\",inputName:\"kdjl94iJ4\",layoutDependency:layoutDependency,layoutId:\"kdjl94iJ4\",placeholder:\"your@email.com\",required:true,style:{\"--framer-input-background\":\"rgba(187, 187, 187, 0.15)\",\"--framer-input-border-bottom-width\":\"1px\",\"--framer-input-border-color\":\"rgba(136, 136, 136, 0.1)\",\"--framer-input-border-left-width\":\"1px\",\"--framer-input-border-radius-bottom-left\":\"10px\",\"--framer-input-border-radius-bottom-right\":\"10px\",\"--framer-input-border-radius-top-left\":\"10px\",\"--framer-input-border-radius-top-right\":\"10px\",\"--framer-input-border-right-width\":\"1px\",\"--framer-input-border-style\":\"solid\",\"--framer-input-border-top-width\":\"1px\",\"--framer-input-font-color\":\"rgb(153, 153, 153)\",\"--framer-input-icon-color\":\"rgb(153, 153, 153)\",\"--framer-input-placeholder-color\":\"rgb(153, 153, 153)\"},type:\"email\"})]}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"240px\",children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rbcces-container\",layoutDependency:layoutDependency,layoutId:\"Ak_ucpguN-container\",children:/*#__PURE__*/_jsx(ButtonCopy2,{height:\"100%\",id:\"Ak_ucpguN\",layoutId:\"Ak_ucpguN\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"guhhGLfAS\",success:\"PODUaq1OR\"},\"j1bRQrWv0\"),width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsxs(motion.div,{className:\"framer-s72nz6\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"dlAreMAs5\",onTap:onTap1uokdxs,children:[isDisplayed()&&/*#__PURE__*/_jsx(MotionDivWithFX,{__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,animate:optimizeAppear(\"animate\",\"j4u3u5\",animation,\"r0tuto\"),className:\"framer-j4u3u5\",\"data-framer-appear-id\":\"j4u3u5\",\"data-framer-name\":\"Icon\",initial:optimizeAppear(\"initial\",\"j4u3u5\",animation1,\"r0tuto\"),layoutDependency:layoutDependency,layoutId:\"Dvv747Llj\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-gcyb50\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"JyOtCtkr6\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M 2 7 C 2 4.239 4.239 2 7 2 L 17 2 C 19.761 2 22 4.239 22 7 L 22 17 C 22 19.761 19.761 22 17 22 L 7 22 C 4.239 22 2 19.761 2 17 Z\" fill=\"rgb(153, 153, 153)\"></path><path d=\"M 7 12 L 10.5 15.5 L 17 9\" fill=\"transparent\" stroke-width=\"3\" stroke=\"#ffffff\" stroke-linecap=\"round\" stroke-linejoin=\"round\"></path></svg>',svgContentId:9487523449,withExternalLayout:true})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1fhgq4\",\"data-framer-name\":\"Auto Layout Vertical\",layoutDependency:layoutDependency,layoutId:\"Pd6D0Y8MC\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pnz4bt\",\"data-framer-name\":\"Auto Layout Vertical\",layoutDependency:layoutDependency,layoutId:\"H5pU939QO\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-1kcm6yq\",\"data-framer-name\":\"Frame\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:120,intrinsicWidth:120,layoutDependency:layoutDependency,layoutId:\"RkU_58Ppg\",svg:'<svg width=\"120\" height=\"120\" viewBox=\"0 0 120 120\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M60 100.8C37.44 100.8 19.2 82.5599 19.2 60C19.2 37.44 37.44 19.2 60 19.2C82.5599 19.2 100.8 37.44 100.8 60C100.8 82.5599 82.5599 100.8 60 100.8ZM60 24C40.08 24 24 40.08 24 60C24 79.9199 40.08 95.9999 60 95.9999C79.9199 95.9999 95.9999 79.9199 95.9999 60C95.9999 40.08 79.9199 24 60 24Z\" fill=\"#00C2DC\"/>\\n<path d=\"M55.1999 77.76L34.3199 56.88L37.6799 53.52L55.1999 71.04L82.3199 43.92L85.68 47.28L55.1999 77.76Z\" fill=\"#00C2DC\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-2lfpcx\",\"data-framer-name\":\"Auto Layout Vertical\",layoutDependency:layoutDependency,layoutId:\"iv9rhK6ub\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"Reservation Submitted!\"})}),className:\"framer-1w8dkyq\",\"data-framer-name\":\"Reservation Submitted!\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"EQFkkLs13\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.04em\",\"--framer-text-alignment\":\"center\"},children:\"Our staff will contact you soon. \"})}),className:\"framer-spf82z\",\"data-framer-name\":\"Our staff will contact you soon. Also, you can see reservation and track status in \u201CMy Reservation\u201D\",fonts:[\"GF;Poppins-regular\"],layoutDependency:layoutDependency,layoutId:\"baYv5OcBI\",style:{\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true})]})]})})]})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-ar7n5.framer-47yr8n, .framer-ar7n5 .framer-47yr8n { display: block; }\",\".framer-ar7n5.framer-r0tuto { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; padding: 0px; position: relative; width: min-content; }\",\".framer-ar7n5 .framer-nzr3tg { 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: flex-start; overflow: hidden; padding: 20px; position: relative; width: 280px; will-change: var(--framer-will-change-override, transform); }\",\".framer-ar7n5 .framer-1f37tdi, .framer-ar7n5 .framer-vf77sg { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-ar7n5 .framer-8jbtfj, .framer-ar7n5 .framer-10c71ic, .framer-ar7n5 .framer-5iqb1u, .framer-ar7n5 .framer-kk9gq3 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-ar7n5 .framer-1j9c43c, .framer-ar7n5 .framer-udexs4, .framer-ar7n5 .framer-1ojo70o { --framer-input-focused-border-color: var(--token-4d4a6fb6-7fbb-441d-9405-3d1ed3644480, #96d279); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-box-shadow: 0px 1px 10px 0px var(--token-4d4a6fb6-7fbb-441d-9405-3d1ed3644480, #96d279); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-padding: 12px; flex: none; height: 40px; position: relative; width: 100%; }',\".framer-ar7n5 .framer-1mz1e2j { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ar7n5 .framer-1el9gr9, .framer-ar7n5 .framer-1o8lz1s { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-ar7n5 .framer-1bgjsyr { flex: none; height: 65px; position: relative; width: 10%; }\",'.framer-ar7n5 .framer-1hg27lm { --framer-input-focused-border-color: var(--token-4d4a6fb6-7fbb-441d-9405-3d1ed3644480, #96d279); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-box-shadow: 0px 1px 10px 0px var(--token-4d4a6fb6-7fbb-441d-9405-3d1ed3644480, #96d279); --framer-input-font-family: \"Inter\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400px; --framer-input-padding: 12px; --framer-input-wrapper-height: auto; flex: none; height: auto; min-height: 80%; position: relative; width: 100%; }',\".framer-ar7n5 .framer-rbcces-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-ar7n5 .framer-s72nz6 { align-content: center; align-items: center; cursor: pointer; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-ar7n5 .framer-j4u3u5 { flex: none; height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-ar7n5 .framer-gcyb50 { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-ar7n5 .framer-1fhgq4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 68px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 344px; }\",\".framer-ar7n5 .framer-1pnz4bt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 13px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 84%; }\",\".framer-ar7n5 .framer-1kcm6yq { flex: none; height: 120px; position: relative; width: 120px; }\",\".framer-ar7n5 .framer-2lfpcx { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 77px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 288px; }\",\".framer-ar7n5 .framer-1w8dkyq { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-ar7n5 .framer-spf82z { flex: 1 0 0px; height: 1px; 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-ar7n5.framer-r0tuto, .framer-ar7n5 .framer-nzr3tg, .framer-ar7n5 .framer-1f37tdi, .framer-ar7n5 .framer-1mz1e2j, .framer-ar7n5 .framer-1el9gr9, .framer-ar7n5 .framer-1o8lz1s, .framer-ar7n5 .framer-vf77sg, .framer-ar7n5 .framer-s72nz6, .framer-ar7n5 .framer-1fhgq4, .framer-ar7n5 .framer-1pnz4bt, .framer-ar7n5 .framer-2lfpcx { gap: 0px; } .framer-ar7n5.framer-r0tuto > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-ar7n5.framer-r0tuto > :first-child, .framer-ar7n5 .framer-1mz1e2j > :first-child { margin-left: 0px; } .framer-ar7n5.framer-r0tuto > :last-child, .framer-ar7n5 .framer-1mz1e2j > :last-child { margin-right: 0px; } .framer-ar7n5 .framer-nzr3tg > *, .framer-ar7n5 .framer-s72nz6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-ar7n5 .framer-nzr3tg > :first-child, .framer-ar7n5 .framer-1f37tdi > :first-child, .framer-ar7n5 .framer-1el9gr9 > :first-child, .framer-ar7n5 .framer-1o8lz1s > :first-child, .framer-ar7n5 .framer-vf77sg > :first-child, .framer-ar7n5 .framer-s72nz6 > :first-child, .framer-ar7n5 .framer-1fhgq4 > :first-child, .framer-ar7n5 .framer-1pnz4bt > :first-child, .framer-ar7n5 .framer-2lfpcx > :first-child { margin-top: 0px; } .framer-ar7n5 .framer-nzr3tg > :last-child, .framer-ar7n5 .framer-1f37tdi > :last-child, .framer-ar7n5 .framer-1el9gr9 > :last-child, .framer-ar7n5 .framer-1o8lz1s > :last-child, .framer-ar7n5 .framer-vf77sg > :last-child, .framer-ar7n5 .framer-s72nz6 > :last-child, .framer-ar7n5 .framer-1fhgq4 > :last-child, .framer-ar7n5 .framer-1pnz4bt > :last-child, .framer-ar7n5 .framer-2lfpcx > :last-child { margin-bottom: 0px; } .framer-ar7n5 .framer-1f37tdi > *, .framer-ar7n5 .framer-1el9gr9 > *, .framer-ar7n5 .framer-1o8lz1s > *, .framer-ar7n5 .framer-vf77sg > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-ar7n5 .framer-1mz1e2j > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-ar7n5 .framer-1fhgq4 > * { margin: 0px; margin-bottom: calc(68px / 2); margin-top: calc(68px / 2); } .framer-ar7n5 .framer-1pnz4bt > * { margin: 0px; margin-bottom: calc(13px / 2); margin-top: calc(13px / 2); } .framer-ar7n5 .framer-2lfpcx > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } }\",\".framer-ar7n5.framer-v-1yx7tan .framer-1pnz4bt { order: 0; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 334.5\n * @framerIntrinsicWidth 280\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"CFt2Iw5xG\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerzHDO5mDhO=withCSS(Component,css,\"framer-ar7n5\");export default FramerzHDO5mDhO;FramerzHDO5mDhO.displayName=\"tee-time-request\";FramerzHDO5mDhO.defaultProps={height:334.5,width:280};addPropertyControls(FramerzHDO5mDhO,{variant:{options:[\"WvIkGCde0\",\"CFt2Iw5xG\"],optionTitles:[\"Form\",\"Thanks\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerzHDO5mDhO,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Inter\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...ButtonCopy2Fonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerzHDO5mDhO\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"280\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"334.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"CFt2Iw5xG\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./zHDO5mDhO.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useOnVariantChange,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Iconoir}from\"https://framerusercontent.com/modules/zL9598C4KbEbqUGvSR14/rI8sPHpnG9XGcCPc0vU4/Iconoir.js\";import TeeTimeRequest from\"https://framerusercontent.com/modules/ZE0rripm6Hl23571Jj1P/jtvlDM7wXCFP3Upqi94e/zHDO5mDhO.js\";const IconoirFonts=getFonts(Iconoir);const TeeTimeRequestFonts=getFonts(TeeTimeRequest);const cycleOrder=[\"WzXQgqzI5\",\"LD34KzYNM\",\"Jt_ooa6gK\",\"BuQhYtlCD\",\"eT1QrAxA6\",\"mdNTSeRQV\",\"EhGw0Ttn3\",\"mDBRrF60i\"];const serializationHash=\"framer-sii2J\";const variantClassNames={BuQhYtlCD:\"framer-v-1l7je90\",EhGw0Ttn3:\"framer-v-1f2whtn\",eT1QrAxA6:\"framer-v-12r9ml0\",Jt_ooa6gK:\"framer-v-7au6wh\",LD34KzYNM:\"framer-v-8puony\",mDBRrF60i:\"framer-v-15r5d40\",mdNTSeRQV:\"framer-v-v3vf87\",WzXQgqzI5:\"framer-v-1pziiy1\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"iphone2 - delay\":\"Jt_ooa6gK\",\"Variant 2 - delay open\":\"WzXQgqzI5\",\"Variant 3 - opened\":\"eT1QrAxA6\",\"Variant 4 - delay - closed\":\"EhGw0Ttn3\",iphone:\"mDBRrF60i\",main:\"LD34KzYNM\"};const getProps=({courseName,height,id,width,...props})=>{var _ref,_humanReadableVariantMap_props_variant,_ref1;return{...props,g9VBrmMVA:(_ref=courseName!==null&&courseName!==void 0?courseName:props.g9VBrmMVA)!==null&&_ref!==void 0?_ref:\"Aquella Golf & Country Club\",variant:(_ref1=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref1!==void 0?_ref1:\"WzXQgqzI5\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,g9VBrmMVA,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"WzXQgqzI5\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const onAppear1s95f5m=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"BuQhYtlCD\"),400);});const onAppearwx8kux=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"eT1QrAxA6\"),400);});const onAppear1uvdqdq=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"LD34KzYNM\"),400);});const onAppear1f188bk=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mDBRrF60i\"),400);});const onTap522ul7=activeVariantCallback(async(...args)=>{setVariant(\"WzXQgqzI5\");});const onTap14jr80k=activeVariantCallback(async(...args)=>{setVariant(\"Jt_ooa6gK\");});const onTap1lzi625=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"mdNTSeRQV\"),400);});const onTap160vot2=activeVariantCallback(async(...args)=>{await delay(()=>setVariant(\"EhGw0Ttn3\"),400);});useOnVariantChange(baseVariant,{default:onAppear1s95f5m,EhGw0Ttn3:onAppear1f188bk,eT1QrAxA6:undefined,Jt_ooa6gK:onAppearwx8kux,LD34KzYNM:undefined,mDBRrF60i:undefined,mdNTSeRQV:onAppear1uvdqdq});const ref1=React.useRef(null);const isDisplayed=()=>{if([\"LD34KzYNM\",\"mDBRrF60i\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if([\"LD34KzYNM\",\"mDBRrF60i\"].includes(baseVariant))return false;return true;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1pziiy1\",className,classNames),\"data-framer-name\":\"Variant 2 - delay open\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"WzXQgqzI5\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-5126fcdd-f386-49fa-b820-71e9fe5587cb, rgb(255, 255, 255))\",borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20,boxShadow:\"-0.060218730177439284px 0.3010936508871964px 1.535282401292708px -1.3333333333333333px rgba(0, 0, 0, 0.38193), -0.2288533303243457px 1.1442666516217286px 5.834637985372671px -2.6666666666666665px rgba(0, 0, 0, 0.33134), -1px 5px 25.495097567963924px -4px rgba(0, 0, 0, 0.1)\",...style},variants:{LD34KzYNM:{backgroundColor:\"rgba(255, 255, 255, 0.7)\"},mDBRrF60i:{backgroundColor:\"rgba(255, 255, 255, 0.7)\"}},...addPropertyOverrides({BuQhYtlCD:{\"data-framer-name\":\"Variant 3 - opened\"},EhGw0Ttn3:{\"data-framer-name\":\"Variant 4 - delay - closed\"},eT1QrAxA6:{\"data-framer-name\":\"Variant 3 - opened\",\"data-highlight\":undefined},Jt_ooa6gK:{\"data-framer-name\":\"iphone2 - delay\"},LD34KzYNM:{\"data-framer-name\":\"main\",\"data-highlight\":undefined},mDBRrF60i:{\"data-framer-name\":\"iphone\",\"data-highlight\":undefined},mdNTSeRQV:{\"data-framer-name\":\"Variant 4 - delay - closed\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-fdkwyh\",\"data-framer-name\":\"Button\",\"data-highlight\":true,layoutDependency:layoutDependency,layoutId:\"evzkv30GE\",onTap:onTap522ul7,style:{backgroundColor:\"rgb(0, 89, 255)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32,opacity:1},variants:{LD34KzYNM:{backgroundColor:\"var(--token-7d360903-52b5-46fd-bc3a-13347a65c7c7, rgb(0, 194, 220))\"},mDBRrF60i:{backgroundColor:\"var(--token-7d360903-52b5-46fd-bc3a-13347a65c7c7, rgb(0, 194, 220))\",opacity:.8}},...addPropertyOverrides({mDBRrF60i:{onTap:onTap14jr80k}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-l80isy-container\",layoutDependency:layoutDependency,layoutId:\"f5yKGtPZL-container\",children:/*#__PURE__*/_jsx(Iconoir,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"f5yKGtPZL\",layoutId:\"f5yKGtPZL\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16)))\"},children:\"Aquella Golf & Country Club\"})}),className:\"framer-wy09t9\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"zRFf1ZUsQ\",style:{\"--extracted-a0htzi\":\"var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:g9VBrmMVA,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({mDBRrF60i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16)))\"},children:\"Aquella Golf & Country Club\"})})}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16)))\"},children:\"The Mines Resort and Golf Club\"})}),className:\"framer-kwziig\",fonts:[\"GF;Poppins-600\"],layoutDependency:layoutDependency,layoutId:\"WA4UZnJjW\",style:{\"--extracted-a0htzi\":\"var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\",opacity:0},text:g9VBrmMVA,variants:{BuQhYtlCD:{opacity:1},eT1QrAxA6:{opacity:1},LD34KzYNM:{\"--extracted-a0htzi\":\"var(--token-0b3a1057-04ed-438d-a62e-579049a79e4f, rgb(164, 230, 0))\",opacity:1},mDBRrF60i:{\"--extracted-a0htzi\":\"var(--token-0b3a1057-04ed-438d-a62e-579049a79e4f, rgb(164, 230, 0))\",opacity:1}},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({LD34KzYNM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-0b3a1057-04ed-438d-a62e-579049a79e4f, rgb(164, 230, 0)))\"},children:\"Book Tee-Time\"})}),text:undefined},mDBRrF60i:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h3,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-a0htzi, var(--token-0b3a1057-04ed-438d-a62e-579049a79e4f, rgb(164, 230, 0)))\"},children:\"Book Tee-Time\"})}),text:undefined}},baseVariant,gestureVariant)}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-m6ud9q-container\",layoutDependency:layoutDependency,layoutId:\"CUOQKYMvA-container\",style:{opacity:.04},variants:{BuQhYtlCD:{opacity:1},EhGw0Ttn3:{opacity:0},eT1QrAxA6:{opacity:1},mdNTSeRQV:{opacity:0}},children:/*#__PURE__*/_jsx(TeeTimeRequest,{height:\"100%\",id:\"CUOQKYMvA\",layoutId:\"CUOQKYMvA\",variant:\"WvIkGCde0\",width:\"100%\"})})}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-tf5lta\",\"data-framer-name\":\"Button\",layoutDependency:layoutDependency,layoutId:\"GwOrpUmas\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:32,borderBottomRightRadius:32,borderTopLeftRadius:32,borderTopRightRadius:32},...addPropertyOverrides({BuQhYtlCD:{\"data-highlight\":true,onTap:onTap1lzi625},eT1QrAxA6:{\"data-highlight\":true,onTap:onTap160vot2}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-um1li1-container\",layoutDependency:layoutDependency,layoutId:\"LYvg4h1pZ-container\",style:{rotate:45},children:/*#__PURE__*/_jsx(Iconoir,{color:\"var(--token-7d360903-52b5-46fd-bc3a-13347a65c7c7, rgb(0, 194, 220))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Plus\",id:\"LYvg4h1pZ\",layoutId:\"LYvg4h1pZ\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-sii2J.framer-1ah6bes, .framer-sii2J .framer-1ah6bes { display: block; }\",\".framer-sii2J.framer-1pziiy1 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 20px; position: relative; width: 380px; }\",\".framer-sii2J .framer-fdkwyh { aspect-ratio: 1 / 1; cursor: pointer; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; z-index: 1; }\",\".framer-sii2J .framer-l80isy-container, .framer-sii2J .framer-um1li1-container { flex: none; height: 24px; left: calc(50.00000000000002% - 24px / 2); position: absolute; top: calc(50.00000000000002% - 24px / 2); width: 24px; }\",\".framer-sii2J .framer-wy09t9, .framer-sii2J .framer-kwziig { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-sii2J .framer-m6ud9q-container { flex: none; height: auto; position: relative; width: auto; z-index: 1; }\",\".framer-sii2J .framer-tf5lta { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 48px); overflow: visible; position: relative; width: 48px; z-index: 1; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sii2J.framer-1pziiy1 { gap: 0px; } .framer-sii2J.framer-1pziiy1 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-sii2J.framer-1pziiy1 > :first-child { margin-top: 0px; } .framer-sii2J.framer-1pziiy1 > :last-child { margin-bottom: 0px; } }\",\".framer-sii2J.framer-v-8puony.framer-1pziiy1 { gap: 8px; }\",\".framer-sii2J.framer-v-8puony .framer-fdkwyh { order: 2; }\",\".framer-sii2J.framer-v-8puony .framer-wy09t9, .framer-sii2J.framer-v-15r5d40 .framer-wy09t9 { order: 1; }\",\".framer-sii2J.framer-v-8puony .framer-kwziig, .framer-sii2J.framer-v-15r5d40 .framer-kwziig { order: 0; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sii2J.framer-v-8puony.framer-1pziiy1 { gap: 0px; } .framer-sii2J.framer-v-8puony.framer-1pziiy1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-sii2J.framer-v-8puony.framer-1pziiy1 > :first-child { margin-top: 0px; } .framer-sii2J.framer-v-8puony.framer-1pziiy1 > :last-child { margin-bottom: 0px; } }\",\".framer-sii2J.framer-v-1l7je90 .framer-tf5lta, .framer-sii2J.framer-v-12r9ml0 .framer-tf5lta { cursor: pointer; }\",\".framer-sii2J.framer-v-15r5d40.framer-1pziiy1 { gap: 8px; padding: 10px 20px 10px 20px; }\",\".framer-sii2J.framer-v-15r5d40 .framer-fdkwyh { height: var(--framer-aspect-ratio-supported, 30px); order: 2; width: 30px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-sii2J.framer-v-15r5d40.framer-1pziiy1 { gap: 0px; } .framer-sii2J.framer-v-15r5d40.framer-1pziiy1 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-sii2J.framer-v-15r5d40.framer-1pziiy1 > :first-child { margin-top: 0px; } .framer-sii2J.framer-v-15r5d40.framer-1pziiy1 > :last-child { margin-bottom: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 499.5\n * @framerIntrinsicWidth 380\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"LD34KzYNM\":{\"layout\":[\"fixed\",\"auto\"]},\"Jt_ooa6gK\":{\"layout\":[\"fixed\",\"auto\"]},\"BuQhYtlCD\":{\"layout\":[\"fixed\",\"auto\"]},\"eT1QrAxA6\":{\"layout\":[\"fixed\",\"auto\"]},\"mdNTSeRQV\":{\"layout\":[\"fixed\",\"auto\"]},\"EhGw0Ttn3\":{\"layout\":[\"fixed\",\"auto\"]},\"mDBRrF60i\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"g9VBrmMVA\":\"courseName\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEfHhaeP4h=withCSS(Component,css,\"framer-sii2J\");export default FramerEfHhaeP4h;FramerEfHhaeP4h.displayName=\"course-inquiry\";FramerEfHhaeP4h.defaultProps={height:499.5,width:380};addPropertyControls(FramerEfHhaeP4h,{variant:{options:[\"WzXQgqzI5\",\"LD34KzYNM\",\"Jt_ooa6gK\",\"BuQhYtlCD\",\"eT1QrAxA6\",\"mdNTSeRQV\",\"EhGw0Ttn3\",\"mDBRrF60i\"],optionTitles:[\"Variant 2 - delay open\",\"main\",\"iphone2 - delay\",\"Variant 3 - opened\",\"Variant 3 - opened\",\"Variant 4 - delay - closed\",\"Variant 4 - delay - closed\",\"iphone\"],title:\"Variant\",type:ControlType.Enum},g9VBrmMVA:{defaultValue:\"Aquella Golf & Country Club\",title:\"Course Name\",type:ControlType.String}});addFonts(FramerEfHhaeP4h,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"}]},...IconoirFonts,...TeeTimeRequestFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEfHhaeP4h\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"499.5\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"LD34KzYNM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Jt_ooa6gK\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BuQhYtlCD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eT1QrAxA6\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mdNTSeRQV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"EhGw0Ttn3\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"mDBRrF60i\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"380\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerVariables\":\"{\\\"g9VBrmMVA\\\":\\\"courseName\\\"}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EfHhaeP4h.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Image,RichText,useActiveVariantCallback,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import DestinationCardMini from\"https://framerusercontent.com/modules/3sihfXtDNzxFLDzeRGc3/R8ssHcqB1oGsMzvno3qs/lfZarreHT.js\";const DestinationCardMiniFonts=getFonts(DestinationCardMini);const cycleOrder=[\"gkEHPYtys\",\"IPnzuQRA7\",\"lObqqrfvR\",\"vhHh0r9Fu\",\"bDYzBzDCb\",\"yHPLtunC5\",\"vEStUVifq\",\"XeBm4Njrl\",\"bTxHxQeJb\",\"u14yW31zr\",\"PrFLGZcqW\",\"nyqgic8WA\",\"vpIesjmwI\",\"WufWPAHIf\"];const serializationHash=\"framer-wyrTO\";const variantClassNames={bDYzBzDCb:\"framer-v-1k27zjl\",bTxHxQeJb:\"framer-v-oq72ri\",gkEHPYtys:\"framer-v-1ouxhau\",IPnzuQRA7:\"framer-v-4tbio1\",lObqqrfvR:\"framer-v-1608vr\",nyqgic8WA:\"framer-v-1m578o4\",PrFLGZcqW:\"framer-v-crvecv\",u14yW31zr:\"framer-v-xtit9j\",vEStUVifq:\"framer-v-14r38p2\",vhHh0r9Fu:\"framer-v-ztqn\",vpIesjmwI:\"framer-v-1hb1od5\",WufWPAHIf:\"framer-v-7bhtul\",XeBm4Njrl:\"framer-v-17uzogq\",yHPLtunC5:\"framer-v-1qwi8ve\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const radiusForCorner=(value,cornerIndex)=>{if(typeof value===\"number\"&&Number.isFinite(value))return Math.max(0,value)+\"px\";if(typeof value!==\"string\"||typeof cornerIndex!==\"number\")return undefined;const segments=value.split(\" \");return segments[cornerIndex]||segments[cornerIndex-2]||segments[0];};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const transition2={damping:60,delay:0,mass:1,stiffness:400,type:\"spring\"};const transition3={delay:0,duration:.3,ease:[.44,0,.56,1],type:\"tween\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Desktop 1\":\"gkEHPYtys\",\"Desktop 2\":\"IPnzuQRA7\",\"Desktop 3\":\"lObqqrfvR\",\"Desktop 4\":\"vhHh0r9Fu\",\"Desktop 5\":\"WufWPAHIf\",\"Phone 1\":\"u14yW31zr\",\"Phone 2\":\"PrFLGZcqW\",\"Phone 3\":\"nyqgic8WA\",\"Phone 4\":\"vpIesjmwI\",\"Tablet 1\":\"bDYzBzDCb\",\"Tablet 2\":\"yHPLtunC5\",\"Tablet 3\":\"vEStUVifq\",\"Tablet 4\":\"XeBm4Njrl\",Phone:\"bTxHxQeJb\"};const getProps=({courseName,height,id,radius,t1Image,t2Image,t3Image,t4Image,width,...props})=>{var _ref,_ref1,_humanReadableVariantMap_props_variant,_ref2;return{...props,cwXYpYXqO:(_ref=courseName!==null&&courseName!==void 0?courseName:props.cwXYpYXqO)!==null&&_ref!==void 0?_ref:\"Name\",jL4oZGfGh:(_ref1=radius!==null&&radius!==void 0?radius:props.jL4oZGfGh)!==null&&_ref1!==void 0?_ref1:\"0px\",lRCqV4eUh:t1Image!==null&&t1Image!==void 0?t1Image:props.lRCqV4eUh,MSNgpM9o_:t3Image!==null&&t3Image!==void 0?t3Image:props.MSNgpM9o_,TEhxu666O:t4Image!==null&&t4Image!==void 0?t4Image:props.TEhxu666O,Uu7rv6DGQ:t2Image!==null&&t2Image!==void 0?t2Image:props.Uu7rv6DGQ,variant:(_ref2=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref2!==void 0?_ref2:\"gkEHPYtys\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,cwXYpYXqO,lRCqV4eUh,Uu7rv6DGQ,MSNgpM9o_,TEhxu666O,jL4oZGfGh,bQSqSB8qS,hcz0_urnd,a8eOK02N6,P9TXq6bYq,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"gkEHPYtys\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const{activeVariantCallback,delay}=useActiveVariantCallback(baseVariant);const yYWqVMIxg1m8aoi3=activeVariantCallback(async(...args)=>{setVariant(\"gkEHPYtys\");});const yYWqVMIxg1rav42t=activeVariantCallback(async(...args)=>{setVariant(\"bDYzBzDCb\");});const yYWqVMIxg70v0sg=activeVariantCallback(async(...args)=>{setVariant(\"u14yW31zr\");});const yYWqVMIxgmkk1ha=activeVariantCallback(async(...args)=>{setVariant(\"IPnzuQRA7\");});const yYWqVMIxguswvkt=activeVariantCallback(async(...args)=>{setVariant(\"yHPLtunC5\");});const yYWqVMIxg1810fe8=activeVariantCallback(async(...args)=>{setVariant(\"PrFLGZcqW\");});const yYWqVMIxg13xjkuz=activeVariantCallback(async(...args)=>{setVariant(\"lObqqrfvR\");});const yYWqVMIxgygx3qt=activeVariantCallback(async(...args)=>{setVariant(\"vEStUVifq\");});const yYWqVMIxg10i5jvu=activeVariantCallback(async(...args)=>{setVariant(\"nyqgic8WA\");});const yYWqVMIxg1ke5ze7=activeVariantCallback(async(...args)=>{setVariant(\"vhHh0r9Fu\");});const yYWqVMIxgr5k1g1=activeVariantCallback(async(...args)=>{setVariant(\"XeBm4Njrl\");});const yYWqVMIxg115dspo=activeVariantCallback(async(...args)=>{setVariant(\"vpIesjmwI\");});const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1ouxhau\",className,classNames),\"data-framer-name\":\"Desktop 1\",layoutDependency:layoutDependency,layoutId:\"gkEHPYtys\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{borderBottomLeftRadius:radiusForCorner(jL4oZGfGh,3),borderBottomRightRadius:radiusForCorner(jL4oZGfGh,2),borderTopLeftRadius:radiusForCorner(jL4oZGfGh,0),borderTopRightRadius:radiusForCorner(jL4oZGfGh,1),...style},...addPropertyOverrides({bDYzBzDCb:{\"data-framer-name\":\"Tablet 1\"},bTxHxQeJb:{\"data-framer-name\":\"Phone\"},IPnzuQRA7:{\"data-framer-name\":\"Desktop 2\"},lObqqrfvR:{\"data-framer-name\":\"Desktop 3\"},nyqgic8WA:{\"data-framer-name\":\"Phone 3\"},PrFLGZcqW:{\"data-framer-name\":\"Phone 2\"},u14yW31zr:{\"data-framer-name\":\"Phone 1\"},vEStUVifq:{\"data-framer-name\":\"Tablet 3\"},vhHh0r9Fu:{\"data-framer-name\":\"Desktop 4\"},vpIesjmwI:{\"data-framer-name\":\"Phone 4\"},WufWPAHIf:{\"data-framer-name\":\"Desktop 5\"},XeBm4Njrl:{\"data-framer-name\":\"Tablet 4\"},yHPLtunC5:{\"data-framer-name\":\"Tablet 2\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(Transition,{value:transition2,...addPropertyOverrides({IPnzuQRA7:{value:transition3}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"120px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})}),className:\"framer-rpwo57\",fonts:[\"FS;Satoshi-black\"],layoutDependency:layoutDependency,layoutId:\"MIu9GrmZw\",style:{\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},text:cwXYpYXqO,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({bDYzBzDCb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgb(0, 0, 0) 140%)\"},children:\"Name\"})})})},bTxHxQeJb:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},nyqgic8WA:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},PrFLGZcqW:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},u14yW31zr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},vEStUVifq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},vpIesjmwI:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"60px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},WufWPAHIf:{text:bQSqSB8qS},XeBm4Njrl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})},yHPLtunC5:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h1,{style:{\"--font-selector\":\"RlM7U2F0b3NoaS1ibGFjaw==\",\"--framer-font-family\":'\"Satoshi\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-font-weight\":\"900\"},children:/*#__PURE__*/_jsx(motion.span,{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgb(0, 0, 0) 100%)\"},children:\"Name\"})})})}},baseVariant,gestureVariant)})}),/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(lRCqV4eUh)},className:\"framer-dx0o9m\",\"data-framer-name\":\"Image\",layoutDependency:layoutDependency,layoutId:\"HkpooTxvz\",...addPropertyOverrides({IPnzuQRA7:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(Uu7rv6DGQ)}},lObqqrfvR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(MSNgpM9o_)}},nyqgic8WA:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(MSNgpM9o_)}},PrFLGZcqW:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(Uu7rv6DGQ)}},vEStUVifq:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(MSNgpM9o_)}},vhHh0r9Fu:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(TEhxu666O)}},vpIesjmwI:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(TEhxu666O)}},WufWPAHIf:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(TEhxu666O)}},XeBm4Njrl:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(TEhxu666O)}},yHPLtunC5:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3941,intrinsicWidth:5911,pixelHeight:3941,pixelWidth:5911,sizes:(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\",...toResponsiveImage(Uu7rv6DGQ)}}},baseVariant,gestureVariant)}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1is80jm\",\"data-framer-name\":\"Cover\",layoutDependency:layoutDependency,layoutId:\"X9M9TYpra\",style:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64.84210526315789%, rgb(255, 255, 255) 100%)\"},variants:{bTxHxQeJb:{background:\"linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 65%, rgb(255, 255, 255) 100%)\"}}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-vc9qkg\",\"data-framer-name\":\"Popular tours\",layoutDependency:layoutDependency,layoutId:\"EWJlilAIW\",children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1p43w6u\",\"data-framer-name\":\"Items\",layoutDependency:layoutDependency,layoutId:\"VM0zJF_7l\",style:{borderBottomLeftRadius:20,borderBottomRightRadius:20,borderTopLeftRadius:20,borderTopRightRadius:20},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({bDYzBzDCb:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},bTxHxQeJb:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},nyqgic8WA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},PrFLGZcqW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},u14yW31zr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},vEStUVifq:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},vpIesjmwI:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},XeBm4Njrl:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},yHPLtunC5:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-65ejgq-container\",layoutDependency:layoutDependency,layoutId:\"YjWn6dlxk-container\",children:/*#__PURE__*/_jsx(DestinationCardMini,{e64K0jgC0:toResponsiveImage(lRCqV4eUh),height:\"100%\",id:\"YjWn6dlxk\",KbfxlymIm:\"\",layoutId:\"YjWn6dlxk\",sKOi5Utd1:\"Visit\",variant:\"te6tTJdwE\",width:\"100%\",...addPropertyOverrides({bDYzBzDCb:{style:{width:\"100%\"}},bTxHxQeJb:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg70v0sg},IPnzuQRA7:{yYWqVMIxg:yYWqVMIxg1m8aoi3},lObqqrfvR:{yYWqVMIxg:yYWqVMIxg1m8aoi3},nyqgic8WA:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg70v0sg},PrFLGZcqW:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg70v0sg},u14yW31zr:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:undefined},vEStUVifq:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxg1rav42t},vhHh0r9Fu:{yYWqVMIxg:yYWqVMIxg1m8aoi3},vpIesjmwI:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg70v0sg},WufWPAHIf:{variant:\"YPzy2zo71\",yYWqVMIxg:yYWqVMIxg1m8aoi3},XeBm4Njrl:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxg1rav42t},yHPLtunC5:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxg1rav42t}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({bDYzBzDCb:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},bTxHxQeJb:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},nyqgic8WA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},PrFLGZcqW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},u14yW31zr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},vEStUVifq:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},vpIesjmwI:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},XeBm4Njrl:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},yHPLtunC5:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-avczgo-container\",layoutDependency:layoutDependency,layoutId:\"GdYyvXpyN-container\",children:/*#__PURE__*/_jsx(DestinationCardMini,{e64K0jgC0:toResponsiveImage(Uu7rv6DGQ),height:\"100%\",id:\"GdYyvXpyN\",KbfxlymIm:\"\",layoutId:\"GdYyvXpyN\",sKOi5Utd1:\"Visit\",variant:\"te6tTJdwE\",width:\"100%\",yYWqVMIxg:yYWqVMIxgmkk1ha,...addPropertyOverrides({bDYzBzDCb:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxguswvkt},bTxHxQeJb:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg1810fe8},IPnzuQRA7:{Mp_iOqUwv:hcz0_urnd,yYWqVMIxg:undefined},nyqgic8WA:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg1810fe8},PrFLGZcqW:{Mp_iOqUwv:hcz0_urnd,style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:undefined},u14yW31zr:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg1810fe8},vEStUVifq:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxguswvkt},vpIesjmwI:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg1810fe8},XeBm4Njrl:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxguswvkt},yHPLtunC5:{style:{width:\"100%\"},yYWqVMIxg:undefined}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({bDYzBzDCb:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},bTxHxQeJb:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},nyqgic8WA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},PrFLGZcqW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},u14yW31zr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},vEStUVifq:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},vpIesjmwI:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},XeBm4Njrl:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},yHPLtunC5:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pnosmt-container\",layoutDependency:layoutDependency,layoutId:\"ZnG687RRq-container\",children:/*#__PURE__*/_jsx(DestinationCardMini,{e64K0jgC0:toResponsiveImage(MSNgpM9o_),height:\"100%\",id:\"ZnG687RRq\",KbfxlymIm:\"\",layoutId:\"ZnG687RRq\",sKOi5Utd1:\"Visit\",variant:\"te6tTJdwE\",width:\"100%\",yYWqVMIxg:yYWqVMIxg13xjkuz,...addPropertyOverrides({bDYzBzDCb:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxgygx3qt},bTxHxQeJb:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg10i5jvu},lObqqrfvR:{Mp_iOqUwv:a8eOK02N6,yYWqVMIxg:undefined},nyqgic8WA:{Mp_iOqUwv:a8eOK02N6,style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:undefined},PrFLGZcqW:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg10i5jvu},u14yW31zr:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg10i5jvu},vEStUVifq:{Mp_iOqUwv:a8eOK02N6,style:{width:\"100%\"},yYWqVMIxg:undefined},vpIesjmwI:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg10i5jvu},XeBm4Njrl:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxguswvkt},yHPLtunC5:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxgygx3qt}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{...addPropertyOverrides({bDYzBzDCb:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},bTxHxQeJb:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},nyqgic8WA:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},PrFLGZcqW:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},u14yW31zr:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},vEStUVifq:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},vpIesjmwI:{width:`max((${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 64px) / 4, 1px)`},XeBm4Njrl:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`},yHPLtunC5:{width:`calc(${(componentViewport===null||componentViewport===void 0?void 0:componentViewport.width)||\"100vw\"} - 120px)`}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-kihlky-container\",layoutDependency:layoutDependency,layoutId:\"plgQEEtWX-container\",children:/*#__PURE__*/_jsx(DestinationCardMini,{e64K0jgC0:toResponsiveImage(TEhxu666O),height:\"100%\",id:\"plgQEEtWX\",KbfxlymIm:\"\",layoutId:\"plgQEEtWX\",sKOi5Utd1:\"Visit\",variant:\"te6tTJdwE\",width:\"100%\",yYWqVMIxg:yYWqVMIxg1ke5ze7,...addPropertyOverrides({bDYzBzDCb:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxgr5k1g1},bTxHxQeJb:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg115dspo},nyqgic8WA:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg115dspo},PrFLGZcqW:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg115dspo},u14yW31zr:{style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:yYWqVMIxg115dspo},vEStUVifq:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxgr5k1g1},vhHh0r9Fu:{Mp_iOqUwv:P9TXq6bYq,yYWqVMIxg:undefined},vpIesjmwI:{Mp_iOqUwv:P9TXq6bYq,style:{width:\"100%\"},variant:\"FNUQmsIv0\",yYWqVMIxg:undefined},WufWPAHIf:{Mp_iOqUwv:P9TXq6bYq,variant:\"YPzy2zo71\",yYWqVMIxg:undefined},XeBm4Njrl:{Mp_iOqUwv:P9TXq6bYq,style:{width:\"100%\"},yYWqVMIxg:undefined},yHPLtunC5:{style:{width:\"100%\"},yYWqVMIxg:yYWqVMIxgr5k1g1}},baseVariant,gestureVariant)})})})]})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-wyrTO.framer-1c45lpm, .framer-wyrTO .framer-1c45lpm { display: block; }\",\".framer-wyrTO.framer-1ouxhau { align-content: flex-start; align-items: flex-start; display: flex; flex-direction: column; flex-wrap: nowrap; height: 800px; justify-content: space-between; overflow: hidden; padding: 20px 60px 40px 60px; position: relative; width: 1200px; will-change: var(--framer-will-change-override, transform); }\",\".framer-wyrTO .framer-rpwo57 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; z-index: 1; }\",\".framer-wyrTO .framer-dx0o9m, .framer-wyrTO .framer-1is80jm { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-wyrTO .framer-vc9qkg { 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; overflow: visible; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-wyrTO .framer-1p43w6u { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-wyrTO .framer-65ejgq-container, .framer-wyrTO .framer-avczgo-container, .framer-wyrTO .framer-1pnosmt-container, .framer-wyrTO .framer-kihlky-container { flex: none; height: auto; position: relative; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO .framer-vc9qkg, .framer-wyrTO .framer-1p43w6u { gap: 0px; } .framer-wyrTO .framer-vc9qkg > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-wyrTO .framer-vc9qkg > :first-child { margin-top: 0px; } .framer-wyrTO .framer-vc9qkg > :last-child { margin-bottom: 0px; } .framer-wyrTO .framer-1p43w6u > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-wyrTO .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO .framer-1p43w6u > :last-child { margin-right: 0px; } }\",\".framer-wyrTO.framer-v-1k27zjl.framer-1ouxhau, .framer-wyrTO.framer-v-1qwi8ve.framer-1ouxhau, .framer-wyrTO.framer-v-14r38p2.framer-1ouxhau, .framer-wyrTO.framer-v-17uzogq.framer-1ouxhau { padding: 40px 60px 40px 60px; width: 810px; }\",\".framer-wyrTO.framer-v-1k27zjl .framer-1p43w6u, .framer-wyrTO.framer-v-1qwi8ve .framer-1p43w6u, .framer-wyrTO.framer-v-14r38p2 .framer-1p43w6u, .framer-wyrTO.framer-v-17uzogq .framer-1p43w6u { flex-wrap: wrap; }\",\".framer-wyrTO.framer-v-1k27zjl .framer-65ejgq-container, .framer-wyrTO.framer-v-1k27zjl .framer-avczgo-container, .framer-wyrTO.framer-v-1k27zjl .framer-1pnosmt-container, .framer-wyrTO.framer-v-1k27zjl .framer-kihlky-container, .framer-wyrTO.framer-v-1qwi8ve .framer-65ejgq-container, .framer-wyrTO.framer-v-1qwi8ve .framer-avczgo-container, .framer-wyrTO.framer-v-1qwi8ve .framer-1pnosmt-container, .framer-wyrTO.framer-v-1qwi8ve .framer-kihlky-container, .framer-wyrTO.framer-v-14r38p2 .framer-65ejgq-container, .framer-wyrTO.framer-v-14r38p2 .framer-avczgo-container, .framer-wyrTO.framer-v-14r38p2 .framer-1pnosmt-container, .framer-wyrTO.framer-v-14r38p2 .framer-kihlky-container, .framer-wyrTO.framer-v-17uzogq .framer-65ejgq-container, .framer-wyrTO.framer-v-17uzogq .framer-avczgo-container, .framer-wyrTO.framer-v-17uzogq .framer-1pnosmt-container, .framer-wyrTO.framer-v-17uzogq .framer-kihlky-container, .framer-wyrTO.framer-v-oq72ri .framer-65ejgq-container, .framer-wyrTO.framer-v-oq72ri .framer-avczgo-container, .framer-wyrTO.framer-v-oq72ri .framer-1pnosmt-container, .framer-wyrTO.framer-v-oq72ri .framer-kihlky-container, .framer-wyrTO.framer-v-xtit9j .framer-65ejgq-container, .framer-wyrTO.framer-v-xtit9j .framer-avczgo-container, .framer-wyrTO.framer-v-xtit9j .framer-1pnosmt-container, .framer-wyrTO.framer-v-xtit9j .framer-kihlky-container, .framer-wyrTO.framer-v-crvecv .framer-65ejgq-container, .framer-wyrTO.framer-v-crvecv .framer-avczgo-container, .framer-wyrTO.framer-v-crvecv .framer-1pnosmt-container, .framer-wyrTO.framer-v-crvecv .framer-kihlky-container, .framer-wyrTO.framer-v-1m578o4 .framer-65ejgq-container, .framer-wyrTO.framer-v-1m578o4 .framer-avczgo-container, .framer-wyrTO.framer-v-1m578o4 .framer-1pnosmt-container, .framer-wyrTO.framer-v-1m578o4 .framer-kihlky-container, .framer-wyrTO.framer-v-1hb1od5 .framer-65ejgq-container, .framer-wyrTO.framer-v-1hb1od5 .framer-avczgo-container, .framer-wyrTO.framer-v-1hb1od5 .framer-1pnosmt-container, .framer-wyrTO.framer-v-1hb1od5 .framer-kihlky-container { flex: 1 0 0px; width: 1px; }\",\".framer-wyrTO.framer-v-oq72ri.framer-1ouxhau, .framer-wyrTO.framer-v-xtit9j.framer-1ouxhau, .framer-wyrTO.framer-v-crvecv.framer-1ouxhau, .framer-wyrTO.framer-v-1m578o4.framer-1ouxhau, .framer-wyrTO.framer-v-1hb1od5.framer-1ouxhau { height: 650px; padding: 20px 20px 40px 20px; width: 390px; }\",\".framer-wyrTO.framer-v-oq72ri .framer-rpwo57, .framer-wyrTO.framer-v-xtit9j .framer-rpwo57, .framer-wyrTO.framer-v-crvecv .framer-rpwo57, .framer-wyrTO.framer-v-1m578o4 .framer-rpwo57, .framer-wyrTO.framer-v-1hb1od5 .framer-rpwo57 { order: 0; }\",\".framer-wyrTO.framer-v-oq72ri .framer-dx0o9m, .framer-wyrTO.framer-v-xtit9j .framer-dx0o9m, .framer-wyrTO.framer-v-crvecv .framer-dx0o9m, .framer-wyrTO.framer-v-1m578o4 .framer-dx0o9m, .framer-wyrTO.framer-v-1hb1od5 .framer-dx0o9m { order: 2; }\",\".framer-wyrTO.framer-v-oq72ri .framer-1is80jm, .framer-wyrTO.framer-v-xtit9j .framer-1is80jm, .framer-wyrTO.framer-v-crvecv .framer-1is80jm, .framer-wyrTO.framer-v-1m578o4 .framer-1is80jm, .framer-wyrTO.framer-v-1hb1od5 .framer-1is80jm { order: 3; }\",\".framer-wyrTO.framer-v-oq72ri .framer-vc9qkg, .framer-wyrTO.framer-v-xtit9j .framer-vc9qkg, .framer-wyrTO.framer-v-crvecv .framer-vc9qkg, .framer-wyrTO.framer-v-1m578o4 .framer-vc9qkg, .framer-wyrTO.framer-v-1hb1od5 .framer-vc9qkg { order: 4; }\",\".framer-wyrTO.framer-v-oq72ri .framer-1p43w6u, .framer-wyrTO.framer-v-xtit9j .framer-1p43w6u, .framer-wyrTO.framer-v-crvecv .framer-1p43w6u, .framer-wyrTO.framer-v-1m578o4 .framer-1p43w6u, .framer-wyrTO.framer-v-1hb1od5 .framer-1p43w6u { gap: 8px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO.framer-v-oq72ri .framer-1p43w6u { gap: 0px; } .framer-wyrTO.framer-v-oq72ri .framer-1p43w6u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyrTO.framer-v-oq72ri .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO.framer-v-oq72ri .framer-1p43w6u > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO.framer-v-xtit9j .framer-1p43w6u { gap: 0px; } .framer-wyrTO.framer-v-xtit9j .framer-1p43w6u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyrTO.framer-v-xtit9j .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO.framer-v-xtit9j .framer-1p43w6u > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO.framer-v-crvecv .framer-1p43w6u { gap: 0px; } .framer-wyrTO.framer-v-crvecv .framer-1p43w6u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyrTO.framer-v-crvecv .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO.framer-v-crvecv .framer-1p43w6u > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO.framer-v-1m578o4 .framer-1p43w6u { gap: 0px; } .framer-wyrTO.framer-v-1m578o4 .framer-1p43w6u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyrTO.framer-v-1m578o4 .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO.framer-v-1m578o4 .framer-1p43w6u > :last-child { margin-right: 0px; } }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-wyrTO.framer-v-1hb1od5 .framer-1p43w6u { gap: 0px; } .framer-wyrTO.framer-v-1hb1od5 .framer-1p43w6u > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-wyrTO.framer-v-1hb1od5 .framer-1p43w6u > :first-child { margin-left: 0px; } .framer-wyrTO.framer-v-1hb1od5 .framer-1p43w6u > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 800\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"IPnzuQRA7\":{\"layout\":[\"fixed\",\"fixed\"]},\"lObqqrfvR\":{\"layout\":[\"fixed\",\"fixed\"]},\"vhHh0r9Fu\":{\"layout\":[\"fixed\",\"fixed\"]},\"bDYzBzDCb\":{\"layout\":[\"fixed\",\"fixed\"]},\"yHPLtunC5\":{\"layout\":[\"fixed\",\"fixed\"]},\"vEStUVifq\":{\"layout\":[\"fixed\",\"fixed\"]},\"XeBm4Njrl\":{\"layout\":[\"fixed\",\"fixed\"]},\"bTxHxQeJb\":{\"layout\":[\"fixed\",\"fixed\"]},\"u14yW31zr\":{\"layout\":[\"fixed\",\"fixed\"]},\"PrFLGZcqW\":{\"layout\":[\"fixed\",\"fixed\"]},\"nyqgic8WA\":{\"layout\":[\"fixed\",\"fixed\"]},\"vpIesjmwI\":{\"layout\":[\"fixed\",\"fixed\"]},\"WufWPAHIf\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"cwXYpYXqO\":\"courseName\",\"lRCqV4eUh\":\"t1Image\",\"Uu7rv6DGQ\":\"t2Image\",\"MSNgpM9o_\":\"t3Image\",\"TEhxu666O\":\"t4Image\",\"jL4oZGfGh\":\"radius\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerfwOrL6bKo=withCSS(Component,css,\"framer-wyrTO\");export default FramerfwOrL6bKo;FramerfwOrL6bKo.displayName=\"Hero course page\";FramerfwOrL6bKo.defaultProps={height:800,width:1200};addPropertyControls(FramerfwOrL6bKo,{variant:{options:[\"gkEHPYtys\",\"IPnzuQRA7\",\"lObqqrfvR\",\"vhHh0r9Fu\",\"bDYzBzDCb\",\"yHPLtunC5\",\"vEStUVifq\",\"XeBm4Njrl\",\"bTxHxQeJb\",\"u14yW31zr\",\"PrFLGZcqW\",\"nyqgic8WA\",\"vpIesjmwI\",\"WufWPAHIf\"],optionTitles:[\"Desktop 1\",\"Desktop 2\",\"Desktop 3\",\"Desktop 4\",\"Tablet 1\",\"Tablet 2\",\"Tablet 3\",\"Tablet 4\",\"Phone\",\"Phone 1\",\"Phone 2\",\"Phone 3\",\"Phone 4\",\"Desktop 5\"],title:\"Variant\",type:ControlType.Enum},cwXYpYXqO:{defaultValue:\"Name\",displayTextArea:false,title:\"Course name\",type:ControlType.String},lRCqV4eUh:{title:\"T1 image\",type:ControlType.ResponsiveImage},Uu7rv6DGQ:{title:\"T2 image\",type:ControlType.ResponsiveImage},MSNgpM9o_:{title:\"T3 image\",type:ControlType.ResponsiveImage},TEhxu666O:{title:\"T4 image\",type:ControlType.ResponsiveImage},jL4oZGfGh:{defaultValue:\"0px\",title:\"Radius\",type:ControlType.BorderRadius}});addFonts(FramerfwOrL6bKo,[{explicitInter:true,fonts:[{family:\"Satoshi\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/NHPGVFYUXYXE33DZ75OIT4JFGHITX5PE/PSUTMASCDJTVPERDYJZPN23BVUFUCQIF/J64QX5IPOHK56I2KYUNBQ5M2XWZEYKYX.woff2\",weight:\"900\"}]},...DestinationCardMiniFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerfwOrL6bKo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"IPnzuQRA7\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"lObqqrfvR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vhHh0r9Fu\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bDYzBzDCb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yHPLtunC5\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vEStUVifq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"XeBm4Njrl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"bTxHxQeJb\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"u14yW31zr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"PrFLGZcqW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"nyqgic8WA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vpIesjmwI\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"WufWPAHIf\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"cwXYpYXqO\\\":\\\"courseName\\\",\\\"lRCqV4eUh\\\":\\\"t1Image\\\",\\\"Uu7rv6DGQ\\\":\\\"t2Image\\\",\\\"MSNgpM9o_\\\":\\\"t3Image\\\",\\\"TEhxu666O\\\":\\\"t4Image\\\",\\\"jL4oZGfGh\\\":\\\"radius\\\"}\",\"framerIntrinsicHeight\":\"800\",\"framerIntrinsicWidth\":\"1200\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./fwOrL6bKo.map", "// Generated by Framer (78454af)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"jPYVnaPI8\",\"dtQkmoJPi\",\"a7xs6QG_k\",\"jysQ9eyLo\",\"yZtAaj1Q4\"];const serializationHash=\"framer-I09Gs\";const variantClassNames={a7xs6QG_k:\"framer-v-qxl1vt\",dtQkmoJPi:\"framer-v-1izz1i7\",jPYVnaPI8:\"framer-v-fgi88h\",jysQ9eyLo:\"framer-v-grimkw\",yZtAaj1Q4:\"framer-v-hpznd6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={\"Variant 2\":\"dtQkmoJPi\",\"Variant 3\":\"a7xs6QG_k\",\"Variant 4\":\"jysQ9eyLo\",\"Variant 5\":\"yZtAaj1Q4\",Default:\"jPYVnaPI8\"};const getProps=({background,height,holes,id,length,par,slope,width,...props})=>{var _ref,_ref1,_ref2,_ref3,_ref4,_humanReadableVariantMap_props_variant,_ref5;return{...props,adnTm94Ga:(_ref=slope!==null&&slope!==void 0?slope:props.adnTm94Ga)!==null&&_ref!==void 0?_ref:\"Slope\",hbYEDMOz_:(_ref1=length!==null&&length!==void 0?length:props.hbYEDMOz_)!==null&&_ref1!==void 0?_ref1:\"Length\",iozq7V85p:(_ref2=par!==null&&par!==void 0?par:props.iozq7V85p)!==null&&_ref2!==void 0?_ref2:\"Par\",LwgrkxIxO:(_ref3=background!==null&&background!==void 0?background:props.LwgrkxIxO)!==null&&_ref3!==void 0?_ref3:\"var(--token-4bb46519-dcff-497c-9be6-950d5b5234de, rgb(135, 163, 48))\",TZN1dqjRL:(_ref4=holes!==null&&holes!==void 0?holes:props.TZN1dqjRL)!==null&&_ref4!==void 0?_ref4:\"Holes\",variant:(_ref5=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref5!==void 0?_ref5:\"jPYVnaPI8\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,TZN1dqjRL,iozq7V85p,hbYEDMOz_,adnTm94Ga,LwgrkxIxO,...restProps}=getProps(props);const{baseVariant,classNames,gestureHandlers,gestureVariant,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jPYVnaPI8\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if(baseVariant===\"yZtAaj1Q4\")return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"jysQ9eyLo\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"a7xs6QG_k\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"dtQkmoJPi\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-fgi88h\",className,classNames),\"data-framer-name\":\"Default\",layoutDependency:layoutDependency,layoutId:\"jPYVnaPI8\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:LwgrkxIxO,borderBottomLeftRadius:100,borderBottomRightRadius:100,borderTopLeftRadius:100,borderTopRightRadius:100,...style},...addPropertyOverrides({a7xs6QG_k:{\"data-framer-name\":\"Variant 3\"},dtQkmoJPi:{\"data-framer-name\":\"Variant 2\"},jysQ9eyLo:{\"data-framer-name\":\"Variant 4\"},yZtAaj1Q4:{\"data-framer-name\":\"Variant 5\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Holes\"})}),className:\"framer-fby8k2\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"nTsVjVl8J\",style:{\"--extracted-r6o4lv\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:TZN1dqjRL,verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({a7xs6QG_k:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Par:\"})}),fonts:[\"FS;Switzer-medium\"],text:undefined},dtQkmoJPi:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Holes:\"})}),fonts:[\"FS;Switzer-medium\"],text:undefined},jysQ9eyLo:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Length:\"})}),fonts:[\"FS;Switzer-medium\"],text:undefined},yZtAaj1Q4:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Slope:\"})}),fonts:[\"FS;Switzer-medium\"],text:undefined}},baseVariant,gestureVariant)}),isDisplayed()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Slope\"})}),className:\"framer-603a5q\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"juBUAN3dJ\",style:{\"--extracted-r6o4lv\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:adnTm94Ga,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Length\"})}),className:\"framer-1jhdvg8\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"LQmajfv65\",style:{\"--extracted-r6o4lv\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:hbYEDMOz_,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed2()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Par\"})}),className:\"framer-1fybtwe\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"HRTCsaXXp\",style:{\"--extracted-r6o4lv\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:iozq7V85p,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed3()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"20px\",\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76)))\"},children:\"Holes\"})}),className:\"framer-mih4w\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"NGCCYP54n\",style:{\"--extracted-r6o4lv\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\",\"--framer-paragraph-spacing\":\"0px\"},text:TZN1dqjRL,verticalAlignment:\"top\",withExternalLayout:true})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-I09Gs.framer-19nr86i, .framer-I09Gs .framer-19nr86i { display: block; }\",\".framer-I09Gs.framer-fgi88h { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 4px 10px 4px 8px; position: relative; width: min-content; }\",\".framer-I09Gs .framer-fby8k2, .framer-I09Gs .framer-603a5q, .framer-I09Gs .framer-1jhdvg8, .framer-I09Gs .framer-1fybtwe, .framer-I09Gs .framer-mih4w { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-I09Gs.framer-fgi88h { gap: 0px; } .framer-I09Gs.framer-fgi88h > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-I09Gs.framer-fgi88h > :first-child { margin-left: 0px; } .framer-I09Gs.framer-fgi88h > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 28\n * @framerIntrinsicWidth 56\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"dtQkmoJPi\":{\"layout\":[\"auto\",\"auto\"]},\"a7xs6QG_k\":{\"layout\":[\"auto\",\"auto\"]},\"jysQ9eyLo\":{\"layout\":[\"auto\",\"auto\"]},\"yZtAaj1Q4\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"TZN1dqjRL\":\"holes\",\"iozq7V85p\":\"par\",\"hbYEDMOz_\":\"length\",\"adnTm94Ga\":\"slope\",\"LwgrkxIxO\":\"background\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerYIVF2FRK6=withCSS(Component,css,\"framer-I09Gs\");export default FramerYIVF2FRK6;FramerYIVF2FRK6.displayName=\"Badge Copy\";FramerYIVF2FRK6.defaultProps={height:28,width:56};addPropertyControls(FramerYIVF2FRK6,{variant:{options:[\"jPYVnaPI8\",\"dtQkmoJPi\",\"a7xs6QG_k\",\"jysQ9eyLo\",\"yZtAaj1Q4\"],optionTitles:[\"Default\",\"Variant 2\",\"Variant 3\",\"Variant 4\",\"Variant 5\"],title:\"Variant\",type:ControlType.Enum},TZN1dqjRL:{defaultValue:\"Holes\",displayTextArea:false,placeholder:\"\",title:\"Holes\",type:ControlType.String},iozq7V85p:{defaultValue:\"Par\",displayTextArea:false,title:\"Par\",type:ControlType.String},hbYEDMOz_:{defaultValue:\"Length\",displayTextArea:false,title:\"Length\",type:ControlType.String},adnTm94Ga:{defaultValue:\"Slope\",displayTextArea:false,title:\"Slope\",type:ControlType.String},LwgrkxIxO:{defaultValue:'var(--token-4bb46519-dcff-497c-9be6-950d5b5234de, rgb(135, 163, 48)) /* {\"name\":\"primary/green_light\"} */',title:\"Background\",type:ControlType.Color}});addFonts(FramerYIVF2FRK6,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"}]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerYIVF2FRK6\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerVariables\":\"{\\\"TZN1dqjRL\\\":\\\"holes\\\",\\\"iozq7V85p\\\":\\\"par\\\",\\\"hbYEDMOz_\\\":\\\"length\\\",\\\"adnTm94Ga\\\":\\\"slope\\\",\\\"LwgrkxIxO\\\":\\\"background\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicHeight\":\"28\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"dtQkmoJPi\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"a7xs6QG_k\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"jysQ9eyLo\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"yZtAaj1Q4\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"56\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./YIVF2FRK6.map", "// Generated by Framer (575e68f)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,RichText,useActiveVariantCallback,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useLoadMorePaginatedQuery,useLocaleInfo,useQueryData,useRouteElementId,useRouter,withCSS,withFX,withVariantAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/XVUmpmPn1EPL0dzocT35/Ticker.js\";import LoadMore from\"https://framerusercontent.com/modules/DeOFaQSEkzad7IWREtaG/uSF4wTJztPxXXCcQVP6B/g3OPvNRkB.js\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import{Icon as Hero1}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/bbq95ZQZ142lE2fXscHd/Hero.js\";import{Icon as Hero}from\"https://framerusercontent.com/modules/hKjtTuWGYB451ckw6eTN/rQJeCcsGr1fSnWO0FT2G/Hero.js\";import Logo from\"https://framerusercontent.com/modules/IQXqjAGXltPKLdfjcdtf/AdYVRfUvx2HLE5qL3Xfw/Logo.js\";import CourseInquiry from\"#framer/local/canvasComponent/EfHhaeP4h/EfHhaeP4h.js\";import HeroCoursePage from\"#framer/local/canvasComponent/fwOrL6bKo/fwOrL6bKo.js\";import MainMenu from\"#framer/local/canvasComponent/KINs6M7TZ/KINs6M7TZ.js\";import CardCourse from\"#framer/local/canvasComponent/Qlf47XmYK/Qlf47XmYK.js\";import QrCode from\"#framer/local/canvasComponent/R87cr_tKX/R87cr_tKX.js\";import FooterLinks from\"#framer/local/canvasComponent/x8F2iN89z/x8F2iN89z.js\";import BadgeCopy from\"#framer/local/canvasComponent/YIVF2FRK6/YIVF2FRK6.js\";import Courses from\"#framer/local/collection/B6wLGgZl4/B6wLGgZl4.js\";import*as sharedStyle5 from\"#framer/local/css/Br7jq2O3N/Br7jq2O3N.js\";import*as sharedStyle1 from\"#framer/local/css/I9Yuu0pF_/I9Yuu0pF_.js\";import*as sharedStyle2 from\"#framer/local/css/IsxHcketa/IsxHcketa.js\";import*as sharedStyle7 from\"#framer/local/css/mRvrHAXzz/mRvrHAXzz.js\";import*as sharedStyle4 from\"#framer/local/css/mVcLrOwmO/mVcLrOwmO.js\";import*as sharedStyle from\"#framer/local/css/NbMxlG_wN/NbMxlG_wN.js\";import*as sharedStyle6 from\"#framer/local/css/nsyFEWTYA/nsyFEWTYA.js\";import*as sharedStyle3 from\"#framer/local/css/U_e0Ux2V1/U_e0Ux2V1.js\";import*as sharedStyle8 from\"#framer/local/css/WCB2MKTQy/WCB2MKTQy.js\";import metadataProvider from\"#framer/local/webPageMetadata/mzBrCilf1/mzBrCilf1.js\";const RichTextWithFX=withFX(RichText);const MotionDivWithFX=withFX(motion.div);const HeroCoursePageFonts=getFonts(HeroCoursePage);const BadgeCopyFonts=getFonts(BadgeCopy);const TickerFonts=getFonts(Ticker);const HeroFonts=getFonts(Hero);const GoogleMapsFonts=getFonts(GoogleMaps);const CourseInquiryFonts=getFonts(CourseInquiry);const CourseInquiryWithVariantAppearEffect=withVariantAppearEffect(CourseInquiry);const CardCourseFonts=getFonts(CardCourse);const LoadMoreFonts=getFonts(LoadMore);const QrCodeFonts=getFonts(QrCode);const Hero1Fonts=getFonts(Hero1);const LogoFonts=getFonts(Logo);const FooterLinksFonts=getFonts(FooterLinks);const MainMenuFonts=getFonts(MainMenu);const cycleOrder=[\"b1ea4t0Hk\",\"QJuiBQybQ\",\"vx2fRCcVH\"];const breakpoints={b1ea4t0Hk:\"(min-width: 1200px)\",QJuiBQybQ:\"(min-width: 810px) and (max-width: 1199px)\",vx2fRCcVH:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-4XVJz\";const variantClassNames={b1ea4t0Hk:\"framer-v-yvd5ul\",QJuiBQybQ:\"framer-v-ids9vv\",vx2fRCcVH:\"framer-v-139xjx7\"};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:40};const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,x:0,y:40};const loaderVariants=(repeaterState,variants,currentVariant)=>{var _variants_disabled;if(repeaterState.currentPage>=repeaterState.totalPages)return(_variants_disabled=variants.disabled)!==null&&_variants_disabled!==void 0?_variants_disabled:currentVariant;var _variants_loading;if(repeaterState.isLoading)return(_variants_loading=variants.loading)!==null&&_variants_loading!==void 0?_variants_loading:currentVariant;return currentVariant;};const QueryData=({query,pageSize,children})=>{const{paginatedQuery,paginationInfo,loadMore}=useLoadMorePaginatedQuery(query,pageSize,\"hUgH30rGO\");const data=useQueryData(paginatedQuery);return children(data,paginationInfo,loadMore);};const metadata=metadataProvider();const humanReadableVariantMap={Desktop:\"b1ea4t0Hk\",Phone:\"vx2fRCcVH\",Tablet:\"QJuiBQybQ\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"b1ea4t0Hk\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"default\",data:Courses,type:\"Collection\"},select:[{collection:\"default\",name:\"KMYHqU02Z\",type:\"Identifier\"},{collection:\"default\",name:\"hCbAqa3N1\",type:\"Identifier\"},{collection:\"default\",name:\"MNHrMkthg\",type:\"Identifier\"},{collection:\"default\",name:\"c31fyHVTi\",type:\"Identifier\"},{collection:\"default\",name:\"LlFLsdhKm\",type:\"Identifier\"},{collection:\"default\",name:\"kBtlwyZNn\",type:\"Identifier\"},{collection:\"default\",name:\"ZO5BRaE2Y\",type:\"Identifier\"},{collection:\"default\",name:\"NAqBiQmk8\",type:\"Identifier\"},{collection:\"default\",name:\"l43k5PZDq\",type:\"Identifier\"},{collection:\"default\",name:\"HKnZNH8pY\",type:\"Identifier\"},{collection:\"default\",name:\"zRqJ5GjSD\",type:\"Identifier\"},{collection:\"default\",name:\"wPjOXBg6I\",type:\"Identifier\"},{collection:\"default\",name:\"t5DqhRRKI\",type:\"Identifier\"},{collection:\"default\",name:\"y32DmNdwi\",type:\"Identifier\"},{collection:\"default\",name:\"KkAJ1MiQV\",type:\"Identifier\"},{collection:\"default\",name:\"h5lGIX2nG\",type:\"Identifier\"},{collection:\"default\",name:\"IzWZdXFGM\",type:\"Identifier\"},{collection:\"default\",name:\"GpC5WSCsL\",type:\"Identifier\"},{collection:\"default\",name:\"eO5gy0gUJ\",type:\"Identifier\"},{collection:\"default\",name:\"cW5lYn_0U\",type:\"Identifier\"},{collection:\"default\",name:\"TYVnUfJZC\",type:\"Identifier\"},{collection:\"default\",name:\"l8x4sWA2E\",type:\"Identifier\"},{collection:\"default\",name:\"Wn18wtIr1\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables)});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,c31fyHVTi=getFromCurrentRouteData(\"c31fyHVTi\"),hCbAqa3N1=getFromCurrentRouteData(\"hCbAqa3N1\"),MNHrMkthg=getFromCurrentRouteData(\"MNHrMkthg\"),KMYHqU02Z=getFromCurrentRouteData(\"KMYHqU02Z\"),LlFLsdhKm=getFromCurrentRouteData(\"LlFLsdhKm\"),kBtlwyZNn=getFromCurrentRouteData(\"kBtlwyZNn\"),ZO5BRaE2Y=getFromCurrentRouteData(\"ZO5BRaE2Y\"),zRqJ5GjSD=getFromCurrentRouteData(\"zRqJ5GjSD\"),wPjOXBg6I=getFromCurrentRouteData(\"wPjOXBg6I\"),t5DqhRRKI=getFromCurrentRouteData(\"t5DqhRRKI\"),y32DmNdwi=getFromCurrentRouteData(\"y32DmNdwi\"),NAqBiQmk8=getFromCurrentRouteData(\"NAqBiQmk8\"),h5lGIX2nG=getFromCurrentRouteData(\"h5lGIX2nG\"),KkAJ1MiQV=getFromCurrentRouteData(\"KkAJ1MiQV\"),IzWZdXFGM=getFromCurrentRouteData(\"IzWZdXFGM\"),GpC5WSCsL=getFromCurrentRouteData(\"GpC5WSCsL\"),l8x4sWA2E=getFromCurrentRouteData(\"l8x4sWA2E\"),Wn18wtIr1=getFromCurrentRouteData(\"Wn18wtIr1\"),cW5lYn_0U=getFromCurrentRouteData(\"cW5lYn_0U\"),TYVnUfJZC=getFromCurrentRouteData(\"TYVnUfJZC\"),HKnZNH8pY=getFromCurrentRouteData(\"HKnZNH8pY\"),l43k5PZDq=getFromCurrentRouteData(\"l43k5PZDq\"),eO5gy0gUJ=getFromCurrentRouteData(\"eO5gy0gUJ\"),KMYHqU02ZhUgH30rGO,c31fyHVTihUgH30rGO,l43k5PZDqhUgH30rGO,zRqJ5GjSDhUgH30rGO,wPjOXBg6IhUgH30rGO,t5DqhRRKIhUgH30rGO,F65PYB8TVhUgH30rGO,m31MJVlMEhUgH30rGO,idhUgH30rGO,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(currentRouteData,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-4XVJz`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-4XVJz`);};},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const Wld3NDzSj1u4o9hu=({overlay,paginationInfo})=>activeVariantCallback(async(...args)=>{paginationInfo();});const ref1=React.useRef(null);const isDisplayed=()=>{if(!isBrowser())return true;if(baseVariant===\"vx2fRCcVH\")return false;return true;};const isDisplayed1=()=>{if(!isBrowser())return true;if(baseVariant===\"vx2fRCcVH\")return true;return false;};const id=useRouteElementId(\"wILlBp13K\");const ref2=React.useRef(null);const id1=useRouteElementId(\"Q7xiew_2P\");const ref3=React.useRef(null);const id2=useRouteElementId(\"BfsIszhvC\");const ref4=React.useRef(null);const router=useRouter();const id3=useRouteElementId(\"RvPr_WN9H\");const ref5=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className];useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"b1ea4t0Hk\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-yvd5ul\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-ddx257\",\"data-framer-name\":\"Course overview\",name:\"Course overview\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"100vw\",...toResponsiveImage(c31fyHVTi)},className:\"framer-1fk318p\"}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1l49wk2\",\"data-framer-name\":\"Cover\",name:\"Cover\"}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-13n96fy\",\"data-framer-name\":\"Section\",name:\"Section\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kwt1o8\",\"data-framer-name\":\"Country,city\",name:\"Country,city\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-lex3gd\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.22em\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Thailand\"})})},vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.22em\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Thailand\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"1.22em\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Thailand\"})}),className:\"framer-yikz21\",\"data-framer-name\":\"Country\",fonts:[\"GF;Poppins-500\"],name:\"Country\",text:hCbAqa3N1,verticalAlignment:\"center\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{style:{rotate:-90,scale:.5}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1mwpsvu\",style:{rotate:-90,scale:.7},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-4k3elm\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-5eoyiq\",style:{rotate:-45}})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1cxhsla\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Phuket\"})}),fonts:[\"GF;Poppins-500\"]},vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Phuket\"})}),fonts:[\"GF;Poppins-500\"]}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Phuket\"})}),className:\"framer-90392v\",\"data-framer-name\":\"City\",fonts:[\"GF;Poppins-600\"],name:\"City\",text:MNHrMkthg,verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{style:{rotate:-90,scale:.5}}},children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1vyf61j\",style:{rotate:-90,scale:.7},children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-zyvuuj\",style:{rotate:45}}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-wsucof\",style:{rotate:-45}})]})}),/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__perspectiveFX:false,__targetOpacity:1,className:\"framer-kdyayc\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Aquella Golf & Country Club\"})})},vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Aquella Golf & Country Club\"})})}},children:/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:.5,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"32px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-f7d19ea8-34b7-4320-ae5e-b0a66ac7bd0f, rgb(76, 76, 76))\"},children:\"Aquella Golf & Country Club\"})}),className:\"framer-1q18dns\",\"data-framer-name\":\"course\",fonts:[\"GF;Poppins-500\"],name:\"course\",text:KMYHqU02Z,verticalAlignment:\"top\",withExternalLayout:true})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bkdb6n\",\"data-framer-name\":\"Content\",name:\"Content\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{width:\"calc(100vw - 40px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"calc(100vw - 160px)\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-t8qoub-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{variant:\"bDYzBzDCb\"},vx2fRCcVH:{variant:\"bTxHxQeJb\"}},children:/*#__PURE__*/_jsx(HeroCoursePage,{cwXYpYXqO:KMYHqU02Z,height:\"100%\",id:\"RfqiS0lOW\",jL4oZGfGh:\"32px\",layoutId:\"RfqiS0lOW\",lRCqV4eUh:toResponsiveImage(c31fyHVTi),MSNgpM9o_:toResponsiveImage(kBtlwyZNn),style:{width:\"100%\"},TEhxu666O:toResponsiveImage(ZO5BRaE2Y),Uu7rv6DGQ:toResponsiveImage(LlFLsdhKm),variant:\"gkEHPYtys\",width:\"100%\"})})})})}),isDisplayed()&&/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14q41x1 hidden-139xjx7\",\"data-framer-name\":\"Badges\",name:\"Badges\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ylighu\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-nijln0-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:\"Length\",height:\"100%\",id:\"Rh_U3_vTL\",iozq7V85p:\"Par\",layoutId:\"Rh_U3_vTL\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:zRqJ5GjSD,variant:\"dtQkmoJPi\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lugkmb\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-cel0rz-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:\"Length\",height:\"100%\",id:\"cVjsKUIx1\",iozq7V85p:wPjOXBg6I,layoutId:\"cVjsKUIx1\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"Holes\",variant:\"a7xs6QG_k\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-nbiygk\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-j3sq6s-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:t5DqhRRKI,height:\"100%\",id:\"ZGw4IYutd\",iozq7V85p:\"Par\",layoutId:\"ZGw4IYutd\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"Holes\",variant:\"jysQ9eyLo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ba2bbc\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vtjue7-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:y32DmNdwi,hbYEDMOz_:\"Length\",height:\"100%\",id:\"PC3Mz0KrV\",iozq7V85p:\"Par\",layoutId:\"PC3Mz0KrV\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"N/A\",variant:\"yZtAaj1Q4\",width:\"100%\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1itryn5\",\"data-framer-name\":\"Divider\",name:\"Divider\"})]})]}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1n3asup-container hidden-yvd5ul hidden-ids9vv\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"center\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:25,overflow:false},gap:10,height:\"100%\",hoverFactor:1,id:\"I9XGjgsC5\",layoutId:\"I9XGjgsC5\",padding:10,paddingBottom:10,paddingLeft:10,paddingPerSide:false,paddingRight:10,paddingTop:10,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-j9hrxp\",\"data-framer-name\":\"Badges\",name:\"Badges\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1k3v5rr-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:\"Length\",height:\"100%\",id:\"PVYZvrwNZ\",iozq7V85p:\"Par\",layoutId:\"PVYZvrwNZ\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:zRqJ5GjSD,variant:\"dtQkmoJPi\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1hfu01j\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-142c1xy-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:\"Length\",height:\"100%\",id:\"JJS88VQ1x\",iozq7V85p:wPjOXBg6I,layoutId:\"JJS88VQ1x\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"Holes\",variant:\"a7xs6QG_k\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1pqq9or\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-17qwkfz-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:\"Slope\",hbYEDMOz_:t5DqhRRKI,height:\"100%\",id:\"CO_a6JZ4P\",iozq7V85p:\"Par\",layoutId:\"CO_a6JZ4P\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"Holes\",variant:\"jysQ9eyLo\",width:\"100%\"})})}),/*#__PURE__*/_jsx(motion.div,{className:\"framer-1llc49y\",\"data-framer-name\":\"Divider\",name:\"Divider\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c3a2cx-container\",children:/*#__PURE__*/_jsx(BadgeCopy,{adnTm94Ga:y32DmNdwi,hbYEDMOz_:\"Length\",height:\"100%\",id:\"CQfAozWxE\",iozq7V85p:\"Par\",layoutId:\"CQfAozWxE\",LwgrkxIxO:\"var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, rgb(255, 255, 255))\",TZN1dqjRL:\"N/A\",variant:\"yZtAaj1Q4\",width:\"100%\"})})})]})],speed:85,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-15zd1fs\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kiqem1\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ssrjol\",\"data-framer-name\":\"about the ourse\",id:id,name:\"about the ourse\",ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l2jo2\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-txqjf1-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"Flag\",id:\"ETvveP9uG\",layoutId:\"ETvveP9uG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"About the course\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"About the course\"})}),className:\"framer-kuu793\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-600\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7d9tnp\",\"data-framer-name\":\"Description\",name:\"Description\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:NAqBiQmk8,className:\"framer-5apnpo\",\"data-framer-name\":\"Experience the natural power of vitality with our Green Vitality Boost, a remarkable addition to our Victory Boosters category. This energizing elixir is designed to invigorate your body and enhance your athletic performance while maintaining a gentle and natural touch. Crafted with a blend of premium ingredients inspired by nature's greens, Green Vitality Boost is your trusted companion on your journey to victory.\",fonts:[\"Inter\"],name:\"Experience the natural power of vitality with our Green Vitality Boost, a remarkable addition to our Victory Boosters category. This energizing elixir is designed to invigorate your body and enhance your athletic performance while maintaining a gentle and natural touch. Crafted with a blend of premium ingredients inspired by nature's greens, Green Vitality Boost is your trusted companion on your journey to victory.\",stylesPresetsClassNames:{a:\"framer-styles-preset-1wdy7pa\",h1:\"framer-styles-preset-1fbeh7a\",h2:\"framer-styles-preset-ogx2ho\",h3:\"framer-styles-preset-1gnj9nz\",h4:\"framer-styles-preset-j768s\",h5:\"framer-styles-preset-13zli5o\",h6:\"framer-styles-preset-d20vzl\",img:\"framer-styles-preset-kuirim\",p:\"framer-styles-preset-1ij651m\"},verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1geefaq\",\"data-framer-name\":\"course detail\",id:id1,name:\"course detail\",ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-fsonjk\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1w6zgb4-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"DesktopComputer\",id:\"bZ8zlNSnU\",layoutId:\"bZ8zlNSnU\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"Course Details\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"Course Details\"})}),className:\"framer-2nek0x\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-600\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-7ior5d\",\"data-framer-name\":\"Description\",name:\"Description\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18pkwtt\",\"data-framer-name\":\"Features\",name:\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-e9dajr\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Course Information\"})}),className:\"framer-17ricqw\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18uq74j\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Year built:\"})}),className:\"framer-15sd0h5\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"1993\"})}),className:\"framer-e2dbi5\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:h5lGIX2nG,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1d6fywe\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Architect:\"})}),className:\"framer-1s32ehf\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Robert Trent Jones Jr.\"})}),className:\"framer-xqgir\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:KkAJ1MiQV,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-54geor\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Greens:\"})}),className:\"framer-13qcfpu\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"N/A\"})}),className:\"framer-2vhf3r\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:IzWZdXFGM,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10urx51\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Fairways:\"})}),className:\"framer-1vjnxm3\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"N/A\"})}),className:\"framer-9sqn7u\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:GpC5WSCsL,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-14atbpr\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13sgr07\",\"data-framer-name\":\"Features\",name:\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1all4o8\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Policies\"})}),className:\"framer-13g7oud\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16zeq33\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Metal spikes allowed:\"})}),className:\"framer-18qdn7j\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"No\"})}),className:\"framer-1wl4k2p\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m5r2uq\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Credit cards accepted:\"})}),className:\"framer-1c5bqk3\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"N/A\"})}),className:\"framer-ng7fbz\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-d8t75a\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Dress Code:\"})}),className:\"framer-1tgijw4\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Golf attire is required\"})}),className:\"framer-1rx4blh\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-7a8kjq\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-5b0mr\",\"data-framer-name\":\"Features\",name:\"Features\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1f1bmb6\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Rentals/Services/Fees\"})}),className:\"framer-1yv34w9\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1m6pw18\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Cart Fee:\"})}),className:\"framer-wsh7qk\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-nzbnnp\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:l8x4sWA2E,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wczg7x\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Caddies Fee:\"})}),className:\"framer-rq02hm\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-ststdi\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:Wn18wtIr1,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1w715a6\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"WD/WE:\"})}),className:\"framer-th36qa\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-17y7ax2\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:cW5lYn_0U,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-cmgpy1\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:TYVnUfJZC,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1qr5dee\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Pro shop available:\"})}),className:\"framer-1v54y69\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-184c12w\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hv3avz\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Pull-cart available:\"})}),className:\"framer-1azvj5b\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Yes\"})}),className:\"framer-8t7coh\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})]})]})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-12y92no\",\"data-framer-name\":\"location\",name:\"location\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-dqs85z\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1521dpl-container\",children:/*#__PURE__*/_jsx(Hero,{color:\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\",height:\"100%\",iconSearch:\"Home\",iconSelection:\"LocationMarker\",id:\"AjuOSymFG\",layoutId:\"AjuOSymFG\",mirrored:false,selectByList:true,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"Location\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"28px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"28px\",\"--framer-text-color\":\"var(--token-21a49cc3-66b3-4139-b38f-cfa615480371, rgb(25, 25, 25))\"},children:\"Location\"})}),className:\"framer-19fl703\",\"data-framer-name\":\"Label\",fonts:[\"GF;Poppins-600\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-n6d3hs\",\"data-framer-name\":\"Description\",name:\"Description\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-g4uvmz\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-aucgvp\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Cancel Policy\"})}),className:\"framer-1x1r3vy\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1log64n\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mhgjyw\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-uc1tpq\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Website\"})}),className:\"framer-72f2om\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"https://www.minesgolf.com.my/\"})}),className:\"framer-w8vzj2\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:HKnZNH8pY,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1uvt9k7\",\"data-framer-name\":\"Frame\",name:\"Frame\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-s0eozq\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Address\"})}),className:\"framer-s1hq2d\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1ij651m\",\"data-styles-preset\":\"nsyFEWTYA\",children:\"Jalan Kelikir, Mines Wellness City, 43300 Seri Kembangan, Selangor, Malaysia\"})}),className:\"framer-nw5uxt\",\"data-framer-name\":\"Label\",fonts:[\"Inter\"],name:\"Label\",text:l43k5PZDq,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-11jiql7\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14yyjlf\",\"data-framer-name\":\"Frame\",id:id2,name:\"Frame\",ref:ref4,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-ybmvqk\",\"data-framer-name\":\"Badge\",name:\"Badge\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"RlM7U3dpdHplci1tZWRpdW0=\",\"--framer-font-family\":'\"Switzer\", \"Switzer Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-f8cb1558-0118-4dd9-bd3b-e554d779a127, rgb(102, 102, 102))\"},children:\"Map\"})}),className:\"framer-1vupvz8\",\"data-framer-name\":\"Label\",fonts:[\"FS;Switzer-medium\"],name:\"Label\",verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-15of5bz-container\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:0,bottomLeftRadius:0,bottomRightRadius:0,coordinates:eO5gy0gUJ,height:\"100%\",id:\"T8wULfjeA\",isMixedBorderRadius:false,layoutId:\"T8wULfjeA\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:0,topRightRadius:0,width:\"100%\",zoom:15})})})]})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{width:\"312px\"},vx2fRCcVH:{width:\"calc(100vw - 40px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"380px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-lz5svc-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{__framer__animateOnce:false,__framer__targets:[{ref:ref2,target:\"mDBRrF60i\"},{ref:ref4,target:\"LD34KzYNM\"}],__framer__threshold:.5,__framer__variantAppearEffectEnabled:true}},children:/*#__PURE__*/_jsx(CourseInquiryWithVariantAppearEffect,{g9VBrmMVA:KMYHqU02Z,height:\"100%\",id:\"EoT4WFeJ5\",layoutId:\"EoT4WFeJ5\",style:{width:\"100%\"},variant:\"LD34KzYNM\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1v1w9g7\",\"data-framer-name\":\"Feature\",name:\"Feature\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16))\"},children:\"You may also like these other golf courses in\"})}),className:\"framer-1rs78xl\",\"data-framer-name\":\"You may also like these other golf courses in\",fonts:[\"GF;Poppins-600\"],name:\"You may also like these other golf courses in\",verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"56px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"-0.02em\",\"--framer-text-color\":\"var(--token-2533179d-6cb3-4142-8046-d687bee7e579, rgb(36, 48, 16))\"},children:\"Malaysia\"})}),className:\"framer-2aqeb2\",\"data-framer-name\":\"city\",fonts:[\"GF;Poppins-600\"],name:\"city\",text:MNHrMkthg,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1y7alck\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{pageSize:3,query:{from:{alias:\"default\",data:Courses,type:\"Collection\"},select:[{collection:\"default\",name:\"KMYHqU02Z\",type:\"Identifier\"},{collection:\"default\",name:\"c31fyHVTi\",type:\"Identifier\"},{collection:\"default\",name:\"l43k5PZDq\",type:\"Identifier\"},{collection:\"default\",name:\"zRqJ5GjSD\",type:\"Identifier\"},{collection:\"default\",name:\"wPjOXBg6I\",type:\"Identifier\"},{collection:\"default\",name:\"t5DqhRRKI\",type:\"Identifier\"},{collection:\"default\",name:\"F65PYB8TV\",type:\"Identifier\"},{collection:\"default\",name:\"m31MJVlME\",type:\"Identifier\"},{collection:\"default\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"default\",name:\"MNHrMkthg\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:MNHrMkthg},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsxs(_Fragment,{children:[collection.map(({\"KMYHqU02Z\":KMYHqU02ZhUgH30rGO,\"c31fyHVTi\":c31fyHVTihUgH30rGO,\"l43k5PZDq\":l43k5PZDqhUgH30rGO,\"zRqJ5GjSD\":zRqJ5GjSDhUgH30rGO,\"wPjOXBg6I\":wPjOXBg6IhUgH30rGO,\"t5DqhRRKI\":t5DqhRRKIhUgH30rGO,\"F65PYB8TV\":F65PYB8TVhUgH30rGO,\"m31MJVlME\":m31MJVlMEhUgH30rGO,\"id\":idhUgH30rGO},i)=>{return /*#__PURE__*/_jsx(LayoutGroup,{id:`hUgH30rGO-${idhUgH30rGO}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{m31MJVlME:m31MJVlMEhUgH30rGO},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{m31MJVlME:m31MJVlMEhUgH30rGO},webPageId:\"mzBrCilf1\"},implicitPathVariables:undefined},{href:{pathVariables:{m31MJVlME:m31MJVlMEhUgH30rGO},webPageId:\"mzBrCilf1\"},implicitPathVariables:undefined},{href:{pathVariables:{m31MJVlME:m31MJVlMEhUgH30rGO},webPageId:\"mzBrCilf1\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1y6qpby-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{nkVhz1rQU:resolvedLinks[1]},vx2fRCcVH:{nkVhz1rQU:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(CardCourse,{aDWMMJosM:KMYHqU02ZhUgH30rGO,CwThJ7jns:zRqJ5GjSDhUgH30rGO,eRv7gKNr2:\"Holes:\",GRwvuOYAn:l43k5PZDqhUgH30rGO,height:\"100%\",id:\"IRgxwtNbm\",layoutId:\"IRgxwtNbm\",nkVhz1rQU:resolvedLinks[0],orDrhX79H:t5DqhRRKIhUgH30rGO,SQeI3_4wR:\"Par:\",style:{width:\"100%\"},variant:\"LDjTSZNIo\",Vcms6L4Kr:wPjOXBg6IhUgH30rGO,width:\"100%\",x4gZcF_gI:F65PYB8TVhUgH30rGO,X7lH1G8lx:toResponsiveImage(c31fyHVTihUgH30rGO),yrBQ8Tf7V:\"999 THB\",yRkfhk1qk:\"Lenght:\"})})})})})})},idhUgH30rGO);}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1666h4y-container\",children:/*#__PURE__*/_jsx(LoadMore,{height:\"100%\",id:\"CLrKhq5_6\",layoutId:\"CLrKhq5_6\",variant:loaderVariants(paginationInfo,{disabled:\"RY1CAqXo3\",loading:\"HjxzgyO9l\"},\"fRQluzpqn\"),width:\"100%\",Wld3NDzSj:Wld3NDzSj1u4o9hu({paginationInfo:loadMore})})})})]})})})})]}),/*#__PURE__*/_jsxs(Image,{background:{alt:\"\",fit:\"stretch\",intrinsicHeight:1600,intrinsicWidth:1600,loading:\"lazy\",pixelHeight:1600,pixelWidth:1600,positionX:\"center\",positionY:\"center\",sizes:\"100vw\",src:\"https://framerusercontent.com/images/B37nn5tOLh6dZBuFut8HkqylhDQ.png\",srcSet:\"https://framerusercontent.com/images/B37nn5tOLh6dZBuFut8HkqylhDQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/B37nn5tOLh6dZBuFut8HkqylhDQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/B37nn5tOLh6dZBuFut8HkqylhDQ.png 1600w\"},className:\"framer-uftnvk\",\"data-framer-name\":\"FOOTER\",id:id3,name:\"FOOTER\",ref:ref5,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-hfegw2\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"Connect with\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"Connect with\"})}),className:\"framer-r6iq1q\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-6936x7\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"GolfOkay\",fit:\"fit\",loading:\"lazy\",pixelHeight:500,pixelWidth:500,positionX:\"center\",positionY:\"center\",src:\"https://framerusercontent.com/images/C9gigyA7S8DJARlqvsF3yWbco.png\"},className:\"framer-w9tc4l\"})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"to get started.\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy02MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"72px\",\"--framer-font-weight\":\"600\",\"--framer-text-alignment\":\"center\"},children:\"to get started.\"})}),className:\"framer-17rylfm\",fonts:[\"GF;Poppins-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"140px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-vmu9pn-container\",children:/*#__PURE__*/_jsx(QrCode,{height:\"100%\",id:\"thAzv80qx\",layoutId:\"thAzv80qx\",style:{width:\"100%\"},variant:\"gWkeHAynf\",width:\"100%\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-10s2kuh\",\"data-framer-name\":\"Testimonials\",name:\"Testimonials\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-iom0vs\",\"data-framer-name\":\"Text\",name:\"Text\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{QJuiBQybQ:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\"},children:\"\u201CWe passionate about golf and travel, and we want to share that passion with you\u201D\"})})},vx2fRCcVH:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.5em\",\"--framer-text-alignment\":\"center\"},children:\"\u201CWe passionate about golf and travel, and we want to share that passion with you\u201D\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-0.01em\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"center\"},children:\"\u201CWe passionate about golf and travel, and we want to share that passion with you\u201D\"})}),className:\"framer-j87yxb\",fonts:[\"GF;Poppins-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-5b78906d-846d-47c6-a39e-d6003f7837d6, rgb(110, 110, 115))\"},children:\"Our team, GolfOkay\"})}),className:\"framer-17qid0d\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kcvwve\",\"data-framer-name\":\"Rating\",name:\"Rating\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gmbenp\",\"data-framer-name\":\"Stars\",name:\"Stars\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1au7amw-container\",children:/*#__PURE__*/_jsx(Hero1,{color:\"rgb(255, 153, 0)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"Home\",id:\"hP4dVuRur\",layoutId:\"hP4dVuRur\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1j48nxw-container\",children:/*#__PURE__*/_jsx(Hero1,{color:\"rgb(255, 153, 0)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"Home\",id:\"T2rGLoxLr\",layoutId:\"T2rGLoxLr\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gqh390-container\",children:/*#__PURE__*/_jsx(Hero1,{color:\"rgb(255, 153, 0)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"Home\",id:\"l9AfOWrv1\",layoutId:\"l9AfOWrv1\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1152a34-container\",children:/*#__PURE__*/_jsx(Hero1,{color:\"rgb(255, 153, 0)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"Home\",id:\"tkLPzv1_q\",layoutId:\"tkLPzv1_q\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-12x7f2v-container\",children:/*#__PURE__*/_jsx(Hero1,{color:\"rgb(255, 153, 0)\",height:\"100%\",iconSearch:\"star\",iconSelection:\"Home\",id:\"CuXONIjGb\",layoutId:\"CuXONIjGb\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"left\",\"--framer-text-decoration\":\"underline\"},children:\"2.8K Reviews\"})}),className:\"framer-r39vy\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-174iryv\",\"data-framer-name\":\"iagto\",name:\"iagto\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-tsleva\",\"data-framer-name\":\"iagto\",name:\"iagto\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-15ttdh9\",\"data-framer-name\":\"iagto\",name:\"iagto\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-vik19j-container\",children:/*#__PURE__*/_jsx(Logo,{company:\"Framer\",height:\"100%\",id:\"DJ9akBjBY\",isSearch:false,layoutId:\"DJ9akBjBY\",radius:0,srcFile:\"https://framerusercontent.com/assets/GfiiFWt42nhV69v0c320tXhi8fY.png\",srcType:\"Upload\",srcUrl:\"\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13s5ii4\",\"data-framer-name\":\"Footer\",name:\"Footer\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-xxyz9h-container\",children:/*#__PURE__*/_jsx(FooterLinks,{height:\"100%\",id:\"g_liGP3dj\",layoutId:\"g_liGP3dj\",variant:\"aqUwKzeRD\",width:\"100%\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"1.4em\",\"--framer-text-alignment\":\"center\"},children:\"\\xa9 2024 GolfOkay. All Rights Reserved.\"})}),className:\"framer-9xem27\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1tvo9vp-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{vx2fRCcVH:{variant:\"H6WjCT42A\"}},children:/*#__PURE__*/_jsx(MainMenu,{height:\"100%\",id:\"ui6CEXNsn\",layoutId:\"ui6CEXNsn\",style:{width:\"100%\"},variant:\"LDKwb5zwP\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-4XVJz { background: rgb(255, 255, 255); }`,\".framer-4XVJz.framer-pmun7s, .framer-4XVJz .framer-pmun7s { display: block; }\",\".framer-4XVJz.framer-yvd5ul { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1200px; }\",\".framer-4XVJz .framer-ddx257 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 76px; height: 130vh; justify-content: flex-start; overflow: visible; padding: 120px 80px 40px 80px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-1fk318p { flex: none; height: 200vh; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-4XVJz .framer-1l49wk2 { background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgb(255, 255, 255) 100%); flex: none; height: 200vh; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; z-index: 0; }\",\".framer-4XVJz .framer-13n96fy { align-content: flex-start; align-items: flex-start; background-color: rgba(245, 242, 237, 0); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 130vh; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-4XVJz .framer-kwt1o8 { -webkit-backdrop-filter: blur(5px); align-content: center; align-items: center; backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.2); border-bottom-left-radius: 35px; border-bottom-right-radius: 35px; border-top-left-radius: 35px; border-top-right-radius: 35px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 6px 16px 6px 16px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-lex3gd { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-yikz21, .framer-4XVJz .framer-90392v, .framer-4XVJz .framer-1q18dns, .framer-4XVJz .framer-kuu793, .framer-4XVJz .framer-2nek0x, .framer-4XVJz .framer-17ricqw, .framer-4XVJz .framer-13g7oud, .framer-4XVJz .framer-1yv34w9, .framer-4XVJz .framer-19fl703, .framer-4XVJz .framer-1x1r3vy, .framer-4XVJz .framer-72f2om, .framer-4XVJz .framer-s1hq2d, .framer-4XVJz .framer-1vupvz8 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4XVJz .framer-1mwpsvu, .framer-4XVJz .framer-1vyf61j { flex: none; height: 14px; overflow: hidden; position: relative; width: 24px; }\",\".framer-4XVJz .framer-4k3elm, .framer-4XVJz .framer-zyvuuj { background-color: var(--token-2533179d-6cb3-4142-8046-d687bee7e579, #243010); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; left: -1px; overflow: visible; position: absolute; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-4XVJz .framer-5eoyiq, .framer-4XVJz .framer-wsucof { background-color: var(--token-2533179d-6cb3-4142-8046-d687bee7e579, #243010); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 2px; overflow: visible; position: absolute; right: -1px; top: calc(50.00000000000002% - 2px / 2); width: 16px; }\",\".framer-4XVJz .framer-1cxhsla, .framer-4XVJz .framer-kdyayc { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: 40px; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-bkdb6n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 20px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-t8qoub-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-4XVJz .framer-14q41x1 { 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: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-ylighu, .framer-4XVJz .framer-lugkmb, .framer-4XVJz .framer-nbiygk, .framer-4XVJz .framer-ba2bbc, .framer-4XVJz .framer-1itryn5, .framer-4XVJz .framer-1hfu01j, .framer-4XVJz .framer-1pqq9or, .framer-4XVJz .framer-1llc49y { aspect-ratio: 1 / 1; background-color: #e6e6e6; border-bottom-left-radius: 100%; border-bottom-right-radius: 100%; border-top-left-radius: 100%; border-top-right-radius: 100%; flex: none; height: var(--framer-aspect-ratio-supported, 4px); position: relative; width: 4px; }\",\".framer-4XVJz .framer-nijln0-container, .framer-4XVJz .framer-cel0rz-container, .framer-4XVJz .framer-j3sq6s-container, .framer-4XVJz .framer-1vtjue7-container, .framer-4XVJz .framer-1k3v5rr-container, .framer-4XVJz .framer-142c1xy-container, .framer-4XVJz .framer-17qwkfz-container, .framer-4XVJz .framer-c3a2cx-container, .framer-4XVJz .framer-xxyz9h-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-4XVJz .framer-1n3asup-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-j9hrxp { align-content: center; align-items: center; display: flex; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 467px; }\",\".framer-4XVJz .framer-15zd1fs { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 80px 80px 104px 80px; position: relative; width: 100%; z-index: 1; }\",\".framer-4XVJz .framer-kiqem1 { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1px; z-index: 1; }\",\".framer-4XVJz .framer-1ssrjol, .framer-4XVJz .framer-1geefaq, .framer-4XVJz .framer-12y92no { align-content: center; align-items: center; box-shadow: -0.060218730177439284px 0.3010936508871964px 1.535282401292708px -1.3333333333333333px rgba(0, 0, 0, 0.38), -0.2288533303243457px 1.1442666516217286px 5.834637985372671px -2.6666666666666665px rgba(0, 0, 0, 0.33134), -1px 5px 25.495097567963924px -4px rgba(0, 0, 0, 0.1); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-l2jo2, .framer-4XVJz .framer-fsonjk, .framer-4XVJz .framer-dqs85z { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-txqjf1-container, .framer-4XVJz .framer-1w6zgb4-container, .framer-4XVJz .framer-1521dpl-container { flex: none; height: 30px; position: relative; width: 30px; }\",\".framer-4XVJz .framer-7d9tnp { align-content: flex-start; align-items: flex-start; background-color: var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-5apnpo, .framer-4XVJz .framer-w8vzj2, .framer-4XVJz .framer-nw5uxt { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4XVJz .framer-7ior5d, .framer-4XVJz .framer-n6d3hs { align-content: flex-start; align-items: flex-start; background-color: var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-18pkwtt, .framer-4XVJz .framer-13sgr07, .framer-4XVJz .framer-5b0mr, .framer-4XVJz .framer-g4uvmz, .framer-4XVJz .framer-1mhgjyw, .framer-4XVJz .framer-1uvt9k7, .framer-4XVJz .framer-14yyjlf { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-e9dajr, .framer-4XVJz .framer-1all4o8, .framer-4XVJz .framer-1f1bmb6, .framer-4XVJz .framer-aucgvp, .framer-4XVJz .framer-uc1tpq, .framer-4XVJz .framer-s0eozq, .framer-4XVJz .framer-ybmvqk { align-content: flex-start; align-items: flex-start; background-color: var(--token-e223dffe-302e-47ad-ad3a-79c6018f329f, #f5f5f5); border-bottom-left-radius: 100px; border-bottom-right-radius: 100px; border-top-left-radius: 100px; border-top-right-radius: 100px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 2px 12px 2px 12px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-18uq74j, .framer-4XVJz .framer-1d6fywe, .framer-4XVJz .framer-54geor, .framer-4XVJz .framer-10urx51, .framer-4XVJz .framer-16zeq33, .framer-4XVJz .framer-1m5r2uq, .framer-4XVJz .framer-d8t75a, .framer-4XVJz .framer-1m6pw18, .framer-4XVJz .framer-wczg7x, .framer-4XVJz .framer-1w715a6, .framer-4XVJz .framer-1qr5dee, .framer-4XVJz .framer-1hv3avz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-15sd0h5, .framer-4XVJz .framer-1s32ehf, .framer-4XVJz .framer-13qcfpu, .framer-4XVJz .framer-1vjnxm3, .framer-4XVJz .framer-18qdn7j, .framer-4XVJz .framer-1c5bqk3, .framer-4XVJz .framer-1tgijw4, .framer-4XVJz .framer-wsh7qk, .framer-4XVJz .framer-rq02hm, .framer-4XVJz .framer-th36qa, .framer-4XVJz .framer-1v54y69, .framer-4XVJz .framer-1azvj5b { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 40%; word-break: break-word; word-wrap: break-word; }\",\".framer-4XVJz .framer-e2dbi5, .framer-4XVJz .framer-xqgir, .framer-4XVJz .framer-2vhf3r, .framer-4XVJz .framer-9sqn7u, .framer-4XVJz .framer-1wl4k2p, .framer-4XVJz .framer-ng7fbz, .framer-4XVJz .framer-1rx4blh, .framer-4XVJz .framer-nzbnnp, .framer-4XVJz .framer-ststdi, .framer-4XVJz .framer-17y7ax2, .framer-4XVJz .framer-cmgpy1, .framer-4XVJz .framer-184c12w, .framer-4XVJz .framer-8t7coh { flex: 1 0 0px; height: auto; position: relative; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-4XVJz .framer-14atbpr, .framer-4XVJz .framer-7a8kjq, .framer-4XVJz .framer-1log64n, .framer-4XVJz .framer-11jiql7 { background-color: var(--token-8128863f-ac04-4fe3-a14b-d72dbc8fc417, #e6e6e6); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; flex: none; height: 1px; overflow: hidden; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-4XVJz .framer-15of5bz-container { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-lz5svc-container { flex: none; height: auto; position: sticky; top: 60px; width: 380px; will-change: transform; z-index: 1; }\",\".framer-4XVJz .framer-1v1w9g7 { align-content: center; align-items: center; background-color: var(--token-ae5d0952-806a-45e8-981c-30709b4799a3, #ffffff); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 96px 64px 64px 64px; position: relative; width: 100%; }\",\".framer-4XVJz .framer-1rs78xl, .framer-4XVJz .framer-2aqeb2 { flex: none; height: auto; max-width: 1272px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-4XVJz .framer-1y7alck { display: grid; flex: none; gap: 40px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(330px, 1fr)); height: min-content; justify-content: center; max-width: 1272px; padding: 32px 0px 0px 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-4XVJz .framer-1y6qpby-container, .framer-4XVJz .framer-1666h4y-container { align-self: start; flex: none; height: auto; justify-self: start; position: relative; width: 100%; }\",\".framer-4XVJz .framer-uftnvk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 100vh; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 1; }\",\".framer-4XVJz .framer-hfegw2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 960px; }\",\".framer-4XVJz .framer-r6iq1q, .framer-4XVJz .framer-17rylfm, .framer-4XVJz .framer-j87yxb, .framer-4XVJz .framer-17qid0d, .framer-4XVJz .framer-r39vy { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-4XVJz .framer-6936x7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 65px; justify-content: center; overflow: hidden; padding: 0px 16px 0px 16px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-w9tc4l { flex: none; height: 65px; overflow: hidden; position: relative; width: 100px; }\",\".framer-4XVJz .framer-vmu9pn-container { flex: none; height: auto; position: relative; width: 140px; z-index: 1; }\",\".framer-4XVJz .framer-10s2kuh, .framer-4XVJz .framer-174iryv { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; z-index: 1; }\",\".framer-4XVJz .framer-iom0vs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 6px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-kcvwve, .framer-4XVJz .framer-tsleva { align-content: center; align-items: center; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-4XVJz .framer-1gmbenp { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: 16px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-1au7amw-container, .framer-4XVJz .framer-1j48nxw-container, .framer-4XVJz .framer-gqh390-container, .framer-4XVJz .framer-1152a34-container, .framer-4XVJz .framer-12x7f2v-container { flex: none; height: 16px; position: relative; width: 16px; }\",\".framer-4XVJz .framer-15ttdh9 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-4XVJz .framer-vik19j-container { flex: none; height: 40px; position: relative; width: 120px; }\",\".framer-4XVJz .framer-13s5ii4 { align-content: center; align-items: center; bottom: 24px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; left: 50%; overflow: hidden; padding: 0px 48px 0px 48px; position: absolute; transform: translateX(-50%); width: 100%; z-index: 1; }\",\".framer-4XVJz .framer-9xem27 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 1; }\",\".framer-4XVJz .framer-1tvo9vp-container { flex: none; height: auto; left: 0px; position: fixed; right: 0px; top: 24px; z-index: 10; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4XVJz.framer-yvd5ul, .framer-4XVJz .framer-ddx257, .framer-4XVJz .framer-13n96fy, .framer-4XVJz .framer-kwt1o8, .framer-4XVJz .framer-lex3gd, .framer-4XVJz .framer-1cxhsla, .framer-4XVJz .framer-kdyayc, .framer-4XVJz .framer-bkdb6n, .framer-4XVJz .framer-14q41x1, .framer-4XVJz .framer-j9hrxp, .framer-4XVJz .framer-15zd1fs, .framer-4XVJz .framer-kiqem1, .framer-4XVJz .framer-1ssrjol, .framer-4XVJz .framer-l2jo2, .framer-4XVJz .framer-7d9tnp, .framer-4XVJz .framer-1geefaq, .framer-4XVJz .framer-fsonjk, .framer-4XVJz .framer-7ior5d, .framer-4XVJz .framer-18pkwtt, .framer-4XVJz .framer-e9dajr, .framer-4XVJz .framer-18uq74j, .framer-4XVJz .framer-1d6fywe, .framer-4XVJz .framer-54geor, .framer-4XVJz .framer-10urx51, .framer-4XVJz .framer-13sgr07, .framer-4XVJz .framer-1all4o8, .framer-4XVJz .framer-16zeq33, .framer-4XVJz .framer-1m5r2uq, .framer-4XVJz .framer-d8t75a, .framer-4XVJz .framer-5b0mr, .framer-4XVJz .framer-1f1bmb6, .framer-4XVJz .framer-1m6pw18, .framer-4XVJz .framer-wczg7x, .framer-4XVJz .framer-1w715a6, .framer-4XVJz .framer-1qr5dee, .framer-4XVJz .framer-1hv3avz, .framer-4XVJz .framer-12y92no, .framer-4XVJz .framer-dqs85z, .framer-4XVJz .framer-n6d3hs, .framer-4XVJz .framer-g4uvmz, .framer-4XVJz .framer-aucgvp, .framer-4XVJz .framer-1mhgjyw, .framer-4XVJz .framer-uc1tpq, .framer-4XVJz .framer-1uvt9k7, .framer-4XVJz .framer-s0eozq, .framer-4XVJz .framer-14yyjlf, .framer-4XVJz .framer-ybmvqk, .framer-4XVJz .framer-1v1w9g7, .framer-4XVJz .framer-uftnvk, .framer-4XVJz .framer-hfegw2, .framer-4XVJz .framer-6936x7, .framer-4XVJz .framer-10s2kuh, .framer-4XVJz .framer-iom0vs, .framer-4XVJz .framer-kcvwve, .framer-4XVJz .framer-1gmbenp, .framer-4XVJz .framer-174iryv, .framer-4XVJz .framer-tsleva, .framer-4XVJz .framer-15ttdh9 { gap: 0px; } .framer-4XVJz.framer-yvd5ul > *, .framer-4XVJz .framer-13n96fy > *, .framer-4XVJz .framer-7d9tnp > *, .framer-4XVJz .framer-1v1w9g7 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-4XVJz.framer-yvd5ul > :first-child, .framer-4XVJz .framer-ddx257 > :first-child, .framer-4XVJz .framer-13n96fy > :first-child, .framer-4XVJz .framer-lex3gd > :first-child, .framer-4XVJz .framer-1cxhsla > :first-child, .framer-4XVJz .framer-kdyayc > :first-child, .framer-4XVJz .framer-bkdb6n > :first-child, .framer-4XVJz .framer-kiqem1 > :first-child, .framer-4XVJz .framer-1ssrjol > :first-child, .framer-4XVJz .framer-7d9tnp > :first-child, .framer-4XVJz .framer-1geefaq > :first-child, .framer-4XVJz .framer-7ior5d > :first-child, .framer-4XVJz .framer-18pkwtt > :first-child, .framer-4XVJz .framer-13sgr07 > :first-child, .framer-4XVJz .framer-5b0mr > :first-child, .framer-4XVJz .framer-12y92no > :first-child, .framer-4XVJz .framer-n6d3hs > :first-child, .framer-4XVJz .framer-g4uvmz > :first-child, .framer-4XVJz .framer-1mhgjyw > :first-child, .framer-4XVJz .framer-1uvt9k7 > :first-child, .framer-4XVJz .framer-14yyjlf > :first-child, .framer-4XVJz .framer-1v1w9g7 > :first-child, .framer-4XVJz .framer-uftnvk > :first-child, .framer-4XVJz .framer-10s2kuh > :first-child, .framer-4XVJz .framer-iom0vs > :first-child, .framer-4XVJz .framer-174iryv > :first-child { margin-top: 0px; } .framer-4XVJz.framer-yvd5ul > :last-child, .framer-4XVJz .framer-ddx257 > :last-child, .framer-4XVJz .framer-13n96fy > :last-child, .framer-4XVJz .framer-lex3gd > :last-child, .framer-4XVJz .framer-1cxhsla > :last-child, .framer-4XVJz .framer-kdyayc > :last-child, .framer-4XVJz .framer-bkdb6n > :last-child, .framer-4XVJz .framer-kiqem1 > :last-child, .framer-4XVJz .framer-1ssrjol > :last-child, .framer-4XVJz .framer-7d9tnp > :last-child, .framer-4XVJz .framer-1geefaq > :last-child, .framer-4XVJz .framer-7ior5d > :last-child, .framer-4XVJz .framer-18pkwtt > :last-child, .framer-4XVJz .framer-13sgr07 > :last-child, .framer-4XVJz .framer-5b0mr > :last-child, .framer-4XVJz .framer-12y92no > :last-child, .framer-4XVJz .framer-n6d3hs > :last-child, .framer-4XVJz .framer-g4uvmz > :last-child, .framer-4XVJz .framer-1mhgjyw > :last-child, .framer-4XVJz .framer-1uvt9k7 > :last-child, .framer-4XVJz .framer-14yyjlf > :last-child, .framer-4XVJz .framer-1v1w9g7 > :last-child, .framer-4XVJz .framer-uftnvk > :last-child, .framer-4XVJz .framer-10s2kuh > :last-child, .framer-4XVJz .framer-iom0vs > :last-child, .framer-4XVJz .framer-174iryv > :last-child { margin-bottom: 0px; } .framer-4XVJz .framer-ddx257 > * { margin: 0px; margin-bottom: calc(76px / 2); margin-top: calc(76px / 2); } .framer-4XVJz .framer-kwt1o8 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-4XVJz .framer-kwt1o8 > :first-child, .framer-4XVJz .framer-14q41x1 > :first-child, .framer-4XVJz .framer-j9hrxp > :first-child, .framer-4XVJz .framer-15zd1fs > :first-child, .framer-4XVJz .framer-l2jo2 > :first-child, .framer-4XVJz .framer-fsonjk > :first-child, .framer-4XVJz .framer-e9dajr > :first-child, .framer-4XVJz .framer-18uq74j > :first-child, .framer-4XVJz .framer-1d6fywe > :first-child, .framer-4XVJz .framer-54geor > :first-child, .framer-4XVJz .framer-10urx51 > :first-child, .framer-4XVJz .framer-1all4o8 > :first-child, .framer-4XVJz .framer-16zeq33 > :first-child, .framer-4XVJz .framer-1m5r2uq > :first-child, .framer-4XVJz .framer-d8t75a > :first-child, .framer-4XVJz .framer-1f1bmb6 > :first-child, .framer-4XVJz .framer-1m6pw18 > :first-child, .framer-4XVJz .framer-wczg7x > :first-child, .framer-4XVJz .framer-1w715a6 > :first-child, .framer-4XVJz .framer-1qr5dee > :first-child, .framer-4XVJz .framer-1hv3avz > :first-child, .framer-4XVJz .framer-dqs85z > :first-child, .framer-4XVJz .framer-aucgvp > :first-child, .framer-4XVJz .framer-uc1tpq > :first-child, .framer-4XVJz .framer-s0eozq > :first-child, .framer-4XVJz .framer-ybmvqk > :first-child, .framer-4XVJz .framer-hfegw2 > :first-child, .framer-4XVJz .framer-6936x7 > :first-child, .framer-4XVJz .framer-kcvwve > :first-child, .framer-4XVJz .framer-1gmbenp > :first-child, .framer-4XVJz .framer-tsleva > :first-child, .framer-4XVJz .framer-15ttdh9 > :first-child { margin-left: 0px; } .framer-4XVJz .framer-kwt1o8 > :last-child, .framer-4XVJz .framer-14q41x1 > :last-child, .framer-4XVJz .framer-j9hrxp > :last-child, .framer-4XVJz .framer-15zd1fs > :last-child, .framer-4XVJz .framer-l2jo2 > :last-child, .framer-4XVJz .framer-fsonjk > :last-child, .framer-4XVJz .framer-e9dajr > :last-child, .framer-4XVJz .framer-18uq74j > :last-child, .framer-4XVJz .framer-1d6fywe > :last-child, .framer-4XVJz .framer-54geor > :last-child, .framer-4XVJz .framer-10urx51 > :last-child, .framer-4XVJz .framer-1all4o8 > :last-child, .framer-4XVJz .framer-16zeq33 > :last-child, .framer-4XVJz .framer-1m5r2uq > :last-child, .framer-4XVJz .framer-d8t75a > :last-child, .framer-4XVJz .framer-1f1bmb6 > :last-child, .framer-4XVJz .framer-1m6pw18 > :last-child, .framer-4XVJz .framer-wczg7x > :last-child, .framer-4XVJz .framer-1w715a6 > :last-child, .framer-4XVJz .framer-1qr5dee > :last-child, .framer-4XVJz .framer-1hv3avz > :last-child, .framer-4XVJz .framer-dqs85z > :last-child, .framer-4XVJz .framer-aucgvp > :last-child, .framer-4XVJz .framer-uc1tpq > :last-child, .framer-4XVJz .framer-s0eozq > :last-child, .framer-4XVJz .framer-ybmvqk > :last-child, .framer-4XVJz .framer-hfegw2 > :last-child, .framer-4XVJz .framer-6936x7 > :last-child, .framer-4XVJz .framer-kcvwve > :last-child, .framer-4XVJz .framer-1gmbenp > :last-child, .framer-4XVJz .framer-tsleva > :last-child, .framer-4XVJz .framer-15ttdh9 > :last-child { margin-right: 0px; } .framer-4XVJz .framer-lex3gd > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-4XVJz .framer-1cxhsla > *, .framer-4XVJz .framer-kdyayc > *, .framer-4XVJz .framer-1ssrjol > *, .framer-4XVJz .framer-1geefaq > *, .framer-4XVJz .framer-7ior5d > *, .framer-4XVJz .framer-12y92no > *, .framer-4XVJz .framer-n6d3hs > *, .framer-4XVJz .framer-10s2kuh > *, .framer-4XVJz .framer-174iryv > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-4XVJz .framer-bkdb6n > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-4XVJz .framer-14q41x1 > *, .framer-4XVJz .framer-j9hrxp > *, .framer-4XVJz .framer-hfegw2 > *, .framer-4XVJz .framer-kcvwve > *, .framer-4XVJz .framer-tsleva > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-4XVJz .framer-15zd1fs > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-4XVJz .framer-kiqem1 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-4XVJz .framer-l2jo2 > *, .framer-4XVJz .framer-fsonjk > *, .framer-4XVJz .framer-dqs85z > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-4XVJz .framer-18pkwtt > *, .framer-4XVJz .framer-13sgr07 > *, .framer-4XVJz .framer-5b0mr > *, .framer-4XVJz .framer-g4uvmz > *, .framer-4XVJz .framer-1mhgjyw > *, .framer-4XVJz .framer-1uvt9k7 > *, .framer-4XVJz .framer-14yyjlf > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-4XVJz .framer-e9dajr > *, .framer-4XVJz .framer-1all4o8 > *, .framer-4XVJz .framer-1f1bmb6 > *, .framer-4XVJz .framer-aucgvp > *, .framer-4XVJz .framer-uc1tpq > *, .framer-4XVJz .framer-s0eozq > *, .framer-4XVJz .framer-ybmvqk > *, .framer-4XVJz .framer-6936x7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-4XVJz .framer-18uq74j > *, .framer-4XVJz .framer-1d6fywe > *, .framer-4XVJz .framer-54geor > *, .framer-4XVJz .framer-10urx51 > *, .framer-4XVJz .framer-16zeq33 > *, .framer-4XVJz .framer-1m5r2uq > *, .framer-4XVJz .framer-d8t75a > *, .framer-4XVJz .framer-1m6pw18 > *, .framer-4XVJz .framer-wczg7x > *, .framer-4XVJz .framer-1w715a6 > *, .framer-4XVJz .framer-1qr5dee > *, .framer-4XVJz .framer-1hv3avz > * { margin: 0px; margin-left: calc(80px / 2); margin-right: calc(80px / 2); } .framer-4XVJz .framer-uftnvk > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-4XVJz .framer-iom0vs > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } .framer-4XVJz .framer-1gmbenp > *, .framer-4XVJz .framer-15ttdh9 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",\"@media (min-width: 1200px) { .framer-4XVJz .hidden-yvd5ul { display: none !important; } }\",`@media (min-width: 810px) and (max-width: 1199px) { .framer-4XVJz .hidden-ids9vv { display: none !important; } .${metadata.bodyClassName}-framer-4XVJz { background: rgb(255, 255, 255); } .framer-4XVJz.framer-yvd5ul { width: 810px; } .framer-4XVJz .framer-1fk318p, .framer-4XVJz .framer-9xem27 { order: 0; } .framer-4XVJz .framer-1l49wk2, .framer-4XVJz .framer-xxyz9h-container { order: 1; } .framer-4XVJz .framer-13n96fy { order: 2; } .framer-4XVJz .framer-kwt1o8 { -webkit-backdrop-filter: unset; backdrop-filter: unset; } .framer-4XVJz .framer-15zd1fs { padding: 80px 40px 40px 40px; } .framer-4XVJz .framer-lz5svc-container { width: 312px; } .framer-4XVJz .framer-1v1w9g7 { gap: 36px; padding: 72px 24px 72px 24px; } .framer-4XVJz .framer-13s5ii4 { flex-direction: column; gap: 8px; justify-content: center; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4XVJz .framer-1v1w9g7, .framer-4XVJz .framer-13s5ii4 { gap: 0px; } .framer-4XVJz .framer-1v1w9g7 > * { margin: 0px; margin-bottom: calc(36px / 2); margin-top: calc(36px / 2); } .framer-4XVJz .framer-1v1w9g7 > :first-child, .framer-4XVJz .framer-13s5ii4 > :first-child { margin-top: 0px; } .framer-4XVJz .framer-1v1w9g7 > :last-child, .framer-4XVJz .framer-13s5ii4 > :last-child { margin-bottom: 0px; } .framer-4XVJz .framer-13s5ii4 > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } }}`,`@media (max-width: 809px) { .framer-4XVJz .hidden-139xjx7 { display: none !important; } .${metadata.bodyClassName}-framer-4XVJz { background: rgb(255, 255, 255); } .framer-4XVJz.framer-yvd5ul { width: 390px; } .framer-4XVJz .framer-ddx257 { padding: 120px 20px 40px 20px; } .framer-4XVJz .framer-13n96fy { overflow: visible; } .framer-4XVJz .framer-kwt1o8 { -webkit-backdrop-filter: unset; backdrop-filter: unset; gap: 0px; padding: 0px 16px 0px 16px; } .framer-4XVJz .framer-kdyayc { height: min-content; } .framer-4XVJz .framer-1q18dns { white-space: pre-wrap; width: 182px; word-break: break-word; word-wrap: break-word; } .framer-4XVJz .framer-15zd1fs { flex-direction: column; padding: 80px 20px 20px 20px; } .framer-4XVJz .framer-kiqem1 { flex: none; order: 1; width: 100%; z-index: 0; } .framer-4XVJz .framer-lz5svc-container { order: 0; top: 70px; width: 100%; z-index: 9; } .framer-4XVJz .framer-1v1w9g7 { gap: 24px; padding: 64px 16px 64px 16px; } .framer-4XVJz .framer-hfegw2 { gap: 4px; order: 0; width: 95%; } .framer-4XVJz .framer-6936x7 { gap: 0px; height: min-content; padding: 0px 8px 0px 8px; } .framer-4XVJz .framer-vmu9pn-container, .framer-4XVJz .framer-9xem27 { order: 1; } .framer-4XVJz .framer-10s2kuh { order: 3; padding: 4px 0px 0px 0px; width: 95%; } .framer-4XVJz .framer-iom0vs { width: 95%; } .framer-4XVJz .framer-j87yxb { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-4XVJz .framer-174iryv { order: 4; padding: 4px 0px 0px 0px; width: 95%; } .framer-4XVJz .framer-13s5ii4 { flex-direction: column; gap: 16px; justify-content: center; order: 5; } .framer-4XVJz .framer-xxyz9h-container { order: 0; } .framer-4XVJz .framer-1tvo9vp-container { z-index: 5; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-4XVJz .framer-kwt1o8, .framer-4XVJz .framer-15zd1fs, .framer-4XVJz .framer-1v1w9g7, .framer-4XVJz .framer-hfegw2, .framer-4XVJz .framer-6936x7, .framer-4XVJz .framer-13s5ii4 { gap: 0px; } .framer-4XVJz .framer-kwt1o8 > *, .framer-4XVJz .framer-6936x7 > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } .framer-4XVJz .framer-kwt1o8 > :first-child, .framer-4XVJz .framer-hfegw2 > :first-child, .framer-4XVJz .framer-6936x7 > :first-child { margin-left: 0px; } .framer-4XVJz .framer-kwt1o8 > :last-child, .framer-4XVJz .framer-hfegw2 > :last-child, .framer-4XVJz .framer-6936x7 > :last-child { margin-right: 0px; } .framer-4XVJz .framer-15zd1fs > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-4XVJz .framer-15zd1fs > :first-child, .framer-4XVJz .framer-1v1w9g7 > :first-child, .framer-4XVJz .framer-13s5ii4 > :first-child { margin-top: 0px; } .framer-4XVJz .framer-15zd1fs > :last-child, .framer-4XVJz .framer-1v1w9g7 > :last-child, .framer-4XVJz .framer-13s5ii4 > :last-child { margin-bottom: 0px; } .framer-4XVJz .framer-1v1w9g7 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-4XVJz .framer-hfegw2 > * { margin: 0px; margin-left: calc(4px / 2); margin-right: calc(4px / 2); } .framer-4XVJz .framer-13s5ii4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5433\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"QJuiBQybQ\":{\"layout\":[\"fixed\",\"auto\"]},\"vx2fRCcVH\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramermzBrCilf1=withCSS(Component,css,\"framer-4XVJz\");export default FramermzBrCilf1;FramermzBrCilf1.displayName=\"Courses / Products\";FramermzBrCilf1.defaultProps={height:5433,width:1200};addFonts(FramermzBrCilf1,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.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\"},{family:\"Switzer\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/OYB4CXKJQXKTNSLJMTDQOIVUL2V5EL7S/WYO2P7DQVV5RNXGMCUO2HL4RJP4VFUAS/6XPIMU23OJVRY676OG5YVJMWEHWICATX.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...HeroCoursePageFonts,...BadgeCopyFonts,...TickerFonts,...HeroFonts,...GoogleMapsFonts,...CourseInquiryFonts,...CardCourseFonts,...LoadMoreFonts,...QrCodeFonts,...Hero1Fonts,...LogoFonts,...FooterLinksFonts,...MainMenuFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermzBrCilf1\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"QJuiBQybQ\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"vx2fRCcVH\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerResponsiveScreen\":\"\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicWidth\":\"1200\",\"framerIntrinsicHeight\":\"5433\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerDisplayContentsDiv\":\"false\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "ButtonCopy2Fonts", "getFonts", "BsPP49jEs_default", "MotionDivWithFX", "withFX", "motion", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "formVariants", "form", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "transition2", "animation", "animation1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1uokdxs", "args", "onSuccess1uokdxs", "onTap1uokdxs", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "cx", "FormContainer", "formState", "u", "l", "RichText2", "FormPlainTextInput2", "ComponentViewportProvider", "optimizeAppear", "SVG", "css", "FramerzHDO5mDhO", "withCSS", "zHDO5mDhO_default", "addPropertyControls", "ControlType", "addFonts", "IconoirFonts", "getFonts", "Icon", "TeeTimeRequestFonts", "zHDO5mDhO_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "courseName", "height", "id", "width", "props", "_ref", "_humanReadableVariantMap_props_variant", "_ref1", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "g9VBrmMVA", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "onAppear1s95f5m", "args", "onAppearwx8kux", "onAppear1uvdqdq", "onAppear1f188bk", "onTap522ul7", "onTap14jr80k", "onTap1lzi625", "onTap160vot2", "useOnVariantChange", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "ComponentViewportProvider", "RichText2", "css", "FramerEfHhaeP4h", "withCSS", "EfHhaeP4h_default", "addPropertyControls", "ControlType", "addFonts", "DestinationCardMiniFonts", "getFonts", "lfZarreHT_default", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "radiusForCorner", "value", "cornerIndex", "segments", "transition1", "transition2", "transition3", "Transition", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "toResponsiveImage", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "courseName", "height", "id", "radius", "t1Image", "t2Image", "t3Image", "t4Image", "width", "props", "_ref", "_ref1", "_humanReadableVariantMap_props_variant", "_ref2", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "cwXYpYXqO", "lRCqV4eUh", "Uu7rv6DGQ", "MSNgpM9o_", "TEhxu666O", "jL4oZGfGh", "bQSqSB8qS", "hcz0_urnd", "a8eOK02N6", "P9TXq6bYq", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "activeVariantCallback", "delay", "useActiveVariantCallback", "yYWqVMIxg1m8aoi3", "args", "yYWqVMIxg1rav42t", "yYWqVMIxg70v0sg", "yYWqVMIxgmkk1ha", "yYWqVMIxguswvkt", "yYWqVMIxg1810fe8", "yYWqVMIxg13xjkuz", "yYWqVMIxgygx3qt", "yYWqVMIxg10i5jvu", "yYWqVMIxg1ke5ze7", "yYWqVMIxgr5k1g1", "yYWqVMIxg115dspo", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "Image2", "ComponentViewportProvider", "css", "FramerfwOrL6bKo", "withCSS", "fwOrL6bKo_default", "addPropertyControls", "ControlType", "addFonts", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "background", "height", "holes", "id", "length", "par", "slope", "width", "props", "_ref", "_ref1", "_ref2", "_ref3", "_ref4", "_humanReadableVariantMap_props_variant", "_ref5", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "TZN1dqjRL", "iozq7V85p", "hbYEDMOz_", "adnTm94Ga", "LwgrkxIxO", "restProps", "baseVariant", "classNames", "gestureHandlers", "gestureVariant", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "isDisplayed3", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "RichText2", "css", "FramerYIVF2FRK6", "withCSS", "YIVF2FRK6_default", "addPropertyControls", "ControlType", "addFonts", "RichTextWithFX", "withFX", "RichText2", "MotionDivWithFX", "motion", "HeroCoursePageFonts", "getFonts", "fwOrL6bKo_default", "BadgeCopyFonts", "YIVF2FRK6_default", "TickerFonts", "Ticker", "HeroFonts", "Icon", "GoogleMapsFonts", "GoogleMaps", "CourseInquiryFonts", "EfHhaeP4h_default", "CourseInquiryWithVariantAppearEffect", "withVariantAppearEffect", "CardCourseFonts", "Qlf47XmYK_default", "LoadMoreFonts", "g3OPvNRkB_default", "QrCodeFonts", "R87cr_tKX_default", "Hero1Fonts", "LogoFonts", "Logo", "FooterLinksFonts", "x8F2iN89z_default", "MainMenuFonts", "KINs6M7TZ_default", "breakpoints", "isBrowser", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "animation", "transition1", "animation1", "loaderVariants", "repeaterState", "variants", "currentVariant", "_variants_disabled", "_variants_loading", "QueryData", "query", "pageSize", "children", "paginatedQuery", "paginationInfo", "loadMore", "useLoadMorePaginatedQuery", "data", "useQueryData", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "B6wLGgZl4_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "c31fyHVTi", "hCbAqa3N1", "MNHrMkthg", "KMYHqU02Z", "LlFLsdhKm", "kBtlwyZNn", "ZO5BRaE2Y", "zRqJ5GjSD", "wPjOXBg6I", "t5DqhRRKI", "y32DmNdwi", "NAqBiQmk8", "h5lGIX2nG", "KkAJ1MiQV", "IzWZdXFGM", "GpC5WSCsL", "l8x4sWA2E", "Wn18wtIr1", "cW5lYn_0U", "TYVnUfJZC", "HKnZNH8pY", "l43k5PZDq", "eO5gy0gUJ", "KMYHqU02ZhUgH30rGO", "c31fyHVTihUgH30rGO", "l43k5PZDqhUgH30rGO", "zRqJ5GjSDhUgH30rGO", "wPjOXBg6IhUgH30rGO", "t5DqhRRKIhUgH30rGO", "F65PYB8TVhUgH30rGO", "m31MJVlMEhUgH30rGO", "idhUgH30rGO", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "gestureVariant", "activeVariantCallback", "delay", "useActiveVariantCallback", "Wld3NDzSj1u4o9hu", "overlay", "args", "ref1", "pe", "isDisplayed", "isDisplayed1", "useRouteElementId", "ref2", "id1", "ref3", "id2", "ref4", "router", "useRouter", "id3", "ref5", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "Image2", "MotionDivWithFX", "PropertyOverrides2", "x", "RichText2", "RichTextWithFX", "ComponentViewportProvider", "Container", "fwOrL6bKo_default", "YIVF2FRK6_default", "Ticker", "Icon", "GoogleMaps", "CourseInquiryWithVariantAppearEffect", "ChildrenCanSuspend", "collection", "l", "i", "PathVariablesContext", "ResolveLinks", "resolvedLinks", "Qlf47XmYK_default", "g3OPvNRkB_default", "R87cr_tKX_default", "Logo", "x8F2iN89z_default", "KINs6M7TZ_default", "css", "FramermzBrCilf1", "withCSS", "mzBrCilf1_default", "addFonts", "HeroCoursePageFonts", "BadgeCopyFonts", "TickerFonts", "HeroFonts", "GoogleMapsFonts", "CourseInquiryFonts", "CardCourseFonts", "LoadMoreFonts", "QrCodeFonts", "Hero1Fonts", "LogoFonts", "FooterLinksFonts", "MainMenuFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
