{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/brsjo2OAvX9l0tklYcr2/zuaBt10Y4gcBOtd9A3PF/qzHC2ZAO0.js", "ssg:https://framerusercontent.com/modules/cgSByh8SoDEuwHWWuAkF/ARDEoW3WCFgNyja178PC/VCfWY0oC9.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 (9f55354)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import ButtonWithArrow from\"https://framerusercontent.com/modules/P44wCtQwFe3fPDy6sNYC/2GU7LcUvf9vlu8em9xEE/PghcFjdgQ.js\";const ButtonWithArrowFonts=getFonts(ButtonWithArrow);const DownloadFonts=getFonts(Download);const cycleOrder=[\"jLNRePU7G\",\"bMZBiYabT\",\"elyW6Wram\",\"E3YfTWJWm\"];const serializationHash=\"framer-Zfdh3\";const variantClassNames={bMZBiYabT:\"framer-v-1mqpx5o\",E3YfTWJWm:\"framer-v-ow1hsu\",elyW6Wram:\"framer-v-1h47j07\",jLNRePU7G:\"framer-v-16l6tcu\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={bounce:.2,delay:0,duration:.4,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"Variant 3\":\"E3YfTWJWm\",Email:\"bMZBiYabT\",Phone:\"elyW6Wram\"};const getProps=({height,id,text,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"jLNRePU7G\",ZDhPxit3o:text??props.ZDhPxit3o??\"If you need any question or an appointment? Please Call Us\"};};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,ZDhPxit3o,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"jLNRePU7G\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"bMZBiYabT\",\"elyW6Wram\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if([\"bMZBiYabT\",\"elyW6Wram\"].includes(baseVariant))return true;return false;};const defaultLayoutId=React.useId();const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id: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(scopingClassNames,\"framer-16l6tcu\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Phone\",layoutDependency:layoutDependency,layoutId:\"jLNRePU7G\",ref:ref??ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(224, 224, 224)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",backgroundColor:\"var(--token-9c37ab26-8ffa-48d7-adfd-ddc2c4d49e08, rgb(255, 255, 255))\",borderBottomLeftRadius:6,borderBottomRightRadius:6,borderTopLeftRadius:6,borderTopRightRadius:6,boxShadow:\"0px 0px 40px 5px rgba(0, 0, 0, 0.03)\",...style},...addPropertyOverrides({bMZBiYabT:{\"data-framer-name\":\"Email\"},E3YfTWJWm:{\"data-framer-name\":\"Variant 3\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{style:{\"--font-selector\":\"R0Y7UG9wcGlucy01MDA=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32)))\"},children:\"If you need any question or an appointment? Please Call Us\"})}),className:\"framer-1hhjbxa\",fonts:[\"GF;Poppins-500\"],layoutDependency:layoutDependency,layoutId:\"oxIMSyzVC\",style:{\"--extracted-1lwpl3i\":\"var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32))\"},text:ZDhPxit3o,verticalAlignment:\"top\",withExternalLayout:true}),isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{height:52,width:`calc(${componentViewport?.width||\"100vw\"} - 48px)`,y:(componentViewport?.y||0)+40+(((componentViewport?.height||243)-80-110)/2+28+30),...addPropertyOverrides({E3YfTWJWm:{y:(componentViewport?.y||0)+40+(((componentViewport?.height||220)-80-110)/2+28+30)}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1eleogo-container\",layoutDependency:layoutDependency,layoutId:\"TVioicTuL-container\",children:/*#__PURE__*/_jsx(ButtonWithArrow,{hccuL6AsB:\"706 475-1870\",height:\"100%\",id:\"TVioicTuL\",layoutId:\"TVioicTuL\",rCq5tbkrQ:\"tel:706 475-1870\",style:{width:\"100%\"},variant:\"k9KXvlY5C\",width:\"100%\",...addPropertyOverrides({E3YfTWJWm:{variant:\"i2cxgusTh\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-11pxv3k-container\",layoutDependency:layoutDependency,layoutId:\"ePWMviqoE-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgb(51, 51, 51)\",color:\"rgb(255, 255, 255)\",scale:1.02,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},iconOptions:{alignment:\"end\",color:\"rgb(255, 255, 255)\",size:24,type:\"Default\"},id:\"ePWMviqoE\",layoutId:\"ePWMviqoE\",srcFile:\"https://framerusercontent.com/assets/fJ3nac7QDJO8LoG3XAFydiA2AFA.pdf\",srcType:\"Upload\",srcURL:\"\",style:{height:\"100%\",width:\"100%\"},styleOptions:{backgroundColor:\"rgb(0, 0, 0)\",borderRadius:100,color:\"rgb(255, 255, 255)\",gap:5,padding:12,paddingBottom:20,paddingLeft:40,paddingPerSide:true,paddingRight:40,paddingTop:20},text:\"Download Patient Forms  \",width:\"100%\",...addPropertyOverrides({elyW6Wram:{fontControl:{fontFamily:'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',fontSize:\"16px\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"}}},baseVariant,gestureVariant)})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zfdh3.framer-1cip0oc, .framer-Zfdh3 .framer-1cip0oc { display: block; }\",\".framer-Zfdh3.framer-16l6tcu { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 30px; height: min-content; justify-content: center; overflow: hidden; padding: 40px 24px 40px 24px; position: relative; width: 375px; will-change: var(--framer-will-change-override, transform); }\",\".framer-Zfdh3 .framer-1hhjbxa { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-Zfdh3 .framer-1eleogo-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-Zfdh3 .framer-11pxv3k-container { cursor: pointer; flex: none; height: 77px; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Zfdh3.framer-16l6tcu { gap: 0px; } .framer-Zfdh3.framer-16l6tcu > * { margin: 0px; margin-bottom: calc(30px / 2); margin-top: calc(30px / 2); } .framer-Zfdh3.framer-16l6tcu > :first-child { margin-top: 0px; } .framer-Zfdh3.framer-16l6tcu > :last-child { margin-bottom: 0px; } }\",\".framer-Zfdh3.framer-v-1h47j07 .framer-11pxv3k-container { height: 54px; }\",'.framer-Zfdh3[data-border=\"true\"]::after, .framer-Zfdh3 [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 243\n * @framerIntrinsicWidth 375\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"bMZBiYabT\":{\"layout\":[\"fixed\",\"auto\"]},\"elyW6Wram\":{\"layout\":[\"fixed\",\"auto\"]},\"E3YfTWJWm\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerVariables {\"ZDhPxit3o\":\"text\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerqzHC2ZAO0=withCSS(Component,css,\"framer-Zfdh3\");export default FramerqzHC2ZAO0;FramerqzHC2ZAO0.displayName=\"Phone\";FramerqzHC2ZAO0.defaultProps={height:243,width:375};addPropertyControls(FramerqzHC2ZAO0,{variant:{options:[\"jLNRePU7G\",\"bMZBiYabT\",\"elyW6Wram\",\"E3YfTWJWm\"],optionTitles:[\"Phone\",\"Email\",\"Phone\",\"Variant 3\"],title:\"Variant\",type:ControlType.Enum},ZDhPxit3o:{defaultValue:\"If you need any question or an appointment? Please Call Us\",displayTextArea:false,title:\"Text\",type:ControlType.String}});addFonts(FramerqzHC2ZAO0,[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLGT9V15vFP-KUEg.woff2\",weight:\"500\"},{family:\"Graphik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/tagxH3tvhUVx2wshWNOd0lrs0k.woff2\"}]},...ButtonWithArrowFonts,...DownloadFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerqzHC2ZAO0\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"bMZBiYabT\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"elyW6Wram\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"E3YfTWJWm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerVariables\":\"{\\\"ZDhPxit3o\\\":\\\"text\\\"}\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"375\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"243\",\"framerComponentViewportWidth\":\"true\",\"framerContractVersion\":\"1\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./qzHC2ZAO0.map", "// Generated by Framer (2abc263)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,PropertyOverrides,RichText,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import SmoothScroll from\"https://framerusercontent.com/modules/Yppqt3Cs3Y8TZqvASnXl/ALzPzo9ZL7qsyNt6jnNi/Smooth_Scroll.js\";import Phone from\"#framer/local/canvasComponent/N0Uxa9AKT/N0Uxa9AKT.js\";import Footer from\"#framer/local/canvasComponent/ORQkSotkD/ORQkSotkD.js\";import Phone1 from\"#framer/local/canvasComponent/qzHC2ZAO0/qzHC2ZAO0.js\";import MegaMenu from\"#framer/local/canvasComponent/WivFplc7Z/WivFplc7Z.js\";import*as sharedStyle1 from\"#framer/local/css/sT8CGJ3FN/sT8CGJ3FN.js\";import*as sharedStyle from\"#framer/local/css/yxPkAAH6W/yxPkAAH6W.js\";import metadataProvider from\"#framer/local/webPageMetadata/VCfWY0oC9/VCfWY0oC9.js\";const SmoothScrollFonts=getFonts(SmoothScroll);const MegaMenuFonts=getFonts(MegaMenu);const PhoneFonts=getFonts(Phone);const DownloadFonts=getFonts(Download);const GoogleMapsFonts=getFonts(GoogleMaps);const Phone1Fonts=getFonts(Phone1);const FooterFonts=getFonts(Footer);const breakpoints={acqsnb3wH:\"(min-width: 1903px)\",Db__g0b7o:\"(min-width: 1120px) and (max-width: 1902px)\",FH8zpojFl:\"(max-width: 809px)\",TuEk3TIu0:\"(min-width: 810px) and (max-width: 1119px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-VCLk1\";const variantClassNames={acqsnb3wH:\"framer-v-bwutsc\",Db__g0b7o:\"framer-v-1yu6fow\",FH8zpojFl:\"framer-v-193p71e\",TuEk3TIu0:\"framer-v-8cdvy\"};const transition1={bounce:.25,delay:0,duration:.45,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transition:transition1,y:-6};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"acqsnb3wH\",Laptop:\"Db__g0b7o\",Phone:\"FH8zpojFl\",Tablet:\"TuEk3TIu0\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"acqsnb3wH\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(undefined,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"acqsnb3wH\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-bwutsc\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-7l3r52\"}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ht50gx-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"OcRciUf1F\",scopeId:\"VCfWY0oC9\",children:/*#__PURE__*/_jsx(SmoothScroll,{height:\"100%\",id:\"OcRciUf1F\",intensity:15,layoutId:\"OcRciUf1F\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:94,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1dqfsw5-container\",layoutScroll:true,nodeId:\"E6EH3ZuRJ\",scopeId:\"VCfWY0oC9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FH8zpojFl:{variant:\"mgFGOCX6Q\"},TuEk3TIu0:{variant:\"mgFGOCX6Q\"}},children:/*#__PURE__*/_jsx(MegaMenu,{height:\"100%\",id:\"E6EH3ZuRJ\",layoutId:\"E6EH3ZuRJ\",style:{width:\"100%\"},variant:\"F9DCmlFX5\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-kxfw9x\",\"data-framer-name\":\"contact-us\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b6ch06\",\"data-framer-name\":\"container\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-17n6pd8\",\"data-framer-name\":\"contact-info\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-11bxex8\",\"data-framer-name\":\"content\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-lbivbb\",\"data-framer-name\":\"heading\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"70px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32))\",\"--framer-text-transform\":\"capitalize\"},children:\"Contact Us\"})})},FH8zpojFl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"44px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32))\",\"--framer-text-transform\":\"capitalize\"},children:\"Contact Us\"})})},TuEk3TIu0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"54px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32))\",\"--framer-text-transform\":\"capitalize\"},children:\"Contact Us\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"80px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-d4a71b8b-51e8-4bb4-9133-95f1f283562d, rgb(35, 31, 32))\",\"--framer-text-transform\":\"capitalize\"},children:\"Contact Us\"})}),className:\"framer-27db6p\",fonts:[\"CUSTOM;Graphik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-s7acdo\",\"data-styles-preset\":\"yxPkAAH6W\",children:\"If you\u2019re interested in scheduling an appointment with Dr. Walpert, Dr. Patil, Dr. Sankey, or one of our Nurse Practitioners please feel free to reach out to us. If you have any questions or need to schedule an appointment, please call us at 706-475-1870.\"})}),className:\"framer-791ak9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-qw3khs\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+369+0},FH8zpojFl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px, 350px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+342.4+0+0},TuEk3TIu0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 80px) / 3, 1px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+351.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 20px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+380+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ha0zex-container\",nodeId:\"K1eWFp7Jt\",rendersWithMotion:true,scopeId:\"VCfWY0oC9\",whileHover:animation,children:/*#__PURE__*/_jsx(Phone,{height:\"100%\",id:\"K1eWFp7Jt\",layoutId:\"K1eWFp7Jt\",style:{height:\"100%\",width:\"100%\"},variant:\"HUDBhZE1c\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+369+0},FH8zpojFl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px, 350px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+342.4+0+190},TuEk3TIu0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 80px) / 3, 1px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+351.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 20px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+380+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1uhsg14-container\",nodeId:\"hfn60Jg57\",rendersWithMotion:true,scopeId:\"VCfWY0oC9\",whileHover:animation,children:/*#__PURE__*/_jsx(Phone,{height:\"100%\",id:\"hfn60Jg57\",layoutId:\"hfn60Jg57\",style:{height:\"100%\",width:\"100%\"},variant:\"I70jF9rXa\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 120px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+369+0},FH8zpojFl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px, 350px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+342.4+0+380},TuEk3TIu0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 80px) / 3, 1px)`,y:(componentViewport?.y||0)+0+272+80+0+0+0+0+0+0+351.4+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:180,width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 20px) / 3, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+0+0+0+0+380+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1rsnsvh-container\",nodeId:\"rBeHOBoB7\",rendersWithMotion:true,scopeId:\"VCfWY0oC9\",whileHover:animation,children:/*#__PURE__*/_jsx(Phone,{height:\"100%\",id:\"rBeHOBoB7\",layoutId:\"rBeHOBoB7\",style:{height:\"100%\",width:\"100%\"},variant:\"W3rnziT8H\",width:\"100%\"})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1506mln\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rxbhfc\",\"data-framer-name\":\"image\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-12w6f86\",\"data-framer-name\":\"Site-short\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-181evpt\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FH8zpojFl:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c37ab26-8ffa-48d7-adfd-ddc2c4d49e08, rgb(255, 255, 255))\"},children:\"Pre-Appoinment Materials\"})})},TuEk3TIu0:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"36px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c37ab26-8ffa-48d7-adfd-ddc2c4d49e08, rgb(255, 255, 255))\"},children:\"Pre-Appoinment Materials\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"Q1VTVE9NO0dyYXBoaWsgTWVkaXVt\",\"--framer-font-family\":'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-0.03em\",\"--framer-line-height\":\"1.1em\",\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-9c37ab26-8ffa-48d7-adfd-ddc2c4d49e08, rgb(255, 255, 255))\"},children:\"Pre-Appoinment Materials\"})}),className:\"framer-huyjej\",fonts:[\"CUSTOM;Graphik Medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-7j2zpr\",\"data-styles-preset\":\"sT8CGJ3FN\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Get a step ahead on your upcoming appointment! Download and print our patient forms or fill them out online before your upcoming appointment.\"})}),className:\"framer-ftwmmm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-w3yxcb-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"mTqUxnHj_\",scopeId:\"VCfWY0oC9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FH8zpojFl:{fontControl:{fontFamily:'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',fontSize:\"20px\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},styleOptions:{backgroundColor:\"rgb(0, 0, 0)\",borderRadius:100,color:\"rgb(255, 255, 255)\",gap:5,padding:18,paddingBottom:20,paddingLeft:50,paddingPerSide:true,paddingRight:50,paddingTop:20}}},children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Graphik Medium\", \"Graphik Medium Placeholder\", sans-serif',fontSize:\"24px\",letterSpacing:\"0em\",lineHeight:\"1em\",textAlign:\"center\"},height:\"100%\",hoverOptions:{backgroundColor:\"rgb(84, 83, 83)\",color:\"rgb(255, 255, 255)\",scale:1.05,transition:{damping:40,delay:0,mass:1,stiffness:300,type:\"spring\"}},iconOptions:{alignment:\"end\",color:\"rgb(255, 255, 255)\",size:24,type:\"Default\"},id:\"mTqUxnHj_\",layoutId:\"mTqUxnHj_\",srcFile:\"https://framerusercontent.com/assets/fJ3nac7QDJO8LoG3XAFydiA2AFA.pdf\",srcType:\"Upload\",srcURL:\"\",style:{width:\"100%\"},styleOptions:{backgroundColor:\"rgb(0, 0, 0)\",borderRadius:100,color:\"rgb(255, 255, 255)\",gap:5,padding:12,paddingBottom:20,paddingLeft:40,paddingPerSide:true,paddingRight:40,paddingTop:20},text:\"Patient Forms  \",width:\"100%\"})})})})]})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-4q4izj-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"LAeS4nxbm\",scopeId:\"VCfWY0oC9\",children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:10,bottomLeftRadius:10,bottomRightRadius:10,coordinates:\"33.9600901514757, -83.39974945912327\",height:\"100%\",id:\"LAeS4nxbm\",isMixedBorderRadius:false,layoutId:\"LAeS4nxbm\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:10,topRightRadius:10,width:\"100%\",zoom:15})})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-18mrusa\",\"data-framer-name\":\"contact-info\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1lzti73\",\"data-framer-name\":\"content\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1y0ekq\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+1134+0+0+0+0+0},FH8zpojFl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px, 350px)`,y:(componentViewport?.y||0)+0+272+80+0+0+1901.6+0+0+0+0+0+0},TuEk3TIu0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+0+272+80+0+0+1031+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:243,width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px) / 2, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+1165+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ltgwou-container\",nodeId:\"IOHGdoMZg\",rendersWithMotion:true,scopeId:\"VCfWY0oC9\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FH8zpojFl:{variant:\"E3YfTWJWm\"},TuEk3TIu0:{variant:\"E3YfTWJWm\"}},children:/*#__PURE__*/_jsx(Phone1,{height:\"100%\",id:\"IOHGdoMZg\",layoutId:\"IOHGdoMZg\",style:{width:\"100%\"},variant:\"jLNRePU7G\",width:\"100%\",ZDhPxit3o:\"If you need any question or an appointment? Please Call Us\"})})})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 140px) / 2, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+1134+0+0+0+0+0},FH8zpojFl:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px, 350px)`,y:(componentViewport?.y||0)+0+272+80+0+0+1901.6+0+0+0+0+0+283},TuEk3TIu0:{width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 80px) / 2, 1px)`,y:(componentViewport?.y||0)+0+272+80+0+0+1031+0+0+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:243,width:`max((min(${componentViewport?.width||\"100vw\"}, 1128px) - 40px) / 2, 1px)`,y:(componentViewport?.y||0)+0+294+80+0+0+1165+0+0+0+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1st0got-container\",nodeId:\"HgQ9gAKCb\",rendersWithMotion:true,scopeId:\"VCfWY0oC9\",whileHover:animation,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FH8zpojFl:{style:{width:\"100%\"},variant:\"elyW6Wram\"},TuEk3TIu0:{variant:\"elyW6Wram\"}},children:/*#__PURE__*/_jsx(Phone1,{height:\"100%\",id:\"HgQ9gAKCb\",layoutId:\"HgQ9gAKCb\",style:{height:\"100%\",width:\"100%\"},variant:\"bMZBiYabT\",width:\"100%\",ZDhPxit3o:\"Pre-Appoinment Materials\"})})})})})]})})})]})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{y:(componentViewport?.y||0)+0+1831},FH8zpojFl:{y:(componentViewport?.y||0)+0+2859.6},TuEk3TIu0:{y:(componentViewport?.y||0)+0+1706}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:590,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+1862,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1e4ccgk-container\",nodeId:\"GaWsZfbUl\",scopeId:\"VCfWY0oC9\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{Db__g0b7o:{variant:\"YS2co2wUL\"},FH8zpojFl:{variant:\"V1Mktz6FR\"},TuEk3TIu0:{variant:\"Dg4D9Wc_f\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"GaWsZfbUl\",layoutId:\"GaWsZfbUl\",style:{width:\"100%\"},variant:\"go7vMi4NY\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-VCLk1.framer-1plwmpf, .framer-VCLk1 .framer-1plwmpf { display: block; }\",\".framer-VCLk1.framer-bwutsc { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 1903px; }\",\".framer-VCLk1 .framer-7l3r52 { flex: none; height: 94px; overflow: hidden; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-ht50gx-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-VCLk1 .framer-1dqfsw5-container { flex: none; height: auto; left: 50%; position: fixed; top: 0px; transform: translateX(-50%); width: 100%; z-index: 10; }\",\".framer-VCLk1 .framer-kxfw9x { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-1b6ch06 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; max-width: 1128px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-18mrusa { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-11bxex8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 100px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-lbivbb { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-27db6p, .framer-VCLk1 .framer-huyjej, .framer-VCLk1 .framer-ftwmmm { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VCLk1 .framer-791ak9 { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; max-width: 800px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-VCLk1 .framer-qw3khs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-1ha0zex-container, .framer-VCLk1 .framer-1uhsg14-container, .framer-VCLk1 .framer-1rsnsvh-container { flex: 1 0 0px; height: 180px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VCLk1 .framer-1506mln { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: 485px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-1rxbhfc { align-content: center; align-items: center; background-color: var(--token-8253481a-29f9-4ae5-962c-694e31e65ff6, #ee5829); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; border-top-left-radius: 10px; border-top-right-radius: 10px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 485px; justify-content: center; padding: 0px; position: relative; width: 451px; }\",\".framer-VCLk1 .framer-12w6f86 { align-content: center; align-items: center; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: 1px; justify-content: center; overflow: visible; padding: 40px 24px 40px 24px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-181evpt { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-w3yxcb-container { cursor: pointer; flex: none; height: auto; position: relative; width: 80%; }\",\".framer-VCLk1 .framer-4q4izj-container { flex: 1 0 0px; height: 100%; position: relative; width: 1px; }\",\".framer-VCLk1 .framer-1lzti73 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-1y0ekq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-VCLk1 .framer-1ltgwou-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VCLk1 .framer-1st0got-container { align-self: stretch; flex: 1 0 0px; height: auto; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-VCLk1 .framer-1e4ccgk-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VCLk1.framer-bwutsc, .framer-VCLk1 .framer-kxfw9x, .framer-VCLk1 .framer-1b6ch06, .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-11bxex8, .framer-VCLk1 .framer-lbivbb, .framer-VCLk1 .framer-qw3khs, .framer-VCLk1 .framer-1506mln, .framer-VCLk1 .framer-1rxbhfc, .framer-VCLk1 .framer-12w6f86, .framer-VCLk1 .framer-181evpt, .framer-VCLk1 .framer-18mrusa, .framer-VCLk1 .framer-1lzti73, .framer-VCLk1 .framer-1y0ekq { gap: 0px; } .framer-VCLk1.framer-bwutsc > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-VCLk1.framer-bwutsc > :first-child, .framer-VCLk1 .framer-kxfw9x > :first-child, .framer-VCLk1 .framer-1b6ch06 > :first-child, .framer-VCLk1 .framer-17n6pd8 > :first-child, .framer-VCLk1 .framer-11bxex8 > :first-child, .framer-VCLk1 .framer-lbivbb > :first-child, .framer-VCLk1 .framer-1rxbhfc > :first-child, .framer-VCLk1 .framer-12w6f86 > :first-child, .framer-VCLk1 .framer-181evpt > :first-child, .framer-VCLk1 .framer-18mrusa > :first-child, .framer-VCLk1 .framer-1lzti73 > :first-child { margin-top: 0px; } .framer-VCLk1.framer-bwutsc > :last-child, .framer-VCLk1 .framer-kxfw9x > :last-child, .framer-VCLk1 .framer-1b6ch06 > :last-child, .framer-VCLk1 .framer-17n6pd8 > :last-child, .framer-VCLk1 .framer-11bxex8 > :last-child, .framer-VCLk1 .framer-lbivbb > :last-child, .framer-VCLk1 .framer-1rxbhfc > :last-child, .framer-VCLk1 .framer-12w6f86 > :last-child, .framer-VCLk1 .framer-181evpt > :last-child, .framer-VCLk1 .framer-18mrusa > :last-child, .framer-VCLk1 .framer-1lzti73 > :last-child { margin-bottom: 0px; } .framer-VCLk1 .framer-kxfw9x > *, .framer-VCLk1 .framer-11bxex8 > * { margin: 0px; margin-bottom: calc(100px / 2); margin-top: calc(100px / 2); } .framer-VCLk1 .framer-1b6ch06 > *, .framer-VCLk1 .framer-181evpt > *, .framer-VCLk1 .framer-1lzti73 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-VCLk1 .framer-17n6pd8 > *, .framer-VCLk1 .framer-18mrusa > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-VCLk1 .framer-lbivbb > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-VCLk1 .framer-qw3khs > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-VCLk1 .framer-qw3khs > :first-child, .framer-VCLk1 .framer-1506mln > :first-child, .framer-VCLk1 .framer-1y0ekq > :first-child { margin-left: 0px; } .framer-VCLk1 .framer-qw3khs > :last-child, .framer-VCLk1 .framer-1506mln > :last-child, .framer-VCLk1 .framer-1y0ekq > :last-child { margin-right: 0px; } .framer-VCLk1 .framer-1506mln > *, .framer-VCLk1 .framer-1y0ekq > * { margin: 0px; margin-left: calc(40px / 2); margin-right: calc(40px / 2); } .framer-VCLk1 .framer-1rxbhfc > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VCLk1 .framer-12w6f86 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,\"@media (min-width: 1120px) and (max-width: 1902px) { .framer-VCLk1.framer-bwutsc { width: 1120px; } .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-18mrusa { gap: 60px; padding: 0px 50px 0px 50px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-18mrusa { gap: 0px; } .framer-VCLk1 .framer-17n6pd8 > *, .framer-VCLk1 .framer-18mrusa > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-VCLk1 .framer-17n6pd8 > :first-child, .framer-VCLk1 .framer-18mrusa > :first-child { margin-top: 0px; } .framer-VCLk1 .framer-17n6pd8 > :last-child, .framer-VCLk1 .framer-18mrusa > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1119px) { .framer-VCLk1.framer-bwutsc { width: 810px; } .framer-VCLk1 .framer-7l3r52 { height: 72px; } .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-18mrusa { gap: 60px; padding: 0px 30px 0px 30px; } .framer-VCLk1 .framer-1506mln { gap: 24px; height: min-content; } .framer-VCLk1 .framer-1rxbhfc { flex: 1 0 0px; height: min-content; width: 1px; } .framer-VCLk1 .framer-12w6f86 { flex: none; height: min-content; padding: 24px; } .framer-VCLk1 .framer-181evpt { gap: 34px; } .framer-VCLk1 .framer-w3yxcb-container { width: 100%; } .framer-VCLk1 .framer-4q4izj-container { align-self: stretch; height: auto; } .framer-VCLk1 .framer-1y0ekq { gap: 20px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-1506mln, .framer-VCLk1 .framer-181evpt, .framer-VCLk1 .framer-18mrusa, .framer-VCLk1 .framer-1y0ekq { gap: 0px; } .framer-VCLk1 .framer-17n6pd8 > *, .framer-VCLk1 .framer-18mrusa > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-VCLk1 .framer-17n6pd8 > :first-child, .framer-VCLk1 .framer-181evpt > :first-child, .framer-VCLk1 .framer-18mrusa > :first-child { margin-top: 0px; } .framer-VCLk1 .framer-17n6pd8 > :last-child, .framer-VCLk1 .framer-181evpt > :last-child, .framer-VCLk1 .framer-18mrusa > :last-child { margin-bottom: 0px; } .framer-VCLk1 .framer-1506mln > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-VCLk1 .framer-1506mln > :first-child, .framer-VCLk1 .framer-1y0ekq > :first-child { margin-left: 0px; } .framer-VCLk1 .framer-1506mln > :last-child, .framer-VCLk1 .framer-1y0ekq > :last-child { margin-right: 0px; } .framer-VCLk1 .framer-181evpt > * { margin: 0px; margin-bottom: calc(34px / 2); margin-top: calc(34px / 2); } .framer-VCLk1 .framer-1y0ekq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } }}\",\"@media (max-width: 809px) { .framer-VCLk1.framer-bwutsc { width: 390px; } .framer-VCLk1 .framer-7l3r52 { height: 72px; } .framer-VCLk1 .framer-1dqfsw5-container { pointer-events: auto; z-index: 8; } .framer-VCLk1 .framer-1b6ch06 { gap: 60px; } .framer-VCLk1 .framer-17n6pd8 { gap: 60px; padding: 0px 20px 0px 20px; } .framer-VCLk1 .framer-11bxex8, .framer-VCLk1 .framer-1lzti73 { align-content: center; align-items: center; justify-content: center; } .framer-VCLk1 .framer-lbivbb { gap: 18px; } .framer-VCLk1 .framer-qw3khs, .framer-VCLk1 .framer-1y0ekq { flex-direction: column; max-width: 350px; } .framer-VCLk1 .framer-1ha0zex-container, .framer-VCLk1 .framer-1uhsg14-container, .framer-VCLk1 .framer-1rsnsvh-container, .framer-VCLk1 .framer-1ltgwou-container { flex: none; width: 100%; } .framer-VCLk1 .framer-1506mln { flex-direction: column; height: min-content; } .framer-VCLk1 .framer-1rxbhfc { height: min-content; width: 100%; } .framer-VCLk1 .framer-12w6f86 { flex: none; gap: 18px; height: min-content; } .framer-VCLk1 .framer-w3yxcb-container { width: 100%; } .framer-VCLk1 .framer-4q4izj-container { flex: none; height: 400px; width: 100%; } .framer-VCLk1 .framer-18mrusa { align-content: center; align-items: center; gap: 60px; justify-content: center; padding: 0px 20px 0px 20px; } .framer-VCLk1 .framer-1st0got-container { align-self: unset; flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-VCLk1 .framer-1b6ch06, .framer-VCLk1 .framer-17n6pd8, .framer-VCLk1 .framer-lbivbb, .framer-VCLk1 .framer-qw3khs, .framer-VCLk1 .framer-1506mln, .framer-VCLk1 .framer-12w6f86, .framer-VCLk1 .framer-18mrusa, .framer-VCLk1 .framer-1y0ekq { gap: 0px; } .framer-VCLk1 .framer-1b6ch06 > *, .framer-VCLk1 .framer-17n6pd8 > *, .framer-VCLk1 .framer-18mrusa > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-VCLk1 .framer-1b6ch06 > :first-child, .framer-VCLk1 .framer-17n6pd8 > :first-child, .framer-VCLk1 .framer-lbivbb > :first-child, .framer-VCLk1 .framer-qw3khs > :first-child, .framer-VCLk1 .framer-1506mln > :first-child, .framer-VCLk1 .framer-12w6f86 > :first-child, .framer-VCLk1 .framer-18mrusa > :first-child, .framer-VCLk1 .framer-1y0ekq > :first-child { margin-top: 0px; } .framer-VCLk1 .framer-1b6ch06 > :last-child, .framer-VCLk1 .framer-17n6pd8 > :last-child, .framer-VCLk1 .framer-lbivbb > :last-child, .framer-VCLk1 .framer-qw3khs > :last-child, .framer-VCLk1 .framer-1506mln > :last-child, .framer-VCLk1 .framer-12w6f86 > :last-child, .framer-VCLk1 .framer-18mrusa > :last-child, .framer-VCLk1 .framer-1y0ekq > :last-child { margin-bottom: 0px; } .framer-VCLk1 .framer-lbivbb > *, .framer-VCLk1 .framer-12w6f86 > * { margin: 0px; margin-bottom: calc(18px / 2); margin-top: calc(18px / 2); } .framer-VCLk1 .framer-qw3khs > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-VCLk1 .framer-1506mln > *, .framer-VCLk1 .framer-1y0ekq > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2203\n * @framerIntrinsicWidth 1903\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"Db__g0b7o\":{\"layout\":[\"fixed\",\"auto\"]},\"TuEk3TIu0\":{\"layout\":[\"fixed\",\"auto\"]},\"FH8zpojFl\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerVCfWY0oC9=withCSS(Component,css,\"framer-VCLk1\");export default FramerVCfWY0oC9;FramerVCfWY0oC9.displayName=\"About Us\";FramerVCfWY0oC9.defaultProps={height:2203,width:1903};addFonts(FramerVCfWY0oC9,[{explicitInter:true,fonts:[{family:\"Graphik Medium\",source:\"custom\",url:\"https://framerusercontent.com/assets/tagxH3tvhUVx2wshWNOd0lrs0k.woff2\"},{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\"}]},...SmoothScrollFonts,...MegaMenuFonts,...PhoneFonts,...DownloadFonts,...GoogleMapsFonts,...Phone1Fonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerVCfWY0oC9\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerIntrinsicHeight\":\"2203\",\"framerAutoSizeImages\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Db__g0b7o\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"TuEk3TIu0\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FH8zpojFl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerColorSyntax\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicWidth\":\"1903\"}},\"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", "ButtonWithArrowFonts", "getFonts", "PghcFjdgQ_default", "DownloadFonts", "Download", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "Transition", "value", "children", "config", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "text", "width", "props", "createLayoutDependency", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "ZDhPxit3o", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "layoutDependency", "scopingClassNames", "cx", "ref1", "pe", "isDisplayed", "isDisplayed1", "defaultLayoutId", "ae", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "RichText2", "ComponentViewportProvider", "css", "FramerqzHC2ZAO0", "withCSS", "qzHC2ZAO0_default", "addPropertyControls", "ControlType", "addFonts", "SmoothScrollFonts", "getFonts", "SmoothScroll", "MegaMenuFonts", "WivFplc7Z_default", "PhoneFonts", "N0Uxa9AKT_default", "DownloadFonts", "Download", "GoogleMapsFonts", "GoogleMaps", "Phone1Fonts", "qzHC2ZAO0_default", "FooterFonts", "ORQkSotkD_default", "breakpoints", "serializationHash", "variantClassNames", "transition1", "animation", "HTMLStyle", "value", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "activeLocale", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "SmoothScroll", "PropertyOverrides2", "WivFplc7Z_default", "x", "RichText2", "N0Uxa9AKT_default", "Download", "GoogleMaps", "qzHC2ZAO0_default", "ORQkSotkD_default", "css", "FramerVCfWY0oC9", "withCSS", "VCfWY0oC9_default", "addFonts", "SmoothScrollFonts", "MegaMenuFonts", "PhoneFonts", "DownloadFonts", "GoogleMapsFonts", "Phone1Fonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
