{"version":3,"file":"GtOi1cAmy.ZEnwljLp.mjs","names":["IconType","SrcType","addPropertyOverrides","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","HugeIconSocialSolidFacebook","enabledGestures","cycleOrder","serializationHash","variantClassNames","transition1","Transition","Variants","humanReadableVariantMap","getProps","createLayoutDependency","Component","className","css","addPropertyOverrides","serializationHash","variantClassNames","transition1","Transition","Variants","getProps","createLayoutDependency","Component","className","css","Icon","Contact","Button","className","css"],"sources":["https:/framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js","https:/framerusercontent.com/modules/kMNCRMWAYOV98ZxTEboJ/NZUdjQj54E0ouaAH61vP/BmqE4Aqty.js","https:/framerusercontent.com/modules/6zxKbZ5W0SripTJ0zxpf/SQkCDQTNhdOEB1fAY60m/EiBIjYmvX.js","https:/framerusercontent.com/modules/XpT1WDzFf1Xj76k5AsGP/JU3b3F0RaK4SyA4bi24C/T2LVvGaat.js","https:/framerusercontent.com/modules/hObce11uItnnDcrQGUlX/zOBDYlzMwYE4WFPnUDni/GtOi1cAmy.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{motion}from\"framer-motion\";var IconType;(function(IconType){IconType[\"Default\"]=\"Default\";IconType[\"Custom\"]=\"Custom\";})(IconType||(IconType={}));var SrcType;(function(SrcType){SrcType[\"Upload\"]=\"Upload\";SrcType[\"URL\"]=\"URL\";})(SrcType||(SrcType={}));// Check for the Search Index Meta Tag\n// Currently the only way to differenciate between Preview & Publish\nconst metaTagSelector='meta[name=\"framer-search-index\"]';// We can hopefully remove this check when new Preview ships\nfunction isPublishedSiteOrSSG(){if(typeof document===\"undefined\")return true;const metaTag=document.querySelector(metaTagSelector);return!!metaTag;}/**\n *\n * DOWNLOAD\n * By Hunter\n *\n * @framerIntrinsicWidth 200\n * @framerIntrinsicHeight 100\n *\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any\n * @framerSupportedLayoutHeight any\n */ export default function Download(props){const{styleOptions,hoverOptions,iconOptions}=props;const{backgroundColor,color,borderRadius,padding,paddingPerSide,paddingTop,paddingRight,paddingBottom,paddingLeft,gap}=styleOptions;const isInPublishedSiteOrSSG=isPublishedSiteOrSSG();let downloadURL=undefined;if(isInPublishedSiteOrSSG){if(props.srcType===SrcType.URL)downloadURL=props.srcURL;if(props.srcType===SrcType.Upload)downloadURL=props.srcFile;}const paddingValue=paddingPerSide?`${paddingTop}px ${paddingRight}px ${paddingBottom}px ${paddingLeft}px`:`${padding}px`;const getIcon=()=>{var ref,ref1;if(!iconOptions)return;const iconStyle={order:iconOptions.alignment===\"start\"?0:2,flexShrink:0};return iconOptions.type===IconType.Custom&&!!((ref=iconOptions.image)===null||ref===void 0?void 0:ref.src)?/*#__PURE__*/ _jsx(\"img\",{style:iconStyle,alt:((ref1=iconOptions.image)===null||ref1===void 0?void 0:ref1.alt)&&iconOptions.image.alt.length>0?iconOptions.image.alt:\"download icon\",src:iconOptions.image.src,width:iconOptions.size,height:iconOptions.size}):/*#__PURE__*/ _jsx(\"svg\",{style:iconStyle,xmlns:\"http://www.w3.org/2000/svg\",width:iconOptions.size,height:iconOptions.size,fill:iconOptions.color,viewBox:\"0 0 256 256\",children:/*#__PURE__*/ _jsx(\"path\",{d:\"M228 152v56a20 20 0 0 1-20 20H48a20 20 0 0 1-20-20v-56a12 12 0 0 1 24 0v52h152v-52a12 12 0 0 1 24 0Zm-108.49 8.49a12 12 0 0 0 17 0l40-40a12 12 0 0 0-17-17L140 123V40a12 12 0 0 0-24 0v83l-19.51-19.49a12 12 0 0 0-17 17Z\"})});};const getCursor=()=>{if(props.srcType===SrcType.URL&&props.srcURL)return\"pointer\";if(props.srcType===SrcType.Upload&&props.srcFile)return\"pointer\";return\"auto\";};const buttonTitle=isInPublishedSiteOrSSG?\"Download File\":\"Publish to Download\";return /*#__PURE__*/ _jsxs(motion.a,{target:\"_blank\",href:downloadURL,download:true,title:buttonTitle,style:{gap,fontSize:16,lineHeight:1,fontFamily:\"Inter\",fontWeight:500,width:\"max-content\",...props.style,...buttonStyles,...props.fontControl,padding:paddingValue,color:color,backgroundColor:backgroundColor,borderRadius:borderRadius,userSelect:\"none\",placeContent:flexAlignSwitch(props.fontControl),whiteSpace:\"nowrap\",cursor:getCursor()},whileHover:hoverOptions,transition:hoverOptions===null||hoverOptions===void 0?void 0:hoverOptions.transition,children:[getIcon(),props.text]});};Download.displayName=\"Download\";addPropertyControls(Download,{text:{title:\"Text\",type:ControlType.String,defaultValue:\"Download\"},srcType:{type:ControlType.Enum,displaySegmentedControl:true,title:\"Source\",options:[SrcType.Upload,SrcType.URL]},srcURL:{type:ControlType.String,title:\" \",placeholder:\"../example.pdf\",hidden:props=>props.srcType===SrcType.Upload},srcFile:{type:ControlType.File,title:\" \",allowedFileTypes:[],hidden:props=>props.srcType===SrcType.URL},fontControl:{// @ts-ignore - Internal\ntype:ControlType.Font,title:\"Font\",controls:\"extended\"},iconOptions:{type:ControlType.Object,optional:true,title:\"Icon\",buttonTitle:\"Size, Color\",controls:{type:{title:\"Type\",type:ControlType.Enum,options:Object.values(IconType),optionTitles:Object.values(IconType),displaySegmentedControl:true},color:{title:\"Color\",type:ControlType.Color,defaultValue:\"#FFF\",hidden:props=>props.type===IconType.Custom},image:{title:\"File\",type:ControlType.ResponsiveImage,allowedFileTypes:[\"jpg\",\"png\",\"svg\"],hidden:props=>props.type===IconType.Default},size:{type:ControlType.Number,displayStepper:true,min:5,defaultValue:16,max:250},alignment:{title:\"Align\",type:ControlType.Enum,displaySegmentedControl:true,options:[\"start\",\"end\"],optionTitles:[\"Start\",\"End\"]}}},styleOptions:{type:ControlType.Object,title:\"Styles\",buttonTitle:\"Button, Font\",controls:{backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#111\"},color:{type:ControlType.Color,defaultValue:\"#FFF\"},borderRadius:{type:ControlType.Number,title:\"Radius\",displayStepper:true,defaultValue:50},padding:{title:\"Padding\",type:ControlType.FusedNumber,toggleKey:\"paddingPerSide\",toggleTitles:[\"Padding\",\"Padding per side\"],defaultValue:10,valueKeys:[\"paddingTop\",\"paddingRight\",\"paddingBottom\",\"paddingLeft\",],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0},gap:{title:\"Gap\",type:ControlType.Number,displayStepper:true,defaultValue:5}}},hoverOptions:{type:ControlType.Object,title:\"Hover\",buttonTitle:\"Effect\",optional:true,controls:{scale:{type:ControlType.Number,title:\"Scale\",min:0,max:10,displayStepper:true,step:.01,defaultValue:1.1},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#333\",optional:true},color:{type:ControlType.Color,title:\"Color\",defaultValue:\"#FFF\",optional:true},transition:{type:ControlType.Transition,title:\"Transition\",defaultValue:{type:\"spring\",stiffness:400,damping:30}}}}});const buttonStyles={display:\"flex\",placeItems:\"center\",placeContent:\"center\",textDecoration:\"none\"};/* Match flex content alignment with text align */ const flexAlignSwitch=fontControlStyles=>{if(!(fontControlStyles===null||fontControlStyles===void 0?void 0:fontControlStyles.textAlign)){return\"left\";}if(fontControlStyles.textAlign===\"left\"){return\"flex-start\";}if(fontControlStyles.textAlign===\"right\"){return\"flex-end\";}return\"center\";};\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Download\",\"slots\":[],\"annotations\":{\"framerIntrinsicHeight\":\"100\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"*\",\"framerSupportedLayoutWidth\":\"any\",\"framerSupportedLayoutHeight\":\"any\",\"framerIntrinsicWidth\":\"200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Download.map","// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,SVG,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";const cycleOrder=[\"I2212:3100;2212:3080\",\"jVVxuu2dE\",\"eU4JaPNka\",\"URWQ_5FFw\",\"sxVAkDmAY\"];const serializationHash=\"framer-Zrngb\";const variantClassNames={\"I2212:3100;2212:3080\":\"framer-v-k2p4v0\",eU4JaPNka:\"framer-v-1r9lsqy\",jVVxuu2dE:\"framer-v-25kcn8\",sxVAkDmAY:\"framer-v-vkwx6g\",URWQ_5FFw:\"framer-v-4lu0g7\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={facebook:\"I2212:3100;2212:3080\",instagram:\"jVVxuu2dE\",telegram:\"sxVAkDmAY\",tiktok:\"URWQ_5FFw\",youtube:\"eU4JaPNka\"};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:\"I2212:3100;2212:3080\"};};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:\"I2212:3100;2212:3080\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const isDisplayed=()=>{if([\"jVVxuu2dE\",\"eU4JaPNka\",\"URWQ_5FFw\",\"sxVAkDmAY\"].includes(baseVariant))return false;return true;};const isDisplayed1=()=>{if(baseVariant===\"jVVxuu2dE\")return true;return false;};const isDisplayed2=()=>{if(baseVariant===\"eU4JaPNka\")return true;return false;};const isDisplayed3=()=>{if(baseVariant===\"URWQ_5FFw\")return true;return false;};const isDisplayed4=()=>{if(baseVariant===\"sxVAkDmAY\")return true;return false;};const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(motion.div,{...restProps,...gestureHandlers,className:cx(serializationHash,...sharedStyleClassNames,\"framer-k2p4v0\",className,classNames),\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"I2212:3100;2212:3080\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{...style},...addPropertyOverrides({eU4JaPNka:{\"data-framer-name\":\"youtube\"},jVVxuu2dE:{\"data-framer-name\":\"instagram\"},sxVAkDmAY:{\"data-framer-name\":\"telegram\"},URWQ_5FFw:{\"data-framer-name\":\"tiktok\"}},baseVariant,gestureVariant),children:[isDisplayed()&&/*#__PURE__*/_jsx(SVG,{className:\"framer-vs6eh8\",\"data-framer-name\":\"fb\",layout:\"position\",layoutDependency:layoutDependency,layoutId:\"mrulX95Gx\",opacity:1,svg:'<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 12 18\"><path d=\"M 12 0 L 9 0 C 6.239 0 4 2.239 4 5 L 4 7 L 0 7 L 0 11 L 4 11 L 4 18 L 8 18 L 8 11 L 12 11 L 12 7 L 8 7 L 8 5 C 8 4.448 8.448 4 9 4 L 12 4 Z\" fill=\"var(--token-dc6790a9-06fd-40f5-b4bb-a10011d5cd1b, rgb(245, 245, 245)) /* {&quot;name&quot;:&quot;White/300&quot;} */\"></path></svg>',svgContentId:11735152311,withExternalLayout:true}),isDisplayed1()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bpyesg\",\"data-framer-name\":\"Huge-icon/social/solid/instagram\",layoutDependency:layoutDependency,layoutId:\"WMrtQRQzx\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-litvyx\",\"data-framer-name\":\"instagram\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:20,intrinsicWidth:20,layoutDependency:layoutDependency,layoutId:\"Nb1Pj5j5p\",svg:'<svg width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5 0C2.23858 0 0 2.23858 0 5V15C0 17.7614 2.23858 20 5 20H15C17.7614 20 20 17.7614 20 15V5C20 2.23858 17.7614 0 15 0H5ZM16 5C16.5523 5 17 4.55228 17 4C17 3.44772 16.5523 3 16 3C15.4477 3 15 3.44772 15 4C15 4.55228 15.4477 5 16 5ZM15 10C15 12.7614 12.7614 15 10 15C7.23858 15 5 12.7614 5 10C5 7.23858 7.23858 5 10 5C12.7614 5 15 7.23858 15 10ZM10 13C11.6569 13 13 11.6569 13 10C13 8.34315 11.6569 7 10 7C8.34315 7 7 8.34315 7 10C7 11.6569 8.34315 13 10 13Z\" fill=\"#F5F5F5\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed2()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-5bhr9b\",\"data-framer-name\":\"Huge-icon/social/solid/youtube\",layoutDependency:layoutDependency,layoutId:\"I_wLIL_eT\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-94b99c\",\"data-framer-name\":\"youtube\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:22,layoutDependency:layoutDependency,layoutId:\"QTPlILBjT\",svg:'<svg width=\"22\" height=\"18\" viewBox=\"0 0 22 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.14014 0C1.931 0 0.140137 1.79086 0.140137 4V14C0.140137 16.2091 1.931 18 4.14013 18H17.86C20.0691 18 21.86 16.2091 21.86 14V4C21.86 1.79086 20.0691 0 17.86 0H4.14014ZM14.2112 8.10557L9.44731 5.72361C8.78241 5.39116 8.0001 5.87465 8.0001 6.61803V11.382C8.0001 12.1253 8.78241 12.6088 9.44731 12.2764L14.2112 9.89443C14.9483 9.5259 14.9483 8.4741 14.2112 8.10557Z\" fill=\"#F5F5F5\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed3()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-2uqryl\",\"data-framer-name\":\"Huge-icon/social/solid/tiktok\",layoutDependency:layoutDependency,layoutId:\"vfapFV080\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-v0g4fe\",\"data-framer-name\":\"tiktok\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:18,intrinsicWidth:16,layoutDependency:layoutDependency,layoutId:\"pgo_5DxiM\",svg:'<svg width=\"16\" height=\"18\" viewBox=\"0 0 16 18\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M6 18C9.31371 18 12 15.3137 12 12V5.19731C12.8825 5.70782 13.9071 6 15 6H16V3H15C13.3431 3 12 1.65685 12 0H9V12C9 13.6569 7.65685 15 6 15C4.34315 15 3 13.6569 3 12C3 10.3431 4.34315 9 6 9V6C2.68629 6 0 8.68629 0 12C0 15.3137 2.68629 18 6 18Z\" fill=\"#F5F5F5\"/>\\n</svg>\\n',withExternalLayout:true})}),isDisplayed4()&&/*#__PURE__*/_jsx(motion.div,{className:\"framer-1oy8497\",\"data-framer-name\":\"Huge-icon/social/solid/telegram\",layoutDependency:layoutDependency,layoutId:\"I2267:7223;2212:3080\",children:/*#__PURE__*/_jsx(SVG,{className:\"framer-ooageu\",\"data-framer-name\":\"telegram\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:16,intrinsicWidth:18,layoutDependency:layoutDependency,layoutId:\"I2267:7223;2212:3080;13:18823\",svg:'<svg width=\"18\" height=\"16\" viewBox=\"0 0 18 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M0.896699 6.79637L16.2854 0.145754C17.009 -0.166999 17.7932 0.441585 17.6698 1.22023L15.5657 14.4962C15.4358 15.3162 14.4208 15.6299 13.8509 15.0262L10.398 11.3686C9.72083 10.6514 9.66776 9.54749 10.273 8.76857L12.711 5.63084C12.8503 5.45146 12.6303 5.21549 12.4416 5.34204L7.5943 8.59387C6.77172 9.14569 5.77366 9.37269 4.79333 9.2309L1.15027 8.70401C0.152284 8.55968 -0.0289275 7.1964 0.896699 6.79637Z\" fill=\"#F5F5F5\"/>\\n</svg>\\n',withExternalLayout:true})})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Zrngb.framer-okblun, .framer-Zrngb .framer-okblun { display: block; }\",\".framer-Zrngb.framer-k2p4v0 { height: 24px; overflow: hidden; position: relative; width: 24px; }\",\".framer-Zrngb .framer-vs6eh8 { flex: none; height: 18px; left: 6px; position: absolute; top: 3px; width: 12px; }\",\".framer-Zrngb .framer-1bpyesg, .framer-Zrngb .framer-5bhr9b, .framer-Zrngb .framer-2uqryl, .framer-Zrngb .framer-1oy8497 { bottom: 0px; flex: none; left: 0px; overflow: hidden; position: absolute; right: 0px; top: 0px; }\",\".framer-Zrngb .framer-litvyx { flex: none; height: 20px; left: 2px; position: absolute; top: 2px; width: 20px; }\",\".framer-Zrngb .framer-94b99c { flex: none; height: 18px; left: 1px; position: absolute; top: 3px; width: 22px; }\",\".framer-Zrngb .framer-v0g4fe { flex: none; height: 18px; left: 4px; position: absolute; top: 3px; width: 16px; }\",\".framer-Zrngb .framer-ooageu { flex: none; height: 16px; left: 2px; position: absolute; top: 4px; width: 18px; }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 24\n * @framerIntrinsicWidth 24\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"jVVxuu2dE\":{\"layout\":[\"fixed\",\"fixed\"]},\"eU4JaPNka\":{\"layout\":[\"fixed\",\"fixed\"]},\"URWQ_5FFw\":{\"layout\":[\"fixed\",\"fixed\"]},\"sxVAkDmAY\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerBmqE4Aqty=withCSS(Component,css,\"framer-Zrngb\");export default FramerBmqE4Aqty;FramerBmqE4Aqty.displayName=\"Huge-icon/social/solid/facebook\";FramerBmqE4Aqty.defaultProps={height:24,width:24};addPropertyControls(FramerBmqE4Aqty,{variant:{options:[\"I2212:3100;2212:3080\",\"jVVxuu2dE\",\"eU4JaPNka\",\"URWQ_5FFw\",\"sxVAkDmAY\"],optionTitles:[\"facebook\",\"instagram\",\"youtube\",\"tiktok\",\"telegram\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerBmqE4Aqty,[{explicitInter:true,fonts:[]}],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerBmqE4Aqty\",\"slots\":[],\"annotations\":{\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"24\",\"framerIntrinsicHeight\":\"24\",\"framerDisplayContentsDiv\":\"false\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jVVxuu2dE\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"eU4JaPNka\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"URWQ_5FFw\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"sxVAkDmAY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./BmqE4Aqty.map","// Generated by Framer (38f2e7f)\nimport{jsx as _jsx}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,Link,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import HugeIconSocialSolidFacebook from\"https://framerusercontent.com/modules/kMNCRMWAYOV98ZxTEboJ/NZUdjQj54E0ouaAH61vP/BmqE4Aqty.js\";const HugeIconSocialSolidFacebookFonts=getFonts(HugeIconSocialSolidFacebook);const enabledGestures={e8jDeV82s:{hover:true,pressed:true},ohnK3kakm:{hover:true,pressed:true},QLqA9lqGG:{hover:true,pressed:true},vBtSzkSbN:{hover:true,pressed:true},wPTnUbNj9:{hover:true,pressed:true}};const cycleOrder=[\"wPTnUbNj9\",\"ohnK3kakm\",\"vBtSzkSbN\",\"QLqA9lqGG\",\"e8jDeV82s\"];const serializationHash=\"framer-Vd9Vr\";const variantClassNames={e8jDeV82s:\"framer-v-15bl8go\",ohnK3kakm:\"framer-v-8qrpot\",QLqA9lqGG:\"framer-v-1f00g4v\",vBtSzkSbN:\"framer-v-1g8n9ia\",wPTnUbNj9:\"framer-v-1ddm8h4\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const humanReadableVariantMap={facebook:\"wPTnUbNj9\",instagram:\"ohnK3kakm\",telegram:\"e8jDeV82s\",tiktok:\"vBtSzkSbN\",youtube:\"QLqA9lqGG\"};const getProps=({height,id,link,width,...props})=>{var _humanReadableVariantMap_props_variant,_ref;return{...props,czwt9I9US:link!==null&&link!==void 0?link:props.czwt9I9US,variant:(_ref=(_humanReadableVariantMap_props_variant=humanReadableVariantMap[props.variant])!==null&&_humanReadableVariantMap_props_variant!==void 0?_humanReadableVariantMap_props_variant:props.variant)!==null&&_ref!==void 0?_ref:\"wPTnUbNj9\"};};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,czwt9I9US,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({cycleOrder,defaultVariant:\"wPTnUbNj9\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId!==null&&layoutId!==void 0?layoutId:defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsx(Link,{href:czwt9I9US,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-1ddm8h4\",className,classNames)} framer-1vxkqq9`,\"data-framer-name\":\"facebook\",layoutDependency:layoutDependency,layoutId:\"wPTnUbNj9\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"var(--token-1e8af33b-923b-42d1-b100-745a4d5d3a9e, rgb(90, 91, 96))\",borderBottomLeftRadius:8,borderBottomRightRadius:8,borderTopLeftRadius:8,borderTopRightRadius:8,...style},variants:{\"e8jDeV82s-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"e8jDeV82s-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"},\"ohnK3kakm-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"ohnK3kakm-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"},\"QLqA9lqGG-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"QLqA9lqGG-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"},\"vBtSzkSbN-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"vBtSzkSbN-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"},\"wPTnUbNj9-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"wPTnUbNj9-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"}},...addPropertyOverrides({\"e8jDeV82s-hover\":{\"data-framer-name\":undefined},\"e8jDeV82s-pressed\":{\"data-framer-name\":undefined},\"ohnK3kakm-hover\":{\"data-framer-name\":undefined},\"ohnK3kakm-pressed\":{\"data-framer-name\":undefined},\"QLqA9lqGG-hover\":{\"data-framer-name\":undefined},\"QLqA9lqGG-pressed\":{\"data-framer-name\":undefined},\"vBtSzkSbN-hover\":{\"data-framer-name\":undefined},\"vBtSzkSbN-pressed\":{\"data-framer-name\":undefined},\"wPTnUbNj9-hover\":{\"data-framer-name\":undefined},\"wPTnUbNj9-pressed\":{\"data-framer-name\":undefined},e8jDeV82s:{\"data-framer-name\":\"telegram\"},ohnK3kakm:{\"data-framer-name\":\"instagram\"},QLqA9lqGG:{\"data-framer-name\":\"youtube\"},vBtSzkSbN:{\"data-framer-name\":\"tiktok\"}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:24,width:\"24px\",y:((componentViewport===null||componentViewport===void 0?void 0:componentViewport.y)||0)+(10+(((componentViewport===null||componentViewport===void 0?void 0:componentViewport.height)||44)-20-24)/2),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7i85b8-container\",layoutDependency:layoutDependency,layoutId:\"tQmD8j0DK-container\",children:/*#__PURE__*/_jsx(HugeIconSocialSolidFacebook,{height:\"100%\",id:\"tQmD8j0DK\",layoutId:\"tQmD8j0DK\",style:{height:\"100%\",width:\"100%\"},variant:\"I2212:3100;2212:3080\",width:\"100%\",...addPropertyOverrides({e8jDeV82s:{variant:\"sxVAkDmAY\"},ohnK3kakm:{variant:\"jVVxuu2dE\"},QLqA9lqGG:{variant:\"eU4JaPNka\"},vBtSzkSbN:{variant:\"URWQ_5FFw\"}},baseVariant,gestureVariant)})})})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-Vd9Vr.framer-1vxkqq9, .framer-Vd9Vr .framer-1vxkqq9 { display: block; }\",\".framer-Vd9Vr.framer-1ddm8h4 { align-content: center; align-items: center; cursor: pointer; display: flex; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: 44px; justify-content: center; overflow: visible; padding: 10px; position: relative; text-decoration: none; width: 44px; }\",\".framer-Vd9Vr .framer-7i85b8-container { flex: none; height: 24px; position: relative; width: 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-Vd9Vr.framer-1ddm8h4 { gap: 0px; } .framer-Vd9Vr.framer-1ddm8h4 > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-Vd9Vr.framer-1ddm8h4 > :first-child { margin-left: 0px; } .framer-Vd9Vr.framer-1ddm8h4 > :last-child { margin-right: 0px; } }\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 44\n * @framerIntrinsicWidth 44\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"fixed\"]},\"ohnK3kakm\":{\"layout\":[\"fixed\",\"fixed\"]},\"vBtSzkSbN\":{\"layout\":[\"fixed\",\"fixed\"]},\"QLqA9lqGG\":{\"layout\":[\"fixed\",\"fixed\"]},\"e8jDeV82s\":{\"layout\":[\"fixed\",\"fixed\"]},\"FyRH_M1nP\":{\"layout\":[\"fixed\",\"fixed\"]},\"rMzmmbPTl\":{\"layout\":[\"fixed\",\"fixed\"]},\"CJy2_5dmW\":{\"layout\":[\"fixed\",\"fixed\"]},\"zVAyxQPi8\":{\"layout\":[\"fixed\",\"fixed\"]},\"ZgYGW9hwV\":{\"layout\":[\"fixed\",\"fixed\"]},\"jBaVZZW9e\":{\"layout\":[\"fixed\",\"fixed\"]},\"fSWIGPjMD\":{\"layout\":[\"fixed\",\"fixed\"]},\"cGEvwgWOL\":{\"layout\":[\"fixed\",\"fixed\"]},\"Rml9v8gHY\":{\"layout\":[\"fixed\",\"fixed\"]},\"yWnW94QhV\":{\"layout\":[\"fixed\",\"fixed\"]}}}\n * @framerVariables {\"czwt9I9US\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerEiBIjYmvX=withCSS(Component,css,\"framer-Vd9Vr\");export default FramerEiBIjYmvX;FramerEiBIjYmvX.displayName=\"Icon\";FramerEiBIjYmvX.defaultProps={height:44,width:44};addPropertyControls(FramerEiBIjYmvX,{variant:{options:[\"wPTnUbNj9\",\"ohnK3kakm\",\"vBtSzkSbN\",\"QLqA9lqGG\",\"e8jDeV82s\"],optionTitles:[\"facebook\",\"instagram\",\"tiktok\",\"youtube\",\"telegram\"],title:\"Variant\",type:ControlType.Enum},czwt9I9US:{title:\"Link\",type:ControlType.Link}});addFonts(FramerEiBIjYmvX,[{explicitInter:true,fonts:[]},...HugeIconSocialSolidFacebookFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerEiBIjYmvX\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"44\",\"framerVariables\":\"{\\\"czwt9I9US\\\":\\\"link\\\"}\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ohnK3kakm\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"vBtSzkSbN\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"QLqA9lqGG\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"e8jDeV82s\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"FyRH_M1nP\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"rMzmmbPTl\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"CJy2_5dmW\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"zVAyxQPi8\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"ZgYGW9hwV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"jBaVZZW9e\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"fSWIGPjMD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"cGEvwgWOL\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"Rml9v8gHY\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]},\\\"yWnW94QhV\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"fixed\\\"]}}}\",\"framerContractVersion\":\"1\",\"framerComponentViewportWidth\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"44\",\"framerImmutableVariables\":\"true\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./EiBIjYmvX.map","// Generated by Framer (38f2e7f)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ControlType,cx,getFontsFromSharedStyle,Link,RichText,useComponentViewport,useLocaleInfo,useVariantState,withCSS}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import*as sharedStyle from\"https://framerusercontent.com/modules/KHH69y8hPCg3wauHHF4K/9xwDHYgxNe2MMZPoBmdk/mJpMKAuQR.js\";const enabledGestures={RF3Ea7ciE:{hover:true,pressed:true}};const serializationHash=\"framer-CNb4s\";const variantClassNames={RF3Ea7ciE:\"framer-v-szd9y8\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants===null||variants===void 0?void 0:variants.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value!==null&&value!==void 0?value:config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion(React.Fragment);const getProps=({body,height,id,link,title,width,...props})=>{var _ref,_ref1;return{...props,dvhHaaaoj:link!==null&&link!==void 0?link:props.dvhHaaaoj,k3jow7xma:(_ref=title!==null&&title!==void 0?title:props.k3jow7xma)!==null&&_ref!==void 0?_ref:\"Əlaqə telefonu\",l13RnJ3Ds:(_ref1=body!==null&&body!==void 0?body:props.l13RnJ3Ds)!==null&&_ref1!==void 0?_ref1:\"+994 55 555 55 55\"};};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,k3jow7xma,l13RnJ3Ds,dvhHaaaoj,...restProps}=getProps(props);const{baseVariant,classNames,clearLoadingGesture,gestureHandlers,gestureVariant,isLoading,setGestureState,setVariant,variants}=useVariantState({defaultVariant:\"RF3Ea7ciE\",enabledGestures,variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.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__*/_jsx(Link,{href:dvhHaaaoj,children:/*#__PURE__*/_jsx(motion.a,{...restProps,...gestureHandlers,className:`${cx(serializationHash,...sharedStyleClassNames,\"framer-szd9y8\",className,classNames)} framer-10pzshd`,\"data-framer-name\":\"Variant 1\",layoutDependency:layoutDependency,layoutId:\"RF3Ea7ciE\",ref:ref!==null&&ref!==void 0?ref:ref1,style:{backgroundColor:\"rgb(57, 57, 60)\",borderBottomLeftRadius:16,borderBottomRightRadius:16,borderTopLeftRadius:16,borderTopRightRadius:16,...style},variants:{\"RF3Ea7ciE-hover\":{backgroundColor:\"var(--token-bbcdc197-097a-4939-82c1-d7fc7582fa0a, rgb(67, 67, 71))\"},\"RF3Ea7ciE-pressed\":{backgroundColor:\"var(--token-c3dd00c6-de01-4516-820d-810c06299e30, rgb(57, 57, 60))\"}},...addPropertyOverrides({\"RF3Ea7ciE-hover\":{\"data-framer-name\":undefined},\"RF3Ea7ciE-pressed\":{\"data-framer-name\":undefined}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsxs(motion.div,{className:\"framer-hjszv9\",\"data-framer-name\":\"Frame 48\",layoutDependency:layoutDependency,layoutId:\"I2213:3218;2213:3204\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v6tc62\",\"data-styles-preset\":\"mJpMKAuQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230)))\"},children:\"Əlaqə telefonu\"})}),className:\"framer-dh55t0\",\"data-framer-name\":\"Əlaqə telefonu\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2213:3218;2213:3205\",style:{\"--extracted-r6o4lv\":\"var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230))\",\"--framer-paragraph-spacing\":\"0px\"},text:k3jow7xma,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.p,{className:\"framer-styles-preset-v6tc62\",\"data-styles-preset\":\"mJpMKAuQR\",style:{\"--framer-text-color\":\"var(--extracted-r6o4lv, var(--token-47d53fd2-9a75-4ced-a07b-e487f324be5c, rgb(191, 191, 191)))\"},children:\"+994 55 555 55 55\"})}),className:\"framer-pexdz5\",\"data-framer-name\":\"+994 55 555 55 55\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"I2213:3218;2213:3206\",style:{\"--extracted-r6o4lv\":\"var(--token-47d53fd2-9a75-4ced-a07b-e487f324be5c, rgb(191, 191, 191))\",\"--framer-paragraph-spacing\":\"0px\"},text:l13RnJ3Ds,verticalAlignment:\"top\",withExternalLayout:true})]})})})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-CNb4s.framer-10pzshd, .framer-CNb4s .framer-10pzshd { display: block; }\",\".framer-CNb4s.framer-szd9y8 { align-content: flex-start; align-items: flex-start; cursor: pointer; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 1px; height: min-content; justify-content: center; overflow: visible; padding: 20px 32px 20px 32px; position: relative; text-decoration: none; width: min-content; }\",\".framer-CNb4s .framer-hjszv9 { 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: min-content; }\",\".framer-CNb4s .framer-dh55t0, .framer-CNb4s .framer-pexdz5 { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-CNb4s.framer-szd9y8, .framer-CNb4s .framer-hjszv9 { gap: 0px; } .framer-CNb4s.framer-szd9y8 > * { margin: 0px; margin-bottom: calc(1px / 2); margin-top: calc(1px / 2); } .framer-CNb4s.framer-szd9y8 > :first-child, .framer-CNb4s .framer-hjszv9 > :first-child { margin-top: 0px; } .framer-CNb4s.framer-szd9y8 > :last-child, .framer-CNb4s .framer-hjszv9 > :last-child { margin-bottom: 0px; } .framer-CNb4s .framer-hjszv9 > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",...sharedStyle.css];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 92\n * @framerIntrinsicWidth 211\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"auto\",\"auto\"]},\"lD45JrOqZ\":{\"layout\":[\"auto\",\"auto\"]},\"PLsZCiIRR\":{\"layout\":[\"auto\",\"auto\"]}}}\n * @framerVariables {\"k3jow7xma\":\"title\",\"l13RnJ3Ds\":\"body\",\"dvhHaaaoj\":\"link\"}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerT2LVvGaat=withCSS(Component,css,\"framer-CNb4s\");export default FramerT2LVvGaat;FramerT2LVvGaat.displayName=\"contact\";FramerT2LVvGaat.defaultProps={height:92,width:211};addPropertyControls(FramerT2LVvGaat,{k3jow7xma:{defaultValue:\"Əlaqə telefonu\",displayTextArea:false,title:\"Title\",type:ControlType.String},l13RnJ3Ds:{defaultValue:\"+994 55 555 55 55\",displayTextArea:false,title:\"Body\",type:ControlType.String},dvhHaaaoj:{title:\"Link\",type:ControlType.Link}});addFonts(FramerT2LVvGaat,[{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\"}]},...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerT2LVvGaat\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"lD45JrOqZ\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]},\\\"PLsZCiIRR\\\":{\\\"layout\\\":[\\\"auto\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerIntrinsicHeight\":\"92\",\"framerDisplayContentsDiv\":\"false\",\"framerVariables\":\"{\\\"k3jow7xma\\\":\\\"title\\\",\\\"l13RnJ3Ds\\\":\\\"body\\\",\\\"dvhHaaaoj\\\":\\\"link\\\"}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"211\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./T2LVvGaat.map","// Generated by Framer (ca9141d)\nimport{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addFonts,addPropertyControls,ComponentViewportProvider,ControlType,cx,getFonts,getFontsFromSharedStyle,ResolveLinks,RichText,SVG,useComponentViewport,useLocaleInfo,useRouter,useVariantState,withCSS,withFX}from\"framer\";import{LayoutGroup,motion,MotionConfigContext}from\"framer-motion\";import*as React from\"react\";import Download from\"https://framerusercontent.com/modules/kBkaj3LmBqcSU2IkUsBC/kvFSr6fSU7VcYZyNyfaK/Download.js\";import*as sharedStyle from\"https://framerusercontent.com/modules/x5ycl5SF2af6s5oAIUtR/F1CKaXOcyzSEm6VSwNqi/tT2HYRXHf.js\";import Icon from\"https://framerusercontent.com/modules/6zxKbZ5W0SripTJ0zxpf/SQkCDQTNhdOEB1fAY60m/EiBIjYmvX.js\";import Button from\"https://framerusercontent.com/modules/8zA0DP7zLjKBfoRoM4Jf/hlA78x2RFJhYFkHURtlh/ipZJ03rhp.js\";import Contact from\"https://framerusercontent.com/modules/XpT1WDzFf1Xj76k5AsGP/JU3b3F0RaK4SyA4bi24C/T2LVvGaat.js\";const IconFonts=getFonts(Icon);const ContactFonts=getFonts(Contact);const ButtonFonts=getFonts(Button);const DownloadFonts=getFonts(Download);const MotionDivWithFX=withFX(motion.div);const cycleOrder=[\"drWyyNfxJ\",\"nDyUpS27G\",\"V3JKwoHpD\",\"rSAn2bO9x\"];const serializationHash=\"framer-9D650\";const variantClassNames={drWyyNfxJ:\"framer-v-1hha8k9\",nDyUpS27G:\"framer-v-1t4ge4k\",rSAn2bO9x:\"framer-v-1xuhvwe\",V3JKwoHpD:\"framer-v-15kyyz6\"};function addPropertyOverrides(overrides,...variants){const nextOverrides={};variants?.forEach(variant=>variant&&Object.assign(nextOverrides,overrides[variant]));return nextOverrides;}const transition1={damping:60,delay:0,mass:1,stiffness:500,type:\"spring\"};const Transition=({value,children})=>{const config=React.useContext(MotionConfigContext);const transition=value??config.transition;const contextValue=React.useMemo(()=>({...config,transition}),[JSON.stringify(transition)]);return /*#__PURE__*/_jsx(MotionConfigContext.Provider,{value:contextValue,children:children});};const Variants=motion.create(React.Fragment);const humanReadableVariantMap={\"min desktop\":\"nDyUpS27G\",Desktop:\"drWyyNfxJ\",Phone:\"rSAn2bO9x\",Tablet:\"V3JKwoHpD\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"drWyyNfxJ\"};};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:\"drWyyNfxJ\",variant,variantClassNames});const layoutDependency=createLayoutDependency(props,variants);const ref1=React.useRef(null);const router=useRouter();const defaultLayoutId=React.useId();const sharedStyleClassNames=[sharedStyle.className];const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(LayoutGroup,{id:layoutId??defaultLayoutId,children:/*#__PURE__*/_jsx(Variants,{animate:variants,initial:false,children:/*#__PURE__*/_jsx(Transition,{value:transition1,children:/*#__PURE__*/_jsxs(MotionDivWithFX,{...restProps,...gestureHandlers,__framer__spring:{damping:60,delay:0,duration:.3,ease:[.44,0,.56,1],mass:1,stiffness:200,type:\"spring\"},__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:100}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__smartComponentFX:true,__targetOpacity:1,className:cx(serializationHash,...sharedStyleClassNames,\"framer-1hha8k9\",className,classNames),\"data-framer-name\":\"Desktop\",layoutDependency:layoutDependency,layoutId:\"drWyyNfxJ\",ref:ref??ref1,style:{backgroundColor:\"rgb(37, 38, 39)\",borderTopLeftRadius:32,borderTopRightRadius:32,...style},variants:{rSAn2bO9x:{borderTopLeftRadius:24,borderTopRightRadius:24}},...addPropertyOverrides({nDyUpS27G:{\"data-framer-name\":\"min desktop\"},rSAn2bO9x:{\"data-framer-name\":\"Phone\"},V3JKwoHpD:{\"data-framer-name\":\"Tablet\"}},baseVariant,gestureVariant),children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1r70cj2\",\"data-border\":true,\"data-framer-name\":\"Frame 74\",layoutDependency:layoutDependency,layoutId:\"Z4lFFl66K\",style:{\"--border-bottom-width\":\"1px\",\"--border-color\":\"rgb(57, 57, 60)\",\"--border-left-width\":\"0px\",\"--border-right-width\":\"0px\",\"--border-style\":\"solid\",\"--border-top-width\":\"0px\",borderTopLeftRadius:32,borderTopRightRadius:32},children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-57cazp\",\"data-framer-name\":\"Layer_1\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:40,intrinsicWidth:144,layoutDependency:layoutDependency,layoutId:\"w4UU3s1Gq\",svg:'<svg width=\"144\" height=\"40\" viewBox=\"0 0 144 40\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<g clip-path=\"url(#clip0_2177_10656)\">\\n<path d=\"M39.4744 24.5662C38.4436 28.9576 35.959 32.8718 32.4237 35.6735C28.8884 38.4751 24.5101 39.9998 19.9993 40C17.3729 40 14.7722 39.4826 12.3458 38.4775C9.9193 37.4724 7.71458 35.9992 5.85747 34.142C4.00036 32.2849 2.52723 30.0801 1.5222 27.6536C0.517175 25.2271 -6.72875e-05 22.6264 6.56543e-09 20C-6.72875e-05 17.3736 0.517175 14.7729 1.5222 12.3464C2.52723 9.91991 4.00036 7.71513 5.85747 5.85795C7.71458 4.00078 9.9193 2.52759 12.3458 1.52248C14.7722 0.517365 17.3729 2.3643e-05 19.9993 0C20.6537 0 21.2993 0.0316184 21.9361 0.0948642C17.2309 0.221816 12.7602 2.17644 9.47184 5.54426C6.18352 8.91208 4.33625 13.4283 4.32172 18.1352C4.32952 20.5135 4.8057 22.867 5.72308 25.0613C6.64047 27.2556 7.98109 29.2477 9.66839 30.9239C11.3557 32.6001 13.3566 33.9275 15.5569 34.8303C17.7573 35.7332 20.1139 36.1938 22.4922 36.1858C26.1657 36.1929 29.755 35.0862 32.7868 33.0118C35.8185 30.9374 38.1503 27.9927 39.4744 24.5662Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M16.9635 16.2712H24.956L21.9992 20.0002H16.9635V26.2719H13.3896V8.98291H23.3426L26.1547 12.7694H16.9635V16.2712Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M28.8138 20.0002L26.8014 22.5831H34.5758V26.2719H18.9626L21.8364 22.5831L23.8487 20.0002L26.755 16.2712L29.4827 12.7694H27.7217L24.9089 8.98291H34.5758V12.6066L34.4484 12.7694L31.7208 16.2712L28.8138 20.0002Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M54.4362 20.9145L53.6129 18.9541L50.0868 10.5683L49.8666 10.042H47.7254L47.5032 10.5683L43.9757 18.961L43.1718 20.8723L41.2211 25.5084H43.804L45.5559 21.3411L48.0945 21.3397L52.0347 21.3376L53.7867 25.5084H56.3675L54.4362 20.9145ZM46.8474 18.9597H46.5573L48.7953 13.6394L51.0327 18.9562L46.8474 18.9597Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M67.9428 21.4413H71.221C70.5303 22.6805 69.5196 23.7116 68.2945 24.4271C67.0694 25.1426 65.6748 25.5162 64.2561 25.5089C62.1859 25.5335 60.1907 24.735 58.709 23.289C57.2274 21.8429 56.3807 19.8677 56.355 17.7975C56.3802 15.727 57.2267 13.7513 58.7084 12.3048C60.1901 10.8583 62.1856 10.0595 64.2561 10.084C65.6834 10.0767 67.0861 10.4548 68.3163 11.1786C69.5465 11.9023 70.5584 12.9448 71.2452 14.1959H67.9892C66.9847 13.2344 65.6466 12.6998 64.2561 12.7044C62.8808 12.6814 61.5524 13.2045 60.5622 14.1592C59.5719 15.1139 59.0005 16.4222 58.9732 17.7975C59.0008 19.1726 59.5723 20.4807 60.5625 21.4352C61.5527 22.3897 62.8809 22.9129 64.2561 22.8899C65.6248 22.895 66.9437 22.3767 67.9428 21.4413Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M85.1156 20.9138L84.2749 18.9153L80.7655 10.5676L80.5439 10.042H78.4034L78.1784 10.5676L73.849 20.8723L71.899 25.5098H74.482L76.2526 21.2981H79.7489L82.6912 21.2947L84.4619 25.5098H87.0448L85.1156 20.9138ZM78.5004 18.9188H77.2518L79.4719 13.6415L81.692 18.9153L78.5004 18.9188Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M93.917 10.0845H88.5137V25.4664H93.917C95.7656 25.4662 97.5383 24.7317 98.8454 23.4245C100.152 22.1173 100.887 20.3445 100.887 18.4959V17.0542C100.887 15.2058 100.152 13.4331 98.8452 12.1261C97.5381 10.819 95.7655 10.0847 93.917 10.0845ZM98.2685 18.4959C98.2669 19.6495 97.8079 20.7554 96.9922 21.5711C96.1765 22.3868 95.0706 22.8458 93.917 22.8474H91.134V12.7048H93.917C95.0704 12.7061 96.1761 13.1647 96.9918 13.98C97.8076 14.7954 98.2667 15.9009 98.2685 17.0542V18.4959Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M143.727 10.0415L141.617 14.0849L138.662 19.7486L138.536 19.9903V20.4875L138.538 24.6582V25.5079H136.156V23.1611L136.154 20.0941L135.975 19.7486L133.684 15.3562L130.91 10.0415H133.597L134.558 11.8842L136.154 14.9401L137.319 17.174L138.536 14.8459V14.8445L140.744 10.6128L141.042 10.0415H143.727Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M127.046 25.5089V23.0347L127.042 12.9287L122.668 25.4355L122.642 25.5089H120.674L120.649 25.4355L116.162 12.6067L116.164 20.3181L116.166 25.5089H113.784V22.9924L113.78 10.0425H117.283L121.658 22.5506L126.033 10.0425H129.424L129.426 20.3603L129.428 25.5089H127.046Z\" fill=\"#E6E6E6\"/>\\n<path d=\"M106.738 12.4401H105.442L105.444 16.5867L110.654 16.5825V18.9646L106.484 18.9667H105.444L105.446 23.1118L111.226 23.1077V25.4898L106.4 25.4919H105.446L103.206 25.4939H103.066L103.064 23.1132V18.9688L103.062 16.5887L103.06 12.4415V10.0615L105.435 10.0594H105.442L111.226 10.0566V12.4381L106.738 12.4401Z\" fill=\"#E6E6E6\"/>\\n</g>\\n<defs>\\n<clipPath id=\"clip0_2177_10656\">\\n<rect width=\"143.727\" height=\"40\" fill=\"white\"/>\\n</clipPath>\\n</defs>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1q59ong\",\"data-framer-name\":\"Frame 73\",layoutDependency:layoutDependency,layoutId:\"sLZ2IZVd8\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+32+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+0+32+64+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1g6cud9-container\",layoutDependency:layoutDependency,layoutId:\"vm_1wzrdW-container\",children:/*#__PURE__*/_jsx(Icon,{czwt9I9US:\"https://www.facebook.com/fz.academic.training/\",height:\"100%\",id:\"vm_1wzrdW\",layoutId:\"vm_1wzrdW\",variant:\"wPTnUbNj9\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+32+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+0+32+64+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1rgupg5-container\",layoutDependency:layoutDependency,layoutId:\"ziXefIxRE-container\",children:/*#__PURE__*/_jsx(Icon,{czwt9I9US:\"https://www.instagram.com/fz.academy/\",height:\"100%\",id:\"ziXefIxRE\",layoutId:\"ziXefIxRE\",variant:\"ohnK3kakm\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+32+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+0+32+64+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-zeb6so-container\",layoutDependency:layoutDependency,layoutId:\"vCUJXNu_4-container\",children:/*#__PURE__*/_jsx(Icon,{czwt9I9US:\"https://t.me/fazailzakariyya\",height:\"100%\",id:\"vCUJXNu_4\",layoutId:\"vCUJXNu_4\",variant:\"e8jDeV82s\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+32+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+0+32+64+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1f4tpcx-container\",layoutDependency:layoutDependency,layoutId:\"fIgtkiPD0-container\",children:/*#__PURE__*/_jsx(Icon,{czwt9I9US:\"https://www.tiktok.com/@fz_academy?_t=8pf7iDuYEZ5&_r=1\",height:\"100%\",id:\"fIgtkiPD0\",layoutId:\"fIgtkiPD0\",variant:\"vBtSzkSbN\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+0+32+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+0+32+64+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+0+24+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bq0wwh-container\",layoutDependency:layoutDependency,layoutId:\"jwiuO0Su7-container\",children:/*#__PURE__*/_jsx(Icon,{czwt9I9US:\"https://www.youtube.com/@fzacademy\",height:\"100%\",id:\"jwiuO0Su7\",layoutId:\"jwiuO0Su7\",variant:\"QLqA9lqGG\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-11o8kkt\",\"data-framer-name\":\"Frame 76\",layoutDependency:layoutDependency,layoutId:\"Y_XMyETYU\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-ggkc0w\",\"data-framer-name\":\"Frame 75\",layoutDependency:layoutDependency,layoutId:\"GkdGawFST\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,y:(componentViewport?.y||0)+0+180+0+0+0,...addPropertyOverrides({rSAn2bO9x:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+204+0+0+0+0},V3JKwoHpD:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+132+0+0+0+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-g5e1zy-container\",layoutDependency:layoutDependency,layoutId:\"Bi1Qm2_xI-container\",children:/*#__PURE__*/_jsx(Contact,{dvhHaaaoj:\"https://api.whatsapp.com/send/?phone=%2B994708882211&text&type=phone_number&app_absent=0\",height:\"100%\",id:\"Bi1Qm2_xI\",k3jow7xma:\"Mobil/WhatsApp\",l13RnJ3Ds:\"+994 70 888 22 11\",layoutId:\"Bi1Qm2_xI\",width:\"100%\",...addPropertyOverrides({rSAn2bO9x:{style:{width:\"100%\"}},V3JKwoHpD:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,y:(componentViewport?.y||0)+0+180+0+0+0,...addPropertyOverrides({rSAn2bO9x:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+204+0+0+0+108},V3JKwoHpD:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+132+0+0+0+108}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-q5yv93-container\",layoutDependency:layoutDependency,layoutId:\"piVgs301g-container\",children:/*#__PURE__*/_jsx(Contact,{dvhHaaaoj:\"tel:994708882211\",height:\"100%\",id:\"piVgs301g\",k3jow7xma:\"Əlaqə telefonu\",l13RnJ3Ds:\"+994 70 888 22 11\",layoutId:\"piVgs301g\",width:\"100%\",...addPropertyOverrides({rSAn2bO9x:{style:{width:\"100%\"}},V3JKwoHpD:{style:{width:\"100%\"}}},baseVariant,gestureVariant)})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:92,width:\"482px\",y:(componentViewport?.y||0)+0+180+0+0+0,...addPropertyOverrides({nDyUpS27G:{width:\"406px\"},rSAn2bO9x:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+204+0+0+0+216},V3JKwoHpD:{width:`calc(${componentViewport?.width||\"100vw\"} - 32px)`,y:(componentViewport?.y||0)+0+132+0+0+0+216}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4cm31l-container\",layoutDependency:layoutDependency,layoutId:\"Z5ZZCY0os-container\",children:/*#__PURE__*/_jsx(Contact,{dvhHaaaoj:\"https://www.google.com/maps/place/Fz+Academy/@40.3836495,49.8481724,17z/data=!3m1!4b1!4m6!3m5!1s0x40307d8e784d8c97:0x734348013f9a5838!8m2!3d40.3836495!4d49.8481724!16s%2Fg%2F11ssrc4gzs?entry=ttu&g_ep=EgoyMDI0MDkwOS4wIKXMDSoASAFQAw%3D%3D\",height:\"100%\",id:\"Z5ZZCY0os\",k3jow7xma:\"\\xdcnvan\",l13RnJ3Ds:\"28 May filialı-Mikayıl Rəfili 39\",layoutId:\"Z5ZZCY0os\",style:{width:\"100%\"},width:\"100%\"})})})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-x377bb\",\"data-framer-name\":\"Frame 44\",layoutDependency:layoutDependency,layoutId:\"sLAMzyNCi\",children:[/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1kancls\",\"data-framer-name\":\"Frame 40\",layoutDependency:layoutDependency,layoutId:\"B4iMYpKYV\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-bg717r\",\"data-styles-preset\":\"tT2HYRXHf\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230)))\"},children:\"Tədris sahələri\"})}),className:\"framer-qjr413\",\"data-framer-name\":\"Tədris sahələri\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"SgOC2g64W\",style:{\"--extracted-1lwpl3i\":\"var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1477267\",\"data-framer-name\":\"Frame 38\",layoutDependency:layoutDependency,layoutId:\"pVJmkbWZz\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"wCh2Zw7HK\"},implicitPathVariables:undefined},{href:{webPageId:\"wCh2Zw7HK\"},implicitPathVariables:undefined},{href:{webPageId:\"wCh2Zw7HK\"},implicitPathVariables:undefined},{href:{webPageId:\"wCh2Zw7HK\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-94gd82-container\",layoutDependency:layoutDependency,layoutId:\"D0Aev4taU-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Magistratura\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"D0Aev4taU\",L2JWgUQHH:\"36px\",layoutId:\"D0Aev4taU\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"EnjZlanji\"},implicitPathVariables:undefined},{href:{webPageId:\"EnjZlanji\"},implicitPathVariables:undefined},{href:{webPageId:\"EnjZlanji\"},implicitPathVariables:undefined},{href:{webPageId:\"EnjZlanji\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+48,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+48},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-4r92f4-container\",layoutDependency:layoutDependency,layoutId:\"DRFoiX4H2-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Abituriyent Hazırlığı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"DRFoiX4H2\",L2JWgUQHH:\"36px\",layoutId:\"DRFoiX4H2\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks1[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks1[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks1[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks1[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"eWcnIflus\"},implicitPathVariables:undefined},{href:{webPageId:\"eWcnIflus\"},implicitPathVariables:undefined},{href:{webPageId:\"eWcnIflus\"},implicitPathVariables:undefined},{href:{webPageId:\"eWcnIflus\"},implicitPathVariables:undefined}],children:resolvedLinks2=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+96,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+96},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-151muc5-container\",layoutDependency:layoutDependency,layoutId:\"w1ZtL3dvd-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Doktorantura\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"w1ZtL3dvd\",L2JWgUQHH:\"36px\",layoutId:\"w1ZtL3dvd\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks2[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks2[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks2[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks2[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"itFD_lyjQ\"},implicitPathVariables:undefined},{href:{webPageId:\"itFD_lyjQ\"},implicitPathVariables:undefined},{href:{webPageId:\"itFD_lyjQ\"},implicitPathVariables:undefined},{href:{webPageId:\"itFD_lyjQ\"},implicitPathVariables:undefined}],children:resolvedLinks3=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+144,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+144},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1poa61p-container\",layoutDependency:layoutDependency,layoutId:\"KxwXNQv5X-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"MİQ Hazırlığı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"KxwXNQv5X\",L2JWgUQHH:\"36px\",layoutId:\"KxwXNQv5X\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks3[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks3[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks3[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks3[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"rGufEBvyW\"},implicitPathVariables:undefined},{href:{webPageId:\"rGufEBvyW\"},implicitPathVariables:undefined},{href:{webPageId:\"rGufEBvyW\"},implicitPathVariables:undefined},{href:{webPageId:\"rGufEBvyW\"},implicitPathVariables:undefined}],children:resolvedLinks4=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+192,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+240},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+192},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+192}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-16yvnb0-container\",layoutDependency:layoutDependency,layoutId:\"JMoTG18oZ-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"SAT\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"JMoTG18oZ\",L2JWgUQHH:\"36px\",layoutId:\"JMoTG18oZ\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks4[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks4[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks4[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks4[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"uGOY_tnd4\"},implicitPathVariables:undefined},{href:{webPageId:\"uGOY_tnd4\"},implicitPathVariables:undefined},{href:{webPageId:\"uGOY_tnd4\"},implicitPathVariables:undefined},{href:{webPageId:\"uGOY_tnd4\"},implicitPathVariables:undefined}],children:resolvedLinks5=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+240,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+192},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+240},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+240}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1asft9o-container\",layoutDependency:layoutDependency,layoutId:\"Dda306hsC-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"IELTS\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"Dda306hsC\",L2JWgUQHH:\"36px\",layoutId:\"Dda306hsC\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks5[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks5[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks5[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks5[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"T5T2ZtZrE\"},implicitPathVariables:undefined},{href:{webPageId:\"T5T2ZtZrE\"},implicitPathVariables:undefined},{href:{webPageId:\"T5T2ZtZrE\"},implicitPathVariables:undefined},{href:{webPageId:\"T5T2ZtZrE\"},implicitPathVariables:undefined}],children:resolvedLinks6=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+288,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+336},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+288},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+288}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bu0e0y-container\",layoutDependency:layoutDependency,layoutId:\"kaZt9Bxi2-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"D\\xf6vlət Qulluğu\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"kaZt9Bxi2\",L2JWgUQHH:\"36px\",layoutId:\"kaZt9Bxi2\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks6[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks6[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks6[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks6[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+336,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+384},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+336},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+336}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-vfk6gb-container\",layoutDependency:layoutDependency,layoutId:\"YTbsXYFGB-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Proqramlaşdırma\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"YTbsXYFGB\",L2JWgUQHH:\"36px\",layoutId:\"YTbsXYFGB\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"HzjLS5azb\"},implicitPathVariables:undefined},{href:{webPageId:\"HzjLS5azb\"},implicitPathVariables:undefined},{href:{webPageId:\"HzjLS5azb\"},implicitPathVariables:undefined},{href:{webPageId:\"HzjLS5azb\"},implicitPathVariables:undefined}],children:resolvedLinks7=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+384,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+432},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+384},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+384}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1bivna-container\",layoutDependency:layoutDependency,layoutId:\"FGiJ1hocE-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Xaricdə Təhsil\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"FGiJ1hocE\",L2JWgUQHH:\"36px\",layoutId:\"FGiJ1hocE\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks7[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks7[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks7[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks7[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"n3Gh7k7ya\"},implicitPathVariables:undefined},{href:{webPageId:\"n3Gh7k7ya\"},implicitPathVariables:undefined},{href:{webPageId:\"n3Gh7k7ya\"},implicitPathVariables:undefined},{href:{webPageId:\"n3Gh7k7ya\"},implicitPathVariables:undefined}],children:resolvedLinks8=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+432,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+480},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+432},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+432}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1jrvche-container\",layoutDependency:layoutDependency,layoutId:\"lgTAzrjLL-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Office proqramları\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"lgTAzrjLL\",L2JWgUQHH:\"36px\",layoutId:\"lgTAzrjLL\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks8[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks8[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks8[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks8[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"w3_joQpTJ\"},implicitPathVariables:undefined},{href:{webPageId:\"w3_joQpTJ\"},implicitPathVariables:undefined},{href:{webPageId:\"w3_joQpTJ\"},implicitPathVariables:undefined},{href:{webPageId:\"w3_joQpTJ\"},implicitPathVariables:undefined}],children:resolvedLinks9=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+480,...addPropertyOverrides({nDyUpS27G:{y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+288},rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+0+0+48+1+480},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+480}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1t8f4n1-container\",layoutDependency:layoutDependency,layoutId:\"vGdkjiu1U-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Danışıq dərsləri\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"vGdkjiu1U\",L2JWgUQHH:\"36px\",layoutId:\"vGdkjiu1U\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks9[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks9[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks9[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks9[2]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1hvmnbm\",\"data-framer-name\":\"Frame 41\",layoutDependency:layoutDependency,layoutId:\"bjovnz2RU\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-bg717r\",\"data-styles-preset\":\"tT2HYRXHf\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230)))\"},children:\"Tədris Metodlarımız\"})}),className:\"framer-q2buh1\",\"data-framer-name\":\"Tədris Metodlarımız\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"vb0Tbs2eK\",style:{\"--extracted-1lwpl3i\":\"var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1pltwic\",\"data-framer-name\":\"Frame 38\",layoutDependency:layoutDependency,layoutId:\"dtCHvHFw1\",children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"NBjr1eVd9\"},implicitPathVariables:undefined},{href:{webPageId:\"NBjr1eVd9\"},implicitPathVariables:undefined},{href:{webPageId:\"NBjr1eVd9\"},implicitPathVariables:undefined},{href:{webPageId:\"NBjr1eVd9\"},implicitPathVariables:undefined}],children:resolvedLinks10=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+606+0+48+1+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1ffudk-container\",layoutDependency:layoutDependency,layoutId:\"BNCKKA5Su-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Onlayn\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"BNCKKA5Su\",L2JWgUQHH:\"36px\",layoutId:\"BNCKKA5Su\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks10[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks10[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks10[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks10[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"SqSbckHGY\"},implicitPathVariables:undefined},{href:{webPageId:\"SqSbckHGY\"},implicitPathVariables:undefined},{href:{webPageId:\"SqSbckHGY\"},implicitPathVariables:undefined},{href:{webPageId:\"SqSbckHGY\"},implicitPathVariables:undefined}],children:resolvedLinks11=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+48,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+606+0+48+1+48},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-urdjb3-container\",layoutDependency:layoutDependency,layoutId:\"r3puVqFPq-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Qismən-Əyani\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"r3puVqFPq\",L2JWgUQHH:\"36px\",layoutId:\"r3puVqFPq\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks11[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks11[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks11[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks11[2]}},baseVariant,gestureVariant)})})})}),/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"QdockAtzB\"},implicitPathVariables:undefined},{href:{webPageId:\"QdockAtzB\"},implicitPathVariables:undefined},{href:{webPageId:\"QdockAtzB\"},implicitPathVariables:undefined},{href:{webPageId:\"QdockAtzB\"},implicitPathVariables:undefined}],children:resolvedLinks12=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+96,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+606+0+48+1+96},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-czidsh-container\",layoutDependency:layoutDependency,layoutId:\"cTbKEOQHT-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Əyani\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"cTbKEOQHT\",L2JWgUQHH:\"36px\",layoutId:\"cTbKEOQHT\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:resolvedLinks12[0],...addPropertyOverrides({nDyUpS27G:{y0pACM74m:resolvedLinks12[1]},rSAn2bO9x:{y0pACM74m:resolvedLinks12[3]},V3JKwoHpD:{y0pACM74m:resolvedLinks12[2]}},baseVariant,gestureVariant)})})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-721h0s\",\"data-framer-name\":\"Frame 43\",layoutDependency:layoutDependency,layoutId:\"ZrU0sJxjJ\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-bg717r\",\"data-styles-preset\":\"tT2HYRXHf\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230)))\"},children:\"Tədris Vəsaitləri\"})}),className:\"framer-ew1sv8\",\"data-framer-name\":\"Tədris Vəsaitləri\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"a_e6zPXkt\",style:{\"--extracted-1lwpl3i\":\"var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1lya5i3\",\"data-framer-name\":\"Frame 38\",layoutDependency:layoutDependency,layoutId:\"qSbbzC640\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1xnjhaa-container\",layoutDependency:layoutDependency,layoutId:\"emOwNMgFw-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"24px\"},height:\"100%\",hoverOptions:{color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"emOwNMgFw\",layoutId:\"emOwNMgFw\",srcType:\"URL\",srcURL:\"https://drive.google.com/file/d/1hxkoj1rOxGYRwPRnYIcPwl5au5ZQeqff/view\",styleOptions:{backgroundColor:\"rgba(18, 18, 18, 0)\",borderRadius:0,color:\"var(--token-ce34447d-054b-4532-af11-b442243aaa2f, rgb(153, 153, 153))\",gap:5,padding:0,paddingBottom:8,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:8},text:\"Məntiq\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-d53qe5-container\",layoutDependency:layoutDependency,layoutId:\"DkmCMTc6L-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"24px\"},height:\"100%\",hoverOptions:{color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"DkmCMTc6L\",layoutId:\"DkmCMTc6L\",srcType:\"URL\",srcURL:\"https://drive.google.com/file/d/1S4cS9ei60_OKQton9bXpphUrRFAe3QB4/view?usp=sharing\",styleOptions:{backgroundColor:\"rgba(18, 18, 18, 0)\",borderRadius:0,color:\"var(--token-ce34447d-054b-4532-af11-b442243aaa2f, rgb(153, 153, 153))\",gap:5,padding:0,paddingBottom:8,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:8},text:\"İnformatika\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-dmc3pr-container\",layoutDependency:layoutDependency,layoutId:\"Jv2ZfpO7G-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"24px\"},height:\"100%\",hoverOptions:{color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"Jv2ZfpO7G\",layoutId:\"Jv2ZfpO7G\",srcFile:\"https://framerusercontent.com/assets/VLKA7G1oxmvXdkalUWkBI3CY.jpg\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgba(18, 18, 18, 0)\",borderRadius:0,color:\"var(--token-ce34447d-054b-4532-af11-b442243aaa2f, rgb(153, 153, 153))\",gap:5,padding:0,paddingBottom:8,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:8},text:\"İngilis dili\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1n8cyh2-container\",layoutDependency:layoutDependency,layoutId:\"ZiCf_KNqz-container\",children:/*#__PURE__*/_jsx(Download,{fontControl:{fontFamily:'\"Poppins\", \"Poppins Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"24px\"},height:\"100%\",hoverOptions:{color:\"rgb(255, 255, 255)\",scale:1,transition:{damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"}},id:\"ZiCf_KNqz\",layoutId:\"ZiCf_KNqz\",srcFile:\"https://framerusercontent.com/assets/9lPmX5rzPg0HYcrkUV0inZyMRs.jpg\",srcType:\"Upload\",srcURL:\"\",styleOptions:{backgroundColor:\"rgba(18, 18, 18, 0)\",borderRadius:0,color:\"var(--token-ce34447d-054b-4532-af11-b442243aaa2f, rgb(153, 153, 153))\",gap:5,padding:0,paddingBottom:8,paddingLeft:0,paddingPerSide:true,paddingRight:0,paddingTop:8},text:\"SAT\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1xhs3s1\",\"data-framer-name\":\"Frame 42\",layoutDependency:layoutDependency,layoutId:\"D1Jezikg3\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(motion.h5,{className:\"framer-styles-preset-bg717r\",\"data-styles-preset\":\"tT2HYRXHf\",style:{\"--framer-text-color\":\"var(--extracted-1lwpl3i, var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230)))\"},children:\"\\xdcnvanlarımız\"})}),className:\"framer-1u1cmjl\",\"data-framer-name\":\"\\xdcnvanlarımız\",fonts:[\"Inter\"],layoutDependency:layoutDependency,layoutId:\"e1CImyLSY\",style:{\"--extracted-1lwpl3i\":\"var(--token-18584eea-0cae-4a59-9540-cf0cbace679e, rgb(230, 230, 230))\",\"--framer-paragraph-spacing\":\"0px\"},verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(motion.div,{className:\"framer-1teyq6y\",\"data-framer-name\":\"Frame 38\",layoutDependency:layoutDependency,layoutId:\"N54W5qpdi\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+0,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+1322+0+48+1+0},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+0}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-rrv757-container\",layoutDependency:layoutDependency,layoutId:\"hIz1jTG6g-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Elmlər filialı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"hIz1jTG6g\",L2JWgUQHH:\"36px\",layoutId:\"hIz1jTG6g\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:\"https://www.google.com/maps/place/40%C2%B022'32.2%22N+49%C2%B048'53.4%22E/@40.3756027,49.8122521,17z/data=!3m1!4b1!4m4!3m3!8m2!3d40.3756027!4d49.814827?entry=ttu&g_ep=EgoyMDI0MTAwNS4yIKXMDSoASAFQAw%3D%3D\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+48,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+1322+0+48+1+48},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+48}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-8fmro0-container\",layoutDependency:layoutDependency,layoutId:\"kOfZvMaa7-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"BMU filialı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"kOfZvMaa7\",L2JWgUQHH:\"36px\",layoutId:\"kOfZvMaa7\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\",y0pACM74m:\"https://www.google.com/maps/place/Baku+Engineering+University/@40.4761209,49.7265498,17z/data=!3m1!4b1!4m6!3m5!1s0x403085750a9f3d61:0x24e5c126412d760!8m2!3d40.4761209!4d49.7265498!16s%2Fg%2F11ggs23bbv?entry=ttu&g_ep=EgoyMDI0MTAwNS4yIKXMDSoASAFQAw%3D%3D\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+96,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+1322+0+48+1+96},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+96}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-7skatr-container\",layoutDependency:layoutDependency,layoutId:\"D5CGg0w6X-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"UNEC filialı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"D5CGg0w6X\",L2JWgUQHH:\"36px\",layoutId:\"D5CGg0w6X\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{height:44,y:(componentViewport?.y||0)+0+180+0+124+0+0+48+1+144,...addPropertyOverrides({rSAn2bO9x:{y:(componentViewport?.y||0)+0+204+0+340+0+1322+0+48+1+144},V3JKwoHpD:{y:(componentViewport?.y||0)+0+132+0+348+0+0+48+1+144}},baseVariant,gestureVariant),children:/*#__PURE__*/_jsx(motion.div,{className:\"framer-1d7jsb7-container\",layoutDependency:layoutDependency,layoutId:\"q1hokq1ds-container\",children:/*#__PURE__*/_jsx(Button,{bW6Knt_Rd:\"Nax\\xe7ıvan\\xa0filialı\",GYRCMCdxx:\"10px 22px 10px 22px\",height:\"100%\",id:\"q1hokq1ds\",L2JWgUQHH:\"36px\",layoutId:\"q1hokq1ds\",UqlXxtlaW:false,variant:\"Xf9ymLKg7\",width:\"100%\"})})})]})]})]})]})]})})})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-9D650.framer-1w80p5t, .framer-9D650 .framer-1w80p5t { display: block; }\",\".framer-9D650.framer-1hha8k9 { align-content: center; align-items: center; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 72px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px 0px 56px 0px; position: relative; width: 1344px; }\",\".framer-9D650 .framer-1r70cj2 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 32px 56px 32px 56px; position: relative; width: 100%; }\",\".framer-9D650 .framer-57cazp { flex: none; height: 40px; position: relative; width: 144px; }\",\".framer-9D650 .framer-1q59ong { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9D650 .framer-1g6cud9-container, .framer-9D650 .framer-1rgupg5-container, .framer-9D650 .framer-zeb6so-container, .framer-9D650 .framer-1f4tpcx-container, .framer-9D650 .framer-1bq0wwh-container, .framer-9D650 .framer-g5e1zy-container, .framer-9D650 .framer-q5yv93-container, .framer-9D650 .framer-94gd82-container, .framer-9D650 .framer-4r92f4-container, .framer-9D650 .framer-151muc5-container, .framer-9D650 .framer-1poa61p-container, .framer-9D650 .framer-16yvnb0-container, .framer-9D650 .framer-1asft9o-container, .framer-9D650 .framer-1bu0e0y-container, .framer-9D650 .framer-vfk6gb-container, .framer-9D650 .framer-1bivna-container, .framer-9D650 .framer-1jrvche-container, .framer-9D650 .framer-1t8f4n1-container, .framer-9D650 .framer-1ffudk-container, .framer-9D650 .framer-urdjb3-container, .framer-9D650 .framer-czidsh-container, .framer-9D650 .framer-1xnjhaa-container, .framer-9D650 .framer-d53qe5-container, .framer-9D650 .framer-dmc3pr-container, .framer-9D650 .framer-1n8cyh2-container, .framer-9D650 .framer-rrv757-container, .framer-9D650 .framer-8fmro0-container, .framer-9D650 .framer-7skatr-container, .framer-9D650 .framer-1d7jsb7-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-9D650 .framer-11o8kkt { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 1232px; }\",\".framer-9D650 .framer-ggkc0w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9D650 .framer-4cm31l-container { flex: none; height: auto; position: relative; width: 482px; }\",\".framer-9D650 .framer-x377bb { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-9D650 .framer-1kancls, .framer-9D650 .framer-1hvmnbm, .framer-9D650 .framer-721h0s, .framer-9D650 .framer-1xhs3s1 { 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: visible; padding: 0px; position: relative; width: min-content; }\",\".framer-9D650 .framer-qjr413 { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 193px; word-break: break-word; word-wrap: break-word; }\",\".framer-9D650 .framer-1477267, .framer-9D650 .framer-1pltwic, .framer-9D650 .framer-1lya5i3, .framer-9D650 .framer-1teyq6y { 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: 1px; position: relative; width: min-content; }\",\".framer-9D650 .framer-q2buh1, .framer-9D650 .framer-ew1sv8, .framer-9D650 .framer-1u1cmjl { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9D650.framer-1hha8k9, .framer-9D650 .framer-1q59ong, .framer-9D650 .framer-11o8kkt, .framer-9D650 .framer-1kancls, .framer-9D650 .framer-1477267, .framer-9D650 .framer-1hvmnbm, .framer-9D650 .framer-1pltwic, .framer-9D650 .framer-721h0s, .framer-9D650 .framer-1lya5i3, .framer-9D650 .framer-1xhs3s1, .framer-9D650 .framer-1teyq6y { gap: 0px; } .framer-9D650.framer-1hha8k9 > * { margin: 0px; margin-bottom: calc(72px / 2); margin-top: calc(72px / 2); } .framer-9D650.framer-1hha8k9 > :first-child, .framer-9D650 .framer-11o8kkt > :first-child, .framer-9D650 .framer-1kancls > :first-child, .framer-9D650 .framer-1477267 > :first-child, .framer-9D650 .framer-1hvmnbm > :first-child, .framer-9D650 .framer-1pltwic > :first-child, .framer-9D650 .framer-721h0s > :first-child, .framer-9D650 .framer-1lya5i3 > :first-child, .framer-9D650 .framer-1xhs3s1 > :first-child, .framer-9D650 .framer-1teyq6y > :first-child { margin-top: 0px; } .framer-9D650.framer-1hha8k9 > :last-child, .framer-9D650 .framer-11o8kkt > :last-child, .framer-9D650 .framer-1kancls > :last-child, .framer-9D650 .framer-1477267 > :last-child, .framer-9D650 .framer-1hvmnbm > :last-child, .framer-9D650 .framer-1pltwic > :last-child, .framer-9D650 .framer-721h0s > :last-child, .framer-9D650 .framer-1lya5i3 > :last-child, .framer-9D650 .framer-1xhs3s1 > :last-child, .framer-9D650 .framer-1teyq6y > :last-child { margin-bottom: 0px; } .framer-9D650 .framer-1q59ong > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-9D650 .framer-1q59ong > :first-child { margin-left: 0px; } .framer-9D650 .framer-1q59ong > :last-child { margin-right: 0px; } .framer-9D650 .framer-11o8kkt > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-9D650 .framer-1kancls > *, .framer-9D650 .framer-1hvmnbm > *, .framer-9D650 .framer-721h0s > *, .framer-9D650 .framer-1xhs3s1 > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-9D650 .framer-1477267 > *, .framer-9D650 .framer-1pltwic > *, .framer-9D650 .framer-1lya5i3 > *, .framer-9D650 .framer-1teyq6y > * { margin: 0px; margin-bottom: calc(4px / 2); margin-top: calc(4px / 2); } }\",\".framer-9D650.framer-v-1t4ge4k.framer-1hha8k9 { width: 1036px; }\",\".framer-9D650.framer-v-1t4ge4k .framer-11o8kkt { padding: 0px 32px 0px 32px; width: 100%; }\",\".framer-9D650.framer-v-1t4ge4k .framer-4cm31l-container { width: 406px; }\",\".framer-9D650.framer-v-1t4ge4k .framer-94gd82-container { order: 0; }\",\".framer-9D650.framer-v-1t4ge4k .framer-4r92f4-container { order: 1; }\",\".framer-9D650.framer-v-1t4ge4k .framer-151muc5-container { order: 2; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1poa61p-container { order: 3; }\",\".framer-9D650.framer-v-1t4ge4k .framer-16yvnb0-container { order: 5; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1asft9o-container { order: 4; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1bu0e0y-container { order: 7; }\",\".framer-9D650.framer-v-1t4ge4k .framer-vfk6gb-container { order: 8; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1bivna-container { order: 9; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1jrvche-container { order: 10; }\",\".framer-9D650.framer-v-1t4ge4k .framer-1t8f4n1-container { order: 6; }\",\".framer-9D650.framer-v-15kyyz6.framer-1hha8k9 { gap: 40px; width: 746px; }\",\".framer-9D650.framer-v-15kyyz6 .framer-1r70cj2 { padding: 24px; }\",\".framer-9D650.framer-v-15kyyz6 .framer-1q59ong { gap: 24px; }\",\".framer-9D650.framer-v-15kyyz6 .framer-11o8kkt { gap: 40px; padding: 0px 16px 0px 16px; width: 100%; }\",\".framer-9D650.framer-v-15kyyz6 .framer-ggkc0w { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; justify-content: center; }\",\".framer-9D650.framer-v-15kyyz6 .framer-g5e1zy-container, .framer-9D650.framer-v-15kyyz6 .framer-q5yv93-container, .framer-9D650.framer-v-15kyyz6 .framer-4cm31l-container, .framer-9D650.framer-v-1xuhvwe .framer-11o8kkt { width: 100%; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9D650.framer-v-15kyyz6.framer-1hha8k9, .framer-9D650.framer-v-15kyyz6 .framer-1q59ong, .framer-9D650.framer-v-15kyyz6 .framer-11o8kkt, .framer-9D650.framer-v-15kyyz6 .framer-ggkc0w { gap: 0px; } .framer-9D650.framer-v-15kyyz6.framer-1hha8k9 > *, .framer-9D650.framer-v-15kyyz6 .framer-11o8kkt > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-9D650.framer-v-15kyyz6.framer-1hha8k9 > :first-child, .framer-9D650.framer-v-15kyyz6 .framer-11o8kkt > :first-child, .framer-9D650.framer-v-15kyyz6 .framer-ggkc0w > :first-child { margin-top: 0px; } .framer-9D650.framer-v-15kyyz6.framer-1hha8k9 > :last-child, .framer-9D650.framer-v-15kyyz6 .framer-11o8kkt > :last-child, .framer-9D650.framer-v-15kyyz6 .framer-ggkc0w > :last-child { margin-bottom: 0px; } .framer-9D650.framer-v-15kyyz6 .framer-1q59ong > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-9D650.framer-v-15kyyz6 .framer-1q59ong > :first-child { margin-left: 0px; } .framer-9D650.framer-v-15kyyz6 .framer-1q59ong > :last-child { margin-right: 0px; } .framer-9D650.framer-v-15kyyz6 .framer-ggkc0w > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",\".framer-9D650.framer-v-1xuhvwe.framer-1hha8k9 { gap: 32px; width: 335px; }\",\".framer-9D650.framer-v-1xuhvwe .framer-1r70cj2 { flex-direction: column; gap: 24px; justify-content: center; padding: 32px 24px 32px 24px; }\",\".framer-9D650.framer-v-1xuhvwe .framer-1q59ong { gap: 16px; width: 100%; }\",\".framer-9D650.framer-v-1xuhvwe .framer-ggkc0w { flex-direction: column; gap: 16px; justify-content: center; padding: 0px 16px 0px 16px; }\",\".framer-9D650.framer-v-1xuhvwe .framer-g5e1zy-container { order: 0; width: 100%; }\",\".framer-9D650.framer-v-1xuhvwe .framer-q5yv93-container { order: 1; width: 100%; }\",\".framer-9D650.framer-v-1xuhvwe .framer-4cm31l-container { order: 2; width: 100%; }\",\".framer-9D650.framer-v-1xuhvwe .framer-x377bb { flex-direction: column; gap: 32px; justify-content: center; padding: 0px 24px 0px 24px; }\",\"@supports (background: -webkit-named-image(i)) and (not (font-palette:dark)) { .framer-9D650.framer-v-1xuhvwe.framer-1hha8k9, .framer-9D650.framer-v-1xuhvwe .framer-1r70cj2, .framer-9D650.framer-v-1xuhvwe .framer-1q59ong, .framer-9D650.framer-v-1xuhvwe .framer-ggkc0w, .framer-9D650.framer-v-1xuhvwe .framer-x377bb { gap: 0px; } .framer-9D650.framer-v-1xuhvwe.framer-1hha8k9 > *, .framer-9D650.framer-v-1xuhvwe .framer-x377bb > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-9D650.framer-v-1xuhvwe.framer-1hha8k9 > :first-child, .framer-9D650.framer-v-1xuhvwe .framer-1r70cj2 > :first-child, .framer-9D650.framer-v-1xuhvwe .framer-ggkc0w > :first-child, .framer-9D650.framer-v-1xuhvwe .framer-x377bb > :first-child { margin-top: 0px; } .framer-9D650.framer-v-1xuhvwe.framer-1hha8k9 > :last-child, .framer-9D650.framer-v-1xuhvwe .framer-1r70cj2 > :last-child, .framer-9D650.framer-v-1xuhvwe .framer-ggkc0w > :last-child, .framer-9D650.framer-v-1xuhvwe .framer-x377bb > :last-child { margin-bottom: 0px; } .framer-9D650.framer-v-1xuhvwe .framer-1r70cj2 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-9D650.framer-v-1xuhvwe .framer-1q59ong > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-9D650.framer-v-1xuhvwe .framer-1q59ong > :first-child { margin-left: 0px; } .framer-9D650.framer-v-1xuhvwe .framer-1q59ong > :last-child { margin-right: 0px; } .framer-9D650.framer-v-1xuhvwe .framer-ggkc0w > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } }\",...sharedStyle.css,'.framer-9D650[data-border=\"true\"]::after, .framer-9D650 [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 890\n * @framerIntrinsicWidth 1344\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"nDyUpS27G\":{\"layout\":[\"fixed\",\"auto\"]},\"V3JKwoHpD\":{\"layout\":[\"fixed\",\"auto\"]},\"rSAn2bO9x\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n */const FramerGtOi1cAmy=withCSS(Component,css,\"framer-9D650\");export default FramerGtOi1cAmy;FramerGtOi1cAmy.displayName=\"Footer\";FramerGtOi1cAmy.defaultProps={height:890,width:1344};addPropertyControls(FramerGtOi1cAmy,{variant:{options:[\"drWyyNfxJ\",\"nDyUpS27G\",\"V3JKwoHpD\",\"rSAn2bO9x\"],optionTitles:[\"Desktop\",\"min desktop\",\"Tablet\",\"Phone\"],title:\"Variant\",type:ControlType.Enum}});addFonts(FramerGtOi1cAmy,[{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/NC2MP33RO4WQTSTEEAWBJLAEXNCNEQVF/7F4U3COKLHQH4WUH3AXPC7N4UELEWJQN/JMWNCAGBH3TLANIVQPVABVAVNV5QERTH.woff2\",weight:\"400\"}]},...IconFonts,...ContactFonts,...ButtonFonts,...DownloadFonts,...getFontsFromSharedStyle(sharedStyle.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerGtOi1cAmy\",\"slots\":[],\"annotations\":{\"framerIntrinsicWidth\":\"1344\",\"framerContractVersion\":\"1\",\"framerIntrinsicHeight\":\"890\",\"framerDisplayContentsDiv\":\"false\",\"framerImmutableVariables\":\"true\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"nDyUpS27G\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"V3JKwoHpD\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rSAn2bO9x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}