{
  "version": 3,
  "sources": ["ssg:https://framerusercontent.com/modules/eHJFhZECGfr9taY6TZOh/ujTC8TUVxFqBtpbPeCNy/Frameshare_COPY.js", "ssg:https://framerusercontent.com/modules/Mp6VBLEX9aLqgkrpicxa/VAev3huueOvrt3spXkU2/Frameshare_TG.js", "ssg:https://framerusercontent.com/modules/QWnB3HblOGYodGy6y3wM/7QQy5FxQr3TEJZllX7lk/Frameshare_WA.js", "ssg:https://framerusercontent.com/modules/XQjjQWjGcWZ35hlnw5dM/cSzS5HxmE06FaehTcFqK/Frameshare_VK.js", "ssg:https://framerusercontent.com/modules/ycRBkUtTGPq2JzTXCzzZ/RnY1QZyrXLPalRBNI0Vr/Comment.js", "ssg:https://framerusercontent.com/modules/tCmlb0ol9xlKTmP6ciT6/BO4qc0iLJxbQY0nxjjXt/hrEc0JSNa.js", "ssg:https://framerusercontent.com/modules/aepR75BsgWW0c13ysZ7V/mvNhuwZ8vhFwVYcxPtym/k3qeuqQBw.js", "ssg:https://framerusercontent.com/modules/M9lssbQjnP7SVBTcrl4j/2O82fV2kjk57mYxNznsw/lkic3nMyS.js", "ssg:https://framerusercontent.com/modules/A173p6BWYSdHfHbWzySP/G72lF7er6DHyJwvwl5qJ/n3XIxtp20.js", "ssg:https://framerusercontent.com/modules/GryvdOQpj8vgNg4hQr4Q/0mKfLQYf9XdBIxpx8qPg/PZtK7tFEq.js", "ssg:https://framerusercontent.com/modules/cPYVaFb1m2ZViHQ2repW/zet8f33v5owP3cZx3yr5/QVg6wLsrC.js", "ssg:https://framerusercontent.com/modules/EGEW1nxQNHzLWjPS4tbU/xsplSvMny72sPL4IZfZl/SSYi7tyxs.js", "ssg:https://framerusercontent.com/modules/w5oqKldNwB0J1KcMiWcU/BWYzirrXUPOFAf5BtUJN/tnHvdsGQ2.js", "ssg:https://framerusercontent.com/modules/o8F8olQaqsIjmMAsmnjQ/O8XAzwqcu9PB8YL1s7Vs/vJZEs0MMJ.js", "ssg:https://framerusercontent.com/modules/kVoJG6C2SYs99XaRsCp8/v3z57JnOuOdGkJGp2elJ/YMkUs23Eg.js", "ssg:https://framerusercontent.com/modules/0qbcansFHeAU8N4Jske8/hggfnd3OL3MQr2UCAJ2v/ZLhUFovD0.js", "ssg:https://framerusercontent.com/modules/erKjdVlBjagG0L4UQt73/v0ioroa5rVBwt9JgcISr/pFpL51WjZ.js"],
  "sourcesContent": ["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Copy to Clipboard Share Button Component\nexport default function CopyShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#09090b\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=window.location.href;navigator.clipboard.writeText(url);};// Default Copy to Clipboard icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Copy to Clipboard\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M6.9998 6V3C6.9998 2.44772 7.44752 2 7.9998 2H19.9998C20.5521 2 20.9998 2.44772 20.9998 3V17C20.9998 17.5523 20.5521 18 19.9998 18H16.9998V20.9991C16.9998 21.5519 16.5499 22 15.993 22H4.00666C3.45059 22 3 21.5554 3 20.9991L3.0026 7.00087C3.0027 6.44811 3.45264 6 4.00942 6H6.9998ZM8.9998 6H16.9998V16H18.9998V4H8.9998V6Z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Copy to Clipboard icon\"}):defaultIcon});}addPropertyControls(CopyShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#09090b\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"CopyShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_COPY.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Telegram Share Button Component\nexport default function TelegramShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#26A5E4\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const telegramShareUrl=`https://t.me/share/url?url=${url}&text=${title}`;window.open(telegramShareUrl,\"_blank\");};// Default Telegram icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 496 512\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Telegram\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M248 8C111 8 0 119 0 256S111 504 248 504 496 393 496 256 385 8 248 8zM363 176.7c-3.7 39.2-19.9 134.4-28.1 178.3-3.5 18.6-10.3 24.8-16.9 25.4-14.4 1.3-25.3-9.5-39.3-18.7-21.8-14.3-34.2-23.2-55.3-37.2-24.5-16.1-8.6-25 5.3-39.5 3.7-3.8 67.1-61.5 68.3-66.7 .2-.7 .3-3.1-1.2-4.4s-3.6-.8-5.1-.5q-3.3 .7-104.6 69.1-14.8 10.2-26.9 9.9c-8.9-.2-25.9-5-38.6-9.1-15.5-5-27.9-7.7-26.8-16.3q.8-6.7 18.5-13.7 108.4-47.2 144.6-62.3c68.9-28.6 83.2-33.6 92.5-33.8 2.1 0 6.6 .5 9.6 2.9a10.5 10.5 0 0 1 3.5 6.7A43.8 43.8 0 0 1 363 176.7z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Telegram share icon\"}):defaultIcon});}addPropertyControls(TelegramShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#26A5E4\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"TelegramShareButton\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_TG.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// Whatsapp Share Button Component\nexport default function WhatsappShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#25D366\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const whShareUrl=`https://api.whatsapp.com/send?text=${title}%20${url}`;window.open(whShareUrl,\"_blank\");};// Default Whatsapp icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 256 256\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"Whatsapp\"}),/*#__PURE__*/_jsx(\"path\",{d:\"M152.58,145.23l23,11.48A24,24,0,0,1,152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155ZM232,128A104,104,0,0,1,79.12,219.82L45.07,231.17a16,16,0,0,1-20.24-20.24l11.35-34.05A104,104,0,1,1,232,128Zm-40,24a8,8,0,0,0-4.42-7.16l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88A40,40,0,0,0,192,152Z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"Whatsapp share icon\"}):defaultIcon});}addPropertyControls(WhatsappShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#25D366\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"WhatsappShareButton\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_WA.map", "import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";/**\n * These annotations control how your component sizes\n * Learn more: https://www.framer.com/developers/components/auto-sizing\n *\n * @framerDisableUnlink\n * @framerSupportedLayoutWidth auto\n * @framerSupportedLayoutHeight auto\n */// VK Share Button Component\nexport default function VKShareButton(props){const{customIcon,iconSize=24,backgroundColor=\"#0077FF\",buttonSize=40,borderRadius=6,buttonStyle=\"filled\",borderWidth=2}=props;const handleShare=()=>{const url=encodeURIComponent(window.location.href);const title=encodeURIComponent(document.title);const vkShareUrl=`https://vk.com/share.php?url=${url}&title=${title}`;window.open(vkShareUrl,\"_blank\");};// Default VK icon as fallback\nconst defaultIcon=/*#__PURE__*/_jsxs(\"svg\",{width:iconSize,height:iconSize,viewBox:\"0 0 24 24\",fill:\"currentColor\",children:[/*#__PURE__*/_jsx(\"title\",{children:\"VK\"}),/*#__PURE__*/_jsx(\"path\",{d:\"m9.489.004.729-.003h3.564l.73.003.914.01.433.007.418.011.403.014.388.016.374.021.36.025.345.03.333.033c1.74.196 2.933.616 3.833 1.516.9.9 1.32 2.092 1.516 3.833l.034.333.029.346.025.36.02.373.025.588.012.41.013.644.009.915.004.98-.001 3.313-.003.73-.01.914-.007.433-.011.418-.014.403-.016.388-.021.374-.025.36-.03.345-.033.333c-.196 1.74-.616 2.933-1.516 3.833-.9.9-2.092 1.32-3.833 1.516l-.333.034-.346.029-.36.025-.373.02-.588.025-.41.012-.644.013-.915.009-.98.004-3.313-.001-.73-.003-.914-.01-.433-.007-.418-.011-.403-.014-.388-.016-.374-.021-.36-.025-.345-.03-.333-.033c-1.74-.196-2.933-.616-3.833-1.516-.9-.9-1.32-2.092-1.516-3.833l-.034-.333-.029-.346-.025-.36-.02-.373-.025-.588-.012-.41-.013-.644-.009-.915-.004-.98.001-3.313.003-.73.01-.914.007-.433.011-.418.014-.403.016-.388.021-.374.025-.36.03-.345.033-.333c.196-1.74.616-2.933 1.516-3.833.9-.9 2.092-1.32 3.833-1.516l.333-.034.346-.029.36-.025.373-.02.588-.025.41-.012.644-.013.915-.009ZM6.79 7.3H4.05c.13 6.24 3.25 9.99 8.72 9.99h.31v-3.57c2.01.2 3.53 1.67 4.14 3.57h2.84c-.78-2.84-2.83-4.41-4.11-5.01 1.28-.74 3.08-2.54 3.51-4.98h-2.58c-.56 1.98-2.22 3.78-3.8 3.95V7.3H10.5v6.92c-1.6-.4-3.62-2.34-3.71-6.92Z\"})]});const styles={button:{width:buttonSize,height:buttonSize,backgroundColor:buttonStyle===\"filled\"?backgroundColor:\"transparent\",border:buttonStyle===\"outline\"?`${borderWidth}px solid ${backgroundColor}`:\"none\",color:buttonStyle===\"filled\"?\"#ffffff\":backgroundColor,borderRadius:borderRadius,cursor:\"pointer\",display:\"flex\",alignItems:\"center\",justifyContent:\"center\",transition:\"opacity 0.2s ease\",padding:0},customIcon:{width:iconSize,height:iconSize,objectFit:\"contain\"}};return /*#__PURE__*/_jsx(\"button\",{style:styles.button,onClick:handleShare,onMouseEnter:e=>e.currentTarget.style.opacity=\"0.8\",onMouseLeave:e=>e.currentTarget.style.opacity=\"1\",children:customIcon?/*#__PURE__*/_jsx(\"img\",{src:customIcon,style:styles.customIcon,alt:\"VK share icon\"}):defaultIcon});}addPropertyControls(VKShareButton,{customIcon:{type:ControlType.Image,title:\"Icon\"},iconSize:{type:ControlType.Number,title:\"Icon Size\",defaultValue:24,min:12,max:48,step:1},buttonSize:{type:ControlType.Number,title:\"Button Size\",defaultValue:40,min:24,max:100,step:1},buttonStyle:{type:ControlType.Enum,title:\"Style\",options:[\"filled\",\"outline\"],defaultValue:\"filled\"},backgroundColor:{type:ControlType.Color,title:\"Fill\",defaultValue:\"#0077FF\"},borderWidth:{type:ControlType.Number,title:\"Border Width\",defaultValue:2,min:0,max:10,step:1,hidden:props=>props.buttonStyle!==\"outline\"},borderRadius:{type:ControlType.Number,title:\"Radius\",defaultValue:6,min:0,max:50,step:1,description:\"Made with the [FrameShare plugin](https://dub.sh/fs-panel).\"}});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"VKShareButton\",\"slots\":[],\"annotations\":{\"framerDisableUnlink\":\"* @framerSupportedLayoutWidth auto\",\"framerSupportedLayoutHeight\":\"auto\",\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Frameshare_VK.map", "import{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{useEffect,useState,useRef}from\"react\";import{addPropertyControls,ControlType,RenderTarget,motion}from\"framer\";// const AVATAR_URL = \"https://source.boringavatars.com/\"\nconst AVATAR_URL=\"https://framer-university.boringavatars.dev/api/avatar\";const API=\"https://pxwnjmlzfycfhxaecgns.supabase.co/functions/v1/comment\";const LIMIT=2;// Do not change these sentences below without letting me know.\nconst BAD_WORDS=\"Comment contains inappropriate language\";const SPAM=\"Too many comments for today\";const BOT=\"Comment flagged as potential spam or bot activity\";/**\n * @framerDisableUnlink\n *\n * @framerSupportedLayoutWidth any-prefer-fixed\n * @framerIntrinsicWidth 600\n * @framerSupportedLayoutHeight auto\n */export default function Comment(props){const{commentId,title,input,publishButton,commentProps,divider,gaps,emptyState}=props;const isCanvas=RenderTarget.current()===RenderTarget.canvas;const[name,setName]=useState(\"\");const[comment,setComment]=useState(\"\");const[isLoading,setIsLoading]=useState(false);const[comments,setComments]=useState([]);const[hasError,setHasError]=useState(false);const[errorMessage,setErrorMessage]=useState(`You can't send more than ${LIMIT} comments per day under this comments section.`);const[isSmallScreen,setIsSmallScreen]=useState(false);const[currentPage,setCurrentPage]=useState(1);const[totalPages,setTotalPages]=useState(1);const[commentsLoaded,setCommentsLoaded]=useState(false);useEffect(()=>{const handleResize=()=>{setIsSmallScreen(typeof window!==\"undefined\"?window.innerWidth<810:false);};handleResize();window.addEventListener(\"resize\",handleResize);return()=>{window.removeEventListener(\"resize\",handleResize);};},[]);useEffect(()=>{const getData=async()=>{try{const{pathname,host}=window.location;const response=await fetch(`${API}?slug=${pathname}&comment_id=${commentId}&domain=${host}&page=${currentPage}`);if(!response.ok){throw`An error has occured: ${response.status}`;}const{data,pagination}=await response.json();setTotalPages(pagination.totalPages);setComments(prev=>[...prev,...data]);setCommentsLoaded(true);}catch(error){console.error(error);}};if(typeof window!==\"undefined\"&&totalPages>=currentPage){getData();}},[currentPage]);const onSubmit=async e=>{try{e.preventDefault();setHasError(false);setIsLoading(true);const{pathname,host}=window.location;const Botpoison=await import(\"@botpoison/browser\");const botpoison=new Botpoison.default({publicKey:\"pk_76fefdd6-9d97-42e8-af8d-ad0f44708404\"});const{solution}=await botpoison.challenge();const response=await fetch(`${API}`,{method:\"POST\",headers:{\"Content-Type\":\"application/json\"},body:JSON.stringify({slug:pathname,commentId,domain:host,name,comment,_botpoison:solution})});if(!response.ok){const{error}=await response.json();if(error===BAD_WORDS){setErrorMessage(BAD_WORDS+\".\");}else if(error===SPAM){setErrorMessage(`You can't send more than ${LIMIT} comments per day under this comments section.`);}else if(error===BOT){setErrorMessage(BOT+\".\");}else{setErrorMessage(\"An error has occured.\");throw`An error has occured: ${response.status}`;}setHasError(true);}else{const newComment=await response.json();setComments(prevComments=>[newComment[0],...prevComments]);}}catch(error){console.error(error);}finally{setIsLoading(false);setName(\"\");setComment(\"\");}};const handleCommentChange=event=>setComment(event.target.value);const handleNameChange=event=>setName(event.target.value);const styleRef=useRef(null);useEffect(()=>{const styleString=`#comment_component input::placeholder {\n      color: ${input.placeHolderColor} !important;\n    }`;const styleElement=document.createElement(\"style\");styleElement.innerHTML=styleString;document.head.appendChild(styleElement);styleRef.current=styleElement;return()=>{if(styleRef.current){document.head.removeChild(styleRef.current);}};},[props,input.placeHolderColor]);return /*#__PURE__*/_jsx(\"div\",{id:\"comment_component\",style:{display:\"flex\",flexDirection:\"column\",alignItems:\"start\",gap:\"20px\",...props.style},children:/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",gap:`${gaps.commentSection}px`,width:\"100%\"},children:[title.show&&/*#__PURE__*/_jsx(Title,{color:title.color,font:title.font,text:title.text}),/*#__PURE__*/_jsxs(\"form\",{onSubmit:onSubmit,style:{display:\"flex\",flexDirection:isSmallScreen?\"column\":\"row\",gap:\"8px\",alignItems:\"center\",width:\"100%\"},children:[/*#__PURE__*/_jsx(Input,{id:\"name\",value:name,onChange:handleNameChange,placeholder:input.placeHolderName,property:input,isSmallScreen:isSmallScreen}),/*#__PURE__*/_jsx(Input,{id:\"comment\",value:comment,onChange:handleCommentChange,placeholder:input.placeHolderComment,property:input,isSmallScreen:isSmallScreen}),/*#__PURE__*/_jsx(PublishButton,{isActive:name.length>0&&comment.length>0,property:publishButton,isSmallScreen:isSmallScreen,isCanvas:isCanvas})]}),/*#__PURE__*/_jsx(BreakingLine,{backgroundColor:divider}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"20px\",alignItems:\"center\",width:\"100%\"},children:[(hasError||isCanvas)&&/*#__PURE__*/_jsx(Error,{comment:commentProps,errorMessage:errorMessage}),(isLoading||isCanvas)&&/*#__PURE__*/_jsx(Loader,{commentProps:commentProps,gaps:gaps,input:input,loaderContent:{name,comment}}),commentsLoaded&&(comments.length===0||isCanvas)&&/*#__PURE__*/_jsx(NoComment,{comment:commentProps,emptyState:emptyState}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:`${gaps.commentItems}px`,alignItems:\"center\",width:\"100%\"},children:[isCanvas&&/*#__PURE__*/_jsxs(_Fragment,{children:[/*#__PURE__*/_jsx(Content,{commentProps:commentProps,comment:\"This is a placeholder comment. It serves as a temporary ipso facto for representation purposes. It's designed to illustrate what the real content might look like once it's placed. Please remember that the actual content may differ from this placeholder. Thank you for understanding the functional purpose of this placeholder text.\",name:\"Nandi\",date:\"12 minutes ago\",gaps:gaps}),/*#__PURE__*/_jsx(Content,{commentProps:commentProps,comment:\"This is a placeholder comment. It serves as a temporary ipso facto for representation purposes. It's designed to illustrate what the real content might look like once it's placed. Please remember that the actual content may differ from this placeholder. Thank you for understanding the functional purpose of this placeholder text.\",name:\"Cl\\xe9ment\",date:\"22 minutes ago\",gaps:gaps})]}),comments&&comments.map(({comment,name,created_at},index)=>{const date=timeSinceMessageSent(created_at);// Check if this is the position to insert the infiniteScrollRef\nconst isInfiniteScrollPosition=comments.length-index===10;return /*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\"},children:[isInfiniteScrollPosition&&/*#__PURE__*/_jsx(motion.div,{onViewportEnter:()=>setCurrentPage(prev=>prev+1)}),/*#__PURE__*/_jsx(Content,{commentProps:commentProps,comment:comment,name:name,date:date,gaps:gaps},index+created_at)]});})]})]})]})});}const Input=({id,value,onChange,placeholder,property,isSmallScreen})=>{const maxWidth=id===\"name\"&&!isSmallScreen?\"200px\":\"100%\";const borderRadius=property.radiusIsMixed?`${property.radiusTopLeft}px ${property.radiusTopRight}px ${property.radiusBottomRight}px ${property.radiusBottomLeft}px`:`${property.radius}px`;const padding=property.paddingIsMixed?`${property.paddingTopLeft}px ${property.paddingTopRight}px ${property.paddingBottomRight}px ${property.paddingBottomLeft}px`:`${property.padding}px`;const boxShadow=`${property.shadow.x}px ${property.shadow.y}px ${property.shadow.blur}px ${property.shadow.color}`;const handlePaste=e=>e.preventDefault();return /*#__PURE__*/_jsx(\"label\",{htmlFor:id,style:{cursor:\"text\",userSelect:\"none\",display:\"flex\",flexDirection:\"column\",alignItems:\"center\",justifyContent:\"center\",gap:\"6px\",width:\"100%\",maxWidth,backgroundColor:property.fill,border:`${property.border.width}px solid ${property.border.color}`,borderRadius,padding,boxShadow,height:property.height===\"auto\"?property.height:`${property.heightNumber}px`},children:/*#__PURE__*/_jsx(\"input\",{id:id,name:id,type:\"text\",placeholder:placeholder,style:{fontSize:\"16px\",fontFamily:\"Inter\",color:property.textColor,backgroundColor:property.fill,outline:\"none\",width:\"100%\",borderWidth:\"0px\",padding:0,...property.font},value:value,onChange:onChange,required:true,onPaste:handlePaste})});};const Title=({color,font,text})=>{return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"row\",width:\"100%\"},children:/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"21px\",fontFamily:\"Inter\",color,...font,margin:0},children:text})});};const Content=({commentProps,comment,name,date,gaps})=>{const colors=commentProps.image.colors.map(color=>rgbToHex(extractRGBColorFromString(color))).join(\",\");// const image = `${AVATAR_URL}/${\n//     commentProps.image.type\n// }?square&name=${encodeURIComponent(name)}&colors=${colors}`\nconst image=`${AVATAR_URL}?variant=${commentProps.image.type}&square&name=${encodeURIComponent(name)}&colors=${colors}`;return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"8px\",width:\"100%\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",alignItems:\"center\",gap:`${gaps.profilePictureAndName}px`,width:\"100%\"},children:[/*#__PURE__*/_jsx(\"img\",{src:image,alt:\"\",style:{width:`${commentProps.image.size}px`,height:`${commentProps.image.size}px`,borderRadius:`${commentProps.image.radius}px`,objectFit:\"cover\"}}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",gap:`${gaps.nameAndTime}px`,alignItems:\"center\"},children:[/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"14px\",fontFamily:\"Inter\",color:commentProps.name.textColor,...commentProps.name.font,margin:0},children:name}),/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"12px\",fontFamily:\"Inter\",color:commentProps.date.textColor,...commentProps.date.font,margin:0},children:date})]})]}),/*#__PURE__*/_jsx(\"div\",{style:{paddingLeft:`${gaps.profilePictureAndName+commentProps.image.size}px`,display:\"flex\",width:\"100%\"},children:/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"14px\",fontFamily:\"Inter\",lineHeight:\"1.6em\",color:commentProps.body.textColor,...commentProps.body.font,margin:0},children:comment})})]});};const NoComment=({comment,emptyState})=>{return /*#__PURE__*/_jsx(\"div\",{style:{display:\"flex\",flexDirection:\"column\",alignItems:\"center\",gap:\"8px\",padding:\"44px 0\",width:\"100%\"},children:/*#__PURE__*/_jsx(\"p\",{style:{fontSize:\"14px\",fontFamily:\"Inter\",color:comment.body.textColor,textAlign:\"center\",...comment.body.font,margin:0},children:emptyState})});};const Error=({comment,errorMessage})=>{return /*#__PURE__*/_jsx(\"div\",{style:{backgroundColor:\"#e63030\",display:\"flex\",justifyContent:\"center\",position:\"relative\",width:\"100%\",padding:\"7px 12px\"},children:/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"14px\",fontFamily:\"Inter\",color:comment.body.textColor,textAlign:\"center\",...comment.body.font},children:errorMessage})});};const BreakingLine=({backgroundColor})=>{return /*#__PURE__*/_jsx(\"div\",{style:{backgroundColor,height:\"1px\",width:\"100%\"}});};const PublishButton=({isActive,property,isSmallScreen,isCanvas})=>{const borderRadius=property.radiusIsMixed?`${property.radiusTopLeft}px ${property.radiusTopRight}px ${property.radiusBottomRight}px ${property.radiusBottomLeft}px`:`${property.radius}px`;const padding=property.paddingIsMixed?`${property.paddingTopLeft}px ${property.paddingTopRight}px ${property.paddingBottomRight}px ${property.paddingBottomLeft}px`:`${property.padding}px`;const boxShadow=`${property.shadow.x}px ${property.shadow.y}px ${property.shadow.blur}px ${property.shadow.color}`;return /*#__PURE__*/_jsx(\"div\",{style:{width:isSmallScreen?\"100%\":\"auto\"},children:/*#__PURE__*/_jsx(\"button\",{type:\"submit\",style:{width:isSmallScreen?\"100%\":\"auto\",userSelect:\"none\",backgroundColor:property.fill,border:`${property.border.width}px solid ${property.border.color}`,borderRadius,padding,boxShadow,height:property.height===\"auto\"?\"auto\":`${property.heightNumber}px`,opacity:isActive||isCanvas?1:.6,cursor:isActive?\"pointer\":\"not-allowed\",display:\"flex\",alignItems:\"center\",gap:\"10px\",justifyContent:\"center\"},children:/*#__PURE__*/_jsx(\"span\",{style:{fontSize:\"14px\",fontFamily:\"Inter\",color:property.textColor,...property.font,margin:0},children:property.label})})});};const Loader=({commentProps,gaps,input,loaderContent})=>{const moveFromLeftToRight={animate:{x:[\"-550%\",\"550%\"],transition:{duration:.05,repeat:Infinity,repeatDelay:1,type:\"spring\",stiffness:300,damping:60,mass:1}}};const borderRadius=input.radiusIsMixed?`${input.radiusTopLeft}px ${input.radiusTopRight}px ${input.radiusBottomRight}px ${input.radiusBottomLeft}px`:`${input.radius}px`;return /*#__PURE__*/_jsxs(\"div\",{style:{position:\"relative\",width:\"100%\",overflow:\"hidden\",borderRadius},children:[/*#__PURE__*/_jsx(\"div\",{style:{position:\"absolute\",width:\"100%\",height:\"100%\",backgroundColor:input.fill}}),/*#__PURE__*/_jsx(motion.div,{style:{position:\"absolute\",width:\"30%\",height:\"300%\",backgroundColor:input.placeHolderColor,opacity:.05,filter:\"blur(15px)\",zIndex:1,rotate:30,top:\"-100%\"},animate:\"animate\",variants:moveFromLeftToRight}),/*#__PURE__*/_jsx(Content,{commentProps:commentProps,comment:loaderContent.comment,name:loaderContent.name,date:\"12 minutes ago\",gaps:gaps})]});};const timeSinceMessageSent=sentDate=>{const currentDate=new Date;const sentDateTime=new Date(sentDate);const timeDifference=currentDate.getTime()-sentDateTime.getTime();const seconds=Math.floor(timeDifference/1e3);const minutes=Math.floor(seconds/60);const hours=Math.floor(minutes/60);const days=Math.floor(hours/24);if(days>=1){const formattedDate=sentDateTime.toLocaleDateString(\"en-US\");return formattedDate;}else if(hours>=1){return hours===1?\"1 hour ago\":`${hours} hours ago`;}else if(minutes>=1){return minutes===1?\"1 minute ago\":`${minutes} minutes ago`;}else{return\"now\";}};const extractRGBColorFromString=str=>{const rgbRegex=/(rgba|rgb)\\(.*?\\)/g;const match=str.match(rgbRegex);return match?match[0]:\"#ffffff\";};const rgbToHex=rgb=>{const regex=/rgb\\((\\d+),\\s*(\\d+),\\s*(\\d+)\\)/;const match=rgb.match(regex);if(!match){console.error(\"Invalid RGB format\");}const r=parseInt(match[1]);const g=parseInt(match[2]);const b=parseInt(match[3]);const componentToHex=c=>{const hex=c.toString(16);return hex.length===1?\"0\"+hex:hex;};const hexR=componentToHex(r);const hexG=componentToHex(g);const hexB=componentToHex(b);return hexR+hexG+hexB;};const fontProperty={type:ControlType.Font,title:\"Font\",controls:\"extended\"};const colorProperty=(title=\"Color\",defaultValue=\"#fff\")=>{return{title,type:ControlType.Color,defaultValue};};const stringProperty=(title=\"Text\",defaultValue=undefined,description=undefined)=>{return{title,type:ControlType.String,defaultValue,description};};const numberProperty=(title=\"Number\",defaultValue=0,description=undefined)=>{return{title,type:ControlType.Number,defaultValue,description};};const shadowProperty={type:ControlType.Object,controls:{color:colorProperty(\"Color\",\"#000000\"),x:numberProperty(\"X\",0),y:numberProperty(\"Y\",0),blur:numberProperty(\"Blur\",0)}};const borderProperty={type:ControlType.Object,controls:{width:numberProperty(\"Width\",0),color:colorProperty(\"Color\",\"#fff\")}};const paddingProperty=(defaultValue=0)=>{return{type:ControlType.FusedNumber,defaultValue,title:\"Padding\",toggleKey:\"paddingIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"paddingTopLeft\",\"paddingTopRight\",\"paddingBottomRight\",\"paddingBottomLeft\"],valueLabels:[\"T\",\"R\",\"B\",\"L\"],min:0};};const radiusProperty=(defaultValue=0)=>{return{type:ControlType.FusedNumber,defaultValue,title:\"Radius\",toggleKey:\"radiusIsMixed\",toggleTitles:[\"All\",\"Individual\"],valueKeys:[\"radiusTopLeft\",\"radiusTopRight\",\"radiusBottomRight\",\"radiusBottomLeft\"],valueLabels:[\"NW\",\"NE\",\"SE\",\"SW\"],min:0};};const heightProperty={height:{type:ControlType.Enum,defaultValue:\"fixed\",displaySegmentedControl:true,options:[\"auto\",\"fixed\"],optionTitles:[\"Auto\",\"Fixed\"]},heightNumber:{title:\" \",type:ControlType.Number,defaultValue:44,hidden(props){return props.height===\"auto\";}}};addPropertyControls(Comment,{title:{title:\"Title\",type:ControlType.Object,controls:{show:{title:\"Show\",type:ControlType.Boolean,defaultValue:true},text:stringProperty(\"Text\",\"Comments\"),font:fontProperty,color:colorProperty()}},input:{title:\"Input\",type:ControlType.Object,controls:{placeHolderName:stringProperty(\"Input 1\",\"Your name\",\"Placeholder text for the name input.\"),placeHolderComment:stringProperty(\"Input 2\",\"Write your comment here...\",\"Placeholder text for the comment input.\"),font:fontProperty,fill:colorProperty(\"Fill\",\"#161819\"),textColor:colorProperty(\"Text\"),placeHolderColor:colorProperty(\"Placeholder\",\"#9BA1A5\"),padding:paddingProperty(14),radius:radiusProperty(),border:borderProperty,shadow:shadowProperty,...heightProperty}},publishButton:{title:\"Publish\",type:ControlType.Object,controls:{label:stringProperty(\"Label\",\"Publish\"),font:fontProperty,fill:colorProperty(\"Fill\",\"#fff\"),textColor:colorProperty(\"Text\",\"#000000\"),padding:paddingProperty(16),radius:radiusProperty(),border:borderProperty,shadow:shadowProperty,...heightProperty}},commentProps:{title:\"Comments\",type:ControlType.Object,description:\"Delete inappropriate comments [here](https://spamcomments.learnframer.site/).\",controls:{image:{title:\"Avatars\",type:ControlType.Object,controls:{type:{type:ControlType.Enum,defaultValue:\"marble\",displaySegmentedControl:true,segmentedControlDirection:\"vertical\",options:[\"marble\",\"beam\",\"pixel\",\"sunset\",\"ring\",\"bauhaus\"],optionTitles:[\"Marble\",\"Beam\",\"Pixel\",\"Sunset\",\"Ring\",\"Bauhaus\"]},colors:{type:ControlType.Array,control:colorProperty(\"Color\",\"#fff\"),maxCount:5},radius:radiusProperty(14),size:numberProperty(\"Size\",28)}},name:{title:\"Name\",type:ControlType.Object,controls:{font:fontProperty,textColor:colorProperty(\"Text\",\"#fff\")}},date:{title:\"Date\",type:ControlType.Object,controls:{font:fontProperty,textColor:colorProperty(\"Text\",\"rgb(155, 161, 165)\")}},body:{title:\"Body\",type:ControlType.Object,controls:{font:fontProperty,textColor:colorProperty(\"Text\",\"#fff\")}}}},divider:colorProperty(\"Divider\",\"#1E2021\"),gaps:{title:\"Gaps\",type:ControlType.Object,controls:{commentSection:numberProperty(\"Gap 1\",24,\"Gap between title, input, divider, and comments.\"),commentItems:numberProperty(\"Gap 2\",20,\"Gap between comments.\"),profilePictureAndName:numberProperty(\"Gap 3\",12,\"Gap between profile picture and name.\"),nameAndTime:numberProperty(\"Gap 4\",8,\" Gap between name and elapsed time.\")}},emptyState:stringProperty(\"Empty state\",\"No comments yet.\",\"Text displayed under the comment section when no comments have been posted.\"),commentId:stringProperty(\"ID\",undefined,\"If you need help setting the component up [watch this video](https://youtu.be/47VCZ_q0ydI).\")});Comment.displayName=\"Comments Section\";\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"Comment\",\"slots\":[],\"annotations\":{\"framerSupportedLayoutWidth\":\"any-prefer-fixed\",\"framerSupportedLayoutHeight\":\"auto\",\"framerDisableUnlink\":\"*\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"600\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./Comment.map", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-600\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9Y41P6zHtY.woff2\",weight:\"600\"},{family:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VLYyWtY1rI.woff2\",weight:\"600\"}]}];export const css=['.framer-9LSsr .framer-styles-preset-fxgdoh:not(.rich-text-wrapper), .framer-9LSsr .framer-styles-preset-fxgdoh.rich-text-wrapper h4 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: normal; --framer-font-size: 24px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 40px; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #1c1c1c; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-9LSsr\";\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 (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-700\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9Y41P6zHtY.woff2\",weight:\"700\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VLYyWtY1rI.woff2\",weight:\"700\"}]}];export const css=['.framer-6WGGd .framer-styles-preset-1vq12wa:not(.rich-text-wrapper), .framer-6WGGd .framer-styles-preset-1vq12wa.rich-text-wrapper h2 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 30px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-6WGGd\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-700\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9Y41P6zHtY.woff2\",weight:\"700\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VLYyWtY1rI.woff2\",weight:\"700\"}]}];export const css=['.framer-rnMxV .framer-styles-preset-1o7487p:not(.rich-text-wrapper), .framer-rnMxV .framer-styles-preset-1o7487p.rich-text-wrapper h3 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 26px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-rnMxV\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (63ac63c)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Fragment Mono-regular\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Fragment Mono\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/fragmentmono/v4/4iCr6K5wfMRRjxp0DA6-2CLnN4FNh4UI_1U.woff2\",weight:\"400\"}]}];export const css=['.framer-8HZem .framer-styles-preset-1mycj39 { --framer-code-font-family: \"Fragment Mono\", monospace; --framer-code-font-style: normal; --framer-code-font-weight: 400; --framer-code-text-color: #333; --framer-font-size-scale: 1; background-color: rgba(0, 0, 0, 0.1); border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; border-top-left-radius: 6px; border-top-right-radius: 6px; padding-bottom: 0.1em; padding-left: 0.2em; padding-right: 0.2em; padding-top: 0.1em; }'];export const className=\"framer-8HZem\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-600\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9Y41P6zHtY.woff2\",weight:\"600\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VLYyWtY1rI.woff2\",weight:\"600\"}]}];export const css=['.framer-9SR2t .framer-styles-preset-in1xiw:not(.rich-text-wrapper), .framer-9SR2t .framer-styles-preset-in1xiw.rich-text-wrapper h6 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 18px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.02em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-9SR2t\";\nexport const __FramerMetadata__ = {\"exports\":{\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-600\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-600italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAjBN9Y41P6zHtY.woff2\",weight:\"600\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QOkZ6VLYyWtY1rI.woff2\",weight:\"600\"}]}];export const css=['.framer-JDh7U .framer-styles-preset-pp9lcw:not(.rich-text-wrapper), .framer-JDh7U .framer-styles-preset-pp9lcw.rich-text-wrapper h5 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 20px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 600; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 600; --framer-letter-spacing: -0.04em; --framer-line-height: 1.4em; --framer-paragraph-spacing: 40px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-JDh7U\";\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 (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"Inter-Italic\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/CfMzU8w2e7tHgF4T4rATMPuWosA.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/867QObYax8ANsfX4TGEVU9YiCM.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/Oyn2ZbENFdnW7mt2Lzjk1h9Zb9k.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/cdAe8hgZ1cMyLu9g005pAW3xMo.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/DOfvtmE1UplCq161m6Hj8CSQYg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/vFzuJY0c65av44uhEKB6vyjFMg.woff2\",weight:\"400\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/tKtBcDnBMevsEEJKdNGhhkLzYo.woff2\",weight:\"400\"},{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/DpPBYI0sL4fYLgAkX8KXOPVt7c.woff2\",weight:\"700\"},{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/4RAEQdEOrcnDkhHiiCbJOw92Lk.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/1K3W8DizY3v4emK8Mb08YHxTbs.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/tUSCtfYVM1I1IchuyCwz9gDdQ.woff2\",weight:\"700\"},{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/VgYFWiwsAC5OYxAycRXXvhze58.woff2\",weight:\"700\"},{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/DXD0Q7LSl7HEvDzucnyLnGBHM.woff2\",weight:\"700\"},{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/GIryZETIX4IFypco5pYZONKhJIo.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F\",url:\"https://framerusercontent.com/assets/H89BbHkbHDzlxZzxi8uPzTsp90.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116\",url:\"https://framerusercontent.com/assets/u6gJwDuwB143kpNK1T1MDKDWkMc.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/43sJ6MfOPh1LCJt46OvyDuSbA6o.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/wccHG0r4gBDAIRhfHiOlq6oEkqw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/WZ367JPwf9bRW6LdTHN8rXgSjw.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/QxmhnWTzLtyjIiZcfaLIJ8EFBXU.woff2\",weight:\"700\"},{family:\"Inter\",source:\"framer\",style:\"italic\",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/2A4Xx7CngadFGlVV4xrO06OBHY.woff2\",weight:\"700\"}]}];export const css=['.framer-WciuE .framer-styles-preset-4z7iah:not(.rich-text-wrapper), .framer-WciuE .framer-styles-preset-4z7iah.rich-text-wrapper blockquote { --framer-blockquote-font-family: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-bold: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-bold-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-family-italic: \"Inter\", \"Inter Placeholder\", sans-serif; --framer-blockquote-font-size: 16px; --framer-blockquote-font-style: italic; --framer-blockquote-font-style-bold: normal; --framer-blockquote-font-style-bold-italic: italic; --framer-blockquote-font-style-italic: italic; --framer-blockquote-font-variation-axes: normal; --framer-blockquote-font-weight: 400; --framer-blockquote-font-weight-bold: 700; --framer-blockquote-font-weight-bold-italic: 700; --framer-blockquote-font-weight-italic: 400; --framer-blockquote-letter-spacing: 0em; --framer-blockquote-line-height: 1.8em; --framer-blockquote-paragraph-spacing: 20px; --framer-blockquote-text-color: #999999; --framer-blockquote-text-stroke-color: initial; --framer-blockquote-text-stroke-width: initial; --framer-font-open-type-features: normal; padding: 0px 0px 0px 22px; position: relative; }','.framer-WciuE .framer-styles-preset-4z7iah:not(.rich-text-wrapper)::before, .framer-WciuE .framer-styles-preset-4z7iah.rich-text-wrapper blockquote::before { background-color: #ddd; border-radius: 1px; content: \" \"; display: block; height: 100%; left: 0px; position: absolute; top: 0px; width: 2px; }'];export const className=\"framer-WciuE\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "import{fontStore}from\"framer\";fontStore.loadFonts([\"Inter\",\"Inter-Bold\",\"Inter-BoldItalic\",\"Inter-Italic\"]);export const fonts=[];export const css=['.framer-2bI5S .framer-styles-preset-ioh55b:not(.rich-text-wrapper), .framer-2bI5S .framer-styles-preset-ioh55b.rich-text-wrapper p { --framer-font-family: \"Inter\", sans-serif; --framer-font-family-bold: \"Inter-Bold\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-bold-italic: \"Inter-BoldItalic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-family-italic: \"Inter-Italic\", \"Inter\", \"Inter Placeholder\", sans-serif; --framer-font-size: 16px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-weight: 400; --framer-font-weight-bold: 700; --framer-font-weight-bold-italic: 700; --framer-font-weight-italic: 400; --framer-letter-spacing: 0.01em; --framer-line-height: 26px; --framer-paragraph-spacing: 20px; --framer-text-alignment: start; --framer-text-color: #1c1c1c; --framer-text-decoration: none; --framer-text-transform: none; }'];export const className=\"framer-2bI5S\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (b6cf623)\nimport{fontStore}from\"framer\";fontStore.loadFonts([\"GF;Noto Sans-700\",\"GF;Noto Sans-900\",\"GF;Noto Sans-900italic\",\"GF;Noto Sans-700italic\"]);export const fonts=[{explicitInter:true,fonts:[{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9Y41P6zHtY.woff2\",weight:\"700\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyBUBN9Y41P6zHtY.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QJ4Z6VLYyWtY1rI.woff2\",weight:\"900\"},{family:\"Noto Sans\",openType:true,source:\"google\",style:\"italic\",url:\"https://fonts.gstatic.com/s/notosans/v38/o-0kIpQlx3QUlC5A4PNr4C5OaxRsfNNlKbCePevHtVtX57DGjDU1QNAZ6VLYyWtY1rI.woff2\",weight:\"700\"}]}];export const css=['.framer-A8wtf .framer-styles-preset-1dt32ou:not(.rich-text-wrapper), .framer-A8wtf .framer-styles-preset-1dt32ou.rich-text-wrapper h1 { --framer-font-family: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-family-bold: \"Noto Sans\", sans-serif; --framer-font-family-bold-italic: \"Noto Sans\", sans-serif; --framer-font-family-italic: \"Noto Sans\", \"Noto Sans Placeholder\", sans-serif; --framer-font-open-type-features: \\'blwf\\' on, \\'cv09\\' on, \\'cv03\\' on, \\'cv04\\' on, \\'cv11\\' on; --framer-font-size: 34px; --framer-font-style: normal; --framer-font-style-bold: normal; --framer-font-style-bold-italic: italic; --framer-font-style-italic: italic; --framer-font-variation-axes: normal; --framer-font-weight: 700; --framer-font-weight-bold: 900; --framer-font-weight-bold-italic: 900; --framer-font-weight-italic: 700; --framer-letter-spacing: 0em; --framer-line-height: 1.1em; --framer-paragraph-spacing: 0px; --framer-text-alignment: start; --framer-text-color: #000000; --framer-text-decoration: none; --framer-text-stroke-color: initial; --framer-text-stroke-width: initial; --framer-text-transform: none; }'];export const className=\"framer-A8wtf\";\nexport const __FramerMetadata__ = {\"exports\":{\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (f030ee3)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-0OjcJ .framer-styles-preset-shbfmh:not(.rich-text-wrapper), .framer-0OjcJ .framer-styles-preset-shbfmh.rich-text-wrapper a { --framer-link-current-text-color: #111111; --framer-link-current-text-decoration: underline; --framer-link-hover-text-color: #7a0fd9; --framer-link-hover-text-decoration: underline; --framer-link-text-color: #727272; --framer-link-text-decoration: none; }\"];export const className=\"framer-0OjcJ\";\nexport const __FramerMetadata__ = {\"exports\":{\"fonts\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"css\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"className\":{\"type\":\"variable\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}", "// Generated by Framer (915daba)\nimport{fontStore}from\"framer\";fontStore.loadFonts([]);export const fonts=[{explicitInter:true,fonts:[]}];export const css=[\".framer-HvHPq .framer-styles-preset-1bvw5z4 {  }\"];export const className=\"framer-HvHPq\";\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 (f030ee3)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,GeneratedComponentContext,getFonts,getFontsFromSharedStyle,getLoadingLazyAtYPosition,getWhereExpressionFromPathVariables,Image,Link,NotFoundError,PathVariablesContext,PropertyOverrides,RichText,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleCode,useLocaleInfo,useQueryData,withCSS,withFX,withOptimizedAppearEffect}from\"framer\";import{LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import{useRef}from\"react\";import CopyShareButton from\"https://framerusercontent.com/modules/eHJFhZECGfr9taY6TZOh/ujTC8TUVxFqBtpbPeCNy/Frameshare_COPY.js\";import TelegramShareButton from\"https://framerusercontent.com/modules/Mp6VBLEX9aLqgkrpicxa/VAev3huueOvrt3spXkU2/Frameshare_TG.js\";import WhatsappShareButton from\"https://framerusercontent.com/modules/QWnB3HblOGYodGy6y3wM/7QQy5FxQr3TEJZllX7lk/Frameshare_WA.js\";import VKShareButton from\"https://framerusercontent.com/modules/XQjjQWjGcWZ35hlnw5dM/cSzS5HxmE06FaehTcFqK/Frameshare_VK.js\";import CommentsSection from\"https://framerusercontent.com/modules/ycRBkUtTGPq2JzTXCzzZ/RnY1QZyrXLPalRBNI0Vr/Comment.js\";import Footer from\"#framer/local/canvasComponent/m6Tithv59/m6Tithv59.js\";import Navigation from\"#framer/local/canvasComponent/tu5M_ttVn/tu5M_ttVn.js\";import Blog from\"#framer/local/collection/m_6GqBinM/m_6GqBinM.js\";import*as sharedStyle5 from\"#framer/local/css/hrEc0JSNa/hrEc0JSNa.js\";import*as sharedStyle3 from\"#framer/local/css/k3qeuqQBw/k3qeuqQBw.js\";import*as sharedStyle4 from\"#framer/local/css/lkic3nMyS/lkic3nMyS.js\";import*as sharedStyle11 from\"#framer/local/css/n3XIxtp20/n3XIxtp20.js\";import*as sharedStyle7 from\"#framer/local/css/PZtK7tFEq/PZtK7tFEq.js\";import*as sharedStyle1 from\"#framer/local/css/q1ZXcxpWj/q1ZXcxpWj.js\";import*as sharedStyle6 from\"#framer/local/css/QVg6wLsrC/QVg6wLsrC.js\";import*as sharedStyle9 from\"#framer/local/css/rLWqeisVM/rLWqeisVM.js\";import*as sharedStyle10 from\"#framer/local/css/SSYi7tyxs/SSYi7tyxs.js\";import*as sharedStyle8 from\"#framer/local/css/tnHvdsGQ2/tnHvdsGQ2.js\";import*as sharedStyle2 from\"#framer/local/css/vJZEs0MMJ/vJZEs0MMJ.js\";import*as sharedStyle from\"#framer/local/css/YMkUs23Eg/YMkUs23Eg.js\";import*as sharedStyle12 from\"#framer/local/css/ZLhUFovD0/ZLhUFovD0.js\";import metadataProvider from\"#framer/local/webPageMetadata/pFpL51WjZ/pFpL51WjZ.js\";const NavigationFonts=getFonts(Navigation);const CopyShareButtonFonts=getFonts(CopyShareButton);const TelegramShareButtonFonts=getFonts(TelegramShareButton);const WhatsappShareButtonFonts=getFonts(WhatsappShareButton);const VKShareButtonFonts=getFonts(VKShareButton);const CommentsSectionFonts=getFonts(CommentsSection);const MotionDivWithFXWithOptimizedAppearEffect=withOptimizedAppearEffect(withFX(motion.div));const FooterFonts=getFonts(Footer);const breakpoints={FcmuRNoVR:\"(max-width: 809px)\",LdRMQVSbA:\"(min-width: 1200px)\",Xzz3s9u4x:\"(min-width: 810px) and (max-width: 1199px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-iwOUt\";const variantClassNames={FcmuRNoVR:\"framer-v-17xjjcw\",LdRMQVSbA:\"framer-v-cpjvvz\",Xzz3s9u4x:\"framer-v-m5irpq\"};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 transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:.001,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};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:\"LdRMQVSbA\",Phone:\"FcmuRNoVR\",Tablet:\"Xzz3s9u4x\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"LdRMQVSbA\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const fallbackRef=useRef(null);const refBinding=ref??fallbackRef;const defaultLayoutId=React.useId();const{activeLocale,setLocale}=useLocaleInfo();const componentViewport=useComponentViewport();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"pFpL51WjZ\",data:Blog,type:\"Collection\"},select:[{collection:\"pFpL51WjZ\",name:\"tLRx_XOci\",type:\"Identifier\"},{collection:\"pFpL51WjZ\",name:\"FgPmUDjvh\",type:\"Identifier\"},{collection:\"pFpL51WjZ\",name:\"Y9l9yJPcw\",type:\"Identifier\"},{collection:\"pFpL51WjZ\",name:\"bEt5fc0kO\",type:\"Identifier\"},{collection:\"pFpL51WjZ\",name:\"l5vFo3i9M\",type:\"Identifier\"},{collection:\"pFpL51WjZ\",name:\"E8teF8vDM\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"pFpL51WjZ\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,FgPmUDjvh=getFromCurrentRouteData(\"FgPmUDjvh\")??\"\",tLRx_XOci=getFromCurrentRouteData(\"tLRx_XOci\")??\"\",bEt5fc0kO=getFromCurrentRouteData(\"bEt5fc0kO\"),Y9l9yJPcw=getFromCurrentRouteData(\"Y9l9yJPcw\"),l5vFo3i9M=getFromCurrentRouteData(\"l5vFo3i9M\")??\"\",E8teF8vDM=getFromCurrentRouteData(\"E8teF8vDM\")??\"\",FgPmUDjvhgY7VYVDQQ,bEt5fc0kOgY7VYVDQQ,tLRx_XOcigY7VYVDQQ,l5vFo3i9MgY7VYVDQQ,idgY7VYVDQQ,...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,sharedStyle11.className,sharedStyle12.className];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const activeLocaleCode=useLocaleCode();const textContent=toDateString(Y9l9yJPcw,{dateStyle:\"medium\",locale:\"\"},activeLocaleCode);useCustomCursors({});return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"LdRMQVSbA\",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-cpjvvz\",className),ref:refBinding,style:{...style},children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{height:78,width:componentViewport?.width||\"100vw\",y:0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-uxexzv-container\",layoutScroll:true,nodeId:\"HuPgp3X8W\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{variant:\"NIhP3zhUr\"}},children:/*#__PURE__*/_jsx(Navigation,{height:\"100%\",id:\"HuPgp3X8W\",layoutId:\"HuPgp3X8W\",style:{height:\"100%\",width:\"100%\"},variant:\"B1JV3xoI3\",width:\"100%\"})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-12s57np\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-y7zudo\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"augiA20Il\"},motionChild:true,nodeId:\"Jr8484nZL\",openInNewTab:false,scopeId:\"pFpL51WjZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-shbfmh\",\"data-styles-preset\":\"YMkUs23Eg\",children:\"\u0413\u043B\u0430\u0432\u043D\u0430\u044F\"})})})}),className:\"framer-13owd6a\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"right\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"\u232A\"})}),className:\"framer-1c23a4n\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(114, 114, 114)\"},children:/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WrBqy61i6\"},motionChild:true,nodeId:\"mgE0CkGZV\",openInNewTab:false,scopeId:\"pFpL51WjZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-shbfmh\",\"data-styles-preset\":\"YMkUs23Eg\",children:\"\u0411\u043B\u043E\u0433\"})})})}),className:\"framer-16uqi9q\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"\u232A\"})}),className:\"framer-6jximl\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(114, 114, 114)\"},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{FgPmUDjvh},webPageId:\"pFpL51WjZ\"},motionChild:true,nodeId:\"r3rKLR0Oj\",openInNewTab:false,scopeId:\"pFpL51WjZ\",smoothScroll:false,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-styles-preset-shbfmh\",\"data-styles-preset\":\"YMkUs23Eg\",children:\"Content\"})})})}),className:\"framer-5i99nt\",\"data-framer-name\":\"Date\",fonts:[\"GF;Noto Sans-regular\"],text:tLRx_XOci,verticalAlignment:\"top\",withExternalLayout:true})]})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-q8xk7e\",children:[/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+112+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 800px)`,...toResponsiveImage(bEt5fc0kO)}},Xzz3s9u4x:{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+37+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 800px)`,...toResponsiveImage(bEt5fc0kO)}}},children:/*#__PURE__*/_jsx(Image,{background:{alt:\"\",fit:\"fill\",loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+37+0+0),sizes:`min(${componentViewport?.width||\"100vw\"} - 40px, 800px)`,...toResponsiveImage(bEt5fc0kO)},className:\"framer-g4et67\",\"data-framer-name\":\"Banner\"})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-jq0qpz\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{className:\"framer-styles-preset-168gpuj\",\"data-styles-preset\":\"q1ZXcxpWj\",style:{\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(153, 153, 153)\"},children:\"Content\"})}),className:\"framer-1v6aubi\",\"data-framer-name\":\"Date\",fonts:[\"Inter\"],text:textContent,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h1\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTcwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"30px\",\"--framer-font-weight\":\"700\",\"--framer-line-height\":\"36px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(28, 28, 28)\"},children:\"Content\"})}),className:\"framer-1fyo8n3\",\"data-framer-name\":\"Title\",fonts:[\"GF;Noto Sans-700\"],text:tLRx_XOci,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-letter-spacing\":\"0.01em\",\"--framer-line-height\":\"160%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(118, 118, 118)\"},children:\"Content\"})}),className:\"framer-1xwqqnt\",\"data-framer-name\":\"subtitle\",fonts:[\"GF;Noto Sans-regular\"],text:l5vFo3i9M,verticalAlignment:\"top\",withExternalLayout:true})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1hwkzlq\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-fdb27x\",children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:E8teF8vDM,className:\"framer-wr7t2i\",\"data-framer-name\":\"Content\",fonts:[\"Inter\"],stylesPresetsClassNames:{a:\"framer-styles-preset-x4mprf\",blockquote:\"framer-styles-preset-4z7iah\",code:\"framer-styles-preset-1mycj39\",h1:\"framer-styles-preset-1dt32ou\",h2:\"framer-styles-preset-1vq12wa\",h3:\"framer-styles-preset-1o7487p\",h4:\"framer-styles-preset-fxgdoh\",h5:\"framer-styles-preset-pp9lcw\",h6:\"framer-styles-preset-in1xiw\",img:\"framer-styles-preset-1bvw5z4\",p:\"framer-styles-preset-ioh55b\"},verticalAlignment:\"top\",withExternalLayout:true})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-bc5eqz\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-8ev1el\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--framer-font-size\":\"12px\",\"--framer-line-height\":\"12px\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"rgb(122, 122, 122)\"},children:\"\u041F\u043E\u0434\u0435\u043B\u0438\u0442\u044C\u0441\u044F \u0441\u0442\u0430\u0442\u044C\u0451\u0439\"})}),className:\"framer-19fr1t1\",fonts:[\"Inter\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xcdar\",children:[/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10xoona-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"T8QiIl19n\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(CopyShareButton,{backgroundColor:\"rgb(122, 15, 217)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"outline\",height:\"100%\",iconSize:24,id:\"T8QiIl19n\",layoutId:\"T8QiIl19n\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-ckc7dl-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"wPkrF1l7M\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(TelegramShareButton,{backgroundColor:\"rgb(38, 165, 228)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"outline\",height:\"100%\",iconSize:24,id:\"wPkrF1l7M\",layoutId:\"wPkrF1l7M\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-10y85tm-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"lxuuhuEcw\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(WhatsappShareButton,{backgroundColor:\"rgb(33, 191, 91)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"outline\",height:\"100%\",iconSize:24,id:\"lxuuhuEcw\",layoutId:\"lxuuhuEcw\",width:\"100%\"})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-o73flc-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"NdU63bn_X\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(VKShareButton,{backgroundColor:\"rgb(5, 116, 242)\",borderRadius:6,borderWidth:2,buttonSize:40,buttonStyle:\"outline\",height:\"100%\",iconSize:24,id:\"NdU63bn_X\",layoutId:\"NdU63bn_X\",width:\"100%\"})})})]})]}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-1apnrcp-container\",isAuthoredByUser:true,isModuleExternal:true,nodeId:\"Y5ATdLxv5\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(CommentsSection,{commentId:FgPmUDjvh,commentProps:{body:{font:{},textColor:\"rgb(28, 28, 28)\"},date:{font:{},textColor:\"rgb(155, 161, 165)\"},image:{colors:[\"rgb(122, 15, 217)\",\"rgb(255, 248, 195)\",\"rgb(173, 240, 185)\",\"rgb(255, 154, 44)\"],radius:14,radiusBottomLeft:14,radiusBottomRight:14,radiusIsMixed:false,radiusTopLeft:14,radiusTopRight:14,size:28,type:\"bauhaus\"},name:{font:{},textColor:\"rgb(28, 28, 28)\"}},divider:\"rgb(229, 229, 232)\",emptyState:\"\u041F\u043E\u043A\u0430 \u043D\u0435 \u0431\u044B\u043B\u043E \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0435\u0432. \u041D\u043E \u0432\u044B \u043C\u043E\u0436\u0435\u0442\u0435 \u0441\u0442\u0430\u0442\u044C \u043F\u0435\u0440\u0432\u044B\u043C!\",gaps:{commentItems:16,commentSection:16,nameAndTime:8,profilePictureAndName:12},height:\"100%\",id:\"Y5ATdLxv5\",input:{border:{color:\"rgb(229, 229, 232)\",width:2},fill:\"rgb(244, 244, 245)\",font:{fontFamily:'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"fixed\",heightNumber:44,padding:14,paddingBottomLeft:14,paddingBottomRight:14,paddingIsMixed:false,paddingTopLeft:14,paddingTopRight:14,placeHolderColor:\"rgb(155, 161, 165)\",placeHolderComment:\"\u041D\u0430\u043F\u0438\u0448\u0438\u0442\u0435 \u043A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0439\",placeHolderName:\"\u0412\u0430\u0448\u0435 \u0438\u043C\u044F\",radius:12,radiusBottomLeft:12,radiusBottomRight:12,radiusIsMixed:false,radiusTopLeft:12,radiusTopRight:12,shadow:{blur:0,color:\"rgb(0, 0, 0)\",x:0,y:0},textColor:\"rgb(28, 28, 28)\"},layoutId:\"Y5ATdLxv5\",publishButton:{border:{color:\"rgb(122, 15, 217)\",width:2},fill:\"rgba(255, 255, 255, 0)\",font:{fontFamily:'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:500,letterSpacing:\"0em\",lineHeight:\"1em\"},height:\"fixed\",heightNumber:44,label:\"\u041E\u0442\u043F\u0440\u0430\u0432\u0438\u0442\u044C\",padding:16,paddingBottomLeft:16,paddingBottomRight:16,paddingIsMixed:false,paddingTopLeft:16,paddingTopRight:16,radius:12,radiusBottomLeft:12,radiusBottomRight:12,radiusIsMixed:false,radiusTopLeft:12,radiusTopRight:12,shadow:{blur:0,color:\"rgb(0, 0, 0)\",x:0,y:0},textColor:\"rgb(0, 0, 0)\"},style:{maxWidth:\"100%\",width:\"100%\"},title:{color:\"rgb(28, 28, 28)\",font:{fontFamily:'\"Russo One\", \"Russo One Placeholder\", sans-serif',fontSize:\"16px\",fontStyle:\"normal\",fontWeight:400,letterSpacing:\"0em\",lineHeight:\"1em\"},show:true,text:\"\u041A\u043E\u043C\u043C\u0435\u043D\u0442\u0430\u0440\u0438\u0438\"},width:\"100%\"})})})]})]}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1gn177p\",children:[/*#__PURE__*/_jsxs(\"div\",{className:\"framer-1jj7e6l\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UnVzc28gT25lLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Russo One\", \"Russo One Placeholder\", sans-serif',\"--framer-font-size\":\"24px\"},children:\"\u041D\u0435\u0434\u0430\u0432\u043D\u0438\u0435 \u0441\u0442\u0430\u0442\u044C\u0438\"})}),className:\"framer-14n6yag\",fonts:[\"GF;Russo One-regular\"],verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(Link,{href:{webPageId:\"WrBqy61i6\"},motionChild:true,nodeId:\"Z_gpMUHgP\",openInNewTab:false,scopeId:\"pFpL51WjZ\",smoothScroll:true,children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-1udpple framer-t8znju\",\"data-framer-name\":\"Button\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-cbcabb34-1a7c-41c5-9eae-a0cdb6acd8e1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(60, 61, 76) 0%, rgba(60, 61, 76, 0.3) 185%)\"},children:\"This is Button\"})})}),fonts:[\"Inter-Medium\"]},Xzz3s9u4x:{children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"SW50ZXItTWVkaXVt\",\"--framer-font-family\":'\"Inter\", \"Inter Placeholder\", sans-serif',\"--framer-font-weight\":\"500\",\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"var(--token-cbcabb34-1a7c-41c5-9eae-a0cdb6acd8e1, rgb(255, 255, 255))\"},children:/*#__PURE__*/_jsx(\"span\",{\"data-text-fill\":\"true\",style:{backgroundImage:\"linear-gradient(0deg, rgb(60, 61, 76) 0%, rgba(60, 61, 76, 0.3) 185%)\"},children:\"This is Button\"})})}),fonts:[\"Inter-Medium\"]}},children:/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"p\",{style:{\"--font-selector\":\"R0Y7UnVzc28gT25lLXJlZ3VsYXI=\",\"--framer-font-family\":'\"Russo One\", \"Russo One Placeholder\", sans-serif',\"--framer-line-height\":\"24px\",\"--framer-text-color\":\"rgb(122, 15, 217)\"},children:\"\u0412\u0441\u0435 \u0441\u0442\u0430\u0442\u044C\u0438 \u2794\"})}),className:\"framer-ve9lo7\",\"data-framer-name\":\"Browse Template\",fonts:[\"GF;Russo One-regular\"],verticalAlignment:\"top\",withExternalLayout:true})})})})]}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-ksg7b0\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"gY7VYVDQQ\",data:Blog,type:\"Collection\"},limit:{type:\"LiteralValue\",value:4},orderBy:[{collection:\"gY7VYVDQQ\",direction:\"desc\",name:\"MWn7ajk5f\",type:\"Identifier\"}],select:[{collection:\"gY7VYVDQQ\",name:\"FgPmUDjvh\",type:\"Identifier\"},{collection:\"gY7VYVDQQ\",name:\"bEt5fc0kO\",type:\"Identifier\"},{collection:\"gY7VYVDQQ\",name:\"tLRx_XOci\",type:\"Identifier\"},{collection:\"gY7VYVDQQ\",name:\"l5vFo3i9M\",type:\"Identifier\"},{collection:\"gY7VYVDQQ\",name:\"id\",type:\"Identifier\"}],where:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"gY7VYVDQQ\",name:\"FgPmUDjvh\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:FgPmUDjvh},type:\"BinaryOperation\"}}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({bEt5fc0kO:bEt5fc0kOgY7VYVDQQ,FgPmUDjvh:FgPmUDjvhgY7VYVDQQ,id:idgY7VYVDQQ,l5vFo3i9M:l5vFo3i9MgY7VYVDQQ,tLRx_XOci:tLRx_XOcigY7VYVDQQ},index)=>{FgPmUDjvhgY7VYVDQQ??=\"\";tLRx_XOcigY7VYVDQQ??=\"\";l5vFo3i9MgY7VYVDQQ??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`gY7VYVDQQ-${idgY7VYVDQQ}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{FgPmUDjvh:FgPmUDjvhgY7VYVDQQ},children:/*#__PURE__*/_jsx(Link,{href:{pathVariables:{FgPmUDjvh:FgPmUDjvhgY7VYVDQQ},webPageId:\"pFpL51WjZ\"},motionChild:true,nodeId:\"dm7cSDEcB\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(motion.a,{className:\"framer-82o8ad framer-t8znju\",children:/*#__PURE__*/_jsxs(MotionDivWithFXWithOptimizedAppearEffect,{__framer__styleTransformEffectEnabled:true,__framer__transformTargets:[{target:{opacity:.72,rotate:0,rotateX:4,rotateY:0,scale:.99,skewX:0,skewY:0,x:0,y:0}},{target:{opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,x:0,y:0}}],__framer__transformTrigger:\"onInView\",__perspectiveFX:false,__targetOpacity:1,animate:animation,className:\"framer-1d5hxpz\",\"data-framer-appear-id\":\"1d5hxpz\",\"data-framer-name\":\"Component / Post Card\",initial:animation1,optimized:true,style:{transformPerspective:1200},tabIndex:-1,children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-1c7zi0a\",\"data-framer-name\":\"Image Wrapper\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3002,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+1262+0+74+0+0+0+0+0+-49.5917),pixelHeight:3002,pixelWidth:2e3,sizes:`max(max(min(min(${componentViewport?.width||\"100vw\"} - 40px, 800px), 1160px), 50px), 1px)`,...toResponsiveImage(bEt5fc0kOgY7VYVDQQ)}},Xzz3s9u4x:{background:{alt:\"\",fit:\"fill\",intrinsicHeight:3002,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+90+1157+0+74+0+0+0+0+-.0917),pixelHeight:3002,pixelWidth:2e3,sizes:\"100px\",...toResponsiveImage(bEt5fc0kOgY7VYVDQQ)}}},children:/*#__PURE__*/_jsx(Image,{as:\"figure\",background:{alt:\"\",fit:\"fill\",intrinsicHeight:3002,intrinsicWidth:2e3,loading:getLoadingLazyAtYPosition((componentViewport?.y||0)+100+1157+0+74+0+0+0+0+-.0917),pixelHeight:3002,pixelWidth:2e3,sizes:\"100px\",...toResponsiveImage(bEt5fc0kOgY7VYVDQQ)},className:\"framer-3kqe0y\",\"data-framer-name\":\"Image\"})})}),/*#__PURE__*/_jsxs(\"div\",{className:\"framer-xgab8v\",\"data-framer-name\":\"Content Wrapper\",children:[/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"18px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"112%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-jmdy7y\",fonts:[\"GF;Noto Sans-500\"],text:tLRx_XOcigY7VYVDQQ,verticalAlignment:\"top\",withExternalLayout:true}),/*#__PURE__*/_jsx(RichText,{__fromCanvasComponent:true,children:/*#__PURE__*/_jsx(React.Fragment,{children:/*#__PURE__*/_jsx(\"h2\",{style:{\"--font-selector\":\"R0Y7Tm90byBTYW5zLTUwMA==\",\"--framer-font-family\":'\"Noto Sans\", \"Noto Sans Placeholder\", sans-serif',\"--framer-font-size\":\"12px\",\"--framer-font-weight\":\"500\",\"--framer-letter-spacing\":\"0px\",\"--framer-line-height\":\"112%\",\"--framer-text-alignment\":\"left\",\"--framer-text-color\":\"var(--token-0a481ec1-86f0-4e6d-86e6-79d7bce4ec1d, rgb(0, 0, 0))\"},children:\"Content\"})}),className:\"framer-2iaoti\",fonts:[\"GF;Noto Sans-500\"],text:l5vFo3i9MgY7VYVDQQ,verticalAlignment:\"top\",withExternalLayout:true})]})]})})})})},idgY7VYVDQQ);})})})})})]}),/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+90+1691.2},Xzz3s9u4x:{width:`calc(${componentViewport?.width||\"100vw\"} - 40px)`,y:(componentViewport?.y||0)+90+1467}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:260,width:\"1200px\",y:(componentViewport?.y||0)+100+1467,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1nigswq-container\",nodeId:\"f3DuZ0thF\",scopeId:\"pFpL51WjZ\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{FcmuRNoVR:{variant:\"lbNT6UiTh\"},Xzz3s9u4x:{variant:\"E7WNHZ51p\"}},children:/*#__PURE__*/_jsx(Footer,{height:\"100%\",id:\"f3DuZ0thF\",layoutId:\"f3DuZ0thF\",style:{width:\"100%\"},variant:\"MJpl2_X79\",width:\"100%\"})})})})})]}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-iwOUt.framer-t8znju, .framer-iwOUt .framer-t8znju { display: block; }\",\".framer-iwOUt.framer-cpjvvz { align-content: center; align-items: center; background-color: #ffffff; display: flex; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; overflow: visible; padding: 100px 20px 0px 20px; position: relative; width: 1200px; }\",\".framer-iwOUt .framer-uxexzv-container { flex: none; height: 78px; left: 0px; position: fixed; right: 0px; top: 0px; z-index: 1; }\",\".framer-iwOUt .framer-12s57np { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-y7zudo { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: 21px; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; }\",\".framer-iwOUt .framer-13owd6a, .framer-iwOUt .framer-16uqi9q, .framer-iwOUt .framer-5i99nt { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: auto; word-break: break-word; word-wrap: break-word; }\",\".framer-iwOUt .framer-1c23a4n, .framer-iwOUt .framer-6jximl { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 6px; word-break: break-word; word-wrap: break-word; }\",\".framer-iwOUt .framer-q8xk7e { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 16px; height: min-content; justify-content: flex-start; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-g4et67 { border-bottom-left-radius: 32px; border-bottom-right-radius: 32px; border-top-left-radius: 32px; border-top-right-radius: 32px; flex: none; height: 180px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-jq0qpz { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-1v6aubi, .framer-iwOUt .framer-1fyo8n3, .framer-iwOUt .framer-1xwqqnt { flex: none; height: auto; max-width: 600px; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iwOUt .framer-1hwkzlq { 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; max-width: 800px; overflow: visible; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-fdb27x { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 32px; height: min-content; justify-content: flex-start; max-width: 100%; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-wr7t2i { --framer-paragraph-spacing: 32px; flex: none; height: auto; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iwOUt .framer-bc5eqz { align-content: center; align-items: center; background-color: #fafafa; border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; box-shadow: 0px 0.48174984141951427px 2.2160492705297656px -1.25px rgba(0, 0, 0, 0.22), 0px 1.8308266425947657px 8.42180255593592px -2.5px rgba(0, 0, 0, 0.19067), 0px 8px 36.8px -3.75px rgba(0, 0, 0, 0.075); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: center; overflow: visible; padding: 16px 16px 24px 16px; position: relative; width: 100%; z-index: 1; }\",\".framer-iwOUt .framer-8ev1el { align-content: flex-start; align-items: flex-start; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-19fr1t1, .framer-iwOUt .framer-14n6yag { --framer-link-text-color: #0099ff; --framer-link-text-decoration: underline; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iwOUt .framer-xcdar { 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: 100%; }\",\".framer-iwOUt .framer-10xoona-container, .framer-iwOUt .framer-ckc7dl-container, .framer-iwOUt .framer-10y85tm-container, .framer-iwOUt .framer-o73flc-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-iwOUt .framer-1apnrcp-container { flex: none; height: auto; max-width: 800px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-1gn177p { 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; max-width: 800px; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-1jj7e6l { align-content: center; align-items: center; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 24px; height: min-content; justify-content: flex-start; overflow: visible; padding: 24px 0px 0px 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-1udpple { align-content: center; align-items: center; 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: row; flex-wrap: nowrap; gap: 8px; height: 40px; justify-content: center; overflow: hidden; padding: 0px; position: relative; text-decoration: none; width: min-content; will-change: var(--framer-will-change-override, transform); }\",\".framer-iwOUt .framer-ve9lo7 { --framer-paragraph-spacing: 0px; flex: none; height: auto; position: relative; white-space: pre; width: auto; }\",\".framer-iwOUt .framer-ksg7b0 { display: grid; flex: none; gap: 20px; grid-auto-rows: minmax(0, 1fr); grid-template-columns: repeat(2, minmax(50px, 1fr)); height: min-content; justify-content: center; max-width: 1160px; padding: 0px; position: relative; width: 100%; }\",\".framer-iwOUt .framer-82o8ad { align-content: center; align-items: center; align-self: start; display: flex; flex: none; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; justify-self: start; padding: 0px; position: relative; text-decoration: none; width: 100%; }\",\".framer-iwOUt .framer-1d5hxpz { align-content: center; align-items: center; display: flex; flex: 1 0 0px; flex-direction: row; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1px; will-change: var(--framer-will-change-effect-override, transform); }\",\".framer-iwOUt .framer-1c7zi0a { align-content: center; align-items: center; 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: 100px; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100px; will-change: var(--framer-will-change-override, transform); }\",\".framer-iwOUt .framer-3kqe0y { border-bottom-left-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 12px; border-top-right-radius: 12px; flex: none; height: 100%; left: calc(50.00000000000002% - 100% / 2); pointer-events: none; position: absolute; top: calc(49.90825688073397% - 100% / 2); width: 100%; z-index: 1; }\",\".framer-iwOUt .framer-xgab8v { -webkit-user-select: none; align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 8px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; user-select: none; width: 1px; }\",\".framer-iwOUt .framer-jmdy7y, .framer-iwOUt .framer-2iaoti { --framer-paragraph-spacing: 0px; flex: none; height: auto; overflow: hidden; position: relative; white-space: pre-wrap; width: 100%; word-break: break-word; word-wrap: break-word; }\",\".framer-iwOUt .framer-1nigswq-container { flex: none; height: auto; position: relative; width: 1200px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iwOUt.framer-cpjvvz, .framer-iwOUt .framer-12s57np, .framer-iwOUt .framer-y7zudo, .framer-iwOUt .framer-q8xk7e, .framer-iwOUt .framer-jq0qpz, .framer-iwOUt .framer-1hwkzlq, .framer-iwOUt .framer-fdb27x, .framer-iwOUt .framer-bc5eqz, .framer-iwOUt .framer-8ev1el, .framer-iwOUt .framer-xcdar, .framer-iwOUt .framer-1gn177p, .framer-iwOUt .framer-1jj7e6l, .framer-iwOUt .framer-1udpple, .framer-iwOUt .framer-82o8ad, .framer-iwOUt .framer-1d5hxpz, .framer-iwOUt .framer-1c7zi0a, .framer-iwOUt .framer-xgab8v { gap: 0px; } .framer-iwOUt.framer-cpjvvz > *, .framer-iwOUt .framer-q8xk7e > * { margin: 0px; margin-bottom: calc(16px / 2); margin-top: calc(16px / 2); } .framer-iwOUt.framer-cpjvvz > :first-child, .framer-iwOUt .framer-q8xk7e > :first-child, .framer-iwOUt .framer-jq0qpz > :first-child, .framer-iwOUt .framer-1hwkzlq > :first-child, .framer-iwOUt .framer-fdb27x > :first-child, .framer-iwOUt .framer-bc5eqz > :first-child, .framer-iwOUt .framer-8ev1el > :first-child, .framer-iwOUt .framer-1gn177p > :first-child, .framer-iwOUt .framer-1c7zi0a > :first-child, .framer-iwOUt .framer-xgab8v > :first-child { margin-top: 0px; } .framer-iwOUt.framer-cpjvvz > :last-child, .framer-iwOUt .framer-q8xk7e > :last-child, .framer-iwOUt .framer-jq0qpz > :last-child, .framer-iwOUt .framer-1hwkzlq > :last-child, .framer-iwOUt .framer-fdb27x > :last-child, .framer-iwOUt .framer-bc5eqz > :last-child, .framer-iwOUt .framer-8ev1el > :last-child, .framer-iwOUt .framer-1gn177p > :last-child, .framer-iwOUt .framer-1c7zi0a > :last-child, .framer-iwOUt .framer-xgab8v > :last-child { margin-bottom: 0px; } .framer-iwOUt .framer-12s57np > *, .framer-iwOUt .framer-y7zudo > *, .framer-iwOUt .framer-82o8ad > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-iwOUt .framer-12s57np > :first-child, .framer-iwOUt .framer-y7zudo > :first-child, .framer-iwOUt .framer-xcdar > :first-child, .framer-iwOUt .framer-1jj7e6l > :first-child, .framer-iwOUt .framer-1udpple > :first-child, .framer-iwOUt .framer-82o8ad > :first-child, .framer-iwOUt .framer-1d5hxpz > :first-child { margin-left: 0px; } .framer-iwOUt .framer-12s57np > :last-child, .framer-iwOUt .framer-y7zudo > :last-child, .framer-iwOUt .framer-xcdar > :last-child, .framer-iwOUt .framer-1jj7e6l > :last-child, .framer-iwOUt .framer-1udpple > :last-child, .framer-iwOUt .framer-82o8ad > :last-child, .framer-iwOUt .framer-1d5hxpz > :last-child { margin-right: 0px; } .framer-iwOUt .framer-jq0qpz > *, .framer-iwOUt .framer-xgab8v > * { margin: 0px; margin-bottom: calc(8px / 2); margin-top: calc(8px / 2); } .framer-iwOUt .framer-1hwkzlq > *, .framer-iwOUt .framer-bc5eqz > * { margin: 0px; margin-bottom: calc(24px / 2); margin-top: calc(24px / 2); } .framer-iwOUt .framer-fdb27x > * { margin: 0px; margin-bottom: calc(32px / 2); margin-top: calc(32px / 2); } .framer-iwOUt .framer-8ev1el > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iwOUt .framer-xcdar > *, .framer-iwOUt .framer-1udpple > * { margin: 0px; margin-left: calc(8px / 2); margin-right: calc(8px / 2); } .framer-iwOUt .framer-1gn177p > *, .framer-iwOUt .framer-1c7zi0a > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-iwOUt .framer-1jj7e6l > * { margin: 0px; margin-left: calc(24px / 2); margin-right: calc(24px / 2); } .framer-iwOUt .framer-1d5hxpz > * { margin: 0px; margin-left: calc(12px / 2); margin-right: calc(12px / 2); } }\",...sharedStyle.css,...sharedStyle1.css,...sharedStyle2.css,...sharedStyle3.css,...sharedStyle4.css,...sharedStyle5.css,...sharedStyle6.css,...sharedStyle7.css,...sharedStyle8.css,...sharedStyle9.css,...sharedStyle10.css,...sharedStyle11.css,...sharedStyle12.css,\"@media (max-width: 809px) { .framer-iwOUt.framer-cpjvvz { padding: 90px 20px 0px 20px; width: 390px; } .framer-iwOUt .framer-y7zudo { height: min-content; } .framer-iwOUt .framer-5i99nt { flex: 1 0 0px; height: 19px; width: 1px; } .framer-iwOUt .framer-fdb27x { padding: 0px 0px 30px 0px; } .framer-iwOUt .framer-wr7t2i { order: 0; } .framer-iwOUt .framer-1udpple { background: linear-gradient(180deg, #ffffff 0%, rgb(237, 237, 237) 100%); box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgb(227, 227, 227); } .framer-iwOUt .framer-ksg7b0 { gap: 32px; grid-template-columns: repeat(1, minmax(50px, 1fr)); } .framer-iwOUt .framer-1d5hxpz { flex-direction: column; } .framer-iwOUt .framer-1c7zi0a, .framer-iwOUt .framer-1nigswq-container { width: 100%; } .framer-iwOUt .framer-3kqe0y { height: 199px; top: calc(49.90825688073397% - 199px / 2); } .framer-iwOUt .framer-xgab8v { flex: none; width: 100%; } @supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-iwOUt .framer-ksg7b0, .framer-iwOUt .framer-1d5hxpz { gap: 0px; } .framer-iwOUt .framer-ksg7b0 > *, .framer-iwOUt .framer-ksg7b0 > :first-child, .framer-iwOUt .framer-ksg7b0 > :last-child { margin: 0px; } .framer-iwOUt .framer-1d5hxpz > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } .framer-iwOUt .framer-1d5hxpz > :first-child { margin-top: 0px; } .framer-iwOUt .framer-1d5hxpz > :last-child { margin-bottom: 0px; } }}\",\"@media (min-width: 810px) and (max-width: 1199px) { .framer-iwOUt.framer-cpjvvz { padding: 90px 20px 0px 20px; width: 810px; } .framer-iwOUt .framer-1udpple { background: linear-gradient(180deg, #ffffff 0%, rgb(237, 237, 237) 100%); box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 1px rgb(227, 227, 227); } .framer-iwOUt .framer-1nigswq-container { width: 100%; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 4958\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"FcmuRNoVR\":{\"layout\":[\"fixed\",\"auto\"]},\"Xzz3s9u4x\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerScrollSections\n * @framerResponsiveScreen\n */const FramerpFpL51WjZ=withCSS(Component,css,\"framer-iwOUt\");export default FramerpFpL51WjZ;FramerpFpL51WjZ.displayName=\"blog\";FramerpFpL51WjZ.defaultProps={height:4958,width:1200};addFonts(FramerpFpL51WjZ,[{explicitInter:true,fonts:[{family:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A99Y41P6zHtY.woff2\",weight:\"400\"},{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:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBN9Y41P6zHtY.woff2\",weight:\"700\"},{family:\"Russo One\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/russoone/v16/Z9XUDmZRWg6M1LvRYsH-zcOInrib9Q.woff2\",weight:\"400\"},{family:\"Noto Sans\",source:\"google\",style:\"normal\",url:\"https://fonts.gstatic.com/s/notosans/v39/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyDPA99Y41P6zHtY.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/5A3Ce6C9YYmCjpQx9M4inSaKU.woff2\",weight:\"500\"},{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/Qx95Xyt0Ka3SGhinnbXIGpEIyP4.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+1F00-1FFF\",url:\"https://framerusercontent.com/assets/6mJuEAguuIuMog10gGvH5d3cl8.woff2\",weight:\"500\"},{family:\"Inter\",source:\"framer\",style:\"normal\",unicodeRange:\"U+0370-03FF\",url:\"https://framerusercontent.com/assets/xYYWaj7wCU5zSQH0eXvSaS19wo.woff2\",weight:\"500\"},{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/otTaNuNpVK4RbdlT7zDDdKvQBA.woff2\",weight:\"500\"},{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/d3tHnaQIAeqiE5hGcRw4mmgWYU.woff2\",weight:\"500\"},{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/DolVirEGb34pEXEp8t8FQBSK4.woff2\",weight:\"500\"}]},...NavigationFonts,...CopyShareButtonFonts,...TelegramShareButtonFonts,...WhatsappShareButtonFonts,...VKShareButtonFonts,...CommentsSectionFonts,...FooterFonts,...getFontsFromSharedStyle(sharedStyle.fonts),...getFontsFromSharedStyle(sharedStyle1.fonts),...getFontsFromSharedStyle(sharedStyle2.fonts),...getFontsFromSharedStyle(sharedStyle3.fonts),...getFontsFromSharedStyle(sharedStyle4.fonts),...getFontsFromSharedStyle(sharedStyle5.fonts),...getFontsFromSharedStyle(sharedStyle6.fonts),...getFontsFromSharedStyle(sharedStyle7.fonts),...getFontsFromSharedStyle(sharedStyle8.fonts),...getFontsFromSharedStyle(sharedStyle9.fonts),...getFontsFromSharedStyle(sharedStyle10.fonts),...getFontsFromSharedStyle(sharedStyle11.fonts),...getFontsFromSharedStyle(sharedStyle12.fonts)],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"default\":{\"type\":\"reactComponent\",\"name\":\"FramerpFpL51WjZ\",\"slots\":[],\"annotations\":{\"framerScrollSections\":\"* @framerResponsiveScreen\",\"framerComponentViewportWidth\":\"true\",\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"FcmuRNoVR\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"Xzz3s9u4x\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerImmutableVariables\":\"true\",\"framerContractVersion\":\"1\",\"framerIntrinsicWidth\":\"1200\",\"framerDisplayContentsDiv\":\"false\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerIntrinsicHeight\":\"4958\"}},\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],
  "mappings": "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",
  "names": ["CopyShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "navigator", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "TelegramShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "telegramShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "WhatsappShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "whShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "VKShareButton", "props", "customIcon", "iconSize", "backgroundColor", "buttonSize", "borderRadius", "buttonStyle", "borderWidth", "handleShare", "url", "window", "title", "vkShareUrl", "defaultIcon", "u", "p", "styles", "e", "addPropertyControls", "ControlType", "AVATAR_URL", "API", "LIMIT", "BAD_WORDS", "SPAM", "BOT", "Comment", "props", "commentId", "title", "input", "publishButton", "commentProps", "divider", "gaps", "emptyState", "isCanvas", "RenderTarget", "name", "setName", "ye", "comment", "setComment", "isLoading", "setIsLoading", "comments", "setComments", "hasError", "setHasError", "errorMessage", "setErrorMessage", "isSmallScreen", "setIsSmallScreen", "currentPage", "setCurrentPage", "totalPages", "setTotalPages", "commentsLoaded", "setCommentsLoaded", "ue", "handleResize", "window", "getData", "pathname", "host", "response", "data", "pagination", "prev", "error", "onSubmit", "e", "Botpoison", "botpoison", "solution", "newComment", "prevComments", "handleCommentChange", "event", "handleNameChange", "styleRef", "pe", "styleString", "styleElement", "p", "u", "Title", "Input", "PublishButton", "BreakingLine", "Error", "Loader", "NoComment", "l", "Content", "created_at", "index", "date", "timeSinceMessageSent", "isInfiniteScrollPosition", "motion", "id", "value", "onChange", "placeholder", "property", "maxWidth", "borderRadius", "padding", "boxShadow", "handlePaste", "color", "font", "text", "colors", "rgbToHex", "extractRGBColorFromString", "image", "backgroundColor", "isActive", "loaderContent", "moveFromLeftToRight", "sentDate", "currentDate", "sentDateTime", "timeDifference", "seconds", "minutes", "hours", "str", "rgbRegex", "match", "rgb", "regex", "r", "g", "b", "componentToHex", "c", "hex", "hexR", "hexG", "hexB", "fontProperty", "ControlType", "colorProperty", "defaultValue", "stringProperty", "description", "numberProperty", "shadowProperty", "borderProperty", "paddingProperty", "radiusProperty", "heightProperty", "addPropertyControls", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "fontStore", "fonts", "css", "className", "NavigationFonts", "getFonts", "tu5M_ttVn_default", "CopyShareButtonFonts", "CopyShareButton", "TelegramShareButtonFonts", "TelegramShareButton", "WhatsappShareButtonFonts", "WhatsappShareButton", "VKShareButtonFonts", "VKShareButton", "CommentsSectionFonts", "Comment", "MotionDivWithFXWithOptimizedAppearEffect", "withOptimizedAppearEffect", "withFX", "motion", "FooterFonts", "m6Tithv59_default", "breakpoints", "serializationHash", "variantClassNames", "toResponsiveImage", "value", "toDateString", "options", "activeLocale", "date", "display", "dateOptions", "fallbackLocale", "locale", "transition1", "animation", "animation1", "QueryData", "query", "pageSize", "children", "data", "useQueryData", "HTMLStyle", "useIsOnFramerCanvas", "p", "humanReadableVariantMap", "getProps", "height", "id", "width", "props", "Component", "Y", "ref", "fallbackRef", "pe", "refBinding", "defaultLayoutId", "ae", "setLocale", "useLocaleInfo", "componentViewport", "useComponentViewport", "currentPathVariables", "useCurrentPathVariables", "currentRouteData", "m_6GqBinM_default", "getWhereExpressionFromPathVariables", "getFromCurrentRouteData", "key", "NotFoundError", "style", "className", "layoutId", "variant", "FgPmUDjvh", "tLRx_XOci", "bEt5fc0kO", "Y9l9yJPcw", "l5vFo3i9M", "E8teF8vDM", "FgPmUDjvhgY7VYVDQQ", "bEt5fc0kOgY7VYVDQQ", "tLRx_XOcigY7VYVDQQ", "l5vFo3i9MgY7VYVDQQ", "idgY7VYVDQQ", "restProps", "ue", "metadata", "robotsTag", "ie", "baseVariant", "hydratedBaseVariant", "useHydratedBreakpointVariants", "breakpoints", "gestureVariant", "scopingClassNames", "cx", "activeLocaleCode", "useLocaleCode", "textContent", "useCustomCursors", "GeneratedComponentContext", "u", "LayoutGroup", "motion", "ComponentViewportProvider", "Container", "PropertyOverrides2", "tu5M_ttVn_default", "RichText2", "x", "Link", "getLoadingLazyAtYPosition", "Image2", "CopyShareButton", "TelegramShareButton", "WhatsappShareButton", "VKShareButton", "Comment", "ChildrenCanSuspend", "collection", "paginationInfo", "loadMore", "l", "index", "PathVariablesContext", "MotionDivWithFXWithOptimizedAppearEffect", "m6Tithv59_default", "css", "FramerpFpL51WjZ", "withCSS", "pFpL51WjZ_default", "addFonts", "NavigationFonts", "CopyShareButtonFonts", "TelegramShareButtonFonts", "WhatsappShareButtonFonts", "VKShareButtonFonts", "CommentsSectionFonts", "FooterFonts", "getFontsFromSharedStyle", "fonts", "__FramerMetadata__"]
}
