{"version":3,"file":"OnYQTkQP4kjLgb08HF8olTolbJnPnYdQ-xmUunHK_Q8.Cyfwxf6w.mjs","names":["Header","Button","ContactForm","LocationsSection","SectionTitle","ServiceItem","DoctorsSection","Footer","metadata","className","PropertyOverrides","Image","css"],"sources":["https:/framerusercontent.com/modules/1buytqfF3qqMZwwRDob0/B4RvZ69xm683SQWE7cJJ/augiA20Il.js","https:/framerusercontent.com/modules/tnSaDVo0NSrmRXUYYg1R/yBaGIDGHk9xng75y4Iq3/augiA20Il.js"],"sourcesContent":["// Generated by Framer (2797bee)\nimport{LazyValue}from\"framer\";const valuesByLocaleId={kdVi1xOSl:new LazyValue(()=>import(\"./augiA20Il-0.js\"))};export default function getLocalizedValue(key,locale){while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value)return value;}locale=locale.fallback;}}function preload(locale){const promises=[];while(locale){const values=valuesByLocaleId[locale.id];if(values){const promise=values.preload();if(promise)promises.push(promise);}locale=locale.fallback;}if(promises.length>0)return Promise.all(promises);}export function usePreloadLocalizedValues(locale){const preloadPromise=preload(locale);if(preloadPromise)throw preloadPromise;}\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"usePreloadLocalizedValues\":{\"type\":\"function\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}","// Generated by Framer (2797bee)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,Image,Link,PropertyOverrides,ResolveLinks,RichText,SVG,useComponentViewport,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useMetadata,useRouteElementId,useRouter,withCSS}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import Ticker from\"https://framerusercontent.com/modules/B2xAlJLcN0gOnt11mSPw/bSG2fUXcc43766cbIglD/Ticker.js\";import Header from\"#framer/local/canvasComponent/lC2Kaq_t4/lC2Kaq_t4.js\";import ServiceItem from\"#framer/local/canvasComponent/RgUzn8_5W/RgUzn8_5W.js\";import ContactForm from\"#framer/local/canvasComponent/T2lbM_riQ/T2lbM_riQ.js\";import Footer from\"#framer/local/canvasComponent/u8Gt9rcqv/u8Gt9rcqv.js\";import Button from\"#framer/local/canvasComponent/vlUWwLfTA/vlUWwLfTA.js\";import DoctorsSection from\"#framer/local/canvasComponent/Ww3jkgVxy/Ww3jkgVxy.js\";import SectionTitle from\"#framer/local/canvasComponent/xeZHhn0I9/xeZHhn0I9.js\";import LocationsSection from\"#framer/local/canvasComponent/yUw43VE2Z/yUw43VE2Z.js\";import*as sharedStyle6 from\"#framer/local/css/AaZk62uyB/AaZk62uyB.js\";import*as sharedStyle9 from\"#framer/local/css/dvwRyRKuV/dvwRyRKuV.js\";import*as sharedStyle3 from\"#framer/local/css/l1jT_qi7O/l1jT_qi7O.js\";import*as sharedStyle4 from\"#framer/local/css/lnaeMIjOe/lnaeMIjOe.js\";import*as sharedStyle8 from\"#framer/local/css/naAJFS7GR/naAJFS7GR.js\";import*as sharedStyle from\"#framer/local/css/NwAxFISNH/NwAxFISNH.js\";import*as sharedStyle5 from\"#framer/local/css/RNnVKUlg5/RNnVKUlg5.js\";import*as sharedStyle1 from\"#framer/local/css/tV3ffavPe/tV3ffavPe.js\";import*as sharedStyle2 from\"#framer/local/css/xRPaWsbFw/xRPaWsbFw.js\";import*as sharedStyle7 from\"#framer/local/css/zUHJVnU8x/zUHJVnU8x.js\";import getLocalizedValue,{usePreloadLocalizedValues}from\"#framer/local/localization/augiA20Il/augiA20Il.js\";import metadataProvider from\"#framer/local/webPageMetadata/augiA20Il/augiA20Il.js\";const HeaderFonts=getFonts(Header);const ButtonFonts=getFonts(Button);const ContactFormFonts=getFonts(ContactForm);const LocationsSectionFonts=getFonts(LocationsSection);const SectionTitleFonts=getFonts(SectionTitle);const ServiceItemFonts=getFonts(ServiceItem);const TickerFonts=getFonts(Ticker);const DoctorsSectionFonts=getFonts(DoctorsSection);const FooterFonts=getFonts(Footer);const breakpoints={BGXmQHKCn:\"(min-width: 810px) and (max-width: 1439px)\",WQLkyLRf1:\"(min-width: 1440px)\",ZtHnHYYfN:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-CSVvP\";const variantClassNames={BGXmQHKCn:\"framer-v-44bllh\",WQLkyLRf1:\"framer-v-72rtr7\",ZtHnHYYfN:\"framer-v-ufwihz\"};const transformTemplate1=(_,t)=>`translateY(-50%) ${t}`;const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"WQLkyLRf1\",Phone:\"ZtHnHYYfN\",Tablet:\"BGXmQHKCn\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"WQLkyLRf1\"};};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);const metadata=React.useMemo(()=>metadataProvider(undefined,activeLocale),[undefined,activeLocale]);useMetadata(metadata);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const elementId=useRouteElementId(\"KzyqFr17L\");const ref1=React.useRef(null);usePreloadLocalizedValues(activeLocale);const router=useRouter();const elementId1=useRouteElementId(\"ktT2BDkMB\");const ref2=React.useRef(null);const elementId2=useRouteElementId(\"kA0hT6Vls\");const ref3=React.useRef(null);const elementId3=useRouteElementId(\"PexwgIyp1\");const ref4=React.useRef(null);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"WQLkyLRf1\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246)); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-72rtr7\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZtHnHYYfN:{height:64}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:72,width:\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bfnxnu-container\",layoutScroll:true,nodeId:\"Jc4lIRDWF\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{variant:\"noDssNamf\"},ZtHnHYYfN:{style:{width:\"100%\"},variant:\"noDssNamf\"}},children:/*#__PURE__*/_jsx(Header,{height:\"100%\",id:\"Jc4lIRDWF\",layoutId:\"Jc4lIRDWF\",style:{height:\"100%\",width:\"100%\"},variant:\"glnSjaPcW\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"main\",{className:\"framer-56lcu1\",\"data-framer-name\":\"main\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b281hm\",\"data-framer-name\":\"Hero\",id:elementId,ref:ref1,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13hqlgn\",\"data-framer-name\":\"Left\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"h1\",{className:\"framer-styles-preset-7gd5fc\",\"data-styles-preset\":\"NwAxFISNH\",style:{\"--framer-text-alignment\":\"left\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\"},children:\"Exceptional \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-038d262b-b44d-4a25-a819-09c5f979744b, rgb(2, 185, 239))\"},children:\"Dentistry\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\"},children:\",\"}),/*#__PURE__*/_jsx(\"br\",{}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\"},children:\"Unsurpassed\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-038d262b-b44d-4a25-a819-09c5f979744b, rgb(2, 185, 239))\"},children:\"Care\"})]})}),className:\"framer-1fr2bj1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{children:getLocalizedValue(\"v1\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"13px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",\"--framer-text-transform\":\"capitalize\"},children:[\"Fastest-growing multi-specialty dental practices in Palm Beach County offering dental services through 5 conveniently located offices in\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZotMfHFWy\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Palm Beach Gardens\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CIFxhYQiO\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Royal Palm Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TalJeLQbI\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"West Palm Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SS4lDwoqq\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Boynton Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\" & \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kf5tLAW1e\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Lantana\"})})})]})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v0\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{style:{\"--font-selector\":\"RlM7UG9wcGlucy1tZWRpdW0=\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",\"--framer-text-transform\":\"capitalize\"},children:[\"Fastest-growing multi-specialty dental practices in Palm Beach County offering dental services through 5 conveniently located offices in\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"ZotMfHFWy\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Palm Beach Gardens\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"CIFxhYQiO\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Royal Palm Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"TalJeLQbI\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"West Palm Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\",\"}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\" \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"SS4lDwoqq\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Boynton Beach\"})})}),/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\" & \"}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"kf5tLAW1e\"},motionChild:true,nodeId:\"Ts2UDOvsO\",openInNewTab:false,relValues:[],scopeId:\"augiA20Il\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-1kt5qlk\",\"data-styles-preset\":\"tV3ffavPe\",children:/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"Lantana\"})})})]})}),className:\"framer-1ud7ham\",fonts:[\"FS;Poppins-medium\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x2faxa\",\"data-framer-name\":\"call to actions\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qus4dc-container\",nodeId:\"sFjUmB82m\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{zrwSqQP4q:resolvedLinks[1]},ZtHnHYYfN:{zrwSqQP4q:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(Button,{BUcfOmnxW:\"CallMade\",cKSk2xrsQ:false,cshEhIKtQ:\"Call\",FxszyY9iy:\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\",height:\"100%\",id:\"sFjUmB82m\",ig5Zwi4eW:\"Get an Appointment\",KV8vJEVpH:16,layoutId:\"sFjUmB82m\",UmFceyb3H:false,variant:\"CkJx_zQlW\",width:\"100%\",XfYbeY6yQ:12,zrwSqQP4q:resolvedLinks[0]})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-rzd56n-container\",nodeId:\"d20hTbQCY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Button,{BUcfOmnxW:\"CallMade\",cKSk2xrsQ:false,cshEhIKtQ:\"Call\",FxszyY9iy:\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",height:\"100%\",id:\"d20hTbQCY\",ig5Zwi4eW:\"(561) 484-5079 \",KV8vJEVpH:16,layoutId:\"d20hTbQCY\",UmFceyb3H:false,variant:\"FlFbOUkpb\",width:\"100%\",XfYbeY6yQ:12,zrwSqQP4q:\"tel:+15614845079\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16z1kyu\",\"data-framer-name\":\"drs\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1df09dd\",\"data-framer-name\":\"drs\",children:/*#__PURE__*/_jsx(Image,{background:{alt:\"dentist from KA Dental at West Palm Beach\",fit:\"fill\",pixelHeight:1638,pixelWidth:2048,src:\"https://framerusercontent.com/images/tKEd5DB9QCZRwvJigtNYUrTGEWs.jpg?scale-down-to=1024\"},className:\"framer-2n2req\",\"data-border\":true,\"data-framer-name\":\"Dr Krunal and Dr Aditi Together\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18luxko\",\"data-border\":true,\"data-framer-name\":\"name chip\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Krunal Patel\"})})},ZtHnHYYfN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Krunal Patel\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Krunal Patel\"})}),className:\"framer-142h49q\",\"data-framer-name\":\"Dr. Krunal Patel\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-tqw4by\",\"data-styles-preset\":\"xRPaWsbFw\",style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"BDS, DDS, FICOI\"})}),className:\"framer-1pl3we2\",\"data-framer-name\":\"BDS, DDS, FICOI\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14rh5gy\",\"data-border\":true,\"data-framer-name\":\"name chip\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Aditi Patel\"})})},ZtHnHYYfN:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Aditi Patel\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"1.6em\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Dr. Aditi Patel\"})}),className:\"framer-1puoru4\",\"data-framer-name\":\"Dr. Aditi Patel\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-tqw4by\",\"data-styles-preset\":\"xRPaWsbFw\",style:{\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\"},children:\"BDS, DDS\"})}),className:\"framer-1sa33j8\",\"data-framer-name\":\"BDS, DDS\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-lpvpq8\",\"data-framer-name\":\"Contact Section\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-wiw4m9\",\"data-framer-name\":\"contact-form\",id:elementId1,ref:ref2,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-cr010e\",\"data-framer-name\":\"why-choose-kadental\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1k6zxn2\",\"data-border\":true,children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{className:\"framer-styles-preset-evwrk9\",\"data-styles-preset\":\"l1jT_qi7O\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-48f2bb7d-0d44-4e71-8f05-d45018e383dd, rgb(12, 101, 141))\"},children:\"Schedule an Appointment with KA Dental Today\"})}),className:\"framer-1s58vlt\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-1p4ybdl\",\"data-styles-preset\":\"lnaeMIjOe\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\"},children:\"See the best dentists in town at any of our beautiful dental clinics for a great time and a lasting smile.\"})}),className:\"framer-1q0povx\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-b8roxk\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1aty1ml\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jvhfwt\",\"data-styles-preset\":\"RNnVKUlg5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\"},children:\"Accepting New Patients\"})}),className:\"framer-2xzi0z\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1rr6nve\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jvhfwt\",\"data-styles-preset\":\"RNnVKUlg5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\"},children:\"starting from as low as $29\"})}),className:\"framer-amadyc\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1gc1ipy\",\"data-border\":true,children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jvhfwt\",\"data-styles-preset\":\"RNnVKUlg5\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\"},children:\"Same Day Treatment\"})}),className:\"framer-kiyfwa\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hnv2a8\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-whkiz\",\"data-framer-name\":\"40 years experience\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"calendar\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/NrNkoSEeWOZiXtaQGZ8N0vdjrM.svg\"},className:\"framer-1e4qjfu\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v2\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"Established since 2012\"})}),className:\"framer-12nbvam\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-14rjs2y\",\"data-framer-name\":\"40 years experience\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-yhkeoy\",\"data-framer-name\":\"fluent_people_community_24_regular\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><g><defs><radialGradient id=\"idss9438917628_1g-6509888\" cy=\"0.05939436702513194\" cx=\"0.10000091731650787\" r=\"1.4431956879412862\" gradientTransform=\"translate(0.10000091731650787, 0.05939436702513194) scale(1 1) translate(-0.10000091731650787, -0.05939436702513194)\"><stop offset=\"0\" stop-color=\"rgb(2,185,239)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(12,101,141)\" stop-opacity=\"1\"></stop></radialGradient></defs><path d=\"M 10 4.667 C 8.895 4.667 8 5.562 8 6.667 C 8 7.771 8.895 8.666 10 8.666 C 11.105 8.666 12 7.771 12 6.667 C 12 5.562 11.105 4.667 10 4.667 Z M 6 6.667 C 6 4.457 7.791 2.667 10 2.667 C 12.209 2.667 14 4.457 14 6.667 C 14 8.876 12.209 10.666 10 10.666 C 7.791 10.666 6 8.876 6 6.667 Z M 5.024 12 C 4.399 11.999 3.799 12.248 3.356 12.69 C 2.914 13.132 2.666 13.732 2.667 14.357 L 2.667 14.837 C 2.667 15.113 2.667 16.714 3.6 18.27 C 4.331 19.484 5.57 20.573 7.567 21.061 C 7.84 20.334 8.335 19.712 8.983 19.281 C 6.846 19.053 5.835 18.104 5.316 17.241 C 4.671 16.166 4.667 15.022 4.667 14.833 L 4.667 14.357 C 4.667 14.16 4.827 14 5.024 14 L 10.707 14 C 10.795 13.295 11.024 12.615 11.38 12 Z M 20.62 12 C 20.976 12.615 21.204 13.295 21.292 14 L 26.976 14 C 27.174 14 27.334 14.16 27.334 14.357 L 27.334 14.833 C 27.334 15.022 27.33 16.166 26.684 17.24 C 26.166 18.104 25.155 19.053 23.018 19.281 C 23.664 19.712 24.159 20.335 24.434 21.061 C 26.431 20.573 27.67 19.484 28.399 18.27 C 29.334 16.714 29.334 15.114 29.334 14.835 L 29.334 14.355 C 29.334 13.055 28.279 12 26.976 12 Z M 20 6.667 C 20 5.562 20.895 4.667 22 4.667 C 23.105 4.667 24 5.562 24 6.667 C 24 7.771 23.105 8.666 22 8.666 C 20.895 8.666 20 7.771 20 6.667 Z M 22 2.667 C 19.791 2.667 18 4.457 18 6.667 C 18 8.876 19.791 10.666 22 10.666 C 24.209 10.666 26 8.876 26 6.667 C 26 4.457 24.209 2.667 22 2.667 Z M 16 12.666 C 14.895 12.666 14 13.562 14 14.666 C 14 15.771 14.895 16.666 16 16.666 C 17.105 16.666 18 15.771 18 14.666 C 18 13.562 17.105 12.666 16 12.666 Z M 12 14.666 C 12 12.457 13.791 10.666 16 10.666 C 18.209 10.666 20 12.457 20 14.666 C 20 16.876 18.209 18.666 16 18.666 C 13.791 18.666 12 16.876 12 14.666 Z M 8.667 22.358 C 8.666 21.732 8.914 21.132 9.356 20.69 C 9.799 20.248 10.399 19.999 11.024 20 L 20.976 20 C 21.601 20 22.201 20.248 22.643 20.69 C 23.085 21.132 23.334 21.732 23.333 22.358 L 23.333 22.838 C 23.333 23.114 23.333 24.715 22.4 26.271 C 21.409 27.916 19.484 29.334 16 29.334 C 12.516 29.334 10.59 27.916 9.6 26.271 C 8.667 24.715 8.667 23.115 8.667 22.836 Z M 11.024 22 C 10.827 22 10.667 22.16 10.667 22.357 L 10.667 22.833 C 10.667 23.022 10.671 24.166 11.316 25.24 C 11.911 26.23 13.152 27.333 16 27.333 C 18.848 27.333 20.09 26.23 20.684 25.24 C 21.329 24.166 21.334 23.022 21.334 22.833 L 21.334 22.357 C 21.334 22.16 21.173 22 20.976 22 Z\" fill=\"url(#idss9438917628_1g-6509888)\"></path></g></svg>',svgContentId:9438917628,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v3\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"50+ Years Combined Experience\"})}),className:\"framer-nodp8v\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-g2kc0\",\"data-framer-name\":\"4 modern locations\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Globe with a Location Pin\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/398AkL8VFBL03Q6ZGELifTBrRE.svg\"},className:\"framer-1n8cc3b\",\"data-nosnippet\":true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v4\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"5 Modern Locations\"})}),className:\"framer-1abyh62\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q0f8zb\",\"data-framer-name\":\"over 5000 happy clients\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Smiley Face\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:32,pixelHeight:32,pixelWidth:32,src:\"https://framerusercontent.com/images/1f0RxpLn7E9o7iEIGnxps29Dgo.svg\"},className:\"framer-rdtd2\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v5\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"25000+ Happy Clients\"})}),className:\"framer-1pw9sar\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1du2g04\",\"data-framer-name\":\"over 1500 smile makeovers done\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-4hssj7\",\"data-framer-name\":\"dentist_implant_64_regular\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 32 32\"><g><defs><radialGradient id=\"idss9014478970_1g-6509888\" cy=\"0.13503375307477838\" cx=\"0.12367195545421342\" r=\"1.443225452429698\" gradientTransform=\"translate(0.12367195545421342, 0.13503375307477838) scale(1 1) translate(-0.12367195545421342, -0.13503375307477838)\"><stop offset=\"0\" stop-color=\"rgb(2,185,239)\" stop-opacity=\"1\"></stop><stop offset=\"1\" stop-color=\"rgb(12,101,141)\" stop-opacity=\"1\"></stop></radialGradient></defs><path d=\"M 20.832 8.208 C 20.106 8.222 19.524 8.815 19.524 9.541 C 19.524 10.268 20.106 10.86 20.832 10.875 C 21.137 10.86 21.436 10.959 21.672 11.152 C 21.85 11.307 22.061 11.616 22.117 12.246 C 22.157 12.789 22.523 13.253 23.042 13.419 C 23.562 13.584 24.129 13.417 24.476 12.997 C 24.703 12.721 24.811 12.366 24.773 12.011 C 24.666 10.824 24.213 9.84 23.442 9.158 C 22.719 8.53 21.79 8.192 20.832 8.208 Z M 14.573 5.598 C 13.127 4.389 11.209 3.906 9.362 4.285 C 7.833 4.601 6.439 5.384 5.373 6.525 C 4.314 7.642 3.242 9.141 3.176 11.314 C 3.146 12.301 3.269 13.901 4.178 15.128 C 5.008 16.29 5.432 16.893 5.65 17.48 C 5.882 18.162 5.896 18.893 5.896 20.021 L 5.896 20.04 C 5.909 21.138 6.141 22.658 6.706 24.053 C 7.256 25.418 8.237 26.922 9.914 27.538 L 9.973 27.56 L 10.032 27.576 C 11.002 27.834 12.01 27.765 12.792 27.042 C 13.456 26.421 13.704 25.533 13.832 24.845 C 13.954 24.194 14.013 23.44 14.072 22.733 C 14.12 21.88 14.22 21.03 14.373 20.189 C 14.778 18.317 15.266 18.061 15.362 18.029 C 16.224 17.802 16.736 18.082 17.085 18.882 C 17.533 19.909 17.666 21.394 17.792 22.856 C 17.917 24.288 18.218 25.693 18.858 26.637 C 19.197 27.136 19.714 27.624 20.456 27.784 C 21.202 27.949 21.901 27.722 22.474 27.36 C 24.514 26.072 25.608 23.448 25.888 20.195 C 26.032 18.688 26.184 18.048 26.392 17.549 C 26.562 17.159 26.763 16.783 26.992 16.424 C 27.157 16.144 27.36 15.8 27.618 15.339 C 28.029 14.6 28.738 13.205 28.818 11.546 C 28.898 9.797 28.272 7.882 26.253 6.264 C 24.392 4.744 22.605 4.149 20.96 4.232 C 19.333 4.314 18.042 5.053 17.133 5.834 L 17.093 5.869 L 17.058 5.904 C 16.242 6.72 16 6.709 15.992 6.709 C 15.989 6.709 15.896 6.704 15.667 6.554 C 15.312 6.303 14.983 6.016 14.685 5.698 L 14.632 5.645 L 14.573 5.597 Z M 7.333 8.336 C 8.017 7.608 8.908 7.107 9.885 6.901 C 10.931 6.681 12.02 6.948 12.845 7.626 C 13.72 8.506 14.696 9.322 15.885 9.373 C 17.138 9.426 18.112 8.621 18.912 7.826 C 19.514 7.32 20.25 6.938 21.101 6.893 C 21.946 6.853 23.106 7.133 24.576 8.333 L 24.586 8.341 C 25.925 9.413 26.202 10.498 26.16 11.421 C 26.109 12.434 25.658 13.384 25.296 14.034 C 25.136 14.328 24.973 14.6 24.818 14.861 C 24.472 15.453 24.154 15.986 23.93 16.53 C 23.57 17.405 23.389 18.365 23.237 19.946 L 23.237 19.96 C 22.986 22.888 22.053 24.477 21.056 25.106 L 21.051 25.106 C 20.818 24.744 20.571 23.93 20.456 22.626 L 20.44 22.456 C 20.328 21.144 20.168 19.266 19.536 17.816 C 19.194 17.034 18.656 16.229 17.781 15.736 C 16.837 15.197 15.685 15.162 14.653 15.458 C 13.165 15.885 12.28 17.293 11.77 19.632 L 11.768 19.645 C 11.595 20.574 11.479 21.513 11.421 22.456 L 11.418 22.501 C 11.36 23.245 11.312 23.851 11.216 24.354 L 11.192 24.504 C 11.149 24.789 11.104 25.09 10.787 25.013 C 10.165 24.76 9.605 24.098 9.184 23.053 C 8.782 22.06 8.573 20.999 8.568 19.928 C 8.568 18.901 8.568 17.746 8.176 16.6 C 7.765 15.482 7.037 14.485 6.328 13.541 C 5.965 13.061 5.821 12.216 5.848 11.394 C 5.885 10.157 6.461 9.258 7.323 8.352 L 7.333 8.336 Z\" fill=\"url(#idss9014478970_1g-6509888)\"></path></g></svg>',svgContentId:9014478970,withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v6\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"5000+ Implants Placed\"})}),className:\"framer-x0um7b\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-udstb4\",\"data-framer-name\":\"over 1500 smile makeovers done\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Smile Chat Face\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:33,pixelHeight:32,pixelWidth:33,src:\"https://framerusercontent.com/images/vyPgRRUIOMugJWUvrQl8PM3Bs.svg\"},className:\"framer-wpxeyv\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v7\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"10000+ Smile Makeovers\"})}),className:\"framer-z2d6i\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-z9p3i8\",\"data-framer-name\":\"in house modern lab\",children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"Microscope\",fit:\"fill\",intrinsicHeight:32,intrinsicWidth:33,pixelHeight:32,pixelWidth:33,src:\"https://framerusercontent.com/images/o7hBW8pI7VcHQcHF3vjbcWkAk.svg\"},className:\"framer-dfkv4q\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v8\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-oaunnn\",\"data-styles-preset\":\"AaZk62uyB\",style:{\"--framer-text-alignment\":\"center\"},children:\"In house Lab for Same Day Dentistry\"})}),className:\"framer-9615ri\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`max((${componentViewport?.width||\"100vw\"} - 96px) / 2, 1px)`},ZtHnHYYfN:{width:`calc(${componentViewport?.width||\"100vw\"} - 16px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:441,width:`max((${componentViewport?.width||\"100vw\"} - 112px) / 2, 1px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-fgtyhj-container\",nodeId:\"Yb3KzfJOC\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(ContactForm,{height:\"100%\",id:\"Yb3KzfJOC\",layoutId:\"Yb3KzfJOC\",style:{width:\"100%\"},width:\"100%\"})})})})]})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1379,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-mx4ye4-container\",nodeId:\"kR3jWPJkZ\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{variant:\"tRFO2Wwjp\"},ZtHnHYYfN:{variant:\"T8nyvrIo3\"}},children:/*#__PURE__*/_jsx(LocationsSection,{co8om8hey:\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",height:\"100%\",id:\"kR3jWPJkZ\",layoutId:\"kR3jWPJkZ\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"aaUzHlauh\",width:\"100%\",X1kUxW1u2:getLocalizedValue(\"v9\",activeLocale)??\"All locations provide easy access to state-of-the-art technology and top-tier doctors. Visit the nearest location to experience exceptional care.\"})})})}),/*#__PURE__*/_jsx(\"section\",{className:\"framer-146rp1p\",\"data-framer-name\":\"Services-Ka-Dental\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-6xbss\",\"data-framer-name\":\"Services-sub-section\",children:[/*#__PURE__*/_jsxs(\"section\",{className:\"framer-goiqaq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-f1fci2\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1px)`},ZtHnHYYfN:{width:`max(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-xmvqqy-container\",nodeId:\"Pa3jlHqhk\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionTitle,{height:\"100%\",id:\"Pa3jlHqhk\",layoutId:\"Pa3jlHqhk\",MerGw_uq9:\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\",style:{width:\"100%\"},UteyEDKc8:getLocalizedValue(\"v10\",activeLocale)??\"Dental Services in Palm Beach County\",variant:\"buxeksuiv\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v11\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UG9wcGlucy1yZWd1bGFy\",\"--framer-font-family\":'\"Poppins\", \"Poppins Placeholder\", sans-serif',\"--framer-letter-spacing\":\"-1px\",\"--framer-line-height\":\"25.92px\",\"--framer-text-color\":\"rgb(36, 47, 56)\"},children:\"Our mission is to bring patients in our community dentistry services that utilize the most advanced techniques and technologies for superior comfort and care.\"})}),className:\"framer-jjv4qs\",fonts:[\"GF;Poppins-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-kz5evs\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{PdNYHa913:\"braces\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"RBgjhreA9\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"braces\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"RBgjhreA9\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"braces\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"RBgjhreA9\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},ZtHnHYYfN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1xlsxsy-container\",nodeId:\"SCmhaxkMK\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{Wv9q33xX7:resolvedLinks1[1]},ZtHnHYYfN:{variant:\"l3N6GyGxS\",Wv9q33xX7:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ServiceItem,{B4cyVl9BU:getLocalizedValue(\"v13\",activeLocale)??\"Why Braces?\",eWVVUV53A:getLocalizedValue(\"v12\",activeLocale)??\"Braces\",height:\"100%\",id:\"SCmhaxkMK\",JcbGS55qG:\"row\",layoutId:\"SCmhaxkMK\",style:{width:\"100%\"},variant:\"P8ngzKNYY\",width:\"100%\",Wv9q33xX7:resolvedLinks1[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"vxjsVUj6Q\"},implicitPathVariables:undefined},{href:{webPageId:\"vxjsVUj6Q\"},implicitPathVariables:undefined},{href:{webPageId:\"vxjsVUj6Q\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},ZtHnHYYfN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-o06lx6-container\",nodeId:\"boViCHJly\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{Wv9q33xX7:resolvedLinks2[1]},ZtHnHYYfN:{variant:\"l3N6GyGxS\",Wv9q33xX7:resolvedLinks2[2]}},children:/*#__PURE__*/_jsx(ServiceItem,{B4cyVl9BU:getLocalizedValue(\"v15\",activeLocale)??\"Same Day Dental Implants\",eWVVUV53A:getLocalizedValue(\"v14\",activeLocale)??\"Dental Implants\",height:\"100%\",id:\"boViCHJly\",JcbGS55qG:\"row\",layoutId:\"boViCHJly\",style:{width:\"100%\"},variant:\"P8ngzKNYY\",width:\"100%\",Wv9q33xX7:resolvedLinks2[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{PdNYHa913:\"smile-makeover\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"KPSsTKxmf\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"smile-makeover\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"KPSsTKxmf\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"smile-makeover\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"KPSsTKxmf\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},ZtHnHYYfN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1l831b9-container\",nodeId:\"dQ1Fpiy8E\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{Wv9q33xX7:resolvedLinks3[1]},ZtHnHYYfN:{variant:\"l3N6GyGxS\",Wv9q33xX7:resolvedLinks3[2]}},children:/*#__PURE__*/_jsx(ServiceItem,{B4cyVl9BU:getLocalizedValue(\"v17\",activeLocale)??\"Full Smile Makeover\",eWVVUV53A:getLocalizedValue(\"v16\",activeLocale)??\"Smile Makeover\",height:\"100%\",id:\"dQ1Fpiy8E\",JcbGS55qG:\"row\",layoutId:\"dQ1Fpiy8E\",style:{width:\"100%\"},variant:\"P8ngzKNYY\",width:\"100%\",Wv9q33xX7:resolvedLinks3[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{PdNYHa913:\"invisalign-in-west-palm-beach\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"xtuqeCxAH\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"invisalign-in-west-palm-beach\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"xtuqeCxAH\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"invisalign-in-west-palm-beach\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"xtuqeCxAH\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},ZtHnHYYfN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1qek01r-container\",nodeId:\"azBim3Bqy\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{Wv9q33xX7:resolvedLinks4[1]},ZtHnHYYfN:{variant:\"l3N6GyGxS\",Wv9q33xX7:resolvedLinks4[2]}},children:/*#__PURE__*/_jsx(ServiceItem,{B4cyVl9BU:getLocalizedValue(\"v18\",activeLocale)??\"Straight Teeth Here\",eWVVUV53A:\"Invisalign\",height:\"100%\",id:\"azBim3Bqy\",JcbGS55qG:\"row\",layoutId:\"azBim3Bqy\",style:{width:\"100%\"},variant:\"P8ngzKNYY\",width:\"100%\",Wv9q33xX7:resolvedLinks4[0]})})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{PdNYHa913:\"sedation-dentistry\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"eoq2CW44h\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"sedation-dentistry\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"eoq2CW44h\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined},{href:{pathVariables:{PdNYHa913:\"sedation-dentistry\"},unresolvedPathSlugs:{PdNYHa913:{collectionId:\"wSjSoqcrt\",collectionItemId:\"eoq2CW44h\"}},webPageId:\"yuvHPrJ37\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px)`},ZtHnHYYfN:{width:`calc(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:89,width:\"704px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-10k36jj-container\",nodeId:\"OusXjK_BL\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{Wv9q33xX7:resolvedLinks5[1]},ZtHnHYYfN:{variant:\"JbdlSTFGr\",Wv9q33xX7:resolvedLinks5[2]}},children:/*#__PURE__*/_jsx(ServiceItem,{B4cyVl9BU:getLocalizedValue(\"v20\",activeLocale)??\"Painless Dentistry\",eWVVUV53A:getLocalizedValue(\"v19\",activeLocale)??\"Sedation Dentistry\",height:\"100%\",id:\"OusXjK_BL\",JcbGS55qG:\"row\",layoutId:\"OusXjK_BL\",style:{width:\"100%\"},variant:\"sgaqJ8asw\",width:\"100%\",Wv9q33xX7:resolvedLinks5[0]})})})})})})]})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"A middle age lady holding a smile sign with dental services in west palm beach on the side\",fit:\"fill\",intrinsicHeight:1920,intrinsicWidth:1920,pixelHeight:1920,pixelWidth:1920,src:\"https://framerusercontent.com/images/i3xId7aTiCVZrgr10RujMIwLU.webp?scale-down-to=1024\"},className:\"framer-1xlxuzl\"})]})}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-12gee2s\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 48px, 1440px)`},ZtHnHYYfN:{width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 32px, 1440px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:`min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-jdxmn2-container\",nodeId:\"KIMdkjiM6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionTitle,{height:\"100%\",id:\"KIMdkjiM6\",layoutId:\"KIMdkjiM6\",MerGw_uq9:\"var(--token-e19ba002-450d-4b92-8d20-152970d4b952, rgb(36, 47, 56))\",style:{maxWidth:\"100%\",width:\"100%\"},UteyEDKc8:getLocalizedValue(\"v21\",activeLocale)??\"What are Patients are Smiling About\",variant:\"buxeksuiv\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v22\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-tqw4by\",\"data-styles-preset\":\"xRPaWsbFw\",style:{\"--framer-text-alignment\":\"left\"},children:\"Kind words from the thousands of smile transformation that continue happening at KA Dental. Don't just take our word for it. \"})}),className:\"framer-ddozfr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1wad1o-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"ScZ03tU03\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(Ticker,{alignment:\"flex-start\",direction:\"left\",fadeOptions:{fadeAlpha:0,fadeContent:true,fadeInset:0,fadeWidth:20,overflow:false},gap:8,height:\"100%\",hoverFactor:.5,id:\"ScZ03tU03\",layoutId:\"ScZ03tU03\",padding:8,paddingBottom:8,paddingLeft:8,paddingPerSide:false,paddingRight:8,paddingTop:8,sizingOptions:{heightType:true,widthType:true},slots:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1u6kv5\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-19qpgz7\",\"data-border\":true,\"data-framer-name\":\"Nav-Item-dropdown\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkln4k\",\"data-styles-preset\":\"zUHJVnU8x\",style:{\"--framer-text-alignment\":\"left\"},children:\"Katy Albarran\"})}),className:\"framer-1xforfw\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"If I could rate more stars I would. This is the best place I have been to. The service is great but I would like to focus on the staff, I came with several problems ,afraid ,insecure etc .\"})}),className:\"framer-14chuqr\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-p6vle6\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:470,svg:'<svg width=\"470\" height=\"32\" viewBox=\"0 0 470 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0003 23.027L24.2403 28.0003L22.0537 18.627L29.3337 12.3203L19.747 11.4937L16.0003 2.66699L12.2537 11.4937L2.66699 12.3203L9.93366 18.627L7.76033 28.0003L16.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M48.0003 23.027L56.2403 28.0003L54.0537 18.627L61.3337 12.3203L51.747 11.4937L48.0003 2.66699L44.2537 11.4937L34.667 12.3203L41.9337 18.627L39.7603 28.0003L48.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M80.0003 23.027L88.2403 28.0003L86.0537 18.627L93.3337 12.3203L83.747 11.4937L80.0003 2.66699L76.2537 11.4937L66.667 12.3203L73.9337 18.627L71.7603 28.0003L80.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M112 23.027L120.24 28.0003L118.054 18.627L125.334 12.3203L115.747 11.4937L112 2.66699L108.254 11.4937L98.667 12.3203L105.934 18.627L103.76 28.0003L112 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M144 23.027L152.24 28.0003L150.054 18.627L157.334 12.3203L147.747 11.4937L144 2.66699L140.254 11.4937L130.667 12.3203L137.934 18.627L135.76 28.0003L144 23.027Z\" fill=\"#00B9EE\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ug26n7\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1seshjl\",\"data-border\":true,\"data-framer-name\":\"Nav-Item-dropdown\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkln4k\",\"data-styles-preset\":\"zUHJVnU8x\",style:{\"--framer-text-alignment\":\"left\"},children:\"Jasmine Doiron\"})}),className:\"framer-1a6oi9y\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"I have been coming to KA dental since high school and its been about 5 yrs since ive found Andrea and she is the best hygienist I've had she is always honest with me and she takes great care to make sure my teeth are taken great care of.\"})}),className:\"framer-19f1vkn\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-esqy9a\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:470,svg:'<svg width=\"470\" height=\"32\" viewBox=\"0 0 470 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0003 23.027L24.2403 28.0003L22.0537 18.627L29.3337 12.3203L19.747 11.4937L16.0003 2.66699L12.2537 11.4937L2.66699 12.3203L9.93366 18.627L7.76033 28.0003L16.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M48.0003 23.027L56.2403 28.0003L54.0537 18.627L61.3337 12.3203L51.747 11.4937L48.0003 2.66699L44.2537 11.4937L34.667 12.3203L41.9337 18.627L39.7603 28.0003L48.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M80.0003 23.027L88.2403 28.0003L86.0537 18.627L93.3337 12.3203L83.747 11.4937L80.0003 2.66699L76.2537 11.4937L66.667 12.3203L73.9337 18.627L71.7603 28.0003L80.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M112 23.027L120.24 28.0003L118.054 18.627L125.334 12.3203L115.747 11.4937L112 2.66699L108.254 11.4937L98.667 12.3203L105.934 18.627L103.76 28.0003L112 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M144 23.027L152.24 28.0003L150.054 18.627L157.334 12.3203L147.747 11.4937L144 2.66699L140.254 11.4937L130.667 12.3203L137.934 18.627L135.76 28.0003L144 23.027Z\" fill=\"#00B9EE\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-su5vfn\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-wma252\",\"data-border\":true,\"data-framer-name\":\"Nav-Item-dropdown\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkln4k\",\"data-styles-preset\":\"zUHJVnU8x\",style:{\"--framer-text-alignment\":\"left\"},children:\"DJ\"})}),className:\"framer-s9y6b8\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"The doctors and assistants were super great! I loved how they handle every procedure and made sure I was feeling no pain at all. 10/10 overall experience 💯\"})}),className:\"framer-2zfqp3\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-1q10j6o\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:470,svg:'<svg width=\"470\" height=\"32\" viewBox=\"0 0 470 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0003 23.027L24.2403 28.0003L22.0537 18.627L29.3337 12.3203L19.747 11.4937L16.0003 2.66699L12.2537 11.4937L2.66699 12.3203L9.93366 18.627L7.76033 28.0003L16.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M48.0003 23.027L56.2403 28.0003L54.0537 18.627L61.3337 12.3203L51.747 11.4937L48.0003 2.66699L44.2537 11.4937L34.667 12.3203L41.9337 18.627L39.7603 28.0003L48.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M80.0003 23.027L88.2403 28.0003L86.0537 18.627L93.3337 12.3203L83.747 11.4937L80.0003 2.66699L76.2537 11.4937L66.667 12.3203L73.9337 18.627L71.7603 28.0003L80.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M112 23.027L120.24 28.0003L118.054 18.627L125.334 12.3203L115.747 11.4937L112 2.66699L108.254 11.4937L98.667 12.3203L105.934 18.627L103.76 28.0003L112 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M144 23.027L152.24 28.0003L150.054 18.627L157.334 12.3203L147.747 11.4937L144 2.66699L140.254 11.4937L130.667 12.3203L137.934 18.627L135.76 28.0003L144 23.027Z\" fill=\"#00B9EE\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1ve5b3c\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-psxqz6\",\"data-border\":true,\"data-framer-name\":\"Nav-Item-dropdown\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkln4k\",\"data-styles-preset\":\"zUHJVnU8x\",style:{\"--framer-text-alignment\":\"left\"},children:\"Faye Constantino\"})}),className:\"framer-hs84wb\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"Dr. Agarwan and Deborah are Miracles sent from God and angels on earth. The staff of KA Dental has a patient experience first attitude. You will never be shamed for your dental health here.\"})}),className:\"framer-1faqtqq\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-15x05xg\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:470,svg:'<svg width=\"470\" height=\"32\" viewBox=\"0 0 470 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0003 23.027L24.2403 28.0003L22.0537 18.627L29.3337 12.3203L19.747 11.4937L16.0003 2.66699L12.2537 11.4937L2.66699 12.3203L9.93366 18.627L7.76033 28.0003L16.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M48.0003 23.027L56.2403 28.0003L54.0537 18.627L61.3337 12.3203L51.747 11.4937L48.0003 2.66699L44.2537 11.4937L34.667 12.3203L41.9337 18.627L39.7603 28.0003L48.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M80.0003 23.027L88.2403 28.0003L86.0537 18.627L93.3337 12.3203L83.747 11.4937L80.0003 2.66699L76.2537 11.4937L66.667 12.3203L73.9337 18.627L71.7603 28.0003L80.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M112 23.027L120.24 28.0003L118.054 18.627L125.334 12.3203L115.747 11.4937L112 2.66699L108.254 11.4937L98.667 12.3203L105.934 18.627L103.76 28.0003L112 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M144 23.027L152.24 28.0003L150.054 18.627L157.334 12.3203L147.747 11.4937L144 2.66699L140.254 11.4937L130.667 12.3203L137.934 18.627L135.76 28.0003L144 23.027Z\" fill=\"#00B9EE\"/>\\n</svg>\\n',withExternalLayout:true})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-w8wrhg\",\"data-framer-name\":\"Review\",children:[/*#__PURE__*/_jsx(motion.div,{className:\"framer-1p6c91f\",\"data-border\":true,\"data-framer-name\":\"Nav-Item-dropdown\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-1vkln4k\",\"data-styles-preset\":\"zUHJVnU8x\",style:{\"--framer-text-alignment\":\"left\"},children:\"Reynel Santiago\"})}),className:\"framer-1pvyao2\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"I called KA Dental at 2:30 PM needing emergency care and by 4:30 I was in the best dental care chair.  They extracted a cavity tooth that was beyond repair and had me out by 5:45 with no pain.\"})}),className:\"framer-vwyq4j\",\"data-framer-name\":\"page\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(SVG,{className:\"framer-f2q71z\",\"data-framer-name\":\"stars\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:32,intrinsicWidth:470,svg:'<svg width=\"470\" height=\"32\" viewBox=\"0 0 470 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M16.0003 23.027L24.2403 28.0003L22.0537 18.627L29.3337 12.3203L19.747 11.4937L16.0003 2.66699L12.2537 11.4937L2.66699 12.3203L9.93366 18.627L7.76033 28.0003L16.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M48.0003 23.027L56.2403 28.0003L54.0537 18.627L61.3337 12.3203L51.747 11.4937L48.0003 2.66699L44.2537 11.4937L34.667 12.3203L41.9337 18.627L39.7603 28.0003L48.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M80.0003 23.027L88.2403 28.0003L86.0537 18.627L93.3337 12.3203L83.747 11.4937L80.0003 2.66699L76.2537 11.4937L66.667 12.3203L73.9337 18.627L71.7603 28.0003L80.0003 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M112 23.027L120.24 28.0003L118.054 18.627L125.334 12.3203L115.747 11.4937L112 2.66699L108.254 11.4937L98.667 12.3203L105.934 18.627L103.76 28.0003L112 23.027Z\" fill=\"#00B9EE\"/>\\n<path d=\"M144 23.027L152.24 28.0003L150.054 18.627L157.334 12.3203L147.747 11.4937L144 2.66699L140.254 11.4937L130.667 12.3203L137.934 18.627L135.76 28.0003L144 23.027Z\" fill=\"#00B9EE\"/>\\n</svg>\\n',withExternalLayout:true})]})],speed:120,style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"TA2eQUmEc\"},implicitPathVariables:undefined},{href:{webPageId:\"TA2eQUmEc\"},implicitPathVariables:undefined},{href:{webPageId:\"TA2eQUmEc\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-x9fove-container\",nodeId:\"rRcM1bOo3\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{zrwSqQP4q:resolvedLinks6[1]},ZtHnHYYfN:{zrwSqQP4q:resolvedLinks6[2]}},children:/*#__PURE__*/_jsx(Button,{BUcfOmnxW:\"CallMade\",cKSk2xrsQ:false,cshEhIKtQ:\"TagFaces\",FxszyY9iy:\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\",height:\"100%\",id:\"rRcM1bOo3\",ig5Zwi4eW:\"Smile Success Stories\",KV8vJEVpH:16,layoutId:\"rRcM1bOo3\",UmFceyb3H:false,variant:\"CkJx_zQlW\",width:\"100%\",XfYbeY6yQ:12,zrwSqQP4q:resolvedLinks6[0]})})})})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-e8hwt7\",\"data-framer-name\":\"your-first-visit\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8dg0wp\",\"data-framer-name\":\"new-patient-special\",id:elementId2,ref:ref3,children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y95grw\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-s4kwh5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1c7ehsx\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-15ixs6f\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l4hcvv\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(max((max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px) - 24px) / 1.5, 1px) - 24px) / 2, 1px) - 32px)`},ZtHnHYYfN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 16px, 1440px) - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:`calc(max((max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px) - 48px) / 1.5, 1px) - 64px) / 2, 1px) - 32px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1bfkkp9-container\",nodeId:\"cvGT_afdb\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionTitle,{height:\"100%\",id:\"cvGT_afdb\",layoutId:\"cvGT_afdb\",MerGw_uq9:\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\",style:{width:\"100%\"},UteyEDKc8:\"Emergency\",variant:\"rWqLTaTVe\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.6px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"$29 Special\"})}),className:\"framer-thif2n\",fonts:[\"FS;Bebas Neue-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Full Comprehensive Exam\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"X-Rays for the concerned Area\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Same Day Treatment*\"})})]})}),className:\"framer-1lgzt38\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-18xwztd\",\"data-border\":true,children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{width:`calc(max((max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px) - 24px) / 1.5, 1px) - 24px) / 2, 1px) - 32px)`},ZtHnHYYfN:{width:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 16px, 1440px) - 64px)`}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:58,width:`calc(max((max((min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 64px, 1440px) - 48px) / 1.5, 1px) - 64px) / 2, 1px) - 32px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1s8v6zb-container\",nodeId:\"h488jsB82\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(SectionTitle,{height:\"100%\",id:\"h488jsB82\",layoutId:\"h488jsB82\",MerGw_uq9:\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\",style:{width:\"100%\"},UteyEDKc8:\"New Patient\",variant:\"rWqLTaTVe\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"RlM7QmViYXMgTmV1ZS1yZWd1bGFy\",\"--framer-font-family\":'\"Bebas Neue\", \"Bebas Neue Placeholder\", sans-serif',\"--framer-font-size\":\"48px\",\"--framer-letter-spacing\":\"-1.6px\",\"--framer-line-height\":\"1em\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"$149 Special\"})}),className:\"framer-ggvee\",fonts:[\"FS;Bebas Neue-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v23\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"ul\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:[/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Full Comprehensive Exam\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"X-Rays\"})}),/*#__PURE__*/_jsx(\"li\",{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-text-color\":\"var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, rgb(255, 255, 255))\"},children:\"Full Dental Cleaning\"})})]})}),className:\"framer-1ie2qp3\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1vz1zfn\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined},{href:{hash:\":ktT2BDkMB\",webPageId:\"augiA20Il\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-15817y5-container\",nodeId:\"CktHNXtw6\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{zrwSqQP4q:resolvedLinks7[1]},ZtHnHYYfN:{zrwSqQP4q:resolvedLinks7[2]}},children:/*#__PURE__*/_jsx(Button,{BUcfOmnxW:\"CallMade\",cKSk2xrsQ:false,cshEhIKtQ:\"Call\",FxszyY9iy:\"var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, rgb(10, 14, 18))\",height:\"100%\",id:\"CktHNXtw6\",ig5Zwi4eW:\"See a Dentist Today\",KV8vJEVpH:16,layoutId:\"CktHNXtw6\",UmFceyb3H:false,variant:\"CkJx_zQlW\",width:\"100%\",XfYbeY6yQ:12,zrwSqQP4q:resolvedLinks7[0]})})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"iqNC1mFge\"},implicitPathVariables:undefined},{href:{webPageId:\"iqNC1mFge\"},implicitPathVariables:undefined},{href:{webPageId:\"iqNC1mFge\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:49,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1vcpy7h-container\",nodeId:\"tmxqdYgWw\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{zrwSqQP4q:resolvedLinks8[1]},ZtHnHYYfN:{zrwSqQP4q:resolvedLinks8[2]}},children:/*#__PURE__*/_jsx(Button,{BUcfOmnxW:\"CallMade\",cKSk2xrsQ:false,cshEhIKtQ:\"Call\",FxszyY9iy:\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",height:\"100%\",id:\"tmxqdYgWw\",ig5Zwi4eW:\"Learn More About the Specials\",KV8vJEVpH:16,layoutId:\"tmxqdYgWw\",UmFceyb3H:false,variant:\"FlFbOUkpb\",width:\"100%\",XfYbeY6yQ:12,zrwSqQP4q:resolvedLinks8[0]})})})})})]})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-jvhfwt\",\"data-styles-preset\":\"RNnVKUlg5\",style:{\"--framer-text-color\":\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\"},children:\"*Your Dentist will discuss and be able to perform any treatment necessary for the emergency under the $29 New Patient Special, billing seperate\"})}),className:\"framer-8164y9\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(Image,{background:{alt:\"young teen girl smiling with her bright teeth\",fit:\"fill\",intrinsicHeight:2600,intrinsicWidth:3883,pixelHeight:2752,pixelWidth:4128,src:\"https://framerusercontent.com/images/2RdfGaXG7b8WnXU2YPS7avnN600.jpeg?scale-down-to=1024\"},className:\"framer-1qd2vfx\",\"data-framer-name\":\"ka_dental_new_patient_special\"})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1652,intrinsicWidth:1010,pixelHeight:1652,pixelWidth:1010,sizes:\"309.9609px\",src:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png\",srcSet:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png?scale-down-to=1024 626w,https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png 1010w\"}},ZtHnHYYfN:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1652,intrinsicWidth:1010,pixelHeight:1652,pixelWidth:1010,sizes:`calc(min(min(${componentViewport?.width||\"100vw\"}, 1440px) - 16px, 1440px) - 7px)`,src:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png\",srcSet:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png?scale-down-to=1024 626w,https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png 1010w\"},transformTemplate:undefined}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:1652,intrinsicWidth:1010,pixelHeight:1652,pixelWidth:1010,sizes:\"405.9405px\",src:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png\",srcSet:\"https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png?scale-down-to=1024 626w,https://framerusercontent.com/images/PLflvYqzmP91Ot2XnXO2cgx7ec.png 1010w\"},className:\"framer-1wr5rgz\",\"data-framer-name\":\"ka_dental_icon_logo\",transformTemplate:transformTemplate1})})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-br7pfk\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ewbfaf\",\"data-border\":true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:65,intrinsicWidth:65,pixelHeight:65,pixelWidth:65,src:\"https://framerusercontent.com/images/dlTWRBQJiy6EhNL6swPQJGQ2UaU.svg\"},className:\"framer-11lta3e\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v24\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-11siv4n\",\"data-styles-preset\":\"dvwRyRKuV\",style:{\"--framer-text-alignment\":\"center\",\"--framer-text-color\":\"var(--token-48f2bb7d-0d44-4e71-8f05-d45018e383dd, rgb(12, 101, 141))\"},children:\"In House Dental Lab\"})}),className:\"framer-jxd9tm\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v25\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",children:\"A Modern all digital in house dental lab for speedy high quality dentistry.\"})}),className:\"framer-ysze7m\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-4266mf\",\"data-border\":true,children:[/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",intrinsicHeight:65,intrinsicWidth:65,pixelHeight:65,pixelWidth:65,src:\"https://framerusercontent.com/images/7Lc87siyeFyDehGY2B3IJaMTo.svg\"},className:\"framer-1f2j2eo\"}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v26\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{className:\"framer-styles-preset-11siv4n\",\"data-styles-preset\":\"dvwRyRKuV\",style:{\"--framer-text-color\":\"var(--token-48f2bb7d-0d44-4e71-8f05-d45018e383dd, rgb(12, 101, 141))\"},children:\"Sedation\"})}),className:\"framer-re1aym\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:getLocalizedValue(\"v27\",activeLocale)??/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-b4lfoz\",\"data-styles-preset\":\"naAJFS7GR\",style:{\"--framer-text-alignment\":\"center\"},children:\"A board-certified sedation specialist on the team for your comfort.\"})}),className:\"framer-123wma2\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true})]})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1996,width:`min(${componentViewport?.width||\"100vw\"}, 1440px)`,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1ey8wvt-container\",nodeId:\"DWR0nyYDY\",scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{BGXmQHKCn:{FVZZ0bed1:32},ZtHnHYYfN:{FVZZ0bed1:16,variant:\"vSnWoZt2A\"}},children:/*#__PURE__*/_jsx(DoctorsSection,{bj_6nkGH0:\"var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, rgb(246, 246, 246))\",FVZZ0bed1:64,height:\"100%\",id:\"DWR0nyYDY\",layoutId:\"DWR0nyYDY\",style:{maxWidth:\"100%\",width:\"100%\"},variant:\"Gd89aGVp2\",width:\"100%\",WSq_bec84:getLocalizedValue(\"v28\",activeLocale)??\"Meet the doctors at KA Dental Group, rapidly expanding with multiple specialty services across Palm Beach County. We proudly serve patients at four accessible locations: Palm Beach Gardens, Royal Palm Beach, West Palm Beach, and our latest addition in Boynton Beach.\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-2wkctg\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:1477,width:componentViewport?.width||\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-17hyxjy-container\",id:elementId3,nodeId:\"PexwgIyp1\",ref:ref4,scopeId:\"augiA20Il\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{ZtHnHYYfN:{GVn3vn4kV:32}},children:/*#__PURE__*/_jsx(Footer,{GVn3vn4kV:64,height:\"100%\",id:\"PexwgIyp1\",layoutId:\"PexwgIyp1\",style:{width:\"100%\"},width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CSVvP.framer-lux5qc, .framer-CSVvP .framer-lux5qc { display: block; }\",\".framer-CSVvP.framer-72rtr7 { align-content: center; align-items: center; background-color: var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, #f6f6f6); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1440px; }\",\".framer-CSVvP .framer-1bfnxnu-container { flex: none; height: 72px; left: calc(50.00000000000002% - 100% / 2); position: fixed; top: 0px; width: 100%; z-index: 10; }\",\".framer-CSVvP .framer-56lcu1 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-b281hm { -webkit-backdrop-filter: blur(0px); align-content: center; align-items: center; backdrop-filter: blur(0px); background-color: var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, #0a0e12); 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: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 72px 0px 0px 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-13hqlgn { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 64px; height: auto; justify-content: flex-end; overflow: hidden; padding: 32px; position: relative; width: 1px; }\",\".framer-CSVvP .framer-1fr2bj1, .framer-CSVvP .framer-1ud7ham, .framer-CSVvP .framer-jjv4qs, .framer-CSVvP .framer-8164y9 { -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-CSVvP .framer-x2faxa { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 56px; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 589px; }\",\".framer-CSVvP .framer-1qus4dc-container, .framer-CSVvP .framer-rzd56n-container, .framer-CSVvP .framer-x9fove-container, .framer-CSVvP .framer-15817y5-container, .framer-CSVvP .framer-1vcpy7h-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-CSVvP .framer-16z1kyu { align-content: center; align-items: center; display: flex; flex: 2 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px; position: relative; width: 1px; }\",\".framer-CSVvP .framer-1df09dd { 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; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-CSVvP .framer-2n2req { --border-bottom-width: 2px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; aspect-ratio: 1.40625 / 1; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; height: var(--framer-aspect-ratio-supported, 645px); position: relative; width: 100%; }\",\".framer-CSVvP .framer-18luxko { --border-bottom-width: 2px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, #0a0e12); border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; bottom: 31px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; left: -19px; overflow: visible; padding: 8px 32px 8px 32px; position: absolute; width: min-content; z-index: 0; }\",\".framer-CSVvP .framer-142h49q, .framer-CSVvP .framer-1pl3we2 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-CSVvP .framer-14rh5gy { --border-bottom-width: 2px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 2px; --border-right-width: 2px; --border-style: solid; --border-top-width: 2px; align-content: center; align-items: center; background-color: var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, #0a0e12); border-bottom-left-radius: 64px; border-bottom-right-radius: 64px; border-top-left-radius: 64px; border-top-right-radius: 64px; bottom: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 8px 32px 8px 32px; position: absolute; right: 32px; width: min-content; z-index: 0; }\",\".framer-CSVvP .framer-1puoru4, .framer-CSVvP .framer-1sa33j8 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; z-index: 0; }\",\".framer-CSVvP .framer-lpvpq8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 32px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-wiw4m9 { align-content: center; align-items: center; background-color: var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, #ffffff); border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; box-shadow: 0px 8px 32px -8px rgba(0, 0, 0, 0.25); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-cr010e { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; max-width: 1920px; overflow: hidden; padding: 8px; position: relative; width: 1px; }\",\".framer-CSVvP .framer-1k6zxn2 { --border-bottom-width: 1px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; 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: hidden; padding: 0px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1s58vlt, .framer-CSVvP .framer-1q0povx { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CSVvP .framer-b8roxk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: wrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1aty1ml, .framer-CSVvP .framer-1rr6nve, .framer-CSVvP .framer-1gc1ipy { --border-bottom-width: 1px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 4px 8px 4px 8px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-2xzi0z, .framer-CSVvP .framer-amadyc, .framer-CSVvP .framer-kiyfwa, .framer-CSVvP .framer-12nbvam, .framer-CSVvP .framer-nodp8v, .framer-CSVvP .framer-1abyh62, .framer-CSVvP .framer-1pw9sar, .framer-CSVvP .framer-x0um7b, .framer-CSVvP .framer-z2d6i, .framer-CSVvP .framer-9615ri { -webkit-user-select: auto; flex: none; height: auto; pointer-events: auto; position: relative; user-select: auto; white-space: pre; width: auto; }\",\".framer-CSVvP .framer-1hnv2a8 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-whkiz { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 262px; }\",\".framer-CSVvP .framer-1e4qjfu, .framer-CSVvP .framer-1n8cc3b, .framer-CSVvP .framer-rdtd2, .framer-CSVvP .framer-wpxeyv, .framer-CSVvP .framer-dfkv4q { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\".framer-CSVvP .framer-14rjs2y, .framer-CSVvP .framer-g2kc0, .framer-CSVvP .framer-q0f8zb, .framer-CSVvP .framer-1du2g04, .framer-CSVvP .framer-udstb4, .framer-CSVvP .framer-z9p3i8 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-CSVvP .framer-yhkeoy, .framer-CSVvP .framer-4hssj7 { flex: none; height: 32px; position: relative; width: 32px; }\",\".framer-CSVvP .framer-fgtyhj-container, .framer-CSVvP .framer-xmvqqy-container { flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-CSVvP .framer-mx4ye4-container, .framer-CSVvP .framer-jdxmn2-container, .framer-CSVvP .framer-1ey8wvt-container { flex: none; height: auto; max-width: 1440px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-146rp1p { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-6xbss { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-goiqaq { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 64px 32px 64px 64px; position: relative; width: 800px; }\",\".framer-CSVvP .framer-f1fci2 { 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: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-kz5evs { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: 539px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1xlsxsy-container, .framer-CSVvP .framer-o06lx6-container, .framer-CSVvP .framer-1l831b9-container, .framer-CSVvP .framer-1qek01r-container, .framer-CSVvP .framer-10k36jj-container, .framer-CSVvP .framer-1bfkkp9-container, .framer-CSVvP .framer-1s8v6zb-container, .framer-CSVvP .framer-17hyxjy-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1xlxuzl { align-self: stretch; border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: 1 0 0px; height: auto; position: relative; width: 1px; }\",\".framer-CSVvP .framer-12gee2s, .framer-CSVvP .framer-e8hwt7 { align-content: center; align-items: center; background-color: var(--token-bb15b542-3990-43f0-9612-5edeb3c9917b, #f6f6f6); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 32px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-ddozfr { -webkit-user-select: none; flex: none; height: auto; max-width: 1440px; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CSVvP .framer-1wad1o-container { flex: none; height: 400px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1u6kv5, .framer-CSVvP .framer-1ug26n7, .framer-CSVvP .framer-su5vfn, .framer-CSVvP .framer-1ve5b3c, .framer-CSVvP .framer-w8wrhg { align-content: flex-start; align-items: flex-start; background-color: var(--token-a68d4ae8-0807-444c-9f9b-31ac080ae51e, #ffffff); border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 8px 8px 32px -8px rgba(0, 0, 0, 0.2), -8px -8px 32px 0px rgba(255, 255, 255, 0.5); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 16px; position: relative; width: 350px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-19qpgz7, .framer-CSVvP .framer-1seshjl, .framer-CSVvP .framer-wma252, .framer-CSVvP .framer-psxqz6, .framer-CSVvP .framer-1p6c91f { --border-bottom-width: 1px; --border-color: #02b9ef; --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 8px 0px 8px 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1xforfw, .framer-CSVvP .framer-1a6oi9y, .framer-CSVvP .framer-s9y6b8, .framer-CSVvP .framer-hs84wb, .framer-CSVvP .framer-1pvyao2 { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: 1 0 0px; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 1px; word-break: break-word; word-wrap: break-word; }\",\".framer-CSVvP .framer-14chuqr, .framer-CSVvP .framer-19f1vkn, .framer-CSVvP .framer-2zfqp3, .framer-CSVvP .framer-1faqtqq, .framer-CSVvP .framer-vwyq4j { --framer-paragraph-spacing: 0px; -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-CSVvP .framer-p6vle6, .framer-CSVvP .framer-esqy9a, .framer-CSVvP .framer-1q10j6o, .framer-CSVvP .framer-15x05xg, .framer-CSVvP .framer-f2q71z { flex: none; height: 32px; position: relative; width: 470px; }\",\".framer-CSVvP .framer-8dg0wp { align-content: center; align-items: center; background-color: var(--token-db8b41af-6926-42a8-92f9-61563a8b05fe, #0a0e12); 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: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; max-width: 1440px; overflow: hidden; padding: 8px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-y95grw { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-CSVvP .framer-s4kwh5 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: 2 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: auto; justify-content: flex-end; overflow: hidden; padding: 16px; position: relative; width: 1px; }\",\".framer-CSVvP .framer-1c7ehsx { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: 1px; justify-content: flex-end; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-15ixs6f { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-l4hcvv, .framer-CSVvP .framer-18xwztd { --border-bottom-width: 1px; --border-color: var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; -webkit-backdrop-filter: blur(5px); align-content: flex-start; align-items: flex-start; backdrop-filter: blur(5px); background-color: rgba(2, 185, 239, 0.1); border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 16px; position: relative; width: 1px; will-change: var(--framer-will-change-override, transform); }\",\".framer-CSVvP .framer-thif2n, .framer-CSVvP .framer-1lgzt38, .framer-CSVvP .framer-ggvee, .framer-CSVvP .framer-1ie2qp3, .framer-CSVvP .framer-jxd9tm, .framer-CSVvP .framer-re1aym { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-CSVvP .framer-1vz1zfn { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-CSVvP .framer-1qd2vfx { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; box-shadow: 0px 0px 256px -32px var(--token-038d262b-b44d-4a25-a819-09c5f979744b, #02b9ef); flex: 1 0 0px; height: 676px; overflow: visible; position: relative; width: 1px; }\",\".framer-CSVvP .framer-1wr5rgz { aspect-ratio: 0.6113801452784504 / 1; flex: none; height: 96%; left: 485px; overflow: visible; position: absolute; top: 50%; transform: translateY(-50%); width: var(--framer-aspect-ratio-supported, 406px); z-index: 1; }\",\".framer-CSVvP .framer-br7pfk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-CSVvP .framer-1ewbfaf, .framer-CSVvP .framer-4266mf { --border-bottom-width: 1px; --border-color: #ffffff; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: #f6f6f6; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: -8px -8px 16px 0px #ffffff, 8px 8px 32px 0px rgba(2, 185, 239, 0.2); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: center; overflow: visible; padding: 16px; position: relative; width: min-content; }\",\".framer-CSVvP .framer-11lta3e, .framer-CSVvP .framer-1f2j2eo { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 65px); position: relative; width: 65px; }\",\".framer-CSVvP .framer-ysze7m, .framer-CSVvP .framer-123wma2 { -webkit-user-select: none; flex: none; height: auto; pointer-events: auto; position: relative; user-select: none; white-space: pre-wrap; width: 266px; word-break: break-word; word-wrap: break-word; }\",\".framer-CSVvP .framer-2wkctg { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,'.framer-CSVvP[data-border=\"true\"]::after, .framer-CSVvP [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; }',\"@media (min-width: 810px) and (max-width: 1439px) { .framer-CSVvP.framer-72rtr7 { width: 810px; } .framer-CSVvP .framer-b281hm, .framer-CSVvP .framer-6xbss { flex-direction: column; } .framer-CSVvP .framer-13hqlgn { align-self: unset; flex: none; gap: 16px; height: min-content; padding: 16px; width: 100%; } .framer-CSVvP .framer-16z1kyu { flex: none; width: 100%; } .framer-CSVvP .framer-2n2req { height: var(--framer-aspect-ratio-supported, 565px); } .framer-CSVvP .framer-18luxko { bottom: 32px; left: 32px; } .framer-CSVvP .framer-wiw4m9 { align-content: flex-end; align-items: flex-end; gap: 16px; } .framer-CSVvP .framer-goiqaq { padding: 24px 24px 0px 24px; width: 100%; } .framer-CSVvP .framer-1xlxuzl { align-self: unset; flex: none; height: 888px; width: 100%; } .framer-CSVvP .framer-12gee2s { padding: 24px; } .framer-CSVvP .framer-y95grw, .framer-CSVvP .framer-15ixs6f { gap: 8px; } .framer-CSVvP .framer-s4kwh5 { padding: 8px; } .framer-CSVvP .framer-1qd2vfx { height: 512px; } .framer-CSVvP .framer-1wr5rgz { height: 96%; left: 218px; width: var(--framer-aspect-ratio-supported, 310px); } .framer-CSVvP .framer-br7pfk { flex-wrap: wrap; gap: 16px; width: 100%; }}\",\"@media (max-width: 809px) { .framer-CSVvP.framer-72rtr7 { width: 390px; } .framer-CSVvP .framer-1bfnxnu-container { height: auto; left: 50%; transform: translateX(-50%); } .framer-CSVvP .framer-b281hm { flex-direction: column; padding: 0px; } .framer-CSVvP .framer-13hqlgn { align-self: unset; flex: none; gap: 8px; height: min-content; padding: 80px 8px 16px 8px; width: 100%; } .framer-CSVvP .framer-x2faxa { flex-direction: column; height: min-content; width: min-content; } .framer-CSVvP .framer-16z1kyu, .framer-CSVvP .framer-cr010e, .framer-CSVvP .framer-fgtyhj-container { flex: none; width: 100%; } .framer-CSVvP .framer-2n2req { height: var(--framer-aspect-ratio-supported, 142px); } .framer-CSVvP .framer-18luxko { left: 8px; } .framer-CSVvP .framer-14rh5gy { bottom: 31px; right: 8px; } .framer-CSVvP .framer-lpvpq8, .framer-CSVvP .framer-e8hwt7, .framer-CSVvP .framer-1ewbfaf, .framer-CSVvP .framer-4266mf { padding: 8px; } .framer-CSVvP .framer-wiw4m9 { background-color: unset; box-shadow: unset; flex-direction: column; padding: 0px; } .framer-CSVvP .framer-1e4qjfu, .framer-CSVvP .framer-1n8cc3b, .framer-CSVvP .framer-rdtd2, .framer-CSVvP .framer-wpxeyv, .framer-CSVvP .framer-dfkv4q { height: var(--framer-aspect-ratio-supported, 48px); } .framer-CSVvP .framer-6xbss, .framer-CSVvP .framer-y95grw, .framer-CSVvP .framer-15ixs6f, .framer-CSVvP .framer-1vz1zfn { flex-direction: column; } .framer-CSVvP .framer-goiqaq { padding: 16px 16px 0px 16px; width: 100%; } .framer-CSVvP .framer-kz5evs { height: min-content; } .framer-CSVvP .framer-1xlxuzl { align-self: unset; flex: none; height: 805px; width: 100%; } .framer-CSVvP .framer-12gee2s { gap: 32px; padding: 32px 16px 32px 16px; } .framer-CSVvP .framer-s4kwh5 { align-self: unset; flex: none; gap: 0px; height: min-content; justify-content: center; padding: 8px; width: 100%; } .framer-CSVvP .framer-1c7ehsx { flex: none; height: min-content; } .framer-CSVvP .framer-l4hcvv, .framer-CSVvP .framer-18xwztd { border-bottom-left-radius: 16px; border-bottom-right-radius: 16px; border-top-left-radius: 16px; border-top-right-radius: 16px; flex: none; width: 100%; } .framer-CSVvP .framer-1qd2vfx { flex: none; height: 390px; width: 100%; } .framer-CSVvP .framer-1wr5rgz { aspect-ratio: 0.6391242937853108 / 1; height: var(--framer-aspect-ratio-supported, 574px); left: 4px; right: 3px; top: 0px; transform: unset; width: unset; } .framer-CSVvP .framer-br7pfk { flex-direction: column; gap: 16px; width: 100%; } .framer-CSVvP .framer-11lta3e, .framer-CSVvP .framer-1f2j2eo { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 8622\n * @framerIntrinsicWidth 1440\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"BGXmQHKCn\":{\"layout\":[\"fixed\",\"auto\"]},\"ZtHnHYYfN\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerAutoSizeImages true\n * @framerComponentViewportWidth true\n * @framerColorSyntax true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections {\"KzyqFr17L\":{\"pattern\":\":KzyqFr17L\",\"name\":\"hero\"},\"ktT2BDkMB\":{\"pattern\":\":ktT2BDkMB\",\"name\":\"appointment\"},\"kA0hT6Vls\":{\"pattern\":\":kA0hT6Vls\",\"name\":\"new-patient-special\"},\"PexwgIyp1\":{\"pattern\":\":PexwgIyp1\",\"name\":\"footer\"}}\n * @framerResponsiveScreen\n */const FrameraugiA20Il=withCSS(Component,css,\"framer-CSVvP\");export default FrameraugiA20Il;FrameraugiA20Il.displayName=\"Home\";FrameraugiA20Il.defaultProps={height:8622,width:1440};addFonts(FrameraugiA20Il,[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/5vvr9Vy74if2I6bQbJvbw7SY1pQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/EOr0mi4hNtlgWNn9if640EZzXCo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Y9k9QrlZAqio88Klkmbd8VoMQc.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/OYrD2tBIBPvoJXiIHnLoOXnY9M.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF\",url:\"https://framerusercontent.com/assets/JeYwfuaPfZHQhEG8U5gtPDZ7WQ.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD\",url:\"https://framerusercontent.com/assets/vQyevYAyHtARFwPqUzQGpnDs.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB\",url:\"https://framerusercontent.com/assets/b6Y37FthZeALduNqHicBT6FutY.woff2\",weight:\"400\"},{family:\"Poppins\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/K4RHKGAGLQZBXEZQT2O2AGSLKJF2E4YC/JRUTXNFPWLFGIEVSSEYOW7EP7TYM3V6A/UCDYLFFGLZRGCFY5GYDYM5LDB52BAR5M.woff2\",weight:\"500\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"},{family:\"Bebas Neue\",source:\"fontshare\",style:\"normal\",url:\"https://framerusercontent.com/third-party-assets/fontshare/wf/AWXLDXTI2CYJ5SHK74YUPGPFS5S5BWLL/M6ZJD4UOFNT4DPUXGTK7T46JZ3W3QW64/2TXZKBJMJVP3NQX7K7MGJDQFMD4ZMJR7.woff2\",weight:\"400\"}]},...HeaderFonts,...ButtonFonts,...ContactFormFonts,...LocationsSectionFonts,...SectionTitleFonts,...ServiceItemFonts,...TickerFonts,...DoctorsSectionFonts,...FooterFonts,...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),...getFontsFromSharedStyle(sharedStyle9.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FrameraugiA20Il\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"BGXmQHKCn\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"ZtHnHYYfN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerScrollSections\":\"{\\\"KzyqFr17L\\\":{\\\"pattern\\\":\\\":KzyqFr17L\\\",\\\"name\\\":\\\"hero\\\"},\\\"ktT2BDkMB\\\":{\\\"pattern\\\":\\\":ktT2BDkMB\\\",\\\"name\\\":\\\"appointment\\\"},\\\"kA0hT6Vls\\\":{\\\"pattern\\\":\\\":kA0hT6Vls\\\",\\\"name\\\":\\\"new-patient-special\\\"},\\\"PexwgIyp1\\\":{\\\"pattern\\\":\\\":PexwgIyp1\\\",\\\"name\\\":\\\"footer\\\"}}\",\"framerDisplayContentsDiv\":\"false\",\"framerAutoSizeImages\":\"true\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"8622\",\"framerColorSyntax\":\"true\",\"framerResponsiveScreen\":\"\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1440\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}