{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/6B5WDGVR1FTvWAhLetLU/Ve25cpONUdP7ibYByj8w/FacebookShareButton.js", "ssg:https://framerusercontent.com/modules/fCfZB9HnUFKMqukYdm1t/K1TseC0RYVpj5xpDrDmq/LinkedinShareButton_1.js", "ssg:https://framerusercontent.com/modules/mwGZFSkqYGn72M8Tgegc/LUbOLYIIrcZCncN5o9DD/TwitterShareButton.js", "ssg:https://framerusercontent.com/modules/cIE8inTt3aMiStvnDYAA/3MpPXKSqT3ChQzr5BLtK/CL7r8uML1.js", "ssg:https://framerusercontent.com/modules/pXYC02sjraH3sbZpQbO1/Dx6urX34dNsu5FjruDjC/hI8pEeqw4.js", "ssg:https://framerusercontent.com/modules/woGQHqoCdAzbqKPvk8no/SgVHkFCwz4O7kLKsgUug/S_IrrITq7.js", "ssg:https://framerusercontent.com/modules/qqbrEma83QEDHUmgrwjf/XB1J08JMox8rf2Dbmcft/tJooCRGl8.js"],
  "sourcesContent": ["function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{ControlType}from\"framer\";var _Component;export class FacebookShareButton extends(_Component=React.Component){render(){const{text,textStyle,backgroundType,backgroundColor,gradientColor1,gradientColor2,backgroundImage,paddingTop,paddingBottom,paddingLeft,paddingRight,margin,borderRadius,borderWeight,borderColor,xOffset,yOffset,blurRadius,spreadRadius,fontSize,fontWeight,fontFamily,fontColor,shadowColor}=this.props;let backgroundStyle=null;if(backgroundType===\"solid\"){backgroundStyle=backgroundColor;}else if(backgroundType===\"gradient\"){backgroundStyle=`linear-gradient(${gradientColor1}, ${gradientColor2})`;}else if(backgroundType===\"image\"){backgroundStyle=`url(${backgroundImage})`;}return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"inline-block\",paddingTop:`${paddingTop}px`,paddingBottom:`${paddingBottom}px`,paddingLeft:`${paddingLeft}px`,paddingRight:`${paddingRight}px`,margin:`${margin}px`,borderRadius:`${borderRadius}px`,borderWidth:`${borderWeight}px`,borderStyle:\"solid\",borderColor:borderColor,background:backgroundStyle,color:fontColor,boxShadow:`${xOffset}px ${yOffset}px ${blurRadius}px ${spreadRadius}px ${shadowColor}`,textAlign:\"center\",fontSize:`${fontSize}px`,fontWeight:fontWeight,cursor:\"pointer\",fontFamily:fontFamily,...textStyle},onClick:this.handleClick,children:text});}constructor(...args){super(...args);_defineProperty(this,\"handleClick\",()=>{const currentUrl=window.location.href;window.open(`https://www.facebook.com/sharer.php?u=${encodeURIComponent(currentUrl)}`,\"Facebook Share\",\"width=600,height=400\");});}}_defineProperty(FacebookShareButton,\"defaultProps\",{text:\"Share on Facebook\",textStyle:{},backgroundType:\"solid\",backgroundColor:\"#222222\",gradientColor1:\"#222222\",gradientColor2:\"#222222\",backgroundImage:\"\",paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,margin:0,borderRadius:10,borderWeight:0,borderColor:\"#000\",xOffset:0,yOffset:4,blurRadius:12,spreadRadius:0,fontSize:14,fontWeight:800,fontFamily:\"Inter, sans-serif\",fontColor:\"#fff\",shadowColor:\"#000\"});_defineProperty(FacebookShareButton,\"propertyControls\",{text:{type:ControlType.String,title:\"Text\",defaultValue:FacebookShareButton.defaultProps.text},textStyle:{type:ControlType.TextStyle,title:\"Text Style\",defaultValue:{}},backgroundType:{type:ControlType.SegmentedEnum,title:\"Background\",options:[\"solid\",\"gradient\",\"image\"],optionTitles:[\"Solid Color\",\"Gradient Color\",\"Image\"],defaultValue:FacebookShareButton.defaultProps.backgroundType},backgroundColor:{type:ControlType.Color,title:\"Color\",defaultValue:FacebookShareButton.defaultProps.backgroundColor,hidden:({backgroundType})=>backgroundType!==\"solid\"},gradientColor1:{type:ControlType.Color,title:\"Color 1\",defaultValue:FacebookShareButton.defaultProps.gradientColor1,hidden:({backgroundType})=>backgroundType!==\"gradient\"},gradientColor2:{type:ControlType.Color,title:\"Color 2\",defaultValue:FacebookShareButton.defaultProps.gradientColor2,hidden:({backgroundType})=>backgroundType!==\"gradient\"},backgroundImage:{type:ControlType.Image,title:\"Image\",defaultValue:FacebookShareButton.defaultProps.backgroundImage,hidden:({backgroundType})=>backgroundType!==\"image\"},paddingTop:{type:ControlType.Number,title:\"Padding Top\",defaultValue:FacebookShareButton.defaultProps.paddingTop,min:0,step:1},paddingBottom:{type:ControlType.Number,title:\"Padding Bottom\",defaultValue:FacebookShareButton.defaultProps.paddingBottom,min:0,step:1},paddingLeft:{type:ControlType.Number,title:\"Padding Left\",defaultValue:FacebookShareButton.defaultProps.paddingLeft,min:0,step:1},paddingRight:{type:ControlType.Number,title:\"Padding Right\",defaultValue:FacebookShareButton.defaultProps.paddingRight,min:0,step:1},margin:{type:ControlType.Number,title:\"Margin\",defaultValue:FacebookShareButton.defaultProps.margin,min:0,step:1},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:FacebookShareButton.defaultProps.borderRadius,min:0,step:1},borderWeight:{type:ControlType.Number,title:\"Border Weight\",defaultValue:FacebookShareButton.defaultProps.borderWeight,min:0,step:1},borderColor:{type:ControlType.Color,title:\"Border Color\",defaultValue:FacebookShareButton.defaultProps.borderColor},xOffset:{type:ControlType.Number,title:\"X Offset\",defaultValue:FacebookShareButton.defaultProps.xOffset,min:-100,max:100,step:1},yOffset:{type:ControlType.Number,title:\"Y Offset\",defaultValue:FacebookShareButton.defaultProps.yOffset,min:-100,max:100,step:1},blurRadius:{type:ControlType.Number,title:\"Blur Radius\",defaultValue:FacebookShareButton.defaultProps.blurRadius,min:0,step:1},spreadRadius:{type:ControlType.Number,title:\"Spread Radius\",defaultValue:FacebookShareButton.defaultProps.spreadRadius,min:0,step:1},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:FacebookShareButton.defaultProps.fontSize,min:0,step:1},fontWeight:{type:ControlType.Number,title:\"Font Weight\",defaultValue:FacebookShareButton.defaultProps.fontWeight,min:100,max:900,step:100},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:FacebookShareButton.defaultProps.fontFamily,options:[\"Arial, sans-serif\",\"Helvetica, sans-serif\",\"Times New Roman, serif\",\"Georgia, serif\",\"Courier New, monospace\",\"Verdana, sans-serif\",\"Tahoma, sans-serif\",]},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:FacebookShareButton.defaultProps.fontColor},shadowColor:{// new property\ntype:ControlType.Color,title:\"Shadow Color\",defaultValue:\"#000000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"FacebookShareButton\":{\"type\":\"reactComponent\",\"name\":\"FacebookShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./FacebookShareButton.map", "function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{ControlType}from\"framer\";var _Component;export class LinkedInShareButton extends(_Component=React.Component){render(){const{text,textStyle,backgroundType,backgroundColor,gradientColor1,gradientColor2,backgroundImage,paddingTop,paddingBottom,paddingLeft,paddingRight,margin,borderRadius,borderWeight,borderColor,xOffset,yOffset,blurRadius,spreadRadius,fontSize,fontWeight,fontFamily,fontColor,shadowColor}=this.props;let backgroundStyle=null;if(backgroundType===\"solid\"){backgroundStyle=backgroundColor;}else if(backgroundType===\"gradient\"){backgroundStyle=`linear-gradient(${gradientColor1}, ${gradientColor2})`;}else if(backgroundType===\"image\"){backgroundStyle=`url(${backgroundImage})`;}return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"inline-block\",paddingTop:`${paddingTop}px`,paddingBottom:`${paddingBottom}px`,paddingLeft:`${paddingLeft}px`,paddingRight:`${paddingRight}px`,margin:`${margin}px`,borderRadius:`${borderRadius}px`,borderWidth:`${borderWeight}px`,borderStyle:\"solid\",borderColor:borderColor,background:backgroundStyle,color:fontColor,boxShadow:`${xOffset}px ${yOffset}px ${blurRadius}px ${spreadRadius}px rgba(0, 0, 0, 0.5)`,textAlign:\"center\",fontSize:`${fontSize}px`,fontWeight:fontWeight,cursor:\"pointer\",fontFamily:fontFamily,...textStyle},onClick:this.handleClick,children:text});}constructor(...args){super(...args);_defineProperty(this,\"handleClick\",()=>{const currentUrl=window.location.href;const linkedInShareUrl=`https://www.linkedin.com/sharing/share-offsite/?url=${encodeURIComponent(currentUrl)}`;window.open(linkedInShareUrl,\"LinkedIn Share\",\"width=600,height=400\");});}}_defineProperty(LinkedInShareButton,\"defaultProps\",{text:\"Share on LinkedIn\",textStyle:{},backgroundType:\"solid\",backgroundColor:\"#222222\",gradientColor1:\"#222222\",gradientColor2:\"#222222\",backgroundImage:\"\",paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,margin:0,borderRadius:10,borderWeight:0,borderColor:\"#000\",xOffset:0,yOffset:4,blurRadius:12,spreadRadius:0,fontSize:14,fontWeight:800,fontFamily:\"Inter, sans-serif\",fontColor:\"#fff\",shadowColor:\"#000\"});_defineProperty(LinkedInShareButton,\"propertyControls\",{text:{type:ControlType.String,title:\"Text\",defaultValue:LinkedInShareButton.defaultProps.text},textStyle:{type:ControlType.TextStyle,title:\"Text Style\",defaultValue:{}},backgroundType:{type:ControlType.SegmentedEnum,title:\"Background\",options:[\"solid\",\"gradient\",\"image\"],optionTitles:[\"Solid Color\",\"Gradient Color\",\"Image\"],defaultValue:LinkedInShareButton.defaultProps.backgroundType},backgroundColor:{type:ControlType.Color,title:\"Color\",defaultValue:LinkedInShareButton.defaultProps.backgroundColor,hidden:({backgroundType})=>backgroundType!==\"solid\"},gradientColor1:{type:ControlType.Color,title:\"Color 1\",defaultValue:LinkedInShareButton.defaultProps.gradientColor1,hidden:({backgroundType})=>backgroundType!==\"gradient\"},gradientColor2:{type:ControlType.Color,title:\"Color 2\",defaultValue:LinkedInShareButton.defaultProps.gradientColor2,hidden:({backgroundType})=>backgroundType!==\"gradient\"},backgroundImage:{type:ControlType.Image,title:\"Image\",defaultValue:LinkedInShareButton.defaultProps.backgroundImage,hidden:({backgroundType})=>backgroundType!==\"image\"},paddingTop:{type:ControlType.Number,title:\"Padding Top\",defaultValue:LinkedInShareButton.defaultProps.paddingTop,min:0,step:1},paddingBottom:{type:ControlType.Number,title:\"Padding Bottom\",defaultValue:LinkedInShareButton.defaultProps.paddingBottom,min:0,step:1},paddingLeft:{type:ControlType.Number,title:\"Padding Left\",defaultValue:LinkedInShareButton.defaultProps.paddingLeft,min:0,step:1},paddingRight:{type:ControlType.Number,title:\"Padding Right\",defaultValue:LinkedInShareButton.defaultProps.paddingRight,min:0,step:1},margin:{type:ControlType.Number,title:\"Margin\",defaultValue:LinkedInShareButton.defaultProps.margin,min:0,step:1},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:LinkedInShareButton.defaultProps.borderRadius,min:0,step:1},borderWeight:{type:ControlType.Number,title:\"Border Weight\",defaultValue:LinkedInShareButton.defaultProps.borderWeight,min:0,step:1},borderColor:{type:ControlType.Color,title:\"Border Color\",defaultValue:LinkedInShareButton.defaultProps.borderColor},xOffset:{type:ControlType.Number,title:\"X Offset\",defaultValue:LinkedInShareButton.defaultProps.xOffset,min:-100,max:100,step:1},yOffset:{type:ControlType.Number,title:\"Y Offset\",defaultValue:LinkedInShareButton.defaultProps.yOffset,min:-100,max:100,step:1},blurRadius:{type:ControlType.Number,title:\"Blur Radius\",defaultValue:LinkedInShareButton.defaultProps.blurRadius,min:0,step:1},spreadRadius:{type:ControlType.Number,title:\"Spread Radius\",defaultValue:LinkedInShareButton.defaultProps.spreadRadius,min:0,step:1},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:LinkedInShareButton.defaultProps.fontSize,min:0,step:1},fontWeight:{type:ControlType.Number,title:\"Font Weight\",defaultValue:LinkedInShareButton.defaultProps.fontWeight,min:100,max:900,step:100},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:LinkedInShareButton.defaultProps.fontFamily,options:[\"Arial, sans-serif\",\"Helvetica, sans-serif\",\"Times New Roman, serif\",\"Georgia, serif\",\"Courier New, monospace\",\"Verdana, sans-serif\",\"Tahoma, sans-serif\",]},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:LinkedInShareButton.defaultProps.fontColor},shadowColor:{// new property\ntype:ControlType.Color,title:\"Shadow Color\",defaultValue:\"#000000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"LinkedInShareButton\":{\"type\":\"reactComponent\",\"name\":\"LinkedInShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./LinkedinShareButton_1.map", "function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{jsx as _jsx}from\"react/jsx-runtime\";import*as React from\"react\";import{ControlType}from\"framer\";var _Component;export class TwitterShareButton extends(_Component=React.Component){render(){const{text,textStyle,backgroundType,backgroundColor,gradientColor1,gradientColor2,backgroundImage,paddingTop,paddingBottom,paddingLeft,paddingRight,margin,borderRadius,borderWeight,borderColor,xOffset,yOffset,blurRadius,spreadRadius,fontSize,fontWeight,fontFamily,fontColor}=this.props;let backgroundStyle=null;if(backgroundType===\"solid\"){backgroundStyle=backgroundColor;}else if(backgroundType===\"gradient\"){backgroundStyle=`linear-gradient(${gradientColor1}, ${gradientColor2})`;}else if(backgroundType===\"image\"){backgroundStyle=`url(${backgroundImage})`;}return /*#__PURE__*/ _jsx(\"div\",{style:{display:\"inline-block\",paddingTop:`${paddingTop}px`,paddingBottom:`${paddingBottom}px`,paddingLeft:`${paddingLeft}px`,paddingRight:`${paddingRight}px`,margin:`${margin}px`,borderRadius:`${borderRadius}px`,borderWidth:`${borderWeight}px`,borderStyle:\"solid\",borderColor:borderColor,background:backgroundStyle,color:fontColor,boxShadow:`${xOffset}px ${yOffset}px ${blurRadius}px ${spreadRadius}px rgba(0, 0, 0, 0.5)`,textAlign:\"center\",fontSize:`${fontSize}px`,fontWeight:fontWeight,cursor:\"pointer\",fontFamily:fontFamily,...textStyle},onClick:this.handleClick,children:text});}constructor(...args){super(...args);_defineProperty(this,\"handleClick\",()=>{const currentUrl=window.location.href;const twitterShareUrl=`https://twitter.com/intent/tweet?text=${encodeURIComponent(this.props.text)}&url=${encodeURIComponent(currentUrl)}`;window.open(twitterShareUrl,\"Twitter Share\",\"width=600,height=400\");});}}_defineProperty(TwitterShareButton,\"defaultProps\",{text:\"Share on Twitter\",textStyle:{},backgroundType:\"solid\",backgroundColor:\"#222222\",gradientColor1:\"#222222\",gradientColor2:\"#222222\",backgroundImage:\"\",paddingTop:15,paddingBottom:15,paddingLeft:15,paddingRight:15,margin:0,borderRadius:12,borderWeight:0,borderColor:\"#000\",xOffset:0,yOffset:0,blurRadius:1,spreadRadius:0,fontSize:14,fontWeight:800,fontFamily:\"Figtree, sans-serif\",fontColor:\"#fff\",shadowColor:\"#000\"});_defineProperty(TwitterShareButton,\"propertyControls\",{text:{type:ControlType.String,title:\"Text\",defaultValue:TwitterShareButton.defaultProps.text},textStyle:{type:ControlType.TextStyle,title:\"Text Style\",defaultValue:{}},backgroundType:{type:ControlType.SegmentedEnum,title:\"Background\",options:[\"solid\",\"gradient\",\"image\"],optionTitles:[\"Solid Color\",\"Gradient Color\",\"Image\"],defaultValue:TwitterShareButton.defaultProps.backgroundType},backgroundColor:{type:ControlType.Color,title:\"Color\",defaultValue:TwitterShareButton.defaultProps.backgroundColor,hidden:({backgroundType})=>backgroundType!==\"solid\"},gradientColor1:{type:ControlType.Color,title:\"Color 1\",defaultValue:TwitterShareButton.defaultProps.gradientColor1,hidden:({backgroundType})=>backgroundType!==\"gradient\"},gradientColor2:{type:ControlType.Color,title:\"Color 2\",defaultValue:TwitterShareButton.defaultProps.gradientColor2,hidden:({backgroundType})=>backgroundType!==\"gradient\"},backgroundImage:{type:ControlType.Image,title:\"Image\",defaultValue:TwitterShareButton.defaultProps.backgroundImage,hidden:({backgroundType})=>backgroundType!==\"image\"},paddingTop:{type:ControlType.Number,title:\"Padding Top\",defaultValue:TwitterShareButton.defaultProps.paddingTop,min:0,step:1},paddingBottom:{type:ControlType.Number,title:\"Padding Bottom\",defaultValue:TwitterShareButton.defaultProps.paddingBottom,min:0,step:1},paddingLeft:{type:ControlType.Number,title:\"Padding Left\",defaultValue:TwitterShareButton.defaultProps.paddingLeft,min:0,step:1},paddingRight:{type:ControlType.Number,title:\"Padding Right\",defaultValue:TwitterShareButton.defaultProps.paddingRight,min:0,step:1},margin:{type:ControlType.Number,title:\"Margin\",defaultValue:TwitterShareButton.defaultProps.margin,min:0,step:1},borderRadius:{type:ControlType.Number,title:\"Border Radius\",defaultValue:TwitterShareButton.defaultProps.borderRadius,min:0,step:1},borderWeight:{type:ControlType.Number,title:\"Border Weight\",defaultValue:TwitterShareButton.defaultProps.borderWeight,min:0,step:1},borderColor:{type:ControlType.Color,title:\"Border Color\",defaultValue:TwitterShareButton.defaultProps.borderColor},xOffset:{type:ControlType.Number,title:\"X Offset\",defaultValue:TwitterShareButton.defaultProps.xOffset,min:-100,max:100,step:1},yOffset:{type:ControlType.Number,title:\"Y Offset\",defaultValue:TwitterShareButton.defaultProps.yOffset,min:-100,max:100,step:1},blurRadius:{type:ControlType.Number,title:\"Blur Radius\",defaultValue:TwitterShareButton.defaultProps.blurRadius,min:0,step:1},spreadRadius:{type:ControlType.Number,title:\"Spread Radius\",defaultValue:TwitterShareButton.defaultProps.spreadRadius,min:0,step:1},fontSize:{type:ControlType.Number,title:\"Font Size\",defaultValue:TwitterShareButton.defaultProps.fontSize,min:0,step:1},fontWeight:{type:ControlType.Number,title:\"Font Weight\",defaultValue:TwitterShareButton.defaultProps.fontWeight,min:100,max:900,step:100},fontFamily:{type:ControlType.String,title:\"Font Family\",defaultValue:TwitterShareButton.defaultProps.fontFamily,options:[\"Arial, sans-serif\",\"Helvetica, sans-serif\",\"Times New Roman, serif\",\"Georgia, serif\",\"Courier New, monospace\",\"Verdana, sans-serif\",\"Tahoma, sans-serif\",]},fontColor:{type:ControlType.Color,title:\"Font Color\",defaultValue:TwitterShareButton.defaultProps.fontColor},shadowColor:{// new property\ntype:ControlType.Color,title:\"Shadow Color\",defaultValue:\"#000000\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"TwitterShareButton\":{\"type\":\"reactComponent\",\"name\":\"TwitterShareButton\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./TwitterShareButton.map", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Figtree-regular\"]);export const fonts=[{family:\"Figtree\",moduleAsset:{localModuleIdentifier:\"local-module:css/CL7r8uML1:default\",url:\"https://fonts.gstatic.com/s/figtree/v2/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v2/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5ewkEU4HTy.ttf\",weight:\"400\"}];export const css=['.framer-L0LA0 .framer-styles-preset-1ksl6np:not(.rich-text-wrapper), .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper p, .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-L0LA0 .framer-styles-preset-1ksl6np:not(.rich-text-wrapper), .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper p, .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-L0LA0 .framer-styles-preset-1ksl6np:not(.rich-text-wrapper), .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper p, .framer-L0LA0 .framer-styles-preset-1ksl6np.rich-text-wrapper [data-preset-tag=\"p\"] { --framer-font-family: \"Figtree\", \"Figtree Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-weight: 400; --framer-letter-spacing: 0px; --framer-line-height: 160%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-L0LA0\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([\"GF;Figtree-500\"]);export const fonts=[{family:\"Figtree\",moduleAsset:{localModuleIdentifier:\"local-module:css/hI8pEeqw4:default\",url:\"https://fonts.gstatic.com/s/figtree/v2/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf\"},style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v2/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5ewkEU4HTy.ttf\",weight:\"500\"}];export const css=['.framer-nsd8b .framer-styles-preset-k1a344:not(.rich-text-wrapper), .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper h1, .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Figtree\", sans-serif; --framer-font-size: 52px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.5px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; }','@media (max-width: 1199px) and (min-width: 810px) { .framer-nsd8b .framer-styles-preset-k1a344:not(.rich-text-wrapper), .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper h1, .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Figtree\", sans-serif; --framer-font-size: 42px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.5px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; } }','@media (max-width: 809px) and (min-width: 0px) { .framer-nsd8b .framer-styles-preset-k1a344:not(.rich-text-wrapper), .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper h1, .framer-nsd8b .framer-styles-preset-k1a344.rich-text-wrapper [data-preset-tag=\"h1\"] { --framer-font-family: \"Figtree\", sans-serif; --framer-font-size: 33px; --framer-font-style: normal; --framer-font-weight: 500; --framer-letter-spacing: -1.5px; --framer-line-height: 120%; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #091f15; --framer-text-decoration: none; --framer-text-transform: none; } }'];export const className=\"framer-nsd8b\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadWebFontsFromSelectors([]);export const fonts=[];export const css=[\".framer-7IMsN .framer-styles-preset-11258zw:not(.rich-text-wrapper), .framer-7IMsN .framer-styles-preset-11258zw.rich-text-wrapper a { --framer-link-current-text-color: #35C081; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #35C081; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #35c081; --framer-link-text-decoration: none; }\"];export const className=\"framer-7IMsN\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (fd7a51d)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentPresetsProvider,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromComponentPreset,getFontsFromSharedStyle,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,SVG,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS,withFX}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{FacebookShareButton}from\"https://framerusercontent.com/modules/6B5WDGVR1FTvWAhLetLU/Ve25cpONUdP7ibYByj8w/FacebookShareButton.js\";import{LinkedInShareButton}from\"https://framerusercontent.com/modules/fCfZB9HnUFKMqukYdm1t/K1TseC0RYVpj5xpDrDmq/LinkedinShareButton_1.js\";import{TwitterShareButton}from\"https://framerusercontent.com/modules/mwGZFSkqYGn72M8Tgegc/LUbOLYIIrcZCncN5o9DD/TwitterShareButton.js\";import{Icon as Phosphor}from\"https://framerusercontent.com/modules/tYScH7LTqUtz5KUaUAYP/CAjjxbTJBxHwH1MagCef/Phosphor.js\";import Navigation from\"#framer/local/canvasComponent/HbYCjoksV/HbYCjoksV.js\";import Post,{enumToDisplayNameFunctions}from\"#framer/local/collection/VixP4kiqe/VixP4kiqe.js\";import*as componentPresets from\"#framer/local/componentPresets/componentPresets/componentPresets.js\";import*as sharedStyle6 from\"#framer/local/css/CL7r8uML1/CL7r8uML1.js\";import*as sharedStyle from\"#framer/local/css/hI8pEeqw4/hI8pEeqw4.js\";import*as sharedStyle8 from\"#framer/local/css/MJsErMBMO/MJsErMBMO.js\";import*as sharedStyle5 from\"#framer/local/css/mV7chlOd_/mV7chlOd_.js\";import*as sharedStyle1 from\"#framer/local/css/mZTTI7vLb/mZTTI7vLb.js\";import*as sharedStyle9 from\"#framer/local/css/ODh4UJmX1/ODh4UJmX1.js\";import*as sharedStyle10 from\"#framer/local/css/ro7OPezbn/ro7OPezbn.js\";import*as sharedStyle7 from\"#framer/local/css/S_IrrITq7/S_IrrITq7.js\";import*as sharedStyle4 from\"#framer/local/css/VnFQbLFVd/VnFQbLFVd.js\";import*as sharedStyle3 from\"#framer/local/css/xeRLFvBW_/xeRLFvBW_.js\";import*as sharedStyle2 from\"#framer/local/css/z8yBfmxgR/z8yBfmxgR.js\";import metadataProvider from\"#framer/local/webPageMetadata/tJooCRGl8/tJooCRGl8.js\";const NavigationFonts=getFonts(Navigation);const MotionDivWithFX=withFX(motion.div);const TwitterShareButtonFonts=getFonts(TwitterShareButton);const LinkedInShareButtonFonts=getFonts(LinkedInShareButton);const FacebookShareButtonFonts=getFonts(FacebookShareButton);const PhosphorFonts=getFonts(Phosphor);const breakpoints={eAINTxUBr:\"(min-width: 810px) and (max-width: 1199px)\",lc238gF0Y:\"(min-width: 1200px)\",rYcVBuCBM:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-YSZYs\";const variantClassNames={eAINTxUBr:\"framer-v-5ettbu\",lc238gF0Y:\"framer-v-1kcpep8\",rYcVBuCBM:\"framer-v-1r4ra19\"};const transformTemplate1=(_,t)=>`translateX(-50%) ${t}`;const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const toDateString=(value,options={},activeLocale)=>{if(typeof value!==\"string\")return\"\";const date=new Date(value);if(isNaN(date.getTime()))return\"\";const display=options.display?options.display:\"date\";const dateOptions={dateStyle:display!==\"time\"?options.dateStyle:undefined,timeStyle:display===\"date\"?undefined:\"short\",timeZone:\"UTC\"};const fallbackLocale=\"en-US\";const locale=options.locale||activeLocale||fallbackLocale;// We add a try block because an invalid language code results in a crash\ntry{return date.toLocaleString(locale,dateOptions);}catch{return date.toLocaleString(fallbackLocale,dateOptions);}};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"lc238gF0Y\",Phone:\"rYcVBuCBM\",Tablet:\"eAINTxUBr\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"lc238gF0Y\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"tJooCRGl8\",data:Post,type:\"Collection\"},select:[{collection:\"tJooCRGl8\",name:\"wUTzMh0O3\",type:\"Identifier\"},{collection:\"tJooCRGl8\",name:\"ddJP2nUNF\",type:\"Identifier\"},{collection:\"tJooCRGl8\",name:\"BGIRdsu_z\",type:\"Identifier\"},{collection:\"tJooCRGl8\",name:\"eQOK6Z9lY\",type:\"Identifier\"},{collection:\"tJooCRGl8\",name:\"E063fgU4f\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"tJooCRGl8\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,ddJP2nUNF=getFromCurrentRouteData(\"ddJP2nUNF\"),wUTzMh0O3=getFromCurrentRouteData(\"wUTzMh0O3\")??\"\",eQOK6Z9lY=getFromCurrentRouteData(\"eQOK6Z9lY\"),BGIRdsu_z=getFromCurrentRouteData(\"BGIRdsu_z\"),E063fgU4f=getFromCurrentRouteData(\"E063fgU4f\")??\"\",MZtsL1RJNXMsHGQHXq,ddJP2nUNFXMsHGQHXq,wUTzMh0O3XMsHGQHXq,BGIRdsu_zXMsHGQHXq,idXMsHGQHXq,wUTzMh0O3D3_V2Rt91,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const sharedStyleClassNames=[sharedStyle.className,sharedStyle1.className,sharedStyle2.className,sharedStyle3.className,sharedStyle4.className,sharedStyle5.className,sharedStyle6.className,sharedStyle7.className,sharedStyle8.className,sharedStyle9.className,sharedStyle10.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const textContent=enumToDisplayNameFunctions[\"eQOK6Z9lY\"]?.(eQOK6Z9lY,activeLocale);const activeLocaleCode=useLocaleCode();const textContent1=toDateString(BGIRdsu_z,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"lc238gF0Y\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: rgb(255, 255, 255); }\"}),/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-1kcpep8\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{y:0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:60,y:40,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1iffd69-container\",layoutScroll:true,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{variant:\"I_RAkKAKZ\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"Dv4lk1ynG\",layoutId:\"Dv4lk1ynG\",variant:\"ew_yBy2pK\",width:\"100%\"})})})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-o5efb4\",\"data-framer-name\":\"Full Post\",children:[/*#__PURE__*/_jsx(MotionDivWithFX,{__framer__adjustPosition:false,__framer__offset:0,__framer__parallaxTransformEnabled:true,__framer__speed:70,__perspectiveFX:false,__targetOpacity:1,className:\"framer-6p4ig\",\"data-framer-name\":\"Image Mask\",transformTemplate:transformTemplate1,children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{background:{alt:\"\",fit:\"fill\",sizes:\"352px\",...toResponsiveImage(ddJP2nUNF)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",sizes:\"960px\",...toResponsiveImage(ddJP2nUNF)},className:\"framer-srp3vo\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ogkwi6\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-16539sl\",\"data-framer-name\":\"Content Stack\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-13g0uiy\",\"data-framer-name\":\"Title\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eAINTxUBr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"#091F15\"},children:\"Help India breathe a sigh of relief!\"})})},rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"24px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"#091F15\"},children:\"Help India breathe a sigh of relief!\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"32px\",\"--framer-font-weight\":\"600\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"130%\",\"--framer-text-color\":\"rgb(9, 31, 21)\"},children:\"Help India breathe a sigh of relief!\"})}),className:\"framer-iaefox\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-600\"],text:wUTzMh0O3,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-zlhcac\",\"data-framer-name\":\"Post Info\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eAINTxUBr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"hsl(0, 0%, 47%)\"},children:\"Content\"})})},rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"hsl(0, 0%, 47%)\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Content\"})}),className:\"framer-1cxssyi\",\"data-framer-name\":\"Category\",fonts:[\"GF;Figtree-500\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"Q1VTVE9NO1N5bm9ueW0gTWVkaXVt\",\"--framer-font-family\":'\"Synonym Medium\", \"Synonym Medium Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(196, 170, 23)\"},children:\"|\"})}),className:\"framer-a253i1\",\"data-framer-name\":\"seperator\",fonts:[\"CUSTOM;Synonym Medium\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eAINTxUBr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"hsl(0, 0%, 47%)\"},children:\"Content\"})})},rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"hsl(0, 0%, 47%)\"},children:\"Content\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Content\"})}),className:\"framer-nmkks3\",\"data-framer-name\":\"Date\",fonts:[\"GF;Figtree-500\"],text:textContent1,verticalAlignment:\"top\",withExternalLayout:true})})]})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-axi7b1\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsx(ComponentPresetsProvider,{presets:{\"module:NEd4VmDdsxM3StIUbddO/fJ8vwGe6kxfz7kj9H7Sk/YouTube.js:Youtube\":componentPresets.props[\"H7raZqlj8\"],\"module:pVk4QsoHxASnVtUBp6jr/F3DAaPbkrr19izpZS3jO/CodeBlock.js:default\":componentPresets.props[\"vkJ12uVuh\"]},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:E063fgU4f,className:\"framer-1hyieh4\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-11258zw\",blockquote:\"framer-styles-preset-jviq8u\",h1:\"framer-styles-preset-k1a344\",h2:\"framer-styles-preset-ja88fd\",h3:\"framer-styles-preset-10nga4w\",h4:\"framer-styles-preset-1e0f28n\",h5:\"framer-styles-preset-10gxyv5\",h6:\"framer-styles-preset-1dbx1az\",img:\"framer-styles-preset-z0tkwf\",p:\"framer-styles-preset-1ksl6np\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1sbmymz\",\"data-framer-name\":\"Line\"}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-l6lzyk\",\"data-framer-name\":\"Share Icons\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-wdmbro-container\",children:/*#__PURE__*/_jsx(TwitterShareButton,{backgroundColor:\"rgb(255, 255, 255)\",backgroundType:\"solid\",blurRadius:0,borderColor:\"rgb(53, 192, 129)\",borderRadius:8,borderWeight:1,fontColor:\"rgb(53, 192, 129)\",fontFamily:\"Figtree, sans-serif\",fontSize:14,fontWeight:800,gradientColor1:\"rgb(34, 34, 34)\",gradientColor2:\"rgb(34, 34, 34)\",height:\"100%\",id:\"bhFnYzvkA\",layoutId:\"bhFnYzvkA\",margin:0,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,shadowColor:\"rgba(0, 0, 0, 0.35)\",spreadRadius:0,text:\"Share on Twitter\",width:\"100%\",xOffset:0,yOffset:0})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-gu7otj-container\",children:/*#__PURE__*/_jsx(LinkedInShareButton,{backgroundColor:\"rgb(255, 255, 255)\",backgroundType:\"solid\",blurRadius:0,borderColor:\"rgb(53, 192, 129)\",borderRadius:8,borderWeight:1,fontColor:\"rgb(53, 192, 129)\",fontFamily:\"Figtree, sans-serif\",fontSize:14,fontWeight:800,gradientColor1:\"rgb(34, 34, 34)\",gradientColor2:\"rgb(34, 34, 34)\",height:\"100%\",id:\"TYDns_eTk\",layoutId:\"TYDns_eTk\",margin:0,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,shadowColor:\"rgba(0, 0, 0, 0.24)\",spreadRadius:0,text:\"Share on LinkedIn\",width:\"100%\",xOffset:0,yOffset:0})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-c1arhe-container\",children:/*#__PURE__*/_jsx(FacebookShareButton,{backgroundColor:\"rgb(255, 255, 255)\",backgroundType:\"solid\",blurRadius:0,borderColor:\"rgb(53, 192, 129)\",borderRadius:8,borderWeight:1,fontColor:\"rgb(53, 192, 129)\",fontFamily:\"Figtree, sans-serif\",fontSize:14,fontWeight:800,gradientColor1:\"rgb(34, 34, 34)\",gradientColor2:\"rgb(34, 34, 34)\",height:\"100%\",id:\"qnMP68zH_\",layoutId:\"qnMP68zH_\",margin:0,paddingBottom:8,paddingLeft:8,paddingRight:8,paddingTop:8,shadowColor:\"rgba(0, 0, 0, 0.35)\",spreadRadius:0,text:\"Share on Facebook\",width:\"100%\",xOffset:0,yOffset:0})})})]})]})})]}),/*#__PURE__*/_jsxs(\"section\",{className:\"framer-1wsfw4i\",\"data-framer-name\":\"Read More\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eAINTxUBr:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"#091F15\"},children:\"Read More\"})})},rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"20px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"150%\",\"--framer-text-color\":\"#091F15\"},children:\"Read More\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h3\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"22px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(9, 31, 21)\"},children:\"Read More\"})}),className:\"framer-awihzo\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-13golyu\",\"data-framer-name\":\"Read Next\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"XMsHGQHXq\",data:Post,type:\"Collection\"},limit:{type:\"LiteralValue\",value:6},select:[{collection:\"XMsHGQHXq\",name:\"MZtsL1RJN\",type:\"Identifier\"},{collection:\"XMsHGQHXq\",name:\"ddJP2nUNF\",type:\"Identifier\"},{collection:\"XMsHGQHXq\",name:\"wUTzMh0O3\",type:\"Identifier\"},{collection:\"XMsHGQHXq\",name:\"BGIRdsu_z\",type:\"Identifier\"},{collection:\"XMsHGQHXq\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"XMsHGQHXq\",name:\"wUTzMh0O3\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:wUTzMh0O3D3_V2Rt91},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BGIRdsu_z:BGIRdsu_zXMsHGQHXq,ddJP2nUNF:ddJP2nUNFXMsHGQHXq,id:idXMsHGQHXq,MZtsL1RJN:MZtsL1RJNXMsHGQHXq,wUTzMh0O3:wUTzMh0O3XMsHGQHXq},index)=>{MZtsL1RJNXMsHGQHXq??=\"\";wUTzMh0O3XMsHGQHXq??=\"\";const textContent2=toDateString(BGIRdsu_zXMsHGQHXq,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);return /*#__PURE__*/_jsx(LayoutGroup,{id:`XMsHGQHXq-${idXMsHGQHXq}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{MZtsL1RJN:MZtsL1RJNXMsHGQHXq},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{MZtsL1RJN:MZtsL1RJNXMsHGQHXq},webPageId:\"tJooCRGl8\"},nodeId:\"ikmHHdRn7\",openInNewTab:false,children:/*#__PURE__*/_jsxs(\"a\",{className:\"framer-1g5pdg framer-1mt2yn8\",\"data-border\":true,\"data-framer-name\":\"Post Card\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1mv68uc\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-oyi846\",\"data-framer-name\":\"Image Container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{eAINTxUBr:{background:{alt:\"\",fit:\"fit\",...toResponsiveImage(ddJP2nUNFXMsHGQHXq),...{positionX:\"center\",positionY:\"center\"}}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",...toResponsiveImage(ddJP2nUNFXMsHGQHXq)},className:\"framer-1jia0ed\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(9, 31, 21)\"},children:\"Planning for Retirement\"})}),className:\"framer-rwkyst\",\"data-framer-name\":\"Title\",fonts:[\"GF;Figtree-500\"],text:wUTzMh0O3XMsHGQHXq,verticalAlignment:\"top\",withExternalLayout:true})]}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"140%\",\"--framer-text-color\":\"rgb(120, 120, 120)\"},children:\"Content\"})}),className:\"framer-1ch60n8\",\"data-framer-name\":\"Date\",fonts:[\"GF;Figtree-500\"],text:textContent2,verticalAlignment:\"top\",withExternalLayout:true})]})})})},idXMsHGQHXq);})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{background:{alt:\"\",fit:\"stretch\",pixelHeight:757,pixelWidth:390,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/6hdsHvMUDEYZu0eclSbSpvr9ql4.png\",srcSet:\"https://framerusercontent.com/images/6hdsHvMUDEYZu0eclSbSpvr9ql4.png 390w\"}}},children:/*#__PURE__*/_jsx(Image,{as:\"header\",background:{alt:\"\",fit:\"stretch\",pixelHeight:429,pixelWidth:1200,positionX:\"center\",positionY:\"center\",sizes:componentViewport?.width||\"100vw\",src:\"https://framerusercontent.com/images/IjEeiuFjWZpisTtgew3BOkylLqQ.png\",srcSet:\"https://framerusercontent.com/images/IjEeiuFjWZpisTtgew3BOkylLqQ.png?scale-down-to=512 512w,https://framerusercontent.com/images/IjEeiuFjWZpisTtgew3BOkylLqQ.png?scale-down-to=1024 1024w,https://framerusercontent.com/images/IjEeiuFjWZpisTtgew3BOkylLqQ.png 1200w\"},className:\"framer-bjakov\",\"data-framer-name\":\"Footer\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1ep05rp\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b4bz59\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1od6q5q\",children:[/*#__PURE__*/_jsx(SVG,{className:\"framer-xdbbwr\",\"data-framer-name\":\"Logo\",fill:\"rgba(0,0,0,1)\",intrinsicHeight:44,intrinsicWidth:120,svg:'<svg width=\"120\" height=\"44\" viewBox=\"0 0 120 44\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\\n<path d=\"M55.5898 30.72C60.5349 30.72 64.0352 28.6058 64.0352 24.2491C64.0352 21.4299 62.0443 19.1234 59.122 18.7711V18.707C61.6908 17.9063 63.0716 16.0802 63.0716 13.7416C63.0716 9.3852 59.1862 8.03976 56.2318 8.03976H47.2407V30.72H55.5898ZM51.2868 27.2604V20.7252H55.365C58.4477 20.7252 59.9891 21.6223 59.9891 23.9288C59.9891 26.171 58.3514 27.2604 55.1401 27.2604H51.2868ZM51.2868 17.2656V11.4994H54.7869C57.5484 11.4994 59.0255 12.4285 59.0255 14.4144C59.0255 16.1444 57.5484 17.2656 55.108 17.2656H51.2868ZM72.3019 31.1044C74.357 31.1044 76.1552 30.3356 77.247 28.6058H77.3435V30.72H80.8117V21.5262C80.8117 17.9063 79.4951 14.959 74.2284 14.959C71.2102 14.959 69.0585 16.0161 67.6777 17.4256L69.701 19.4438C70.7607 18.483 72.2057 17.8423 73.8113 17.8423C75.9306 17.8423 77.3435 18.8994 77.3435 20.6932V21.1419H76.1552C69.5404 21.1419 66.6825 22.9357 66.6825 26.4914C66.6825 29.3106 69.123 31.1044 72.3019 31.1044ZM75.9948 23.8327H77.1186V24.7936C77.1186 26.7477 75.8983 28.2214 73.2653 28.2214C71.8204 28.2214 70.5358 27.5165 70.5358 26.2033C70.5358 24.5695 72.591 23.8327 75.9948 23.8327ZM90.2239 14.959C87.5904 14.959 84.0585 16.1765 84.0585 19.9244C84.0585 23.0637 86.4666 23.8005 88.5541 24.2809C90.5127 24.7295 92.3753 24.9859 92.3753 26.4594C92.3753 27.5165 91.2194 28.2214 89.8065 28.2214C88.4899 28.2214 87.4624 27.7728 86.1455 26.3313L83.5767 28.7339C85.1503 30.4957 87.1733 31.1044 89.5496 31.1044C93.3708 31.1044 96.2286 29.4066 96.2286 26.171C96.2286 22.9997 93.9489 22.1347 91.5726 21.5902C89.6458 21.1416 87.9118 20.9175 87.9118 19.6681C87.9118 18.675 88.9071 18.0343 90.1598 18.0343C91.4443 18.0343 92.4074 18.547 93.178 19.6041L95.7473 17.2976C94.623 15.7921 92.6323 14.959 90.2239 14.959ZM101.185 7.81543C99.8038 7.81543 98.7444 8.87253 98.7444 10.1219C98.7444 11.3711 99.8038 12.4285 101.185 12.4285C102.566 12.4285 103.689 11.4994 103.689 10.1219C103.689 8.80851 102.598 7.81543 101.185 7.81543ZM103.144 15.3434H99.2902V30.72H103.144V15.3434ZM112.834 14.959C110.201 14.959 106.668 16.1765 106.668 19.9244C106.668 23.0637 109.077 23.8005 111.164 24.2809C113.123 24.7295 114.985 24.9859 114.985 26.4594C114.985 27.5165 113.829 28.2214 112.416 28.2214C111.1 28.2214 110.072 27.7728 108.756 26.3313L106.187 28.7339C107.76 30.4957 109.783 31.1044 112.16 31.1044C115.981 31.1044 118.839 29.4066 118.839 26.171C118.839 22.9997 116.559 22.1347 114.182 21.5902C112.256 21.1416 110.522 20.9175 110.522 19.6681C110.522 18.675 111.517 18.0343 112.77 18.0343C114.054 18.0343 115.017 18.547 115.788 19.6041L118.357 17.2976C117.233 15.7921 115.242 14.959 112.834 14.959ZM12.525 30.5009L22.3024 30.5329V20.7445H12.4897L12.525 30.5009Z\" fill=\"white\"/>\\n<path d=\"M17.0692 15.417L14.3301 18.1495H24.906V28.7L27.6451 25.9674L27.6099 15.4506L17.0692 15.417Z\" fill=\"white\"/>\\n<path d=\"M35.0563 8.02369L14.0305 7.95654L5.01611 16.9466L5.08655 37.9217L26.1121 37.9889L35.1239 28.9988L35.0563 8.02342V8.02369ZM24.1441 33.1377L9.93037 33.0917L9.8855 18.9124L15.9972 12.8158L30.2093 12.8618L30.2555 27.0411L24.1441 33.1377Z\" fill=\"white\"/>\\n</svg>\\n',withExternalLayout:true}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Building a brighter financial\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"future for women\"})]}),fonts:[\"GF;Figtree-500\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Building a brighter financial\"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS02MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-weight\":\"600\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"future for women\"})]}),className:\"framer-1qrugve\",fonts:[\"GF;Figtree-600\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tower 2/3B, SNN Clermont, Nagwara, Bengaluru 560032\"})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsxs(React.Fragment,{children:[/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Tower 2/3B, SNN Clermont, \"}),/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:\"Nagwara, Bengaluru 560032\"})]}),className:\"framer-havwye\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-146po96\",children:[/*#__PURE__*/_jsx(Link,{href:\"https://www.instagram.com/getbasis/\",nodeId:\"Oci7G0cxe\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-1bumzui framer-1mt2yn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l0rdpn-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Insta\",iconSelection:\"House\",id:\"geFBMPPaH\",layoutId:\"geFBMPPaH\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.linkedin.com/company/getbasis/\",nodeId:\"itaieVtPv\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-xfi40i framer-1mt2yn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1pskjq3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Linked\",iconSelection:\"House\",id:\"B4OvqI4Co\",layoutId:\"B4OvqI4Co\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://www.youtube.com/c/BasisApp\",nodeId:\"JzkGVwAIw\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-deth6n framer-1mt2yn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-79n0a1-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"Youtu\",iconSelection:\"House\",id:\"G7_AcfPQF\",layoutId:\"G7_AcfPQF\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(Link,{href:\"https://x.com/getbasis\",nodeId:\"tIj24UGvC\",children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-nxqwy4 framer-1mt2yn8\",children:/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-qze845-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"twitter\",iconSelection:\"House\",id:\"O99SuAMDk\",layoutId:\"O99SuAMDk\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1b39lu5\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-pi06n6\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Nsa9XT_iB\"},nodeId:\"kHFwohIAC\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"Nsa9XT_iB\"},nodeId:\"kHFwohIAC\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Blog\"})})})}),className:\"framer-12sk9o\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AtPTUcPht\"},nodeId:\"O2dSPyrWL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Team\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"AtPTUcPht\"},nodeId:\"O2dSPyrWL\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Team\"})})})}),className:\"framer-12l1zp8\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":YBcMOiV7E\",webPageId:\"WUzgcfktm\"},nodeId:\"ZGHEOZ75Q\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"FAQ\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{hash:\":YBcMOiV7E\",webPageId:\"WUzgcfktm\"},nodeId:\"ZGHEOZ75Q\",openInNewTab:false,smoothScroll:true,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"FAQ\"})})})}),className:\"framer-ppjvrf\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"D6JOCuguq\"},nodeId:\"X_e68TBLs\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Contact Us\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS1yZWd1bGFy\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"D6JOCuguq\"},nodeId:\"X_e68TBLs\",openInNewTab:false,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"Contact Us\"})})})}),className:\"framer-iqjmj2\",fonts:[\"GF;Figtree-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-1foggna\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-aw5hf7\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1fiqgp3-container\",children:/*#__PURE__*/_jsx(Phosphor,{color:\"rgb(255, 255, 255)\",height:\"100%\",iconSearch:\"chat-centered-text\",iconSelection:\"Megaphone\",id:\"SHOay3qIe\",layoutId:\"SHOay3qIe\",mirrored:false,selectByList:false,style:{height:\"100%\",width:\"100%\"},weight:\"fill\",width:\"100%\"})})}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{rYcVBuCBM:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"14px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@getbasis.co\",nodeId:\"TMGstAeze\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"hello@getbasis.co\"})})})})}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7RmlndHJlZS01MDA=\",\"--framer-font-family\":'\"Figtree\", \"Figtree Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-text-color\":\"rgb(255, 255, 255)\"},children:/*#__PURE__*/_jsx(Link,{href:\"mailto:hello@getbasis.co\",nodeId:\"TMGstAeze\",openInNewTab:true,smoothScroll:false,children:/*#__PURE__*/_jsx(\"a\",{className:\"framer-styles-preset-1wicq5s\",\"data-styles-preset\":\"ro7OPezbn\",children:\"hello@getbasis.co\"})})})}),className:\"framer-uo5tyd\",fonts:[\"GF;Figtree-500\"],verticalAlignment:\"top\",withExternalLayout:true})})]})})]})]})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-YSZYs.framer-1mt2yn8, .framer-YSZYs .framer-1mt2yn8 { display: block; }\",\".framer-YSZYs.framer-1kcpep8 { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 160px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 140px 0px 0px 0px; position: relative; width: 1200px; }\",\".framer-YSZYs .framer-1iffd69-container { flex: none; height: auto; left: 50%; position: fixed; top: 40px; transform: translateX(-50%); width: auto; z-index: 1; }\",\".framer-YSZYs .framer-o5efb4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 60px; height: min-content; justify-content: flex-start; padding: 0px 0px 60px 0px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-6p4ig { align-content: center; align-items: center; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; left: 50%; max-width: 80%; overflow: hidden; padding: 0px; position: absolute; top: 0px; transform: translateX(-50%); width: 960px; will-change: var(--framer-will-change-override, transform); z-index: 1; }\",\".framer-YSZYs .framer-srp3vo { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 480px; overflow: hidden; position: relative; width: 960px; will-change: var(--framer-will-change-override, transform); z-index: 0; }\",\".framer-YSZYs .framer-ogkwi6 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; max-width: 70%; overflow: hidden; padding: 440px 0px 0px 0px; position: relative; width: 100%; z-index: 2; }\",\".framer-YSZYs .framer-16539sl { align-content: flex-start; align-items: flex-start; background-color: #ffffff; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 40px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YSZYs .framer-13g0uiy { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-iaefox, .framer-YSZYs .framer-rwkyst { flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YSZYs .framer-zlhcac { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-1cxssyi, .framer-YSZYs .framer-a253i1, .framer-YSZYs .framer-nmkks3, .framer-YSZYs .framer-awihzo, .framer-YSZYs .framer-1ch60n8, .framer-YSZYs .framer-12sk9o, .framer-YSZYs .framer-12l1zp8, .framer-YSZYs .framer-ppjvrf, .framer-YSZYs .framer-iqjmj2, .framer-YSZYs .framer-uo5tyd { flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YSZYs .framer-axi7b1, .framer-YSZYs .framer-1sbmymz { background-color: #ebebeb; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 1px; overflow: visible; position: relative; width: 100%; }\",\".framer-YSZYs .framer-1hyieh4 { --framer-paragraph-spacing: 52px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-YSZYs .framer-l6lzyk { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-wdmbro-container, .framer-YSZYs .framer-gu7otj-container, .framer-YSZYs .framer-c1arhe-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-YSZYs .framer-1wsfw4i { align-content: center; align-items: center; background-color: #f8f9fa; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 40px; height: min-content; justify-content: center; overflow: hidden; padding: 0px 60px 60px 60px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-13golyu { display: grid; flex: none; gap: 32px; grid-auto-rows: min-content; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); height: min-content; justify-content: center; max-width: 80%; padding: 0px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-1g5pdg { --border-bottom-width: 1px; --border-color: #dddddd; --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: flex-start; align-items: flex-start; align-self: start; background-color: #f8f9fa; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; height: 360px; justify-content: space-between; justify-self: end; overflow: hidden; padding: 24px; position: relative; text-decoration: none; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YSZYs .framer-1mv68uc { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-oyi846 { align-content: flex-start; align-items: flex-start; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: 180px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 100%; will-change: var(--framer-will-change-override, transform); }\",\".framer-YSZYs .framer-1jia0ed { flex: 1 0 0px; height: 1px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-bjakov { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: center; overflow: hidden; padding: 100px 80px 100px 80px; position: relative; width: 100%; }\",\".framer-YSZYs .framer-1ep05rp { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; height: min-content; justify-content: space-between; max-width: 1200px; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-YSZYs .framer-1b4bz59 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-1od6q5q { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-xdbbwr { flex: none; height: 44px; position: relative; width: 120px; }\",\".framer-YSZYs .framer-1qrugve, .framer-YSZYs .framer-havwye { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-YSZYs .framer-146po96 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-1bumzui, .framer-YSZYs .framer-xfi40i, .framer-YSZYs .framer-deth6n, .framer-YSZYs .framer-nxqwy4 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; }\",\".framer-YSZYs .framer-l0rdpn-container, .framer-YSZYs .framer-1pskjq3-container, .framer-YSZYs .framer-79n0a1-container, .framer-YSZYs .framer-qze845-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 43px); position: relative; width: 40px; }\",\".framer-YSZYs .framer-1b39lu5 { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 100px; height: auto; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-pi06n6 { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 20px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-1foggna { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-aw5hf7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: min-content; }\",\".framer-YSZYs .framer-1fiqgp3-container { aspect-ratio: 1 / 1; flex: none; height: var(--framer-aspect-ratio-supported, 32px); position: relative; width: 32px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YSZYs.framer-1kcpep8, .framer-YSZYs .framer-o5efb4, .framer-YSZYs .framer-6p4ig, .framer-YSZYs .framer-ogkwi6, .framer-YSZYs .framer-16539sl, .framer-YSZYs .framer-13g0uiy, .framer-YSZYs .framer-zlhcac, .framer-YSZYs .framer-l6lzyk, .framer-YSZYs .framer-1wsfw4i, .framer-YSZYs .framer-1mv68uc, .framer-YSZYs .framer-oyi846, .framer-YSZYs .framer-bjakov, .framer-YSZYs .framer-1b4bz59, .framer-YSZYs .framer-1od6q5q, .framer-YSZYs .framer-146po96, .framer-YSZYs .framer-1bumzui, .framer-YSZYs .framer-xfi40i, .framer-YSZYs .framer-deth6n, .framer-YSZYs .framer-nxqwy4, .framer-YSZYs .framer-1b39lu5, .framer-YSZYs .framer-pi06n6, .framer-YSZYs .framer-1foggna, .framer-YSZYs .framer-aw5hf7 { gap: 0px; } .framer-YSZYs.framer-1kcpep8 > * { margin: 0px; margin-bottom: calc(160px / 2); margin-top: calc(160px / 2); } .framer-YSZYs.framer-1kcpep8 > :first-child, .framer-YSZYs .framer-o5efb4 > :first-child, .framer-YSZYs .framer-ogkwi6 > :first-child, .framer-YSZYs .framer-16539sl > :first-child, .framer-YSZYs .framer-13g0uiy > :first-child, .framer-YSZYs .framer-1wsfw4i > :first-child, .framer-YSZYs .framer-1mv68uc > :first-child, .framer-YSZYs .framer-oyi846 > :first-child, .framer-YSZYs .framer-1b4bz59 > :first-child, .framer-YSZYs .framer-pi06n6 > :first-child, .framer-YSZYs .framer-1foggna > :first-child { margin-top: 0px; } .framer-YSZYs.framer-1kcpep8 > :last-child, .framer-YSZYs .framer-o5efb4 > :last-child, .framer-YSZYs .framer-ogkwi6 > :last-child, .framer-YSZYs .framer-16539sl > :last-child, .framer-YSZYs .framer-13g0uiy > :last-child, .framer-YSZYs .framer-1wsfw4i > :last-child, .framer-YSZYs .framer-1mv68uc > :last-child, .framer-YSZYs .framer-oyi846 > :last-child, .framer-YSZYs .framer-1b4bz59 > :last-child, .framer-YSZYs .framer-pi06n6 > :last-child, .framer-YSZYs .framer-1foggna > :last-child { margin-bottom: 0px; } .framer-YSZYs .framer-o5efb4 > * { margin: 0px; margin-bottom: calc(60px / 2); margin-top: calc(60px / 2); } .framer-YSZYs .framer-6p4ig > *, .framer-YSZYs .framer-1bumzui > *, .framer-YSZYs .framer-xfi40i > *, .framer-YSZYs .framer-deth6n > *, .framer-YSZYs .framer-nxqwy4 > *, .framer-YSZYs .framer-aw5hf7 > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-YSZYs .framer-6p4ig > :first-child, .framer-YSZYs .framer-zlhcac > :first-child, .framer-YSZYs .framer-l6lzyk > :first-child, .framer-YSZYs .framer-bjakov > :first-child, .framer-YSZYs .framer-1od6q5q > :first-child, .framer-YSZYs .framer-146po96 > :first-child, .framer-YSZYs .framer-1bumzui > :first-child, .framer-YSZYs .framer-xfi40i > :first-child, .framer-YSZYs .framer-deth6n > :first-child, .framer-YSZYs .framer-nxqwy4 > :first-child, .framer-YSZYs .framer-1b39lu5 > :first-child, .framer-YSZYs .framer-aw5hf7 > :first-child { margin-left: 0px; } .framer-YSZYs .framer-6p4ig > :last-child, .framer-YSZYs .framer-zlhcac > :last-child, .framer-YSZYs .framer-l6lzyk > :last-child, .framer-YSZYs .framer-bjakov > :last-child, .framer-YSZYs .framer-1od6q5q > :last-child, .framer-YSZYs .framer-146po96 > :last-child, .framer-YSZYs .framer-1bumzui > :last-child, .framer-YSZYs .framer-xfi40i > :last-child, .framer-YSZYs .framer-deth6n > :last-child, .framer-YSZYs .framer-nxqwy4 > :last-child, .framer-YSZYs .framer-1b39lu5 > :last-child, .framer-YSZYs .framer-aw5hf7 > :last-child { margin-right: 0px; } .framer-YSZYs .framer-ogkwi6 > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-YSZYs .framer-16539sl > *, .framer-YSZYs .framer-1wsfw4i > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YSZYs .framer-13g0uiy > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YSZYs .framer-zlhcac > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-YSZYs .framer-l6lzyk > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } .framer-YSZYs .framer-1mv68uc > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-YSZYs .framer-oyi846 > *, .framer-YSZYs .framer-1foggna > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-YSZYs .framer-bjakov > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } .framer-YSZYs .framer-1b4bz59 > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YSZYs .framer-1od6q5q > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-YSZYs .framer-146po96 > * { margin: 0px; margin-left: calc(16px / 2); margin-right: calc(16px / 2); } .framer-YSZYs .framer-1b39lu5 > * { margin: 0px; margin-left: calc(100px / 2); margin-right: calc(100px / 2); } .framer-YSZYs .framer-pi06n6 > * { margin: 0px; margin-bottom: calc(20px / 2); margin-top: calc(20px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,'.framer-YSZYs[data-border=\"true\"]::after, .framer-YSZYs [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-YSZYs.framer-1kcpep8 { width: 810px; } .framer-YSZYs .framer-srp3vo { height: 400px; } .framer-YSZYs .framer-ogkwi6 { padding: 360px 0px 0px 0px; } .framer-YSZYs .framer-bjakov { gap: 50px; justify-content: flex-start; padding: 100px 40px 50px 40px; } .framer-YSZYs .framer-1od6q5q { align-content: flex-start; align-items: flex-start; flex-direction: column; } .framer-YSZYs .framer-1b39lu5 { align-self: unset; gap: 32px; height: min-content; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YSZYs .framer-bjakov, .framer-YSZYs .framer-1od6q5q, .framer-YSZYs .framer-1b39lu5 { gap: 0px; } .framer-YSZYs .framer-bjakov > * { margin: 0px; margin-left: calc(50px / 2); margin-right: calc(50px / 2); } .framer-YSZYs .framer-bjakov > :first-child, .framer-YSZYs .framer-1b39lu5 > :first-child { margin-left: 0px; } .framer-YSZYs .framer-bjakov > :last-child, .framer-YSZYs .framer-1b39lu5 > :last-child { margin-right: 0px; } .framer-YSZYs .framer-1od6q5q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-YSZYs .framer-1od6q5q > :first-child { margin-top: 0px; } .framer-YSZYs .framer-1od6q5q > :last-child { margin-bottom: 0px; } .framer-YSZYs .framer-1b39lu5 > * { margin: 0px; margin-left: calc(32px / 2); margin-right: calc(32px / 2); } }}\",\"@media (max-width: 809px) { .framer-YSZYs.framer-1kcpep8 { width: 390px; } .framer-YSZYs .framer-1iffd69-container { top: 0px; } .framer-YSZYs .framer-o5efb4 { gap: 40px; } .framer-YSZYs .framer-6p4ig { max-width: 90%; width: 351px; } .framer-YSZYs .framer-srp3vo { height: 280px; width: 352px; } .framer-YSZYs .framer-ogkwi6 { max-width: 90%; padding: 260px 0px 0px 0px; } .framer-YSZYs .framer-16539sl { padding: 24px; } .framer-YSZYs .framer-l6lzyk { align-content: flex-start; align-items: flex-start; flex-direction: column; gap: 16px; } .framer-YSZYs .framer-1wsfw4i { padding: 20px; } .framer-YSZYs .framer-13golyu { max-width: 90%; } .framer-YSZYs .framer-bjakov { flex-direction: column; justify-content: flex-start; padding: 80px 20px 50px 20px; } .framer-YSZYs .framer-1ep05rp { flex: none; flex-direction: column; gap: 50px; justify-content: flex-start; order: 0; width: 100%; } .framer-YSZYs .framer-1b4bz59 { width: 100%; } .framer-YSZYs .framer-1od6q5q { align-content: flex-start; align-items: flex-start; flex-direction: column; width: 100%; } .framer-YSZYs .framer-xdbbwr { aspect-ratio: 2.727272727272727 / 1; height: var(--framer-aspect-ratio-supported, 33px); width: 90px; } .framer-YSZYs .framer-1qrugve, .framer-YSZYs .framer-havwye { white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; } .framer-YSZYs .framer-l0rdpn-container, .framer-YSZYs .framer-1pskjq3-container, .framer-YSZYs .framer-79n0a1-container, .framer-YSZYs .framer-qze845-container { height: var(--framer-aspect-ratio-supported, 32px); width: 32px; } .framer-YSZYs .framer-1b39lu5 { align-self: unset; flex-direction: column; gap: 32px; height: min-content; width: 100%; } .framer-YSZYs .framer-pi06n6 { flex-wrap: wrap; justify-content: flex-start; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-YSZYs .framer-o5efb4, .framer-YSZYs .framer-l6lzyk, .framer-YSZYs .framer-bjakov, .framer-YSZYs .framer-1ep05rp, .framer-YSZYs .framer-1od6q5q, .framer-YSZYs .framer-1b39lu5 { gap: 0px; } .framer-YSZYs .framer-o5efb4 > * { margin: 0px; margin-bottom: calc(40px / 2); margin-top: calc(40px / 2); } .framer-YSZYs .framer-o5efb4 > :first-child, .framer-YSZYs .framer-l6lzyk > :first-child, .framer-YSZYs .framer-bjakov > :first-child, .framer-YSZYs .framer-1ep05rp > :first-child, .framer-YSZYs .framer-1od6q5q > :first-child, .framer-YSZYs .framer-1b39lu5 > :first-child { margin-top: 0px; } .framer-YSZYs .framer-o5efb4 > :last-child, .framer-YSZYs .framer-l6lzyk > :last-child, .framer-YSZYs .framer-bjakov > :last-child, .framer-YSZYs .framer-1ep05rp > :last-child, .framer-YSZYs .framer-1od6q5q > :last-child, .framer-YSZYs .framer-1b39lu5 > :last-child { margin-bottom: 0px; } .framer-YSZYs .framer-l6lzyk > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-YSZYs .framer-bjakov > *, .framer-YSZYs .framer-1b39lu5 > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-YSZYs .framer-1ep05rp > * { margin: 0px; margin-bottom: calc(50px / 2); margin-top: calc(50px / 2); } .framer-YSZYs .framer-1od6q5q > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 5750\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"eAINTxUBr\":{\"layout\":[\"fixed\",\"auto\"]},\"rYcVBuCBM\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramertJooCRGl8=withCSS(Component,css,\"framer-YSZYs\");export default FramertJooCRGl8;FramertJooCRGl8.displayName=\"post\";FramertJooCRGl8.defaultProps={height:5750,width:1200};addFonts(FramertJooCRGl8,[{explicitInter:true,fonts:[{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_ehR15bwkEU4HTy.woff2\",weight:\"600\"},{family:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_dNQF5bwkEU4HTy.woff2\",weight:\"500\"},{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:\"Figtree\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/figtree/v6/_Xmz-HUzqDCFdgfMsYiV_F7wfS-Bs_d_QF5bwkEU4HTy.woff2\",weight:\"400\"}]},...NavigationFonts,...TwitterShareButtonFonts,...LinkedInShareButtonFonts,...FacebookShareButtonFonts,...PhosphorFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...componentPresets.fonts?.[\"H7raZqlj8\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"H7raZqlj8\"]):[],...componentPresets.fonts?.[\"vkJ12uVuh\"]?getFontsFromComponentPreset(componentPresets.fonts?.[\"vkJ12uVuh\"]):[]],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"FramertJooCRGl8\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"eAINTxUBr\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"rYcVBuCBM\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicHeight\":\"5750\",\"framerComponentViewportWidth\":\"true\",\"framerImmutableVariables\":\"true\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["_defineProperty", "obj", "key", "value", "_Component", "FacebookShareButton", "I", "text", "textStyle", "backgroundType", "backgroundColor", "gradientColor1", "gradientColor2", "backgroundImage", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight", "margin", "borderRadius", "borderWeight", "borderColor", "xOffset", "yOffset", "blurRadius", "spreadRadius", "fontSize", "fontWeight", "fontFamily", "fontColor", "shadowColor", "backgroundStyle", "p", "args", "currentUrl", "window", "ControlType", "_defineProperty", "obj", "key", "value", "_Component", "LinkedInShareButton", "I", "text", "textStyle", "backgroundType", "backgroundColor", "gradientColor1", "gradientColor2", "backgroundImage", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight", "margin", "borderRadius", "borderWeight", "borderColor", "xOffset", "yOffset", "blurRadius", "spreadRadius", "fontSize", "fontWeight", "fontFamily", "fontColor", "shadowColor", "backgroundStyle", "p", "args", "currentUrl", "window", "linkedInShareUrl", "ControlType", "_defineProperty", "obj", "key", "value", "_Component", "TwitterShareButton", "I", "text", "textStyle", "backgroundType", "backgroundColor", "gradientColor1", "gradientColor2", "backgroundImage", "paddingTop", "paddingBottom", "paddingLeft", "paddingRight", "margin", "borderRadius", "borderWeight", "borderColor", "xOffset", "yOffset", "blurRadius", "spreadRadius", "fontSize", "fontWeight", "fontFamily", "fontColor", "backgroundStyle", "p", "args", "currentUrl", "window", "twitterShareUrl", "ControlType", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "HbYCjoksV_default", "MotionDivWithFX", "withFX", "motion", "TwitterShareButtonFonts", "TwitterShareButton", "LinkedInShareButtonFonts", "LinkedInShareButton", "FacebookShareButtonFonts", "FacebookShareButton", "PhosphorFonts", "Icon", "breakpoints", "serializationHash", "variantClassNames", "transformTemplate1", "_", "t", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "setLocale", "useLocaleInfo", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "VixP4kiqe_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "ddJP2nUNF", "wUTzMh0O3", "eQOK6Z9lY", "BGIRdsu_z", "E063fgU4f", "MZtsL1RJNXMsHGQHXq", "ddJP2nUNFXMsHGQHXq", "wUTzMh0O3XMsHGQHXq", "BGIRdsu_zXMsHGQHXq", "idXMsHGQHXq", "wUTzMh0O3D3_V2Rt91", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "ref1", "pe", "textContent", "enumToDisplayNameFunctions", "activeLocaleCode", "useLocaleCode", "textContent1", "defaultLayoutId", "ae", "useCustomCursors", "componentViewport", "useComponentViewport", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "PropertyOverrides2", "ComponentViewportProvider", "Container", "HbYCjoksV_default", "MotionDivWithFX", "Image2", "x", "RichText2", "ComponentPresetsProvider", "TwitterShareButton", "LinkedInShareButton", "FacebookShareButton", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "textContent2", "PathVariablesContext", "Link", "SVG", "Icon", "css", "FramertJooCRGl8", "withCSS", "tJooCRGl8_default", "addFonts", "NavigationFonts", "TwitterShareButtonFonts", "LinkedInShareButtonFonts", "FacebookShareButtonFonts", "PhosphorFonts", "getFontsFromSharedStyle", "fonts", "getFontsFromComponentPreset", "__FramerMetadata__"]
}
