{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js", "ssg:https://framerusercontent.com/modules/uCmSJJZ22CqMtmaqlDfN/tVJIVfS93Q3VWmCCIbLx/r1ydFn1EA.js", "ssg:https://framerusercontent.com/modules/1qwu7PmKDjJKA4sB0GEU/CjYOzSTxvHvJnBLYDJLt/t6iV45PDl.js", "ssg:https://framerusercontent.com/modules/gAJSJsnoyd9KLDkuKEcY/GpNYYqxA6YqZioNYJz9Q/mTqFgu2_G.js"],
  "sourcesContent": ["import{jsx as _jsx}from\"react/jsx-runtime\";import{addPropertyControls,ControlType,motion}from\"framer\";import{containerStyles,useRadius,borderRadiusControl}from\"https://framer.com/m/framer/default-utils.js@^0.45.0\";import{useMemo}from\"react\";const coordinatesRegex=/^((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?),\\s*((?:\\-?|\\+?)?\\d+(?:\\.\\d+)?)$/;/**\n * GOOGLE MAPS\n *\n * @framerIntrinsicWidth 600\n * @framerIntrinsicHeight 400\n *\n * @framerSupportedLayoutWidth fixed\n * @framerSupportedLayoutHeight fixed\n */ export default function GoogleMaps({coordinates,zoom,style,...props}){const borderRadius=useRadius(props);const[latitude1,longitude1]=useMemo(()=>{var ref;const[,latitude,longitude]=(ref=coordinates.match(coordinatesRegex))!==null&&ref!==void 0?ref:[null,\"\",\"\",];return[latitude,longitude];},[coordinates]);return(/*#__PURE__*/ _jsx(motion.div,{style:{...style,...containerStyles,overflow:\"hidden\",borderRadius},...props,children:/*#__PURE__*/ _jsx(\"iframe\",{style:{height:\"100%\",width:\"100%\",border:0},src:`https://maps.google.com/maps?q=${latitude1},${longitude1}&z=${zoom}&output=embed`})}));};addPropertyControls(GoogleMaps,{coordinates:{type:ControlType.String,title:\"Coordinates\",placeholder:\"52.37588, 4.891295\",defaultValue:\"52.37588, 4.891295\",description:\"GPS coordinates can be found directly in [Google Maps](https://maps.google.com).\"},zoom:{type:ControlType.Number,step:1,min:0,max:25,title:\"Zoom\",defaultValue:15},...borderRadiusControl});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"GoogleMaps\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"600\",\"framerSupportedLayoutWidth\":\"fixed\",\"framerIntrinsicHeight\":\"400\",\"framerContractVersion\":\"1\",\"framerSupportedLayoutHeight\":\"fixed\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./GoogleMaps.map", "import{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Poppins-600\",\"GF;Poppins-900\",\"GF;Poppins-900italic\",\"GF;Poppins-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLEj6V15vFP-KUEg.woff2\",weight:\"600\"},{family:\"Poppins\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiByp8kv8JHgFVrLBT5V15vFP-KUEg.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLm81xlFd2PQEhcqw.woff2\",weight:\"900\"},{family:\"Poppins\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiDyp8kv8JHgFVrJJLmr19lFd2PQEhcqw.woff2\",weight:\"600\"}]}];export const css=['.framer-lsRVf .framer-styles-preset-luejwe:not(.rich-text-wrapper), .framer-lsRVf .framer-styles-preset-luejwe.rich-text-wrapper p { --framer-font-family: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-family-bold: \"Poppins\", sans-serif; --framer-font-family-bold-italic: \"Poppins\", sans-serif; --framer-font-family-italic: \"Poppins\", \"Poppins Placeholder\", sans-serif; --framer-font-size: 12px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: 0em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 20px; --framer-text-alignment: center; --framer-text-color: var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, #011932); --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-lsRVf\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (8c7926c)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/p8dptk4UIND8hbFWz9V7/Phosphor.js\";import*as sharedStyle1 from\"https://framerusercontent.com/modules/uCmSJJZ22CqMtmaqlDfN/tVJIVfS93Q3VWmCCIbLx/r1ydFn1EA.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/g6igXiShhCpPuKeKJShk/cUl9VEPEPaXgEp9BpYfu/WHYExG2dy.js\";import*as localizedValues from\"./t6iV45PDl-0.js\";const PhosphorFonts=getFonts(Phosphor);const MotionDivWithFX=withFX(motion.div);const enabledGestures={EcUuQAYGT:{hover:true,pressed:true}};const cycleOrder=[\"EcUuQAYGT\",\"rgBrjUAIg\",\"HB2n9CZlE\",\"MvNz3_MJq\",\"CWRqJqkyE\"];const serializationHash=\"framer-PigyQ\";const variantClassNames={CWRqJqkyE:\"framer-v-1xj0fn3\",EcUuQAYGT:\"framer-v-1755od8\",HB2n9CZlE:\"framer-v-1c42xo5\",MvNz3_MJq:\"framer-v-2ybcmq\",rgBrjUAIg:\"framer-v-1cgl2wz\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const valuesByLocaleId={hkDmNEW6y:localizedValues};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values[key];if(value){return value;}}locale=locale.fallback;}};const transition1={delay:0,duration:.2,ease:[.44,0,.56,1],type:\"tween\"};const transition2={delay:0,duration:1,ease:[0,0,1,1],type:\"tween\"};const animation={opacity:1,rotate:360,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={Default:\"EcUuQAYGT\",Disabled:\"HB2n9CZlE\",Error:\"CWRqJqkyE\",Loading:\"rgBrjUAIg\",Success:\"MvNz3_MJq\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"EcUuQAYGT\"};};const createLayoutDependency=(props,variants)=>{if(props.layoutDependency)return variants.join(\"-\")+props.layoutDependency;return variants.join(\"-\");};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"EcUuQAYGT\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"MvNz3_MJq\",\"CWRqJqkyE\"].includes(baseVariant))return true;return false;};const isDisplayed1=()=>{if(baseVariant===\"rgBrjUAIg\")return false;return true;};const isDisplayed2=()=>{if(baseVariant===\"rgBrjUAIg\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.button,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1755od8\",className,classNames),\"data-border\":true,\"data-framer-name\":\"Default\",\"data-reset\":\"button\",layoutDependency:layoutDependency,layoutId:\"EcUuQAYGT\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgba(255, 255, 255, 0.12)\",\"--border-left-width\":\"1px\",\"--border-right-width\":\"1px\",\"--border-style\":\"solid\",\"--border-top-width\":\"1px\",background:\"linear-gradient(180deg, rgb(108, 117, 127) 0%, rgb(37, 43, 49) 100%)\",borderBottomLeftRadius:10,borderBottomRightRadius:10,borderTopLeftRadius:10,borderTopRightRadius:10,boxShadow:\"0px 0px 0px 1px rgb(48, 55, 59)\",opacity:1,...style},variants:{\"EcUuQAYGT-hover\":{\"--border-color\":\"rgba(255, 255, 255, 0.24)\",background:\"linear-gradient(180deg, rgb(56, 62, 66) 0%, rgb(4, 5, 6) 100%)\"},CWRqJqkyE:{background:\"linear-gradient(180deg, rgb(250, 117, 100) 0%, rgb(107, 3, 3) 100%)\",boxShadow:\"0px 0px 0px 1px rgb(212, 23, 23)\"},HB2n9CZlE:{opacity:.5}},...addPropertyOverrides({\"EcUuQAYGT-hover\":{\"data-framer-name\":undefined},\"EcUuQAYGT-pressed\":{\"data-framer-name\":undefined},CWRqJqkyE:{\"data-framer-name\":\"Error\"},HB2n9CZlE:{\"data-framer-name\":\"Disabled\"},MvNz3_MJq:{\"data-framer-name\":\"Success\"},rgBrjUAIg:{\"data-framer-name\":\"Loading\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-y0i9cs-container\",layoutDependency:layoutDependency,layoutId:\"lUNLmYRT3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"var(--token-31aa895f-93bc-4169-995a-064a6b802e57, rgb(255, 255, 255))\",height:\"100%\",iconSearch:\"check-circle\",iconSelection:\"House\",id:\"lUNLmYRT3\",layoutId:\"lUNLmYRT3\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\",...addPropertyOverrides({CWRqJqkyE:{iconSearch:\"warning-circle\"}},baseVariant,gestureVariant)})})}),isDisplayed1()&&/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gcl3zl\",\"data-styles-preset\":\"WHYExG2dy\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-31aa895f-93bc-4169-995a-064a6b802e57, rgb(255, 255, 255)))\"},children:\"G\\xf6nder\"})}),className:\"framer-7eruay\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"bidVuxnG4\",style:{\"--extracted-r6o4lv\":\"var(--token-31aa895f-93bc-4169-995a-064a6b802e57, rgb(255, 255, 255))\",\"--framer-link-text-color\":\"rgb(0, 153, 255)\",\"--framer-link-text-decoration\":\"underline\"},verticalAlignment:\"top\",withExternalLayout:true,...addPropertyOverrides({CWRqJqkyE:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-luejwe\",\"data-styles-preset\":\"r1ydFn1EA\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-31aa895f-93bc-4169-995a-064a6b802e57, rgb(255, 255, 255)))\"},children:\"Something went wrong\"})})},MvNz3_MJq:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-gcl3zl\",\"data-styles-preset\":\"WHYExG2dy\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-31aa895f-93bc-4169-995a-064a6b802e57, rgb(255, 255, 255)))\"},children:\"Thank you!\"})})}},baseVariant,gestureVariant)}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-q42vzk\",\"data-framer-name\":\"Spinner\",layoutDependency:layoutDependency,layoutId:\"s9zVGZeXm\",style:{mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"},children:/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__loop:animation,__framer__loopEffectEnabled:true,__framer__loopRepeatDelay:0,__framer__loopRepeatType:\"loop\",__framer__loopTransition:transition2,__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:\"framer-24xcjb\",\"data-framer-name\":\"Conic\",layoutDependency:layoutDependency,layoutId:\"d8PPhxSY7\",style:{background:\"conic-gradient(from 180deg at 50% 50%, #4cf 0deg, #4cf 360deg)\",backgroundColor:\"rgb(68, 204, 255)\",mask:\"none\",WebkitMask:\"none\"},variants:{rgBrjUAIg:{background:\"conic-gradient(from 0deg at 50% 50%, rgba(255, 255, 255, 0) 7.208614864864882deg, rgb(255, 255, 255) 342deg)\",backgroundColor:\"rgba(0, 0, 0, 0)\",mask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\",WebkitMask:\"url('https://framerusercontent.com/images/pGiXYozQ3mE4cilNOItfe2L2fUA.svg') alpha no-repeat center / cover add\"}},children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ta56is\",\"data-framer-name\":\"Rounding\",layoutDependency:layoutDependency,layoutId:\"leq3x5SMg\",style:{backgroundColor:\"rgb(255, 255, 255)\",borderBottomLeftRadius:1,borderBottomRightRadius:1,borderTopLeftRadius:1,borderTopRightRadius:1},transformTemplate:transformTemplate1})})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-PigyQ.framer-1mk0d6z, .framer-PigyQ .framer-1mk0d6z { display: block; }\",\".framer-PigyQ.framer-1755od8 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: hidden; padding: 8px 16px 8px 16px; position: relative; width: 240px; will-change: var(--framer-will-change-override, transform); }\",\".framer-PigyQ .framer-y0i9cs-container { flex: none; height: 24px; position: relative; width: 24px; }\",\".framer-PigyQ .framer-7eruay { -webkit-user-select: none; flex: none; height: auto; position: relative; user-select: none; white-space: pre; width: auto; }\",\".framer-PigyQ .framer-q42vzk { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 20px); overflow: hidden; position: relative; width: 20px; }\",\".framer-PigyQ .framer-24xcjb { bottom: 0px; flex: none; left: 0px; overflow: visible; position: absolute; right: 0px; top: 0px; }\",\".framer-PigyQ .framer-1ta56is { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 2px); left: 50%; overflow: visible; position: absolute; top: 0px; width: 2px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-PigyQ.framer-1755od8 { gap: 0px; } .framer-PigyQ.framer-1755od8 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-PigyQ.framer-1755od8 > :first-child { margin-left: 0px; } .framer-PigyQ.framer-1755od8 > :last-child { margin-right: 0px; } }\",\".framer-PigyQ.framer-v-1cgl2wz.framer-1755od8, .framer-PigyQ.framer-v-1c42xo5.framer-1755od8, .framer-PigyQ.framer-v-2ybcmq.framer-1755od8, .framer-PigyQ.framer-v-1xj0fn3.framer-1755od8 { cursor: unset; }\",\".framer-PigyQ.framer-v-1cgl2wz .framer-24xcjb { overflow: hidden; }\",...sharedStyle.css,...sharedStyle1.css,'.framer-PigyQ[data-border=\"true\"]::after, .framer-PigyQ [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }'];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 40\n * @framerIntrinsicWidth 240\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"rgBrjUAIg\":{\"layout\":[\"fixed\",\"fixed\"]},\"HB2n9CZlE\":{\"layout\":[\"fixed\",\"fixed\"]},\"MvNz3_MJq\":{\"layout\":[\"fixed\",\"fixed\"]},\"CWRqJqkyE\":{\"layout\":[\"fixed\",\"fixed\"]},\"kAlCqoB7Q\":{\"layout\":[\"fixed\",\"fixed\"]},\"mGj27ajm2\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const Framert6iV45PDl=withCSS(Component,css,\"framer-PigyQ\");export default Framert6iV45PDl;Framert6iV45PDl.displayName=\"Forms Button\";Framert6iV45PDl.defaultProps={height:40,width:240};addPropertyControls(Framert6iV45PDl,{variant:{options:[\"EcUuQAYGT\",\"rgBrjUAIg\",\"HB2n9CZlE\",\"MvNz3_MJq\",\"CWRqJqkyE\"],optionTitles:[\"Default\",\"Loading\",\"Disabled\",\"Success\",\"Error\"],title:\"Variant\",type:ControlType.Enum}});addFonts(Framert6iV45PDl,[{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\"}]},...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framert6iV45PDl\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"40\",\"framerIntrinsicWidth\":\"240\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rgBrjUAIg\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"HB2n9CZlE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"MvNz3_MJq\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CWRqJqkyE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"kAlCqoB7Q\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"mGj27ajm2\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./t6iV45PDl.map", "// Generated by Framer (f22aa3d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ComponentViewportProvider,Container,cx,FormContainer,FormPlainTextInput,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,LazyValue,PropertyOverrides,RichText,SVG,useCustomCursors,useHydratedBreakpointVariants,useLocaleInfo,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import GoogleMaps from\"https://framerusercontent.com/modules/Hbc0lxqGSRzFG6uMT9yO/OPmIEDVRw3amYB3GBzWp/GoogleMaps.js\";import SectionCTA from\"#framer/local/canvasComponent/LpjyIZj0_/LpjyIZj0_.js\";import SectionFooter from\"#framer/local/canvasComponent/lS9TvqxVt/lS9TvqxVt.js\";import BackgroundGrid from\"#framer/local/canvasComponent/pwVXWPq1Q/pwVXWPq1Q.js\";import TopNavigationBar from\"#framer/local/canvasComponent/sltkc74h7/sltkc74h7.js\";import FormsButton from\"#framer/local/canvasComponent/t6iV45PDl/t6iV45PDl.js\";import*as sharedStyle2 from\"#framer/local/css/dvxIS3aly/dvxIS3aly.js\";import*as sharedStyle from\"#framer/local/css/InAVlAauN/InAVlAauN.js\";import*as sharedStyle1 from\"#framer/local/css/oEPT_ciXE/oEPT_ciXE.js\";import metadataProvider from\"#framer/local/webPageMetadata/mTqFgu2_G/mTqFgu2_G.js\";const BackgroundGridFonts=getFonts(BackgroundGrid);const MotionDivWithFX=withFX(motion.div);const RichTextWithFX=withFX(RichText);const FormsButtonFonts=getFonts(FormsButton);const FormContainerWithFX=withFX(FormContainer);const TopNavigationBarFonts=getFonts(TopNavigationBar);const GoogleMapsFonts=getFonts(GoogleMaps);const MotionDivWithOptimizedAppearEffect=withOptimizedAppearEffect(motion.div);const SectionCTAFonts=getFonts(SectionCTA);const SectionFooterFonts=getFonts(SectionFooter);const ContainerWithFX=withFX(Container);const breakpoints={f8edphVUX:\"(min-width: 810px) and (max-width: 1279px)\",GhXiBeiQC:\"(max-width: 809px)\",qLTutfo2K:\"(min-width: 1280px) and (max-width: 1919px)\",VOxOXzQiC:\"(min-width: 1920px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-bJrvw\";const variantClassNames={f8edphVUX:\"framer-v-11zeziw\",GhXiBeiQC:\"framer-v-ptavu3\",qLTutfo2K:\"framer-v-c1rdry\",VOxOXzQiC:\"framer-v-1rglbki\"};const valuesByLocaleId={hkDmNEW6y:new LazyValue(()=>import(\"./mTqFgu2_G-0.js\"))};const preloadLocalizedValues=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);}};const getLocalizedValue=(key,locale)=>{while(locale){const values=valuesByLocaleId[locale.id];if(values){const value=values.read()[key];if(value){return value;}}locale=locale.fallback;}};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition1={damping:80,delay:.2,mass:1,stiffness:500,type:\"spring\"};const animation1={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:40};const transition2={damping:80,delay:.3,mass:1,stiffness:500,type:\"spring\"};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:40};const transition3={damping:80,delay:.7,mass:1,stiffness:500,type:\"spring\"};const animation3={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition3,x:0,y:40};const formVariants=(form,variants,currentVariant)=>{switch(form.state){case\"success\":var _variants_success;return(_variants_success=variants.success)!==null&&_variants_success!==void 0?_variants_success:currentVariant;case\"pending\":var _variants_pending;return(_variants_pending=variants.pending)!==null&&_variants_pending!==void 0?_variants_pending:currentVariant;case\"error\":var _variants_error;return(_variants_error=variants.error)!==null&&_variants_error!==void 0?_variants_error:currentVariant;case\"incomplete\":var _variants_incomplete;return(_variants_incomplete=variants.incomplete)!==null&&_variants_incomplete!==void 0?_variants_incomplete:currentVariant;}};const animation4={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition2,x:0,y:0};const animation5={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:40};const transition4={damping:80,delay:.1,mass:1,stiffness:500,type:\"spring\"};const animation6={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition4,x:0,y:40};const metadata=metadataProvider();const humanReadableVariantMap={\"Desktop-1920\":\"VOxOXzQiC\",Desktop:\"qLTutfo2K\",Phone:\"GhXiBeiQC\",Tablet:\"f8edphVUX\"};const getProps=({height,id,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"VOxOXzQiC\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const{style,className,layoutId,variant,...restProps}=getProps(props);React.useEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);if(metadata1.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata1.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata1.robots);document.head.appendChild(robotsTag);}}},[undefined,activeLocale]);React.useInsertionEffect(()=>{const metadata1=metadataProvider(undefined,activeLocale);document.title=metadata1.title||\"\";if(metadata1.viewport){var _document_querySelector;(_document_querySelector=document.querySelector('meta[name=\"viewport\"]'))===null||_document_querySelector===void 0?void 0:_document_querySelector.setAttribute(\"content\",metadata1.viewport);}const bodyCls=metadata1.bodyClassName;if(bodyCls){const body=document.body;body.classList.forEach(c=>c.startsWith(\"framer-body-\")&&body.classList.remove(c));body.classList.add(`${metadata1.bodyClassName}-framer-bJrvw`);}return()=>{if(bodyCls)document.body.classList.remove(`${metadata1.bodyClassName}-framer-bJrvw`);};},[undefined,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const preloadPromise=preloadLocalizedValues(activeLocale);if(preloadPromise)throw preloadPromise;const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className];useCustomCursors({});var _getLocalizedValue,_getLocalizedValue1;return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"VOxOXzQiC\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1rglbki\",className),ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1xspy6i\",\"data-framer-name\":\"Section - Hero\",name:\"Section - Hero\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{width:\"153.0247vw\"},GhXiBeiQC:{height:723,width:\"calc(100vw + 964px)\"},qLTutfo2K:{width:\"1600px\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:727,width:\"1920px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1d5gitv-container\",children:/*#__PURE__*/_jsx(BackgroundGrid,{height:\"100%\",id:\"EVfg127fY\",layoutId:\"EVfg127fY\",style:{height:\"100%\",width:\"100%\"},width:\"100%\"})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1lx0qk3\",\"data-framer-name\":\"Container\",name:\"Container\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-12gpqk9\",\"data-framer-name\":\"Content left\",name:\"Content left\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-5dmby4\",\"data-framer-name\":\"Title\",name:\"Title\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1kkgf7e\",children:[/*#__PURE__*/_jsxs(MotionDivWithFX,{__framer__animate:{transition:transition1},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation1,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-1czym2n\",\"data-framer-name\":\"Overline\",name:\"Overline\",style:{transformPerspective:1200},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-14zt7kf\",\"data-framer-name\":\"phone_call_5068731\",fill:\"rgb(238, 65, 111)\",intrinsicHeight:512,intrinsicWidth:512,name:\"phone_call_5068731\",svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" data-name=\"Layer 1\" viewBox=\"0 0 24 24\" width=\"512\" height=\"512\"><path d=\"M23 11a1 1 0 0 1-1-1 8.008 8.008 0 0 0-8-8 1 1 0 0 1 0-2 10.011 10.011 0 0 1 10 10 1 1 0 0 1-1 1Zm-3-1a6 6 0 0 0-6-6 1 1 0 1 0 0 2 4 4 0 0 1 4 4 1 1 0 0 0 2 0Zm2.183 12.164.91-1.049a3.1 3.1 0 0 0 0-4.377c-.031-.031-2.437-1.882-2.437-1.882a3.1 3.1 0 0 0-4.281.006l-1.906 1.606a12.784 12.784 0 0 1-6.932-6.944l1.6-1.9a3.1 3.1 0 0 0 .007-4.282S7.291.939 7.26.908A3.082 3.082 0 0 0 2.934.862l-1.15 1C-5.01 9.744 9.62 24.261 17.762 24a6.155 6.155 0 0 0 4.421-1.836Z\"/></svg>',withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v0\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h6\",{className:\"framer-styles-preset-xqgfa3\",\"data-styles-preset\":\"InAVlAauN\",style:{\"--framer-text-color\":\"rgb(238, 65, 111)\"},children:\"Bizimle ileti\u015Fime ge\\xe7in\"})}),className:\"framer-iky1lm\",\"data-framer-name\":\"Section \u2192 Heading 1 \u2192 Driver, Broker & Fleet Solutions\",fonts:[\"Inter\"],name:\"Section \u2192 Heading 1 \u2192 Driver, Broker & Fleet Solutions\",verticalAlignment:\"center\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichTextWithFX,{__framer__animate:{transition:transition2},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation2,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__fromCanvasComponent:true,__perspectiveFX:false,__targetOpacity:1,children:(_getLocalizedValue1=getLocalizedValue(\"v1\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{className:\"framer-styles-preset-l9pyi7\",\"data-styles-preset\":\"oEPT_ciXE\",style:{\"--framer-text-alignment\":\"left\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(286deg, rgb(6, 28, 54) 0%, rgb(49, 68, 89) 100%)\"},children:\"Nas\u0131l  yard\u0131mc\u0131 olabiliriz?\"})})}),className:\"framer-sbazgj\",\"data-framer-name\":\"Improving Safety & Productivity for Carriers\",fonts:[\"Inter\"],name:\"Improving Safety & Productivity for Carriers\",style:{transformPerspective:1200},verticalAlignment:\"top\",withExternalLayout:true})]})})}),/*#__PURE__*/_jsx(FormContainerWithFX,{__framer__animate:{transition:transition3},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation3,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,action:\"https://api.framer.com/forms/v1/forms/4fc9e89b-5948-4649-9909-74d2c9699e58/submit\",className:\"framer-1yrl1tl\",style:{transformPerspective:1200},children:formState=>/*#__PURE__*/{var _getLocalizedValue,_getLocalizedValue1,_getLocalizedValue2,_getLocalizedValue3,_getLocalizedValue4;return _jsxs(_Fragment,{children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-x6x1nl\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-13c3md1\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue=getLocalizedValue(\"v2\",activeLocale))!==null&&_getLocalizedValue!==void 0?_getLocalizedValue:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apsi1r\",\"data-styles-preset\":\"dvxIS3aly\",style:{\"--framer-text-color\":\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\"},children:\"\u0130sim*\"})}),className:\"framer-1xxri1y\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-dgvyi5\",inputName:\"Name\",placeholder:\"\",required:true,type:\"text\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1f4tgrr\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue1=getLocalizedValue(\"v3\",activeLocale))!==null&&_getLocalizedValue1!==void 0?_getLocalizedValue1:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apsi1r\",\"data-styles-preset\":\"dvxIS3aly\",style:{\"--framer-text-color\":\"var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, rgb(82, 92, 102))\"},children:\"\u015Eirket*\"})}),className:\"framer-13cyitq\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-14ss2j5\",inputName:\"Company\",placeholder:\"\",required:true,type:\"text\"})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1pwyyhq\",children:[/*#__PURE__*/_jsxs(\"label\",{className:\"framer-17r37lf\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue2=getLocalizedValue(\"v4\",activeLocale))!==null&&_getLocalizedValue2!==void 0?_getLocalizedValue2:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsxs(\"p\",{className:\"framer-styles-preset-apsi1r\",\"data-styles-preset\":\"dvxIS3aly\",style:{\"--framer-text-color\":\"var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, rgb(82, 92, 102))\"},children:[\"Eposta\",/*#__PURE__*/_jsx(\"span\",{style:{\"--framer-text-color\":\"var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, rgb(1, 25, 50))\"},children:\"*\"})]})}),className:\"framer-1350jzg\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-1am9fgh\",inputName:\"Email\",placeholder:\"\",required:true,type:\"email\"})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-7xkoxu\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue3=getLocalizedValue(\"v5\",activeLocale))!==null&&_getLocalizedValue3!==void 0?_getLocalizedValue3:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apsi1r\",\"data-styles-preset\":\"dvxIS3aly\",style:{\"--framer-text-color\":\"var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, rgb(82, 92, 102))\"},children:\"Telefon\"})}),className:\"framer-1yxperr\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-111340u\",inputName:\"Email\",placeholder:\"\",required:false,type:\"tel\"})]})]}),/*#__PURE__*/_jsxs(\"label\",{className:\"framer-1cjcz3n\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:(_getLocalizedValue4=getLocalizedValue(\"v6\",activeLocale))!==null&&_getLocalizedValue4!==void 0?_getLocalizedValue4:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-apsi1r\",\"data-styles-preset\":\"dvxIS3aly\",style:{\"--framer-text-color\":\"var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, rgb(82, 92, 102))\"},children:\"Mesaj\u0131n\u0131z\"})}),className:\"framer-16fau3k\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(FormPlainTextInput,{className:\"framer-r8qeqt\",inputName:\"Message\",placeholder:\"Size nas\u0131l yard\u0131mc\u0131 olabiliriz?\",type:\"textarea\"})]}),/*#__PURE__*/_jsx(\"label\",{className:\"framer-1xfddms\"}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{width:\"calc(min(100vw - 80px, 1200px) - 80px)\"},GhXiBeiQC:{width:\"calc(min(100vw - 32px, 1200px) - 32px)\"}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:40,width:\"400px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-1cuwa1e-container\",children:/*#__PURE__*/_jsx(FormsButton,{height:\"100%\",id:\"Vh4dZFPOq\",layoutId:\"Vh4dZFPOq\",style:{height:\"100%\",width:\"100%\"},type:\"submit\",variant:formVariants(formState,{pending:\"rgBrjUAIg\",success:\"MvNz3_MJq\"},\"EcUuQAYGT\"),width:\"100%\"})})})})]});}})]})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{width:\"100vw\",y:0},GhXiBeiQC:{width:\"100vw\",y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:88,y:20,children:/*#__PURE__*/_jsx(Container,{className:\"framer-10qjl2l-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{style:{width:\"100%\"},variant:\"QFrDOQu_j\"},GhXiBeiQC:{style:{width:\"100%\"},variant:\"wLpyUMyTT\"}},children:/*#__PURE__*/_jsx(TopNavigationBar,{height:\"100%\",id:\"xf7RzFXzN\",layoutId:\"xf7RzFXzN\",QC5fvS0rg:0,sG2_oXGa2:\"rgba(255, 255, 255, 0.78)\",variant:\"tZO_1MKZj\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(MotionDivWithOptimizedAppearEffect,{animate:animation4,className:\"framer-th3c21\",\"data-framer-appear-id\":\"th3c21\",\"data-framer-name\":\"Section - Map\",initial:animation5,name:\"Section - Map\",optimized:true,style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-p3ucds\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l68nzv-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{GhXiBeiQC:{borderRadius:16,bottomLeftRadius:16,bottomRightRadius:16,topLeftRadius:16,topRightRadius:16}},children:/*#__PURE__*/_jsx(GoogleMaps,{borderRadius:20,bottomLeftRadius:20,bottomRightRadius:20,coordinates:\"40.9974541994144, 29.101180632102025\",height:\"100%\",id:\"ccxgI2Wcd\",isMixedBorderRadius:false,layoutId:\"ccxgI2Wcd\",style:{height:\"100%\",width:\"100%\"},topLeftRadius:20,topRightRadius:20,width:\"100%\",zoom:15})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:322,width:\"100vw\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-ylt98w-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{variant:\"bxCCCX6Qn\"},GhXiBeiQC:{variant:\"b5pZoR74d\"}},children:/*#__PURE__*/_jsx(SectionCTA,{height:\"100%\",id:\"WCy0HtExk\",layoutId:\"WCy0HtExk\",style:{width:\"100%\"},variant:\"RmqJkb9gf\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:471,width:\"100vw\",children:/*#__PURE__*/_jsx(ContainerWithFX,{__framer__animate:{transition:transition4},__framer__animateOnce:true,__framer__enter:animation,__framer__exit:animation6,__framer__styleAppearEffectEnabled:true,__framer__threshold:0,__perspectiveFX:false,__targetOpacity:1,className:\"framer-po8tpc-container\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{f8edphVUX:{variant:\"F3zm5FrZx\"},GhXiBeiQC:{variant:\"TfR8Rq4xe\"}},children:/*#__PURE__*/_jsx(SectionFooter,{height:\"100%\",id:\"pwPQEsErl\",layoutId:\"pwPQEsErl\",style:{width:\"100%\"},variant:\"Rnrfca9Uv\",width:\"100%\"})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:cx(serializationHash,...sharedStyleClassNames),id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",`.${metadata.bodyClassName}-framer-bJrvw { background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, rgb(255, 255, 255)); }`,\".framer-bJrvw.framer-rzatzl, .framer-bJrvw .framer-rzatzl { display: block; }\",\".framer-bJrvw.framer-1rglbki { align-content: center; align-items: center; background-color: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, #ffffff); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 1920px; }\",'.framer-bJrvw .framer-1xspy6i { align-content: center; align-items: center; background: linear-gradient(180deg, var(--token-62c1f5e9-89be-4736-adeb-1587e16b8dc0, #f9fafb) /* {\"name\":\"Bg - grey\"} */ 20%, rgb(255, 255, 255) 100%); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 80px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 293px 0px 110px 0px; position: relative; width: 100%; }',\".framer-bJrvw .framer-1d5gitv-container { flex: none; height: 727px; left: calc(50.00000000000002% - 1920px / 2); position: absolute; top: -120px; width: 1920px; z-index: 0; }\",\".framer-bJrvw .framer-1lx0qk3 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-12gpqk9 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 50px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 540px; }\",\".framer-bJrvw .framer-5dmby4 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-1kkgf7e { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 4px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-1czym2n { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-bJrvw .framer-14zt7kf { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 18px); position: relative; width: 18px; }\",\".framer-bJrvw .framer-iky1lm { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-bJrvw .framer-sbazgj { flex: none; height: auto; overflow: visible; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-bJrvw .framer-1yrl1tl { align-content: center; align-items: center; background-color: #ffffff; border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; box-shadow: 0px 16px 40px -8px rgba(88, 92, 95, 0.13); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 40px; position: relative; width: 480px; will-change: var(--framer-will-change-override, transform); }\",\".framer-bJrvw .framer-x6x1nl { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-13c3md1 { 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: visible; padding: 0px; position: relative; width: 1px; }\",\".framer-bJrvw .framer-1xxri1y, .framer-bJrvw .framer-13cyitq, .framer-bJrvw .framer-1350jzg, .framer-bJrvw .framer-1yxperr, .framer-bJrvw .framer-16fau3k { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",'.framer-bJrvw .framer-dgvyi5, .framer-bJrvw .framer-14ss2j5, .framer-bJrvw .framer-1am9fgh, .framer-bJrvw .framer-111340u { --framer-input-background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, #ffffff); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-af4acdc5-7737-4b47-adb5-0b448e75a7be, #e2e6e9); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-box-shadow: 0px 0.421531111242075px 1.4332057782230547px -1.4166666666666665px rgba(0, 0, 0, 0.08), 0px 1.60197331227042px 5.446709261719427px -2.833333333333333px rgba(0, 0, 0, 0.06898), 0px 7px 23.799999999999997px -4.25px rgba(0, 0, 0, 0.015); --framer-input-focused-border-color: var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, #525c66); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-box-shadow: 0px 0.6021873017743928px 2.0474368260329356px -1.4166666666666665px rgba(18, 36, 54, 0.2), 0px 2.288533303243457px 7.781013231027754px -2.833333333333333px rgba(18, 36, 54, 0.17245), 0px 10px 34px -4.25px rgba(18, 36, 54, 0.0375); --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, #011932); --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-f60523da-67f1-4acb-b019-29b0c1a82d33, #babfc4); flex: none; height: 40px; position: relative; width: 100%; }',\".framer-bJrvw .framer-1f4tgrr, .framer-bJrvw .framer-17r37lf, .framer-bJrvw .framer-7xkoxu { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 1px; }\",\".framer-bJrvw .framer-1pwyyhq { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-1cjcz3n { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; padding: 0px; position: relative; width: 100%; }\",'.framer-bJrvw .framer-r8qeqt { --framer-input-background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, #ffffff); --framer-input-border-bottom-width: 1px; --framer-input-border-color: var(--token-af4acdc5-7737-4b47-adb5-0b448e75a7be, #e2e6e9); --framer-input-border-left-width: 1px; --framer-input-border-radius-bottom-left: 10px; --framer-input-border-radius-bottom-right: 10px; --framer-input-border-radius-top-left: 10px; --framer-input-border-radius-top-right: 10px; --framer-input-border-right-width: 1px; --framer-input-border-style: solid; --framer-input-border-top-width: 1px; --framer-input-box-shadow: 0px 0.421531111242075px 1.4332057782230547px -1.4166666666666665px rgba(0, 0, 0, 0.08), 0px 1.60197331227042px 5.446709261719427px -2.833333333333333px rgba(0, 0, 0, 0.06898), 0px 7px 23.799999999999997px -4.25px rgba(0, 0, 0, 0.015); --framer-input-focused-border-color: var(--token-58160af2-89bb-429c-a9a3-ff2d715c3e7c, #525c66); --framer-input-focused-border-style: solid; --framer-input-focused-border-width: 1px; --framer-input-focused-box-shadow: 0px 0.6021873017743928px 2.0474368260329356px -1.4166666666666665px rgba(18, 36, 54, 0.2), 0px 2.288533303243457px 7.781013231027754px -2.833333333333333px rgba(18, 36, 54, 0.17245), 0px 10px 34px -4.25px rgba(18, 36, 54, 0.0375); --framer-input-focused-transition: all 0.3s cubic-bezier(0.44,0,0.56,1) 0s; --framer-input-font-color: var(--token-ed705807-585b-4e03-8afc-4b5ea6dac55d, #011932); --framer-input-font-family: \"Poppins\"; --framer-input-font-letter-spacing: 0em; --framer-input-font-line-height: 1.2em; --framer-input-font-size: 14px; --framer-input-font-weight: 400; --framer-input-icon-color: #999999; --framer-input-padding: 12px; --framer-input-placeholder-color: var(--token-f60523da-67f1-4acb-b019-29b0c1a82d33, #babfc4); --framer-input-wrapper-height: auto; --framer-textarea-resize: vertical; flex: none; height: auto; min-height: 100px; position: relative; width: 100%; }',\".framer-bJrvw .framer-1xfddms { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; min-height: 40px; padding: 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-1cuwa1e-container { flex: none; height: 40px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-10qjl2l-container { flex: none; height: auto; left: 50%; position: absolute; top: 20px; transform: translateX(-50%); width: auto; z-index: 10; }\",\".framer-bJrvw .framer-th3c21 { align-content: center; align-items: center; background-color: var(--token-62c1f5e9-89be-4736-adeb-1587e16b8dc0, #f9fafb); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: visible; padding: 80px 0px 80px 0px; position: relative; width: 100%; }\",\".framer-bJrvw .framer-p3ucds { align-content: center; align-items: center; background-color: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, #ffffff); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; border-top-left-radius: 30px; border-top-right-radius: 30px; box-shadow: 0px 0.7226247621292714px 2.4569241912395228px -1.0833333333333333px rgba(0, 0, 0, 0.11), 0px 2.7462399638921484px 9.337215877233305px -2.1666666666666665px rgba(0, 0, 0, 0.10464), 0px 12px 40.8px -3.25px rgba(0, 0, 0, 0.063); display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 12px; position: relative; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-bJrvw .framer-l68nzv-container { flex: none; height: 600px; position: relative; width: 1200px; }\",\".framer-bJrvw .framer-ylt98w-container, .framer-bJrvw .framer-po8tpc-container { flex: none; height: auto; position: relative; width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bJrvw.framer-1rglbki, .framer-bJrvw .framer-1xspy6i, .framer-bJrvw .framer-12gpqk9, .framer-bJrvw .framer-5dmby4, .framer-bJrvw .framer-1kkgf7e, .framer-bJrvw .framer-1czym2n, .framer-bJrvw .framer-1yrl1tl, .framer-bJrvw .framer-x6x1nl, .framer-bJrvw .framer-13c3md1, .framer-bJrvw .framer-1f4tgrr, .framer-bJrvw .framer-1pwyyhq, .framer-bJrvw .framer-17r37lf, .framer-bJrvw .framer-7xkoxu, .framer-bJrvw .framer-1cjcz3n, .framer-bJrvw .framer-1xfddms, .framer-bJrvw .framer-th3c21, .framer-bJrvw .framer-p3ucds { gap: 0px; } .framer-bJrvw.framer-1rglbki > *, .framer-bJrvw .framer-1yrl1tl > *, .framer-bJrvw .framer-th3c21 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-bJrvw.framer-1rglbki > :first-child, .framer-bJrvw .framer-1xspy6i > :first-child, .framer-bJrvw .framer-12gpqk9 > :first-child, .framer-bJrvw .framer-5dmby4 > :first-child, .framer-bJrvw .framer-1kkgf7e > :first-child, .framer-bJrvw .framer-1yrl1tl > :first-child, .framer-bJrvw .framer-13c3md1 > :first-child, .framer-bJrvw .framer-1f4tgrr > :first-child, .framer-bJrvw .framer-17r37lf > :first-child, .framer-bJrvw .framer-7xkoxu > :first-child, .framer-bJrvw .framer-1cjcz3n > :first-child, .framer-bJrvw .framer-1xfddms > :first-child, .framer-bJrvw .framer-th3c21 > :first-child { margin-top: 0px; } .framer-bJrvw.framer-1rglbki > :last-child, .framer-bJrvw .framer-1xspy6i > :last-child, .framer-bJrvw .framer-12gpqk9 > :last-child, .framer-bJrvw .framer-5dmby4 > :last-child, .framer-bJrvw .framer-1kkgf7e > :last-child, .framer-bJrvw .framer-1yrl1tl > :last-child, .framer-bJrvw .framer-13c3md1 > :last-child, .framer-bJrvw .framer-1f4tgrr > :last-child, .framer-bJrvw .framer-17r37lf > :last-child, .framer-bJrvw .framer-7xkoxu > :last-child, .framer-bJrvw .framer-1cjcz3n > :last-child, .framer-bJrvw .framer-1xfddms > :last-child, .framer-bJrvw .framer-th3c21 > :last-child { margin-bottom: 0px; } .framer-bJrvw .framer-1xspy6i > * { margin: 0px; margin-bottom: calc(80px / 2); margin-top: calc(80px / 2); } .framer-bJrvw .framer-12gpqk9 > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-bJrvw .framer-5dmby4 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bJrvw .framer-1kkgf7e > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } .framer-bJrvw .framer-1czym2n > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-bJrvw .framer-1czym2n > :first-child, .framer-bJrvw .framer-x6x1nl > :first-child, .framer-bJrvw .framer-1pwyyhq > :first-child, .framer-bJrvw .framer-p3ucds > :first-child { margin-left: 0px; } .framer-bJrvw .framer-1czym2n > :last-child, .framer-bJrvw .framer-x6x1nl > :last-child, .framer-bJrvw .framer-1pwyyhq > :last-child, .framer-bJrvw .framer-p3ucds > :last-child { margin-right: 0px; } .framer-bJrvw .framer-x6x1nl > *, .framer-bJrvw .framer-1pwyyhq > * { margin: 0px; margin-left: calc(20px / 2); margin-right: calc(20px / 2); } .framer-bJrvw .framer-13c3md1 > *, .framer-bJrvw .framer-1f4tgrr > *, .framer-bJrvw .framer-17r37lf > *, .framer-bJrvw .framer-7xkoxu > *, .framer-bJrvw .framer-1cjcz3n > *, .framer-bJrvw .framer-1xfddms > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-bJrvw .framer-p3ucds > * { margin: 0px; margin-left: calc(0px / 2); margin-right: calc(0px / 2); } }\",`@media (min-width: 1280px) and (max-width: 1919px) { .${metadata.bodyClassName}-framer-bJrvw { background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, rgb(255, 255, 255)); } .framer-bJrvw.framer-1rglbki { width: 1280px; } .framer-bJrvw .framer-1d5gitv-container { left: calc(50.00000000000002% - 1600px / 2); order: 0; width: 1600px; } .framer-bJrvw .framer-1lx0qk3 { order: 2; }}`,`@media (min-width: 810px) and (max-width: 1279px) { .${metadata.bodyClassName}-framer-bJrvw { background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, rgb(255, 255, 255)); } .framer-bJrvw.framer-1rglbki { width: 810px; } .framer-bJrvw .framer-1xspy6i { gap: 50px; padding: 170px 40px 60px 40px; } .framer-bJrvw .framer-1d5gitv-container { left: calc(50.00000000000002% - 153.0246913580247% / 2); order: 0; top: calc(26.515704894083296% - 727px / 2); width: 153%; } .framer-bJrvw .framer-1lx0qk3 { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 82px; justify-content: flex-start; order: 2; } .framer-bJrvw .framer-1yrl1tl, .framer-bJrvw .framer-p3ucds { width: 100%; } .framer-bJrvw .framer-10qjl2l-container { top: 0px; width: 100%; } .framer-bJrvw .framer-th3c21 { padding: 60px 40px 60px 40px; } .framer-bJrvw .framer-l68nzv-container { flex: 1 0 0px; height: 430px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bJrvw .framer-1xspy6i, .framer-bJrvw .framer-1lx0qk3 { gap: 0px; } .framer-bJrvw .framer-1xspy6i > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-bJrvw .framer-1xspy6i > :first-child, .framer-bJrvw .framer-1lx0qk3 > :first-child { margin-top: 0px; } .framer-bJrvw .framer-1xspy6i > :last-child, .framer-bJrvw .framer-1lx0qk3 > :last-child { margin-bottom: 0px; } .framer-bJrvw .framer-1lx0qk3 > * { margin: 0px; margin-bottom: calc(82px / 2); margin-top: calc(82px / 2); } }}`,`@media (max-width: 809px) { .${metadata.bodyClassName}-framer-bJrvw { background: var(--token-f185e619-7ab0-4648-8fea-7397aa0c9ce6, rgb(255, 255, 255)); } .framer-bJrvw.framer-1rglbki { width: 390px; } .framer-bJrvw .framer-1xspy6i { gap: 40px; overflow: visible; padding: 130px 16px 32px 16px; } .framer-bJrvw .framer-1d5gitv-container { height: 723px; left: -482px; order: 0; right: -482px; top: -113px; width: unset; } .framer-bJrvw .framer-1lx0qk3 { flex-direction: column; gap: 32px; justify-content: flex-start; order: 2; } .framer-bJrvw .framer-12gpqk9 { gap: 24px; width: 100%; } .framer-bJrvw .framer-5dmby4 { align-content: center; align-items: center; gap: 16px; } .framer-bJrvw .framer-1yrl1tl { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; gap: 20px; padding: 40px 16px 26px 16px; width: 100%; } .framer-bJrvw .framer-13c3md1, .framer-bJrvw .framer-1f4tgrr, .framer-bJrvw .framer-17r37lf, .framer-bJrvw .framer-7xkoxu, .framer-bJrvw .framer-1cjcz3n { gap: 6px; } .framer-bJrvw .framer-10qjl2l-container { top: 0px; width: 100%; } .framer-bJrvw .framer-th3c21 { padding: 40px 16px 40px 16px; } .framer-bJrvw .framer-p3ucds { width: 100%; } .framer-bJrvw .framer-l68nzv-container { flex: 1 0 0px; height: 500px; width: 1px; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-bJrvw .framer-1xspy6i, .framer-bJrvw .framer-1lx0qk3, .framer-bJrvw .framer-12gpqk9, .framer-bJrvw .framer-5dmby4, .framer-bJrvw .framer-1yrl1tl, .framer-bJrvw .framer-13c3md1, .framer-bJrvw .framer-1f4tgrr, .framer-bJrvw .framer-17r37lf, .framer-bJrvw .framer-7xkoxu, .framer-bJrvw .framer-1cjcz3n { gap: 0px; } .framer-bJrvw .framer-1xspy6i > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-bJrvw .framer-1xspy6i > :first-child, .framer-bJrvw .framer-1lx0qk3 > :first-child, .framer-bJrvw .framer-12gpqk9 > :first-child, .framer-bJrvw .framer-5dmby4 > :first-child, .framer-bJrvw .framer-1yrl1tl > :first-child, .framer-bJrvw .framer-13c3md1 > :first-child, .framer-bJrvw .framer-1f4tgrr > :first-child, .framer-bJrvw .framer-17r37lf > :first-child, .framer-bJrvw .framer-7xkoxu > :first-child, .framer-bJrvw .framer-1cjcz3n > :first-child { margin-top: 0px; } .framer-bJrvw .framer-1xspy6i > :last-child, .framer-bJrvw .framer-1lx0qk3 > :last-child, .framer-bJrvw .framer-12gpqk9 > :last-child, .framer-bJrvw .framer-5dmby4 > :last-child, .framer-bJrvw .framer-1yrl1tl > :last-child, .framer-bJrvw .framer-13c3md1 > :last-child, .framer-bJrvw .framer-1f4tgrr > :last-child, .framer-bJrvw .framer-17r37lf > :last-child, .framer-bJrvw .framer-7xkoxu > :last-child, .framer-bJrvw .framer-1cjcz3n > :last-child { margin-bottom: 0px; } .framer-bJrvw .framer-1lx0qk3 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-bJrvw .framer-12gpqk9 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-bJrvw .framer-5dmby4 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-bJrvw .framer-1yrl1tl > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } .framer-bJrvw .framer-13c3md1 > *, .framer-bJrvw .framer-1f4tgrr > *, .framer-bJrvw .framer-17r37lf > *, .framer-bJrvw .framer-7xkoxu > *, .framer-bJrvw .framer-1cjcz3n > * { margin: 0px; margin-bottom: calc(6px / 2); margin-top: calc(6px / 2); } }}`,...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2410\n * @framerIntrinsicWidth 1920\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qLTutfo2K\":{\"layout\":[\"fixed\",\"auto\"]},\"f8edphVUX\":{\"layout\":[\"fixed\",\"auto\"]},\"GhXiBeiQC\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerResponsiveScreen\n */const FramermTqFgu2_G=withCSS(Component,css,\"framer-bJrvw\");export default FramermTqFgu2_G;FramermTqFgu2_G.displayName=\"Contact\";FramermTqFgu2_G.defaultProps={height:2410,width:1920};addFonts(FramermTqFgu2_G,[{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:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/poppins/v21/pxiEyp8kv8JHgFVrFJXUc1NECPY.woff2\",weight:\"400\"}]},...BackgroundGridFonts,...FormsButtonFonts,...TopNavigationBarFonts,...GoogleMapsFonts,...SectionCTAFonts,...SectionFooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramermTqFgu2_G\",\"slots\":[],\"annotations\":{\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qLTutfo2K\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"f8edphVUX\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"GhXiBeiQC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerIntrinsicWidth\":\"1920\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2410\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["coordinatesRegex", "GoogleMaps", "coordinates", "zoom", "style", "props", "borderRadius", "useRadius", "latitude1", "longitude1", "se", "ref", "latitude", "longitude", "p", "motion", "containerStyles", "addPropertyControls", "ControlType", "borderRadiusControl", "fontStore", "fonts", "css", "className", "PhosphorFonts", "getFonts", "Icon", "MotionDivWithFX", "withFX", "motion", "enabledGestures", "cycleOrder", "serializationHash", "variantClassNames", "addPropertyOverrides", "overrides", "variants", "nextOverrides", "variant", "transition1", "transition2", "animation", "transformTemplate1", "_", "t", "Transition", "value", "children", "config", "re", "MotionConfigContext", "transition", "contextValue", "se", "p", "Variants", "motion", "x", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "createLayoutDependency", "variants", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "baseVariant", "classNames", "clearLoadingGesture", "gestureHandlers", "gestureVariant", "isLoading", "setGestureState", "setVariant", "useVariantState", "cycleOrder", "enabledGestures", "variantClassNames", "layoutDependency", "ref1", "pe", "isDisplayed", "isDisplayed1", "isDisplayed2", "defaultLayoutId", "ae", "sharedStyleClassNames", "componentViewport", "useComponentViewport", "LayoutGroup", "u", "cx", "serializationHash", "addPropertyOverrides", "ComponentViewportProvider", "Icon", "RichText2", "MotionDivWithFX", "css", "Framert6iV45PDl", "withCSS", "t6iV45PDl_default", "addPropertyControls", "ControlType", "addFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "BackgroundGridFonts", "getFonts", "pwVXWPq1Q_default", "MotionDivWithFX", "withFX", "motion", "RichTextWithFX", "RichText2", "FormsButtonFonts", "t6iV45PDl_default", "FormContainerWithFX", "FormContainer", "TopNavigationBarFonts", "sltkc74h7_default", "GoogleMapsFonts", "GoogleMaps", "MotionDivWithOptimizedAppearEffect", "withOptimizedAppearEffect", "SectionCTAFonts", "LpjyIZj0_default", "SectionFooterFonts", "lS9TvqxVt_default", "ContainerWithFX", "Container", "breakpoints", "serializationHash", "variantClassNames", "valuesByLocaleId", "LazyValue", "preloadLocalizedValues", "locale", "promises", "values", "promise", "getLocalizedValue", "key", "value", "animation", "transition1", "animation1", "transition2", "animation2", "transition3", "animation3", "formVariants", "form", "variants", "currentVariant", "_variants_success", "_variants_pending", "_variants_error", "_variants_incomplete", "animation4", "animation5", "transition4", "animation6", "metadata", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "_humanReadableVariantMap_props_variant", "_ref", "Component", "Y", "ref", "activeLocale", "setLocale", "useLocaleInfo", "style", "className", "layoutId", "variant", "restProps", "ue", "metadata1", "robotsTag", "ie", "_document_querySelector", "bodyCls", "body", "c", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "preloadPromise", "ref1", "pe", "defaultLayoutId", "ae", "sharedStyleClassNames", "useCustomCursors", "_getLocalizedValue", "_getLocalizedValue1", "p", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "cx", "PropertyOverrides2", "ComponentViewportProvider", "Container", "pwVXWPq1Q_default", "MotionDivWithFX", "SVG", "RichText2", "x", "RichTextWithFX", "FormContainerWithFX", "formState", "_getLocalizedValue2", "_getLocalizedValue3", "_getLocalizedValue4", "l", "FormPlainTextInput2", "t6iV45PDl_default", "sltkc74h7_default", "MotionDivWithOptimizedAppearEffect", "GoogleMaps", "LpjyIZj0_default", "ContainerWithFX", "lS9TvqxVt_default", "css", "FramermTqFgu2_G", "withCSS", "mTqFgu2_G_default", "addFonts", "BackgroundGridFonts", "FormsButtonFonts", "TopNavigationBarFonts", "GoogleMapsFonts", "SectionCTAFonts", "SectionFooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
